Posts

Post not yet marked as solved
0 Replies
431 Views
My game has an "Exit" button in the intro screen that allows you to quit. I submitted an update to the game and the app review is saying when they click "exit," that it goes to a grey screen. I cannot re create this. I've played it in a guest account in a "minimally privileged environment" yet it does not happen for me. The button calls [NSApp terminate:self]; Is there any reason this might happen? I can't re create it. What should I do if I cannot? I am at an impasse here.
Posted Last updated
.
Post not yet marked as solved
1 Replies
522 Views
Here is a video of the issue: https://youtu.be/yDjrq-kukNY It starts with a title bar, I can go full screen, but if I switch out of the app, the screen goes black. All I did was put "full screen" in the xib for the window. There isn't any code, but maybe thats the problem? This is my code for that area: https://github.com/stratozyck/EighthDayAdvent/blob/343867d9394baf29cb9ded93610b24fd78a135a1/AppDelegate I am 95% ready to put it out there but this is something I can't figure out! The code I found on the internet doesn't work.
Posted Last updated
.
Post not yet marked as solved
0 Replies
371 Views
I have extreme difficulty debugging this issue. It does not happen consistently. On startup, the app is supposed to start some music and have an intro screen. Sometimes, the music starts but the screen is all black. If you command tab out and back, the screen comes back. I believe something is being overwritten - but I removed almost all code from the startup sequence. There is only one thread at startup. Whenever I sit down to try to find it, I make changes (such as removing the startup music) and it appears to go away for a while, but then it comes back annoyingly.
Posted Last updated
.