@PyTom: I actually somehow broke Ren'py entirely. I think I tried adding RAPT and since doing that, Ren'py itself wouldn't even open for me to be able to do anything at all with it.
Code: Select all
I'm sorry, but an uncaught exception occurred.
While executing init code:
File "launcher/game/android.rpy", line 4, in script
File "launcher/game/android.rpy", line 70, in python
ImportError: No module named rapt
I completely deleted my Ren'py folder for that version and re-installed. The main error in my game comes with closing the game using the Windows close button (I think I posted about that once before). This is on 6.16.5 because even though I thought I heard word about a newer version, I didn't find anything later at
http://www.renpy.org/latest.html when I went to re-install.
Code: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00layout.rpy", line 54, in script
File "renpy/common/00layout.rpy", line 54, in python
File "renpy/common/00layout.rpy", line 442, in python
IgnoreLayers:
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "G:\other stuff\Ren'Py\renpy-6.16.5-sdk\renpy\execution.py", line 288, in run
node.execute()
File "G:\other stuff\Ren'Py\renpy-6.16.5-sdk\renpy\ast.py", line 1486, in execute
if renpy.python.py_eval(condition):
File "G:\other stuff\Ren'Py\renpy-6.16.5-sdk\renpy\python.py", line 1342, in py_eval
return eval(py_compile(source, 'eval'), globals, locals)
File "renpy/common/00layout.rpy", line 54, in <module>
if layout.invoke_yesno_prompt(None, layout.QUIT):
File "renpy/common/00layout.rpy", line 442, in invoke_yesno_prompt
rv = layout.yesno_prompt(*args)
File "renpy/common/_layout/screen_yesno_prompt.rpym", line 11, in yesno_prompt
return ui.interact()
File "G:\other stuff\Ren'Py\renpy-6.16.5-sdk\renpy\ui.py", line 237, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\other stuff\Ren'Py\renpy-6.16.5-sdk\renpy\display\core.py", line 1853, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "G:\other stuff\Ren'Py\renpy-6.16.5-sdk\renpy\display\core.py", line 2406, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "G:\other stuff\Ren'Py\renpy-6.16.5-sdk\renpy\display\layout.py", line 749, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\other stuff\Ren'Py\renpy-6.16.5-sdk\renpy\display\layout.py", line 749, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\other stuff\Ren'Py\renpy-6.16.5-sdk\renpy\display\layout.py", line 749, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\other stuff\Ren'Py\renpy-6.16.5-sdk\renpy\display\screen.py", line 327, in event
raise renpy.display.layout.IgnoreLayers()
IgnoreLayers:
Windows-Vista-6.0.6002-SP2
Ren'Py 6.16.5.525