Fabrice-Montfort/ezSTT_ANE

ExtensionContext problem on PC

Closed this issue · 2 comments

guzur commented

Hi Fabrice,

I have a problem when I try to compile my project on my PC (No problem on Android).

The problem is this one:
ArgumentError: Error #3500: The extension context does not have a method with the name ANE_initialize. at flash.external::ExtensionContext/_call() at flash.external::ExtensionContext/call() at com.fabricemontfort.air::ezSpeech/initialize()[/Users/fabricemontfort/Documents/ANEs/ezSpeech/as3/src/com/fabricemontfort/air/ezSpeech.as:113] at com.fabricemontfort.air::ezSpeech$/get instance()[/Users/fabricemontfort/Documents/ANEs/ezSpeech/as3/src/com/fabricemontfort/air/ezSpeech.as:101]

The line code is this one: "o_TTS = ezSpeech.instance;".

Hi Guzur,

ezSpeech is designed to work only on mobile projects (iOS and Android) for now.
You can compile mobile applications from a Windows or Mac computer.

Are you trying to compile a Windows Application ?

guzur commented

Hi Fabrice, I'm doing a mobile app but I test a lot of features on my PC. I think the problem is that you didn't build a default version of your ANE for not supported OS. Anyway I fixed putting a try-catch.