Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey Runey, I had a problem with the update patch. After I followed the instructions (removing the listed files and replacing them with those in the folder) I got the following error when trying to start the game. It's no big deal, I can just download the full version - I've got the time.

Full traceback:

  File "renpy/bootstrap.py", line 331, in bootstrap

    renpy.main.main()

  File "renpy/main.py", line 662, in main

    run(restart)

  File "renpy/main.py", line 148, in run

    renpy.execution.run_context(True)

  File "renpy/execution.py", line 922, in run_context

    context.run()

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

    call _splashscreen from _call_splashscreen_1

  File "scripts/gui.rpyc", line 10, in script

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

    call _splashscreen from _call_splashscreen_1

  File "scripts/gui.rpyc", line 10, in script

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

    renpy.exports.with_statement(trans, paired)

  File "renpy/exports.py", line 1684, in with_statement

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

  File "renpy/display/core.py", line 2762, in do_with

    clear=clear)

  File "renpy/display/core.py", line 3325, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)

  File "renpy/display/core.py", line 4025, in interact_core

    renpy.audio.audio.periodic()

  File "renpy/audio/audio.py", line 1162, in periodic

    raise_(exc[0], exc[1], exc[2])

  File "renpy/audio/audio.py", line 1140, in periodic_thread_main

    periodic_pass()

  File "renpy/audio/audio.py", line 1082, in periodic_pass

    c.periodic()

  File "renpy/audio/audio.py", line 518, in periodic

    topf = load(filename)

  File "renpy/audio/audio.py", line 69, in load

    rv = renpy.loader.load(fn)

  File "renpy/loader.py", line 798, in load

    raise IOError("Couldn't find file '%s'." % name)

IOError: Couldn't find file 'images/v15/welcome2.webm'.

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

Harem Hotel v0.16

Sun Nov 27 05:32:20 2022

(+1)

Yeah try the full version

Already downloaded it and it's fine. Thinking back, I should have done a copy and paste rather than doing it manually. Next time, it would be easier to put the files to be replaced into a folder named "game." That way I could just copy the whole folder and paste it into the base directory and accept the overwrite. Don't know why replacing the files I did in the "game" folder would cause problems in the bootup of the game, but I'm not a programmer after all. The last programming I did was in the 1970s when I was in college for a statistics course. It was on an IBM mainframe using punch cards and Fortran! Shows how old I am. :-)