Bug while fiddling with GUI

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
acsh
Newbie
Posts: 22
Joined: Wed Jun 18, 2014 11:21 pm
Contact:

Bug while fiddling with GUI

#1 Post by acsh » Sun Jun 23, 2019 5:33 am

Hey all, having almost finished the script I turned to making images and icons for the GUI. After replacing the icon and hiding the VN title on the main menu (among other things), I received this incessant error:

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 203, in script call
call _load_reload_game from _call__load_reload_game_1
File "renpy/common/00keymap.rpy", line 450, in script
python hide:
File "renpy/common/00keymap.rpy", line 450, in <module>
python hide:
File "renpy/common/00keymap.rpy", line 460, in _execute_python_hide
renpy.load("_reload-2")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/00start.rpy", line 203, in script call
call _load_reload_game from _call__load_reload_game_1
File "renpy/common/00keymap.rpy", line 450, in script
python hide:
File "C:\Users\Ling\Downloads\renpy-7.2.2-sdk\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Ling\Downloads\renpy-7.2.2-sdk\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00keymap.rpy", line 450, in <module>
python hide:
File "renpy/common/00keymap.rpy", line 460, in _execute_python_hide
renpy.load("_reload-2")
File "C:\Users\Ling\Downloads\renpy-7.2.2-sdk\renpy\loadsave.py", line 753, in load
log.unfreeze(roots, label="_after_load")
File "C:\Users\Ling\Downloads\renpy-7.2.2-sdk\renpy\python.py", line 1885, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\Ling\Downloads\renpy-7.2.2-sdk\renpy\python.py", line 1713, in rollback
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-8-6.2.9200
Ren'Py 7.2.2.491
Verdant Silence 1.0
Sun Jun 23 17:28:06 2019
```

Now I can't even view the VN, which is giving me a bit of a crisis. I tried redoing the whole thing (with a new project of the same name) but after messing with the GUI, same issue. I'm literally a caveman when it comes to code. Any help would be deeply appreciated!

User avatar
Per K Grok
Miko-Class Veteran
Posts: 882
Joined: Fri May 18, 2018 1:02 am
Completed: the Ghost Pilot, Sea of Lost Ships, Bubbles and the Pterodactyls, Defenders of Adacan Part 1-3, the Phantom Flyer
itch: per-k-grok
Location: Sverige
Contact:

Re: Bug while fiddling with GUI

#2 Post by Per K Grok » Sun Jun 23, 2019 6:49 am

acsh wrote:
Sun Jun 23, 2019 5:33 am
Hey all, having almost finished the script I turned to making images and icons for the GUI. After replacing the icon and hiding the VN title on the main menu (among other things), I received this incessant error:

```

```

Now I can't even view the VN, which is giving me a bit of a crisis. I tried redoing the whole thing (with a new project of the same name) but after messing with the GUI, same issue. I'm literally a caveman when it comes to code. Any help would be deeply appreciated!
Start from the beginning again. For each change you do, launch the game to see that it still runs. That way you can at least know which change it is that breaks the program.

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot]