Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 2 of 22 · Next page · Last page

So, I encountered a strange bug. It’s only occurred once so far, and it happened the first time the gas expanded.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 1858, in script
    $ gasmove()
  File "game/script.rpy", line 1858, in <module>
    $ gasmove()
  File "game/script.rpy", line 1145, in gasmove
    rotatation()
  File "game/script.rpy", line 553, in rotatation
    if playersjoined[i]['loc'] not in closedarea:
IndexError: list index out of range

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

Full traceback:
  File "game/script.rpy", line 1858, in script
    $ gasmove()
  File "G:\x\games\itch\inflation-royale\InflationBattleRoyale-1.0-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\x\games\itch\inflation-royale\InflationBattleRoyale-1.0-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 1858, in <module>
    $ gasmove()
  File "game/script.rpy", line 1145, in gasmove
    rotatation()
  File "game/script.rpy", line 553, in rotatation
    if playersjoined[i]['loc'] not in closedarea:
IndexError: list index out of range

Windows-10-10.0.22631 AMD64
Ren'Py 8.0.3.22090809
Inflation Battle Royale 1.0
Thu Jan 11 05:22:43 2024

I'll look into it, does it happen every time?

TLDR;

The error is the game thinks there should be more NPCs than there is and craps out, which is weird,

So far, it’s only happened on one run out of three.

I've finally done it. I've lost to Lindsey

Haha, did it break the game?

Viewing most recent comments 1 to 2 of 22 · Next page · Last page