Hey thomas.
Would you mind posting a bug report here: bugs.anscamobile.com after reading the below guidelines:
Hello, In order to test your case we need a simple test case that we can run without requiring any third party libraries (if applicable) or modules (if applicable). We simply cannot test bug reports that only contain bits and pieces of code from your project. It must be stripped down to a tiny, reproducible test case so we can then see if it is in fact a bug with corona or an issue with your own code.
In order for us to evaluate this we need:
-
A test case confined if possible to a single main.lua file, this helps eradicate any possible user bugs contained in separate lua files/modules.
-
Remove any un-unused variables that are not being used in the sample.
-
Make the code as simple and commented as possible (imagine you were programming it as an example for a new user) This will make it 100x quicker to establish whether or not it is a Corona issue or user issue.
-
Adequately named variables. Please name your variables so they are clear to understand their meaning. Example, you have a variable defined for a tree.
Good :
local tree
Bad:
local tImage
If you can make a test case that is as simple as possible and as few lines of code as possible with adequately named variables we can get this confirmed one way or the other and get it resolved asap.
[import]uid: 84637 topic_id: 25909 reply_id: 104897[/import]