Baal7734

Well-Known Member
Game Developer
Sep 21, 2016
1,287
4,077
just downloaded 43.00 and im getting this error


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_load_save.rpym", line 35, in script
    $ ui.interact()
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.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 "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/core.py", line 3510, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/screen.py", line 707, in event
    rv = self.child.event(ev, x, y, st)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/behavior.py", line 946, in event
    return handle_click(self.clicked)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/behavior.py", line 881, in handle_click
    rv = run(action)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/behavior.py", line 313, in run
    new_rv = run(i, *args, **kwargs)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.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 "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/loadsave.py", line 760, in load
    roots, log = loads(location.load(filename))
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named matrix

Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.3.2.320
SP 0.43.00
Mon Jan  4 17:01:45 2021
is that the first error you get or did you try to ignore the first error? does it happen immediately or when you try to load a game, and do you normally use mods?
 

sillyrobot

Engaged Member
Apr 22, 2019
2,041
1,809
just downloaded 43.00 and im getting this error


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_load_save.rpym", line 35, in script
    $ ui.interact()
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.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 "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/python.py", line 2004, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/ui.py", line 295, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/core.py", line 2699, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/core.py", line 3510, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/screen.py", line 707, in event
    rv = self.child.event(ev, x, y, st)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/behavior.py", line 946, in event
    return handle_click(self.clicked)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/behavior.py", line 881, in handle_click
    rv = run(action)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/display/behavior.py", line 313, in run
    new_rv = run(i, *args, **kwargs)
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.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 "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/loadsave.py", line 760, in load
    roots, log = loads(location.load(filename))
  File "/private/var/folders/pr/7v8gx5q5129fpkyt720hnf840000gn/T/AppTranslocation/5E75C4BA-CA0F-4FD2-BE62-9EF4E520413B/d/SuperPowered_v0.43.00.app/Contents/Resources/autorun/renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
ImportError: No module named matrix

Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.3.2.320
SP 0.43.00
Mon Jan  4 17:01:45 2021

That looks like a save from the unofficial compressed version being loaded into the base game. They are not interchangeable.
 
  • Like
Reactions: T.Geiger

T.Geiger

Active Member
Modder
Nov 29, 2017
839
1,139
Yeah I deleted my message as I looked further into it. It's an issue with ren'py. Shouldn't cause any issues on playing...you'll just get the log error when you shut the game down.
This error was in 0.42 and can occur when going back to the main menu as well. If you haven't resolved it already, the issue seems to be from the game trying to delete a dynamic variable that wasn't assigned to.

I have this directly after the dynamic variable declaration in Recall and it seems to resolve the issue.
$ pchar = None # Error on quit / main menu if not assigned.
 
Last edited:
  • Like
Reactions: DJsona

Baal7734

Well-Known Member
Game Developer
Sep 21, 2016
1,287
4,077
This error was in 0.42 and can occur when going back to the main menu as well. If you haven't resolved it already, the issue seems to be from the game trying to delete a dynamic variable that wasn't assigned to.

I have this directly after the dynamic variable declaration in Recall and it seems to resolve the issue.
$ pchar = None # Error on quit / main menu if not assigned.
cool...I'll add that in.
 

Darkace

Member
Sep 4, 2018
110
69
To all that love to hate this game I have found a cheat that has never been listed I hope this helps the grind and comm/console use.

Player.base_interactions=###

This allows you to have any total charm amount and it cycle's all periods of the day and everyday.

Have fun maxing this out

I have posted this cheat before it still hasn't been add
 
  • Like
Reactions: Totharan

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,037
7,831
Curious are the creators going to add pregnancy and related theme's to this game
At one point I think Baal7734 said there's the possibility of getting one girl pregnant as part of the story.
I'm not sure if that still holds true or whether the information I found (search function woo) was coming out of some rando's backside.
 

Darkace

Member
Sep 4, 2018
110
69
Yeah I'll probably make that an option for 1 or 2 characters...but it's too much work to add preggo variants to all characters.
Hmm that's interesting but wouldn't that be apart of the system you have already done. that's what I call endgame content for any relationship even the accidently chance. I get this is a hard job to pleases you're fans. I am not one to pay upfront but if you did change your mind and put a adequate amount of this content I would donate for finished product

Also any comments on cheat I found as to acknowledgements?
It was difficult to find
 
Feb 7, 2018
43
6
[public version]
The Administration button, when highlighted, shows "Security Office(not availabe)" even after it becomes available. I don't think it's a Radioactive issue, since the relevant code is not marked as edited by #RA. (This code also seems to exist in two files, interesting...)
 

T.Geiger

Active Member
Modder
Nov 29, 2017
839
1,139
The Administration button, when highlighted, shows "Security Office(not availabe)" even after it becomes available.
The local menu Admin button will always show this in the base game. The admin menu Security Office button works correctly.
 
Feb 7, 2018
43
6
Another thing might be worth correcting: when you hover over the Style score, the description is misleading. It says this goes up and down depending on whether you act like a hero or villain. But Style depends on nothing but the powers you have.
 
3.20 star(s) 140 Votes