Phalzyr

Well-Known Member
Modder
Nov 7, 2017
1,078
5,827
Can somebody post ending save of ep11 with full stats if possible pretty please ?
i don't know how change mc's name but try my save ;)
The next release should have a menu option to change the MC name. That was one of the features I created that Cheeky is thinking of adding to the source game. It is very simple coding to do... (roughly 10 lines of code)... In my mod I have it show right under the save main menu option if in a game. I'll prob add that to my Walkthrough+Gallery mod as well next release since it has 0 chance of messing with saved games.
 

Hones

Forum Fanatic
Game Compressor
Aug 10, 2018
4,154
8,589
i don't know how change mc's name but try my save ;)
The next release should have a menu option to change the MC name. that was one of the feature I created that Cheeky is thinking of adding to the source game. It is very simple coding to do... In my mod I have it right under the save menu option if in a game. I'll prob add that to my Walkthrough+Gallery mod as well next release since it has 0 chance of messing with saved games.
Until it gets added into the game anyone who wants can just use Ren'py save editor to change the players name
You just need to find player_name and change the value.
 
  • Like
Reactions: Kal050 and Phalzyr

bao17

Newbie
Jan 11, 2019
36
7
A more exact error message or a traceback.txt would be helpful in determining the problem.
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
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/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\ast.py", line 881, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\python.py", line 1913, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\core.py", line 2672, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\core.py", line 3477, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\behavior.py", line 910, in event
return handle_click(self.clicked)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\behavior.py", line 845, in handle_click
rv = run(action)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\behavior.py", line 315, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\loadsave.py", line 730, in load
log.unfreeze(roots, label="_after_load")
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\python.py", line 1868, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\python.py", line 1696, 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-7-6.1.7601-SP1
Ren'Py 7.1.3.1092
Where The Heart Is Ep9
Fri May 03 00:58:58 2019
 

MrDL

Well-Known Member
Nov 11, 2017
1,117
1,487
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
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/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\ast.py", line 881, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\python.py", line 1913, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\core.py", line 2672, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\core.py", line 3477, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\behavior.py", line 910, in event
return handle_click(self.clicked)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\behavior.py", line 845, in handle_click
rv = run(action)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\display\behavior.py", line 315, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\loadsave.py", line 730, in load
log.unfreeze(roots, label="_after_load")
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\python.py", line 1868, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\Breno\AppData\Local\Temp\Rar$EXa0.126\WhereTheHeartIs-Ep9-pc\renpy\python.py", line 1696, 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-7-6.1.7601-SP1
Ren'Py 7.1.3.1092
Where The Heart Is Ep9
Fri May 03 00:58:58 2019
You're playing it with files in your temp folder? They were probably deleted.
 
  • Like
Reactions: CheekyGimp

TCMS

Quote my posts if you want an answer
Donor
Former Staff
Aug 5, 2016
5,797
30,142
Mod discussions go into mod threads.
If you don't have a mod thread, make one; Having multiple discussions on here about mods content, discussion between different mods and how they're similar, about problems with the mods, etc. is just derailing the thread. So move onto the correct place.
 

Phalzyr

Well-Known Member
Modder
Nov 7, 2017
1,078
5,827
I need help! "An exception has occurred." someone?
Are you using an old save with new version of game, or mod added? Usually if you save at the end of an episode that is a safe place, but if bugs were fixed or you add a mod that alters lines at the point the save game was... You'll get that rollback error.
 

bao17

Newbie
Jan 11, 2019
36
7
Are you using an old save with new version of game, or mod added? Usually if you save at the end of an episode that is a safe place, but if bugs were fixed or you add a mod that alters lines at the point the save game was... You'll get that rollback error.
I am using an old save with a new version...
 

botc76

The Crawling Chaos, Bringer of Strange Joy
Donor
Oct 23, 2016
4,402
13,139
This is the thing with some internet coders, they think that getting someone else's code and changing a few lines is somehow coding and they don't need to give credit...

If you paint a mustache over Mona Lisa, you're not Da Vinci.
Hey, but if you put Gwen Stacy in a Spider-themed costume and give her Spidey's powers you've created a completely new character.

At least that's how Robbi Rodriguez acts. ;)
 

Phalzyr

Well-Known Member
Modder
Nov 7, 2017
1,078
5,827
She is very pale at the start of game, and in some lighting it does look a bit grey...
 
4.40 star(s) 321 Votes