Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BRFManager could not be found. #2

Open
nuttapolkung opened this issue Jun 21, 2017 · 6 comments
Open

BRFManager could not be found. #2

nuttapolkung opened this issue Jun 21, 2017 · 6 comments

Comments

@nuttapolkung
Copy link

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
Copy link
Member

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
Copy link

@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
Copy link
Member

MarcelKlammer commented Aug 4, 2017

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
Copy link

thank you it is working changed it to 0 :)

@PByH
Copy link

PByH commented Dec 22, 2017

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants