This is traceback of the issue I am getting:
This doesn't appear in my other PC. I looked through other threads with similar issues but found nothing that could help me. Can someone guide me into fixing this? Thank you.I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/gui.rpy", line 11, in script
init python:
File "game/gui.rpy", line 12, in <module>
gui.init(1280, 720)
AttributeError: 'StoreModule' object has no attribute 'init'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/gui.rpy", line 11, in script
init python:
File "C:\Users\Julz-Dei\Documents\game\renpy-6.99.10-sdk\renpy\ast.py", line 806, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Julz-Dei\Documents\game\renpy-6.99.10-sdk\renpy\python.py", line 1577, in py_exec_bytecode
exec bytecode in globals, locals
File "game/gui.rpy", line 12, in <module>
gui.init(1280, 720)
AttributeError: 'StoreModule' object has no attribute 'init'
Windows-7-6.1.7600
Ren'Py 6.99.10.1227