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

OpenFL / Android crashes on first touch with dce -full #417

Open
RafaelOliveira opened this issue Sep 16, 2014 · 0 comments
Open

OpenFL / Android crashes on first touch with dce -full #417

RafaelOliveira opened this issue Sep 16, 2014 · 0 comments

Comments

@RafaelOliveira
Copy link

With the option:
< haxeflag name="-dce" value="full" / >

The app renders correctly, but as soon as I touch the screen, the app crashes. I compiled with the verbose option, and found this:

W/Binder ( 1960): Caught a RuntimeException from the binder stub implementation.
W/Binder ( 1960): java.lang.NullPointerException
W/Binder ( 1960): at android.inputmethodservice.IInputMethodWrapper.setSessionEnabled(IInputMethodWrapper.java:280)
W/Binder ( 1960): at com.android.internal.view.IInputMethod$Stub.onTransact(IInputMethod.java:129)
W/Binder ( 1960): at android.os.Binder.execTransact(Binder.java:404)
W/Binder ( 1960): at dalvik.system.NativeStart.run(Native Method)

My test app went from 10,42mb to 8,75mb, so I think the support of dce is very important. On mobile every bit counts.

@RafaelOliveira RafaelOliveira changed the title OpenFL / Android crashs on first touch with dce -full OpenFL / Android crashes on first touch with dce -full Sep 16, 2014
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

1 participant