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

hi i just caught a total hard crash that killed it dead and saved the crash report

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'\u2026ui/textbox_solid.png') at 0x7f2978613710>:

  File "renpy/common/000window.rpy", line 114, in _window_auto_callback

    _window_show(auto=True)

  File "renpy/common/000window.rpy", line 69, in _window_show

    renpy.with_statement(trans)

IOError: Couldn't find file 'gui/textbox_solid.png'.

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

Full traceback:

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/bootstrap.py", line 274, in bootstrap

    renpy.main.main()

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/main.py", line 660, in main

    run(restart)

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/main.py", line 146, in run

    renpy.execution.run_context(True)

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/execution.py", line 938, in run_context

    context.run()

  File "script/intro.rpyc", line 12, in script

  File "script/intro.rpyc", line 12, in script

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/ast.py", line 869, in execute

    statement_name(stmt_name)

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/ast.py", line 47, in statement_name

    i(name)

  File "renpy/common/000window.rpy", line 114, in _window_auto_callback

    _window_show(auto=True)

  File "renpy/common/000window.rpy", line 69, in _window_show

    renpy.with_statement(trans)

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/exports.py", line 1653, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/core.py", line 2800, in do_with

    clear=clear)

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/core.py", line 3376, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/core.py", line 3905, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/core.py", line 2604, in draw_screen

    renpy.config.screen_height,

  File "render.pyx", line 495, in renpy.display.render.render_screen

  File "render.pyx", line 266, in renpy.display.render.render

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/layout.py", line 884, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/transition.py", line 378, in render

    top = render(self.new_widget, width, height, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/layout.py", line 884, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/layout.py", line 884, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/screen.py", line 704, in render

    child = renpy.display.render.render(self.child, w, h, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/layout.py", line 884, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/layout.py", line 1369, in render

    back = render(style.background, bw, bh, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 266, in renpy.display.render.render

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/im.py", line 627, in render

    return cache.get(self, render=True)

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/im.py", line 295, in get

    surf = image.load()

  File "/home/gatez/Desktop/Coming Back Home 1.1/renpy/display/im.py", line 723, in load

    raise e

IOError: Couldn't find file 'gui/textbox_solid.png'.

Linux-5.15.0-58-generic-x86_64-with-debian-bookworm-sid x86_64

Ren'Py 7.5.0.22062402

Coming Back Home 'v2.0'

Thu Jan 12 21:59:47 2023

This is an error we're already aware of and it's already fixed in the next update.
To avoid it, simply make sure that in "Options" the "Text Box Style" is selected and not on "Clear".

Sorry for the inconvenience.