0% found this document useful (0 votes)
231 views2 pages

Traceback

An error occurred while running game code that prevented the main menu from loading. The traceback shows that the error was an import error, with the game code attempting to import a module called "matrix" that could not be found. This suggests a missing or incorrectly specified import in the game code.

Uploaded by

zetinoco
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
231 views2 pages

Traceback

An error occurred while running game code that prevented the main menu from loading. The traceback shows that the error was an import error, with the game code attempting to import a module called "matrix" that could not be found. This suggests a missing or incorrectly specified import in the game code.

Uploaded by

zetinoco
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

I'm sorry, but an uncaught exception occurred.

While running game code:


File "renpy/common/00start.rpy", line 264, in script
python:
File "renpy/common/00start.rpy", line 268, in <module>
renpy.call_in_new_context("_main_menu")
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/00start.rpy", line 264, in script
python:
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 268, in <module>
renpy.call_in_new_context("_main_menu")
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\game.py", line 332, in call_in_new_context
return renpy.execution.run_context(False)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\execution.py", line 892, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\python.py", line 1930, 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 "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause,
**kwargs)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\core.py", line 3493, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\screen.py", line 697, in event
rv = self.child.event(ev, x, y, st)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\behavior.py", line 923, in event
return handle_click(self.clicked)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\behavior.py", line 858, in handle_click
rv = run(action)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\loadsave.py", line 752, in load
roots, log = loads(location.load(filename))
File "E:\NovosDownloads\Downloads 2019\DMD Games\unziped\WVM-0.7.2-
pc\renpy\loadsave.py", line 63, in loads
return cPickle.loads(s)
ImportError: No module named matrix

Windows-8-6.2.9200
Ren'Py 7.2.2.491
WVM 0.7.2
Fri Mar 27 00:53:28 2020

You might also like