- Sep 12, 2018
- 9,404
- 38,298
Hi, sorry to bump into your conversation, yet it seems as a renpy/libraries problem to me.This is what's written as an error while I try to launch the most recent save, if you're interested.
Again thank you for the help!
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 452, in __call__ renpy.load(fn) ImportError: No module named matrix -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\ast.py", line 881, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\python.py", line 1913, 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:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\core.py", line 2672, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\core.py", line 3477, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\transition.py", line 47, in event return self.new_widget.event(ev, x, y, st) # E1101 File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\screen.py", line 697, in event rv = self.child.event(ev, x, y, st) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\layout.py", line 998, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\layout.py", line 244, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\behavior.py", line 910, in event return handle_click(self.clicked) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\behavior.py", line 845, in handle_click rv = run(action) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\display\behavior.py", line 315, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 452, in __call__ renpy.load(fn) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\loadsave.py", line 729, in load roots, log = loads(location.load(filename)) File "C:\Users\David Hasselhoff\Desktop\truc\WhereTheHeartIs-Ep16-pc-compressed\renpy\loadsave.py", line 62, in loads return cPickle.loads(s) ImportError: No module named matrix Windows-8-6.2.9200 Ren'Py 7.1.3.1092 Where The Heart Is Ep16 Thu Apr 02 23:57:52 2020
You could try to update your renpy/win libs in your game folder with the latest ones, and to check if it works for you.
Or you could download and uzip
You must be registered to see the links
into your main game directory and update it as well.cheers