- Jul 2, 2018
- 6
- 2
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/system.rpy", line 2354, in <module> IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "system.rpyc", line 2354, in script File "D:\Games\LuckyMonster-0.12.3.1-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 823, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Games\LuckyMonster-0.12.3.1-pc\LuckyMonster-0.12-pc\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/system.rpy", line 2354, in <module> File "D:\Games\LuckyMonster-0.12.3.1-pc\LuckyMonster-0.12-pc\renpy\revertable.py", line 221, in __getitem__ rv = list.__getitem__(self, index) IndexError: list index out of range Windows-10-10.0.19045 AMD64 Ren'Py 8.2.2.24061201 Lucky Monster 0.12 Wed Sep 11 13:04:28 2024
When you try to cross to the east side of the map after defeating the dwarves; it goes into an infinite loop. For whatever reason the character begins cycling between the mountains and hill path repeatedly before it eventually errors out and sticks you into one place going between error and fights.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/system.rpy", line 2355, in <module> IndexError: pop from empty list -- Full Traceback ------------------------------------------------------------ Full traceback: File "system.rpyc", line 2355, in script File "D:\Games\LuckyMonster-0.12.3.1-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 823, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "D:\Games\LuckyMonster-0.12.3.1-pc\LuckyMonster-0.12-pc\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/system.rpy", line 2355, in <module> File "D:\Games\LuckyMonster-0.12.3.1-pc\LuckyMonster-0.12-pc\renpy\revertable.py", line 97, in do_mutation return method(self, *args, **kwargs) IndexError: pop from empty list Windows-10-10.0.19045 AMD64 Ren'Py 8.2.2.24061201 Lucky Monster 0.12 Wed Sep 11 13:04:36 2024
Also I noticed that if you change to orc, it'll remove goblin abilities (goblin punch/love potion) but the same doesn't hold true as goblin you can have the orc headbutt.
By the way, I appreciate that you're hotfixing these bugs on the fly. It's refreshing amidst a lot of developers who will fix the bugs for their patrons but leave people here with a broken version until they release a content update months later.
Also, when you try to go to the east mountains, infinite loop occurs.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/system.rpy", line 2354, in <module>
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "system.rpyc", line 2354, in script
File "C:\google\Download\LuckyMonster-0.12-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\google\Download\LuckyMonster-0.12-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/system.rpy", line 2354, in <module>
File "C:\google\Download\LuckyMonster-0.12-pc\renpy\revertable.py", line 221, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
Lucky Monster 0.12
Mon Sep 16 14:41:34 2024