Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

happybudd

3
Posts
1
Following
A member registered May 13, 2020

Recent community posts

The voice volume control does not work for m

I haven't played with any mods so ill keep trying the update and hopefully fix it. Thank you!

I having a bit of trouble playing the update. I downloaded the patch and followed the instructions in the README, but when I tried to start the game .

While running game code:

Exception: Could not load from archive options.rpyc.

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

Full traceback:

  File "renpy\bootstrap.py", line 314, in bootstrap

    renpy.main.main()

  File "renpy\main.py", line 373, in main

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

  File "renpy\script.py", line 271, in load_script

    self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)

  File "renpy\script.py", line 686, in load_appropriate_file

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

Exception: Could not load from archive options.rpyc.


I tried re-downloading the game and moving my saves into the new copy of the game but ended up getting an error with that too. 

While running game code:

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

    python:

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

    python:

  File "renpy/common/00start.rpy", line 277, in <module>

    renpy.call_in_new_context("_main_menu")

  File "renpy/common/00action_other.rpy", line 537, in __call__

    rv = self.callable(*self.args, **self.kwargs)

Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

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 273, in script

    python:

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

    python:

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

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

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

    exec(bytecode, globals, locals)

  File "renpy/common/00start.rpy", line 277, in <module>

    renpy.call_in_new_context("_main_menu")

  File "renpy/game.py", line 344, in call_in_new_context

    return renpy.execution.run_context(False)

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

    context.run()

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script

    python hide:

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script

    python hide:

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

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

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

    exec(bytecode, globals, locals)

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>

    python hide:

  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide

    ui.interact()

  File "renpy/ui.py", line 298, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  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 4160, in interact_core

    rv = root_widget.event(ev, x, y, 0)

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/screen.py", line 727, in event

    rv = self.child.event(ev, x, y, st)

  File "renpy/display/layout.py", line 1102, in event

    rv = i.event(ev, x - xo, y - yo, cst)

  File "renpy/display/behavior.py", line 983, in event

    return handle_click(self.clicked)

  File "renpy/display/behavior.py", line 918, in handle_click

    rv = run(action)

  File "renpy/display/behavior.py", line 330, in run

    return action(*args, **kwargs)

  File "renpy/common/00action_other.rpy", line 537, in __call__

    rv = self.callable(*self.args, **self.kwargs)

  File "renpy/loadsave.py", line 771, in load

    log.unfreeze(roots, label="_after_load")

  File "renpy/python.py", line 2200, in unfreeze

    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)

  File "renpy/python.py", line 2014, in rollback

    self.load_failed()

  File "renpy/python.py", line 1932, in load_failed

    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")

Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

If anyone has any idea how to help me I would very much appreciate it. (Sorry for the long comment)