@OZApps Can you give me any hints to produce it? Also your screenshot is 640 x 960 which is not iPhone 5. :-/
Sorry Atilim, my bad, I had the game installed on both iPhone5 and the iPhone4 and the screenshots were from the iPhone4 version, but the issue was on both.
Thanks for the solution, adding or subtracting 0.00001 would it be possible to add that in the C API for gideros so as to avoid that, I know this is a OpenGL rendering issue, but that way it will eliminate all future issues as such be it with text or graphics.
@bowerandy - congrats on the release! and yes, please write up a blog post on the Flurry crash reporting. I've had the Crashlytics version in production for a month now and while it is ok, I still get back some reports where I don't get proper lua stack traces, they are missing line numbers and other important details that makes tracking the issue down difficult.
@krisis, will do. Another good thing about the new scheme is that the regex filtering of the console log is now done up in Lua rather than my half arsed attempt down in the Objective C. This should make it easier to capture correct stack traces.
Before writing the blog article I first of all I have to figure out why I've broken code formatting on the Bowerhaus website. :-(
Comments
Thanks for the solution, adding or subtracting 0.00001 would it be possible to add that in the C API for gideros so as to avoid that, I know this is a OpenGL rendering issue, but that way it will eliminate all future issues as such be it with text or graphics.
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
and yes, please write up a blog post on the Flurry crash reporting. I've had the Crashlytics version in production for a month now and while it is ok, I still get back some reports where I don't get proper lua stack traces, they are missing line numbers and other important details that makes tracking the issue down difficult.
Before writing the blog article I first of all I have to figure out why I've broken code formatting on the Bowerhaus website. :-(
best regards
Likes: krisis