-
Notifications
You must be signed in to change notification settings - Fork 93
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
Verify error, but only when compiled for release? #89
Comments
What compiler you use? |
It's the most current one for FlashBuilder - comes with AIR4.0 - it's the ASC2.0 compiler. |
Can you rebuild plugin with compc compiler from Flex 4.6 SDK (available here http://www.adobe.com/devnet/flex/flex-sdk-download.html)? |
Hi, I’ve tried compiling using –swf-version=12 as a compile argument and that should do the same thing – the ASC2.0 compiler became the standard for after version 12 and specifying swf-version=12 uses the compiler from 4.6.0. I am seeing the same issue: VerifyError: Error #1021: At least one branch target was not on a valid instruction in the method.
This happens immediately that a stream starts to load but, as I say, doesn’t happen with debugger (it works very nicely with debugger). Any clues as to what I can do to resolve this? I would prefer not to require an entirely separate project to compile this as all other OSMF libraries are working fine together and, obviously, it is way easier to debug when you can chase things through the code. Thanks, From: D3adKnight [mailto:notifications@github.com] Can you rebuild plugin with compc compiler from Flex 4.6 SDK (available here http://www.adobe.com/devnet/flex/flex-sdk-download.html)? — |
Hi, Please vote for it! |
hi, GaiusCoffey |
No, no progress. I have logged a ticket with Adobe as I suspect it is a plugin issue. |
Hi,
This one has me stumped, it may well be something I'm doing, but I can't see what! Any pointers are welcome.
https://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8
https://devimages.apple.com.edgekey.net/streaming/examples/bipbop_16x9/bipbop_16x9_variant.m3u8
VerifyError: Error #1021: At least one branch target was not on a valid instruction in the method.
G
The text was updated successfully, but these errors were encountered: