- Jul 12, 2017
- 80
- 73
Well ... that was an intersting story !!
At least, he found his phone Thx Toni
At least, he found his phone Thx Toni
DL: ok
Extract: ok
Launch: ok
enter your name: ok
ERROR !
thx for playing...
check a few comments in the back and you'll see why...dont be lazy,its not that hardI want to play the game, but give this error x_X ... thx \o
Because of this I can't continu the gameI'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Expected transition to be a displayable, not a <curry <function Fade at 0x03329EF0> () {'new_widget': <Fixed at 58bf390>, 'old_widget': <Fixed at 58bf430>}>
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\folder\Games\xXx\A New games\DeepImpact-1.0-pc\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\folder\Games\xXx\A New games\DeepImpact-1.0-pc\renpy\python.py", line 2004, 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:\folder\Games\xXx\A New games\DeepImpact-1.0-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\folder\Games\xXx\A New games\DeepImpact-1.0-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\folder\Games\xXx\A New games\DeepImpact-1.0-pc\renpy\display\core.py", line 3047, in interact_core
raise Exception("Expected transition to be a displayable, not a %r" % trans)
Exception: Expected transition to be a displayable, not a <curry <function Fade at 0x03329EF0> () {'new_widget': <Fixed at 58bf390>, 'old_widget': <Fixed at 58bf430>}>
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Deep Impact 1.0
Fri Oct 04 10:56:50 2019
Thanks for the effort, but for me it didn't work ...Even removing the patch ...Here's a patch that corrects the exception error at the beginning of the game.
Copy the file into the game folder and overwrite the existing file.
Also, the incest patch is outdated and doesn't work.
Even with your patch, I am still getting an error after naming the MC:Here's a patch that corrects the exception error at the beginning of the game.
Copy the file into the game folder and overwrite the existing file.
Also, the incest patch is outdated and doesn't work.
The same by meThanks for the effort, but for me it didn't work ...Even removing the patch ...
Same here, tho it was the best 1 minute game I ever never played lolThe same by me
Thanks for the hotfix, sadly I can confirm the old IC patch doesn't work. I'm gonna wait for a working one before playing.I've been playing with the code and I think I kind of have a fix/workaround. This really looks like a Ren'py bug and this post is directed to those that know Ren'py and Python better than I do...
All my changes are to start.rpy.
1) remove "jump promoimages" and everything after that. (The last line should be "stop sound"
2) "label start_game" needs to be deblocked by one. (The section is indented by four characters too many.)
3) insert the contents of "promo.rpy" at the end of "start.rpy"
4) add the line "jump chapter1" to the end of the file.
This allowed me to get past the original issue that is being reported. I've blindly made it to chapter 3 without issues so maybe this will be an acceptable fix. Hopefully there's someone around that knows how to do a build and distro can take my changes, test them and release a fixed version.