Not sure what is up but am running into this below which is keeping me from working in the guild hall. I remove game and updated by downloading a new zip of game and this still occurs. Help please. Thanks.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/guild/guildwork.rpy", line 1070, in script
$ guildwork = GuildWork()
File "game/scripts/guild/guildwork.rpy", line 1070, in <module>
$ guildwork = GuildWork()
File "game/scripts/guild/guildwork.rpy", line 213, in __init__
self.setup()
File "game/scripts/guild/guildwork.rpy", line 264, in setup
number_of_jobs = random.randint(3, 4) + GUILD_WORK_UPGRADES.get_quest_num()
File "game/scripts/guild/guild_upgrades.rpy", line 39, in get_quest_num
return self.QUEST_NUM_INCREASE[self.quest_num_level-1]
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/guild/guildwork.rpy", line 1070, in script
$ guildwork = GuildWork()
File "E:\games\f95\AT\adventurer_trainer.0.1.9a-0.1.9a-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\games\f95\AT\adventurer_trainer.0.1.9a-0.1.9a-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/guild/guildwork.rpy", line 1070, in <module>
$ guildwork = GuildWork()
File "game/scripts/guild/guildwork.rpy", line 213, in __init__
self.setup()
File "game/scripts/guild/guildwork.rpy", line 264, in setup
number_of_jobs = random.randint(3, 4) + GUILD_WORK_UPGRADES.get_quest_num()
File "game/scripts/guild/guild_upgrades.rpy", line 39, in get_quest_num
return self.QUEST_NUM_INCREASE[self.quest_num_level-1]
File "E:\games\f95\AT\adventurer_trainer.0.1.9a-0.1.9a-pc\renpy\revertable.py", line 217, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-10-10.0.22631 AMD64
Ren'Py 8.1.2.23090503-Pastry0.3
Adventurer Trainer 0.1.9a 0.1.9a
Fri Aug 9 06:23:43 2024