-
Notifications
You must be signed in to change notification settings - Fork 28
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
_abort() anp.cpp:635 #8
Comments
You're trying to go fullscreen. Do you have some urls where this happens? |
Newgrounds xgenstudios armor games all .com urls. I haven't tried going full screen but I have tried pinch zooming while flash was active. |
I noticed this as well on newgrounds. It seems to be something in the page that is doing it because if I grab the url to the swf file directly and navigate to that in Safari, then it seems to work fine. |
What I noticed is you you run a flash file then go to the URL bar and then go back to the flash it stops working |
Yes, this is window_impl_requestFullScreen. A possible temporary solution (aside from actually implementing fullscreen, heh) would be making that method do nothing. |
comex, |
It seems to happen whenever I focus on a flash document. For example run Jesus run on the new grounds front page. It was running fine when I first loaded it but when I tapped it to interact the 635 error came up. I didn't pinch zoom this time or anything. |
Just comment out the abort for now like comex suggested. |
I get the error _about() anp.cpp:635 when testing nearly any flash content. After clicking to start anything it works fine but after clicking again to interact with it the error comes up. It seems to happen in nearly every flash game I tested. I have the latest libflashplayer.so armeabi not a7a. I installed frash via iFile and all the files look alright. Is it possible still I have a bad libflashplayer? Is anybody else having this issue?
The text was updated successfully, but these errors were encountered: