Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

There's varius errors,  in renpy 8.2 also it looks like this was already packaged and reverse engineered with unrenpy.



I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/phone/system.rpy", line 3, in script

    init python in phone.system:

  File "game/phone/system.rpy", line 5, in <module>

    from store import Random

ImportError: cannot import name 'Random' from 'store' (unknown location)

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/phone/system.rpy", line 3, in script

    init python in phone.system:

  File "E:\RenPy 2\renpy-8.2.0-sdk\renpy\ast.py", line 823, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "E:\RenPy 2\renpy-8.2.0-sdk\renpy\python.py", line 1178, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/phone/system.rpy", line 5, in <module>

    from store import Random

ImportError: cannot import name 'Random' from 'store' (unknown location)

Windows-10-10.0.22635 AMD64

Ren'Py 8.2.3.24061702

TestProject 1.0

Fri Jul  5 16:20:35 2024

[/code]

> from store import Random
i never wrote this line anywhere, so it's something you did wrong