How do i get to the bug reports to find the link for it? All i got after submitting the bug report was the message “Thank you for your submission. We will do our best to evaluate your case and respond as quickly as possible.”
If you didn’t get a case number then it is still broken. You will need to send an email and simple test case to suppot at coronalabs.com.
You will need to email the bug report to support AT coronalabs.com. The Report a bug link isn’t working.
Rob
What version of macOS are you using?
Have you updated it since the last time it worked and now?
Have you gone back to 2992 and verified that the change was with a Corona update or if it was the OS update.
Are you seeing this in the simulator?
Are you seeing this on a device? What Device/OS version?
Thanks
Rob
We still need all the information asked for. Is there a version that it doesn’t happen on?
I’ve had this code in my game for a while to deal with a similar issue - this predates 2992 it originally went in in 2049 I think.
if (system.getInfo("platformName") == "Android" or system.getInfo("platformName") == "Win") then str = " C I T Y " else str = "C I T Y" end local d4 = display.newText({parent = loadingImage, text = str, x = 1000, y = 22, width = 800, font = \_monserratBlack, fontSize = 120, align = "center"})
I can’t reproduce this issue on macOS 10.12.4 in CoronaSDK 3068 in either the macOS Simulator or on device when building for iOS 10.3 so there must be something else in the project besides the display.newText() statements that is making this happen. Can you post a ZIP of the project you got the screenshot from above? I’ve attached my working app and a screenshot.
Perry, if I run your project this is what I get and it is clearly broken in windows simulator (using 3079)…
The problem for me was in the Windows simulator, i haven’t tried it on the mac. I upgraded my mac to Sierra (10.12) so i could install the new corona sdk that was now required for any new apple submissions. I also upgraded my corona sdk on windows to match at the same time, and only noticed this problem on windows as i do all my dev in windows and only do final compiles on mac for the iOS build. So by the sounds of it, it may just be a windows simulator issue in the new version.
Can you drop back to the last build you were using on Windows and see if you can narrow down the build where this changed?
Rob
The bug should be fixed in daily build 2017.3101. Please try it and let know if something wrong. Thanks.
2 months to fix? But thanks