Skip to main content

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

DarkDread

2
Posts
1
Following
A member registered Feb 14, 2022

Recent community posts

ImoTsuyo v0.19.1 PC, the bug persist:

While running game code:

  File "renpy/common/00start.rpy", line 241, in script call

    call _splashscreen from _call_splashscreen_1

  File "game/data/code/script.rpy", line 118, in <module>

  File "game/data/code/script.rpy", line 47, in check_internet

ReadTimeout: HTTPSConnectionPool(host='google.com', port=443): Read timed out. (read timeout=5)

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

Full traceback:

  File "renpy/common/00start.rpy", line 241, in script call

    call _splashscreen from _call_splashscreen_1

  File "data/code/script.rpyc", line 118, in script

  File "renpy/ast.py", line 823, in execute

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

  File "renpy/python.py", line 1178, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/data/code/script.rpy", line 118, in <module>

  File "game/data/code/script.rpy", line 47, in check_internet

  File "lib/python2.7/requests/api.py", line 75, in get

  File "lib/python2.7/requests/api.py", line 60, in request

  File "lib/python2.7/requests/sessions.py", line 524, in request

  File "lib/python2.7/requests/sessions.py", line 637, in send

  File "lib/python2.7/requests/adapters.py", line 529, in send

ReadTimeout: HTTPSConnectionPool(host='google.com', port=443): Read timed out. (read timeout=5)

Windows-10-10.0.26100 AMD64

Ren'Py 7.7.3.24061702

ImoTsuyo v0.19.1

Sun Dec  8 16:02:01 2024

When I open the game I get an error, there is no main menu, no buttons, just an error screen:


I'm sorry, but an uncaught exception occurred.

While running game code:

  File "renpy/common/00start.rpy", line 241, in script call

    call _splashscreen from _call_splashscreen_1

  File "game/data/code/script.rpy", line 34, in <module>

TypeError: 'int' object has no attribute '__getitem__'

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

...