Hi, I saw some messages about black screen but I didn’t found a correct solution for the problem with the blackscreen after starting the app. The app runs in simulator perfect and on the device I see the app is starting with the splash screen, I’m hearing the sound and I see in the console my debug text of touch event e.g but I only have a black screen.
I test it on iphone 4s and on ipad2 but on both devices I have the same problem. both devices have ios7.1 installed.
when I start the app in simulator, I see this message but the rest works perfect. I don’t found the reason for this message:
WARNING: graphics.newOutline( coarsenessInTexels, imageSheet, frameIndex ) given an invalid frameIndex (0). Defaulting to 1.
I build the app with the last publish build and also with the build v2014.2263 and it’s not my first app but it’s the first time I have use graphics 2.0!
build.setting:
settings = {
orientation = {
default = “landscapeRight”,
supported = { “landscapeRight”, “landscapeRight”,}
},
iphone = {
plist = {
UIStatusBarHidden = true,
UIPrerenderedIcon = true, – set to false for “shine” overlay
--UIApplicationExitsOnSuspend = true, – uncomment to quit app on suspend
}
},
}
config.lua:
application = {
content = {
width = 480,
height = 640,
scale = “letterBox”,
fps = 30,
},
}
in the console I see the messages from the app and some other text about the app:
Apr 16 21:07:21 backboardd[29] <Error>: HID: The ‘Passive’ connection ‘LoopMan’ access to protected services is denied.
Apr 16 21:07:21 LoopMan[279] <Warning>: Platform: iPad / iPad2,1 / 7.1 / PowerVR SGX 543 / OpenGL ES 2.0 IMGSGX543-97.7
Apr 16 21:07:22 LoopMan[279] <Warning>: RunningMan hier bin ich…
Apr 16 21:07:27 LoopMan[279] <Warning>: SaltoMen: collision began with Hammer
Apr 16 21:07:27 LoopMan[279] <Warning>: SaltoMen: collision began with Coin
Apr 16 21:07:27 LoopMan[279] <Warning>: 5 Punkte Plus
Apr 16 21:07:33 LoopMan[279] <Warning>: RunningMan hier bin ich…
Apr 16 21:07:35 LoopMan[279] <Warning>: RunningMen: collision began with Hammer
I’m happy for any idea to solve this problem, thanks a lot
Michael
insert: 17-4-2014
I saw, that the graphics load as black boxes, see my answers and a short demo project below…