- May 27, 2019
- 386
- 846
Do you receive this as soon as you try to execute the game, or as soon as you click on start?Anyone help?
I get error as soon as I try to start the game
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 531, 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 "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/main.py", line 525, in main
run(restart)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/main.py", line 139, in run
renpy.execution.run_context(True)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/execution.py", line 892, in run_context
context.run()
File "intro.rpyc", line 62, in script
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/ast.py", line 1911, in execute
self.call("execute")
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/ast.py", line 1899, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/statements.py", line 220, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/exports.py", line 2875, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/display/core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/display/core.py", line 3493, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/display/screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/display/behavior.py", line 923, in event
return handle_click(self.clicked)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/display/behavior.py", line 858, in handle_click
rv = run(action)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/display/behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 141, in __call__
renpy.jump_out_of_context(self.label)
File "/Users/terrywillms/Desktop/Online Games/SugarDaddies-v02-Beta-mac.zip Folder/SDs.EP1.app/Contents/Resources/autorun/renpy/exports.py", line 1806, in jump_out_of_context
raise renpy.game.JumpOutException(label)
JumpOutException: start
Darwin-17.7.0-x86_64-i386-64bit
Ren'Py 7.2.2.491
Sugar Daddies v0.2
Mon Jul 29 14:23:29 2019
Unfortunately, I don't have a MAC, so it is untested on that platform. I don't have anyway to debug the problem. I just provided the MAC build, because Renpy allows me to build it when I build the PC version. What I can do is search around a little bit, and see if there is some kind of common coding mistake that causes this type of error on a MAC. If I find a potential solution, I will provide a new MAC build.