- Jun 14, 2017
- 212
- 53
i dont know what is wrong but everytime i tried to load it it i get bug errors from old saves being loaded and when i start a new games it just straight up crashes
same hereWhen I try to start a new game the game crashes. Only open world works.
Also having this issue.When I try to start a new game the game crashes. Only open world works.
player_moneyconsole cheat for the money please ?
Brilliant! I had the crashing issue as well. Thank you so much for posting this!@ozzo @Guardra @Wigl81 @T-N @WillowyJenkins
I had the same issue. Fixed it. Extract the zipped folder into your "TheGiftReloaded-0.06-pc\game" folder.
EDIT:
And dont forget to delete "scripts.rpa"
You don't have permission to view the spoiler content. Log in or register now.
sweet thanks it works just fine now@ozzo @Guardra @Wigl81 @T-N @WillowyJenkins
I had the same issue. Fixed it. Extract the zipped folder into your "TheGiftReloaded-0.06-pc\game" folder.
EDIT:
And dont forget to delete "scripts.rpa"
You don't have permission to view the spoiler content. Log in or register now.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_menu.rpy", line 141, in __call__
renpy.jump_out_of_context(self.label)
JumpOutException: start
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\main.py", line 513, in main
run(restart)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\execution.py", line 876, in run_context
context.run()
File "script files/screens.rpyc", line 651, in script
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\ast.py", line 1859, in execute
self.call("execute")
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\ast.py", line 1847, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\statements.py", line 179, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 519, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\exports.py", line 2724, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\core.py", line 2662, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\core.py", line 3467, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\layout.py", line 995, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\behavior.py", line 907, in event
return handle_click(self.clicked)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\behavior.py", line 842, in handle_click
rv = run(action)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\behavior.py", line 315, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 141, in __call__
renpy.jump_out_of_context(self.label)
File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\exports.py", line 1680, in jump_out_of_context
raise renpy.game.JumpOutException(label)
JumpOutException: start
Windows-8-6.2.9200
Ren'Py 7.1.1.929
The Gift Reloaded 0.06
Fri Feb 22 23:23:35 2019
read up page - there's fixCan't start a new game except at open world (of which there is not much yet).
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "renpy/common/00action_menu.rpy", line 141, in __call__ renpy.jump_out_of_context(self.label) JumpOutException: start -- Full Traceback ------------------------------------------------------------ Full traceback: File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\bootstrap.py", line 313, in bootstrap renpy.main.main() File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\main.py", line 513, in main run(restart) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\main.py", line 139, in run renpy.execution.run_context(True) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\execution.py", line 876, in run_context context.run() File "script files/screens.rpyc", line 651, in script File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\ast.py", line 1859, in execute self.call("execute") File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\ast.py", line 1847, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\statements.py", line 179, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\exports.py", line 2724, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\core.py", line 2662, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\core.py", line 3467, in interact_core rv = root_widget.event(ev, x, y, 0) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\layout.py", line 995, in event rv = i.event(ev, x - xo, y - yo, cst) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\layout.py", line 995, in event rv = i.event(ev, x - xo, y - yo, cst) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\layout.py", line 995, in event rv = i.event(ev, x - xo, y - yo, cst) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\screen.py", line 697, in event rv = self.child.event(ev, x, y, st) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\layout.py", line 995, in event rv = i.event(ev, x - xo, y - yo, cst) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\behavior.py", line 907, in event return handle_click(self.clicked) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\behavior.py", line 842, in handle_click rv = run(action) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\display\behavior.py", line 315, in run return action(*args, **kwargs) File "renpy/common/00action_menu.rpy", line 141, in __call__ renpy.jump_out_of_context(self.label) File "F:\Private\Games\TheGiftReloaded-0.06-pc\renpy\exports.py", line 1680, in jump_out_of_context raise renpy.game.JumpOutException(label) JumpOutException: start Windows-8-6.2.9200 Ren'Py 7.1.1.929 The Gift Reloaded 0.06 Fri Feb 22 23:23:35 2019