- Nov 15, 2018
- 29
- 20
I'm having a problem with the Hima patch. It just won't add. I restarted the game on a new save. Still isn't added. And I see this code. What do I do.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "script.rpy", line 10, in script
init python:
File "script.rpy", line 15, in <module>
w, h = renpy.image_size(bg_wnd)
OSError: Couldn't find file 'gui/textbox.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpy", line 10, in script
init python:
File "C:\Users\bryan\Downloads\Takeis Journey\Takeis-Journey-0.27.1-pc\Takeis-Journey-0.27.1-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\bryan\Downloads\Takeis Journey\Takeis-Journey-0.27.1-pc\Takeis-Journey-0.27.1-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "script.rpy", line 15, in <module>
w, h = renpy.image_size(bg_wnd)
File "C:\Users\bryan\Downloads\Takeis Journey\Takeis-Journey-0.27.1-pc\Takeis-Journey-0.27.1-pc\renpy\exports.py", line 2678, in image_size
surf = im.load()
File "C:\Users\bryan\Downloads\Takeis Journey\Takeis-Journey-0.27.1-pc\Takeis-Journey-0.27.1-pc\renpy\display\im.py", line 777, in load
raise e
File "C:\Users\bryan\Downloads\Takeis Journey\Takeis-Journey-0.27.1-pc\Takeis-Journey-0.27.1-pc\renpy\display\im.py", line 727, in load
filelike = renpy.loader.load(self.filename, directory="images")
File "C:\Users\bryan\Downloads\Takeis Journey\Takeis-Journey-0.27.1-pc\Takeis-Journey-0.27.1-pc\renpy\loader.py", line 672, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'gui/textbox.png'.
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
Tue Nov 26 03:41:11 2024