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

_abort() anp.cpp:635 #8

Open
ab9003 opened this issue Jul 7, 2010 · 8 comments
Open

_abort() anp.cpp:635 #8

ab9003 opened this issue Jul 7, 2010 · 8 comments

Comments

@ab9003
Copy link

ab9003 commented Jul 7, 2010

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?

@kangaroo
Copy link

kangaroo commented Jul 7, 2010

You're trying to go fullscreen. Do you have some urls where this happens?

@ab9003
Copy link
Author

ab9003 commented Jul 7, 2010

Newgrounds xgenstudios armor games all .com urls. I haven't tried going full screen but I have tried pinch zooming while flash was active.

@feisley
Copy link

feisley commented Jul 7, 2010

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.

@vcazan
Copy link

vcazan commented Jul 7, 2010

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

@comex
Copy link
Owner

comex commented Jul 7, 2010

Yes, this is window_impl_requestFullScreen. A possible temporary solution (aside from actually implementing fullscreen, heh) would be making that method do nothing.

@feisley
Copy link

feisley commented Jul 7, 2010

comex,
Perhaps it was just more broken apis but i tried that for one site and it seemed to abort() in other places.

@ab9003
Copy link
Author

ab9003 commented Jul 7, 2010

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.

@kangaroo
Copy link

kangaroo commented Jul 7, 2010

Just comment out the abort for now like comex suggested.

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

No branches or pull requests

5 participants