Mod Cheat Mod Ren'Py Bright Lord [v1.5.0 SE Steam] Walkthrough Mod [Joker Leader]

Kiwo

Member
Jul 11, 2018
394
486
I have the same problem mentioned above, the fix is just shoving a " at the end of the line mentioned in the error, should be like:
"[JGR]Yes \n{b}{size=15}([c] Sex)":
After that the game opens fine, not sure if it is alright all the way through the end because it is my first time playing the game so I am not that far to see any errors.
 

Cshep26

New Member
Aug 22, 2017
11
14
I have the same problem mentioned above, the fix is just shoving a " at the end of the line mentioned in the error, should be like:
"[JGR]Yes \n{b}{size=15}([c] Sex)":
After that the game opens fine, not sure if it is alright all the way through the end because it is my first time playing the game so I am not that far to see any errors.
That worked Thanks
 
  • Like
Reactions: Kiwo and Sanaa Star

kauthor

Member
Jun 15, 2018
371
159
I have the same problem mentioned above, the fix is just shoving a " at the end of the line mentioned in the error, should be like:
"[JGR]Yes \n{b}{size=15}([c] Sex)":
After that the game opens fine, not sure if it is alright all the way through the end because it is my first time playing the game so I am not that far to see any errors.
Confirmed! JokerLeader, please make sure to update the code. :) It can be very picky!
 

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,202
82,478
I have the same problem mentioned above, the fix is just shoving a " at the end of the line mentioned in the error, should be like:
"[JGR]Yes \n{b}{size=15}([c] Sex)":
After that the game opens fine, not sure if it is alright all the way through the end because it is my first time playing the game so I am not that far to see any errors.
That worked Thanks
Confirmed! JokerLeader, please make sure to update the code. :) It can be very picky!
Fixed, thank you guys ;)
 

MatthewAMEL

New Member
Jan 3, 2023
7
14
Perhaps because the game is the patreon edition and the mod is the steam edition ?
I have tried the mod on both versions.

Same error.

However...it's a REALLY simple fix.

Using notepad edit line 1243 from

"[JGR]Yes \n{b}{size=15}([c] Sex):

to

"[JGR]Yes \n{b}{size=15}([c] Sex)":
 
  • Like
Reactions: pitao

Patrick Bateman_69

New Member
Jan 16, 2024
9
16
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 499, 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 "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\python.py", line 1184, in py_exec_bytecode
    exec(bytecode, 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 "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\core.py", line 2218, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\core.py", line 3289, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\screen.py", line 794, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\behavior.py", line 1182, in event
    return handle_click(self.clicked)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\behavior.py", line 1103, in handle_click
    rv = run(action)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\loadsave.py", line 838, in load
    log.unfreeze(roots, label="_after_load")
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\rollback.py", line 1135, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\rollback.py", line 930, in rollback
    self.load_failed()
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\rollback.py", line 848, in load_failed
    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-10-10.0.19045 AMD64
Ren'Py 8.3.6.25022803
Bright Lord 1.5.0
Tue Mar 18 09:04:51 2025





playing patreon version and gettin this error don know what to do , help me if u can.
 
  • Thinking Face
Reactions: pitao

pitao

Active Member
May 18, 2023
766
909
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 499, 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 "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\python.py", line 1184, in py_exec_bytecode
    exec(bytecode, 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 "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\core.py", line 2218, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\core.py", line 3289, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\screen.py", line 794, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 1297, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\layout.py", line 285, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\behavior.py", line 1182, in event
    return handle_click(self.clicked)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\behavior.py", line 1103, in handle_click
    rv = run(action)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\display\behavior.py", line 401, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 499, in __call__
    renpy.load(fn)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\loadsave.py", line 838, in load
    log.unfreeze(roots, label="_after_load")
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\rollback.py", line 1135, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\rollback.py", line 930, in rollback
    self.load_failed()
  File "D:\kits\BrightLord-1.5.0-patreon-pc\renpy\rollback.py", line 848, in load_failed
    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-10-10.0.19045 AMD64
Ren'Py 8.3.6.25022803
Bright Lord 1.5.0
Tue Mar 18 09:04:51 2025





playing patreon version and gettin this error don know what to do , help me if u can.
I get the same error on the last save I made probably because the script was changed and can't find a place to rollback but the one I made on the beginning of Act 12 works fine, the screen that starts the Acts I always save on those. Try an older save, unless you are one of those players that use mods and don't save often, learned by experience that if I'm gonna modify a game then better save often.
 

Eonor

Active Member
Sep 9, 2017
960
2,246
Updated my compressed Android port of Bright Lord with JokerLeader's walkthrough mod to v1.5.0.

Got some basic gestures loaded in: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip. Save files are now stored in the Documents folder. This sometimes means that you may need to close and re-open the port after installing so the save folder is properly created.

Please let me know if you encounter any issues with the port and I'll see what I can do to get them sorted.

Links: -
 

knixis

Member
Jun 18, 2017
116
109
Soooo, guessing it doesn't work with 1.5.0 SE Steam? :D Or does it, because the title of the mod and the description show different versions.
 

shiqz

Active Member
Dec 25, 2020
567
819
Soooo, guessing it doesn't work with 1.5.0 SE Steam? :D Or does it, because the title of the mod and the description show different versions.
Works for me, i had to go back a couple Saves but it went smoothly from that Point on.
If anyone has issues with their latest Save try to reload from the point where MC fucks Margarie in the Office or before that choice.
 
  • Like
Reactions: cdbreeze