Adobe-Runtime-Support
Adobe-Runtime-Support copied to clipboard
[ISSUE] Application changed render behaviour after 51.1.3.12
Prints from app running with 51.1.3.10
Prints from same app, just upgrade to 51.1.3.12
The same happens using 51.2 release
Also this appears to only happen on android, tested on windows and on mac and application appears to don't show any visual diff like on android
Do you use BitmapData.draw() at all in the composition of those screens? We had put in a fix for a problem there, see #3729. Alternatively if you're using Context3D.drawToBitmapData(), a change happened to correct y-flip happening (see #392).
Are you using Stage3D? If you're not then do you see any difference if you switch renderMode between 'direct' and 'cpu'?
thanks
This screen it's build using morn https://github.com/yungzhu/MornUI
I just create the screen using tool, and I get some output files to use in my project, I don't know for sure if it's using bitmapdata.draw or not. But I know for sure that this it's pure native stage, no stage3d involved
Okay - probably if I can send you a test zip that outputs some logcat traces, we can see if this is caused by the BitmapData.draw update and whether we can work around it..
thanks
Sure, I will wait for the test zip.
@ajwfrost hello, any news on that?
Hi @bobaoapae - we'd looked at the logs you'd provided from that test build but it didn't seem to show them, which either means we had something wrong in our test package, or it wasn't actually hitting those code paths...
So I think we'll have to send another version; we can perhaps try to isolate the individual change that caused the problem, I know which change I think is the culprit so perhaps we can do a 51.1.3.12 release plus that one patch to just confirm that this is what breaks it...
thanks
Actually I just realised, it was working in .10 and failing in .12 .. but the change I had thought may cause the issue was introduced between those, so we've just reverted that (and added logcat output if it had been hit) so are you able to try with the test build please and see if it fixes things? (Build is being sent direct via the transfer system..)
thanks
Hello, I tested this now and not fixed the issue. Replied the email with the logcat file