Warped Animation

Member
Game Developer
May 27, 2019
386
845
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
Do you receive this as soon as you try to execute the game, or as soon as you click on start?

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.
 

Warped Animation

Member
Game Developer
May 27, 2019
386
845
Is there a new Incest/set age mod or is it all ingame now? :unsure:
Sorry....I missed the second part of your question. The game doesn't have a way to set the age automatically, but you can edit the variables.json file in a text editor, and make changes there. Once you have set Dee's name from her model page. You can find the json file in the same folder as the game exe.
 

WickedGrim

Newbie
Sep 18, 2018
91
13
Do you receive this as soon as you try to execute the game, or as soon as you click on start?

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.
The game opens, I can change the girls name then when I hit start to play it tells me a bit about the girl then I get the error
 

Warped Animation

Member
Game Developer
May 27, 2019
386
845
The game opens, I can change the girls name then when I hit start to play it tells me a bit about the girl then I get the error
It might be as simple as the way that I am returning to the Main Menu from the Models page. I'll check into it, and get back to you.
 

Warped Animation

Member
Game Developer
May 27, 2019
386
845
The game opens, I can change the girls name then when I hit start to play it tells me a bit about the girl then I get the error
Also, have you tried to restart the game and run it a second time? Your name change should have been saved when you did it the first time, so it shouldn't be necessary to change it again. Try restarting the exe, and just clicking start.
 

Look-see

Engaged Member
Aug 19, 2018
2,947
5,392
hmmmm liked the orginal release better this seems.... depressing. so it's a DMD spin-off? and is it supposed to be one of those fem protag games where she ends up slutty?
 
  • Like
Reactions: Qoo-Rilla and Lerd0

Warped Animation

Member
Game Developer
May 27, 2019
386
845
hmmmm liked the orginal release better this seems.... depressing. so it's a DMD spin-off? and is it supposed to be one of those fem protag games where she ends up slutty?
It is "Dee after Daddy." You, as the MC, are pretty much in control of how she ends up. For example, choices like the ones while she was watching the porn, the Excites Her/ Doesn't Excite Her choices will influence how slutty she ends up being, or not being.
 

Hoboy

Well-Known Member
Jul 24, 2017
1,812
1,279
Do you receive this as soon as you try to execute the game, or as soon as you click on start?

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.
Yeah - I'm on a Mac and get this as well. It happens when I press Start whether I do anything else first or not, and will not continue if I press Start again (just the same error every time). Will try downloading the PC version and making my own Mac using different SDKs...
 

Warped Animation

Member
Game Developer
May 27, 2019
386
845
The game opens, I can change the girls name then when I hit start to play it tells me a bit about the girl then I get the error
Here is a link to an update. If you would do me a favor, and unzip it to a fresh directory, and then do the same exact steps that you did when you got the error, it will tell us whether this fixes it.
MAC Link v0.2.1:
 

Warped Animation

Member
Game Developer
May 27, 2019
386
845
Yeah - I'm on a Mac and get this as well. It happens when I press Start whether I do anything else first or not, and will not continue if I press Start again (just the same error every time). Will try downloading the PC version and making my own Mac using different SDKs...
see if this fixes it.
 

Look-see

Engaged Member
Aug 19, 2018
2,947
5,392
It is "Dee after Daddy." You, as the MC, are pretty much in control of how she ends up. For example, choices like the ones while she was watching the porn, the Excites Her/ Doesn't Excite Her choices will influence how slutty she ends up being, or not being.
Ah I see. Hmmm i think I’ll pass on this one. Kinda ruins dmd for me lol. But good luck to you(y)
 
  • Like
Reactions: Lerd0

Hoboy

Well-Known Member
Jul 24, 2017
1,812
1,279
see if this fixes it.
Still getting the error. Damn - I know I've seen something about this in another thread. It has to do with permissions on a Mac (stricter than a PC - I guess PCs are just sluttier)...
 
3.00 star(s) 13 Votes