Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

Tô com um problema. Quando eu abro o jogo, ocorre um erro:

I'm sorry, but an uncaught exception occurred.

While loading the script.

Exception: Could not load from archive scripts/girls/routes/hange.rpyc.

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

Full traceback:

  File "C:\Users\sopad\Downloads\AttackOnSluts-0.23-pc\renpy\bootstrap.py", line 275, in bootstrap

    renpy.main.main()

  File "C:\Users\sopad\Downloads\AttackOnSluts-0.23-pc\renpy\main.py", line 492, in main

    renpy.game.script.load_script() # sets renpy.game.script.

  File "C:\Users\sopad\Downloads\AttackOnSluts-0.23-pc\renpy\script.py", line 310, in load_script

    self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)

  File "C:\Users\sopad\Downloads\AttackOnSluts-0.23-pc\renpy\script.py", line 785, in load_appropriate_file

    raise Exception("Could not load from archive %s." % (lastfn,))

Exception: Could not load from archive scripts/girls/routes/hange.rpyc.

Windows-10-10.0.19041 AMD64

Ren'Py 8.1.0.23051307

Sun Sep 24 01:58:13 2023

Seems to be an issue with a missing import, opened up the offending file on my game (have the same issue w/ version 0.23) and it says it can't find the renpy import. Most likely means you need to have it in path and isn't in a redist folder like it should be (dev pls fix)

same