3.40 star(s) 14 Votes

Samhill

Active Member
Nov 2, 2020
555
312
Sadie save file doesn't work for me.

Python:
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 "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/python.py", line 1959, 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 "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/core.py", line 2701, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/core.py", line 3512, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/screen.py", line 707, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/behavior.py", line 946, in event
    return handle_click(self.clicked)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/behavior.py", line 881, in handle_click
    rv = run(action)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/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 "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/loadsave.py", line 760, in load
    roots, log = loads(location.load(filename))
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named matrix

Darwin-13.4.0-x86_64-i386-64bit
Ren'Py 7.3.0.271
Resident Xz 2.0
Sun Jun  6 18:50:19 2021
```
 

ILW

Member
Game Developer
May 26, 2017
207
1,020
Sadie save file doesn't work for me.

Python:
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 "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/ast.py", line 912, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/python.py", line 1959, 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 "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/core.py", line 2701, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/core.py", line 3512, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/screen.py", line 707, in event
    rv = self.child.event(ev, x, y, st)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/behavior.py", line 946, in event
    return handle_click(self.clicked)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/display/behavior.py", line 881, in handle_click
    rv = run(action)
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/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 "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/loadsave.py", line 760, in load
    roots, log = loads(location.load(filename))
  File "/Users/[redacted]/Games/ResidentXz.app/Contents/Resources/autorun/renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named matrix

Darwin-13.4.0-x86_64-i386-64bit
Ren'Py 7.3.0.271
Resident Xz 2.0
Sun Jun  6 18:50:19 2021
```
Mac I assume ?
Save file for mac
 
  • Like
Reactions: Samhill

Samhill

Active Member
Nov 2, 2020
555
312
Mac I assume ?
Save file for mac
Yep. Thanks. I got Konami, but the journal says to investigate the keypad. Which should be done already. Right?
 
Last edited:

Untolddead

Member
Dec 22, 2018
107
315
I mean art looks good but having to wave your mouse all over the place isn't fun. There's a reason modern games don't have people do that any more.
 
  • Like
Reactions: ArturiousDesign

nomojoe

Newbie
Jun 26, 2019
31
18
im just starting the game someone help me out what is sadie supposed to be? like the aunt or sister or sumn? since apparently the mc gets batman'd
 

drwood

Member
Jun 12, 2019
344
469
I opened this game and left it running in the background and in the span of two minutes my computer shat its whole self and made chrome unusable until I closed the game. Idk why I have an upper mid-range pc, and it's only a renpy game.
 

Samhill

Active Member
Nov 2, 2020
555
312
I opened this game and left it running in the background and in the span of two minutes my computer shat its whole self and made chrome unusable until I closed the game. Idk why I have an upper mid-range pc, and it's only a renpy game.
Runs fine on my old ass Mac. Try closing Chrome.
 
3.40 star(s) 14 Votes