Mod Ren'Py Fashion Business - Gallery Mod [Ep. 3 v6][scrappy]

5.00 star(s) 3 Votes

Knight of the Dawn

Active Member
Jun 19, 2022
699
996
Thanks for the update but I get this error in the last scene:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Quests/EP36_20/ep36_20_dialogues5_philip.rpy", line 32, in script
    if ep2216_quests_philip_sleeping_places[-1] == "top":
  File "game/Quests/EP36_20/ep36_20_dialogues5_philip.rpy", line 32, in <module>
    if ep2216_quests_philip_sleeping_places[-1] == "top":
IndexError: list index out of range

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

Full traceback:
  File "game/Quests/EP36_20/ep36_20_dialogues5_philip.rpy", line 32, in script
    if ep2216_quests_philip_sleeping_places[-1] == "top":
  File "renpy/ast.py", line 2133, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Quests/EP36_20/ep36_20_dialogues5_philip.rpy", line 32, in <module>
    if ep2216_quests_philip_sleeping_places[-1] == "top":
  File "renpy/revertable.py", line 217, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.22621 AMD64
Ren'Py 7.6.3.23091805
 EP4-v4.00-Extra
Fri Nov 24 13:06:37 2023
 

sttrt52

Member
Aug 9, 2019
178
271
Thanks for the update but I get this error in the last scene:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Quests/EP36_20/ep36_20_dialogues5_philip.rpy", line 32, in script
    if ep2216_quests_philip_sleeping_places[-1] == "top":
  File "game/Quests/EP36_20/ep36_20_dialogues5_philip.rpy", line 32, in <module>
    if ep2216_quests_philip_sleeping_places[-1] == "top":
IndexError: list index out of range

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

Full traceback:
  File "game/Quests/EP36_20/ep36_20_dialogues5_philip.rpy", line 32, in script
    if ep2216_quests_philip_sleeping_places[-1] == "top":
  File "renpy/ast.py", line 2133, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Quests/EP36_20/ep36_20_dialogues5_philip.rpy", line 32, in <module>
    if ep2216_quests_philip_sleeping_places[-1] == "top":
  File "renpy/revertable.py", line 217, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-10-10.0.22621 AMD64
Ren'Py 7.6.3.23091805
EP4-v4.00-Extra
Fri Nov 24 13:06:37 2023
Fixed.
If error still exist close the game remove 1gallery.rpyc in "game" folder, start the game.
 
  • Like
Reactions: unukalhai
5.00 star(s) 3 Votes