Tastenkunst / brfv4_ane_examples

Adobe AIR native extension for Windows, macOS, iOS and Android.
37 stars 9 forks source link

BRFManager could not be found. #2

Open nuttapolkung opened 7 years ago

nuttapolkung commented 7 years ago

Can't run project in flash builder is not found BRFManager i'm already added .ane file.

VerifyError: Error #1014: Class brfv4::BRFManager could not be found.

at runtime::ContentPlayer/loadInitialContent()
at runtime::ContentPlayer/playRawContent()
at runtime::ContentPlayer/playContent()
at runtime::AppRunner/run()
at ADLAppEntry/run()
at global/runtime::ADLEntry()

Thanks

MarcelKlammer commented 7 years ago

I never use Flash Builder. It works with FDT and as a FLA in Adobe Animate. So I guess it's a configuration problem in Flash Builder.

Gamezpedia commented 7 years ago

@nuttapolkung i just re added the ane and the swc and it added the absolute path and compiled successfully, @MarcelKlammer but after compiling it , it's not showing camera or anything except this > https://ibb.co/mU1Sn5, also where can we purchase this ane . thanks

MarcelKlammer commented 7 years ago

It seems that you have some camera software installed that intercepts or creates a new virtual camera.

In CameraUtils there is

camera = Camera.getCamera("1");

That's acutally my default camera. So if you change "1" to "0" or "2" these are the other cameras in your system.

Also, please contact us via out website: tastenkunst.com/contact for a license.

Gamezpedia commented 7 years ago

thank you it is working changed it to 0 :)

PByH commented 6 years ago

I have the same issue on Windows 7 x64. I see that this lib supports only Windows x86, may be this is the reason? UPD: problem partially solved I have added native extension to descriptor: <extensionID>com.tastenkunst.brfv4.ane.BeyondRealityFace</extensionID> then I used AIR SDK 26 then I used correct swf-version in flex-config: <swf-version>37</swf-version> now there is another problem: when I call brfManager.init(rectangle, rectangle, "com.mycompany.app"/*appId from descriptor*/) exception, information=ArgumentError: Error #3500: The extension context does not have a method with the name _brf_init.

MarcelKlammer commented 6 years ago

Was there an update where we could compile ANEs to Win64 now?