Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

mward54

4
Posts
4
Following
A member registered Oct 16, 2021

Recent community posts

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 341, in script

    $ next_path = next_path_for(bat, interaction_path)

  File "game/script.rpy", line 341, in <module>

    $ next_path = next_path_for(bat, interaction_path)

  File "game/script.rpy", line 84, in next_path_for

    assert path_idx < 3

AssertionError:

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

Full traceback:

  File "game/script.rpy", line 341, in script

    $ next_path = next_path_for(bat, interaction_path)

  File "/home/games/renpy-8.0.3-sdk/renpy/ast.py", line 1131, in execute

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

  File "/home/games/renpy-8.0.3-sdk/renpy/python.py", line 1061, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/script.rpy", line 341, in <module>

    $ next_path = next_path_for(bat, interaction_path)

  File "game/script.rpy", line 84, in next_path_for

    assert path_idx < 3

AssertionError:

Linux-5.15.126-desktop-1.mga8-x86_64-with-glibc2.32 x86_64

Ren'Py 8.0.3.22090809

Monstergirl Mansion 1.0

Sun Aug 27 17:48:22 2023

(1 edit)

I have only played three of the endings so far, but I love this game so much!

The writing is really good, not to fast paced, but also never boring.

I have bought the game with a little extra contribution as a "thank you".

Note: I am on Linux and had a couple of small graphical glitches appear which I managed to fix. I am mentioning it here in case anyoe else has the same problem:

A message popped up when I restarted the game (after playing a few times) saying that it was switching to software rendering. Then the mouse would leave a faint "trail" all the time, which disappeared whenever the screen updated to a new image. Also, going full screen did not work: the game moved to the top left of the screen with the rest of the screen blank or glitched. Trying to switch to hardware rendering did not fix it.

To fix this I installed the latest Linux version of RenPy from their web site (version 8.0.3), copied the Alice directory into the top level RenPy directory, started RenPy and launched the game from there. Running it this way, it works fine.

That worked, thanks!

Just purchased the game and tried to run it on Linux. I get this error:

./Blackberry\ Honey.sh

Could not import renpy.bootstrap. Please ensure you decompressed Ren'Py

correctly, preserving the directory structure.

Traceback (most recent call last):

  File "/home/games/BlackberryHoney-1.0-market/lib/linux-x86_64/../../Blackberry Honey.py", line 198, in <module>

    main()

  File "/home/games/BlackberryHoney-1.0-market/lib/linux-x86_64/../../Blackberry Honey.py", line 188, in main

    import renpy.bootstrap

  File "/home/games/BlackberryHoney-1.0-market/renpy/__init__.py", line 56, in <module>

    from renpy.compat import *

  File "/home/games/BlackberryHoney-1.0-market/renpy/compat/__init__.py", line 59, in <module>

    import future.standard_library

ImportError: No module named future.standard_library