I got informed of this bug by my friend, who was testing the game. Whenever I press exit in titlescreen it wont exit but restart titlescreen instead.
It should go like this:
Open .exe -> title screen -> press exit -> game quits
But it goes like this instead:
Open .exe -> title screen -> press exit -> game restarts title screen -> press exit second time -> game quits.
I am using Luna Engine but I doubt its the source of my problem. =.=
Exit in titlescreen moves me to titlescreen
● ARCHIVED · READ-ONLY
-
-
I've moved this thread to Script Support. Thank you.
-
You will need to diagnose it more. Luna engine would not cause that, unless you did something extra to cause it.
*I use Luna engine. -
Do a search for rgss_main in your script editor with CTRL+SHIFT+F.
If you find 2 of them, that's your problem. Only 1 should be there, otherwise it will exit one loop, and start the other one after that, which is basically restarting the game.
If that's not the issue, than I'm out of guesses. -
If you have the backtrace script installed, that always happens as it causes two instances of main to occur. You should remove it before having others play it unless you want it there for debugging, in which case you will need to tell them to just x out the window for now until we are past that stage.
-
The proper way of installing that backtrace script is to replace the default Main script with that one, in which case it will exit the game properly.
If he added it in a new script slot, than that's the issue right there. -
Oh yeah, silly me. I had double main. Thanks a lot
-
This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.