Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

hey so, im having trouble running the game? i dont know if i did something wrong or what,, but the log tells me that 'StoreModule' doesn't have a language attribute? im not that good with code so i didnt think it was smart for me to go rummaging too much in the script..
the traceback file:

I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/screens.rpy", line 12, in script
    style default:
  File "game/screens.rpy", line 12, in script
    style default:
  File "game/screens.rpy", line 14, in <module>
    language gui.language
AttributeError: 'StoreModule' object has no attribute 'language'
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "renpy/bootstrap.py", line 274, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 558, in main
    renpy.game.context().run(node)
  File "game/screens.rpy", line 12, in script
    style default:
  File "game/screens.rpy", line 12, in script
    style default:
  File "renpy/ast.py", line 2924, in execute
    self.apply()
  File "renpy/ast.py", line 2907, in apply
    value = renpy.python.py_eval(expr)
  File "renpy/python.py", line 1083, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 1076, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/screens.rpy", line 14, in <module>
    language gui.language
AttributeError: 'StoreModule' object has no attribute 'language'
Windows-10-10.0.22621 AMD64
Ren'Py 7.5.2.22081402
Menage a Trois 1.2
Mon May 20 18:50:49 2024
could the problem be that it's not identifying my OS properly? since im running windows 11, build 22631 and not what it says? idk that seems far fetched...

sry didnt know where else to ask

That's an odd issue, thanks for letting me know! It might be that the version of Ren'py used to make this game is outdated on newer OS. I've tried re-building the game through Ren'py 8.2, so hopefully it'll be more compatible with Windows 11. 

The new build is MenageaTrois-1.3-PC.zip. Let me know if it works!

just downloaded it, and it works! thank you!