I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/pagemenu.rpy", line 154, in execute
File "game/pagemenu.rpy", line 154, in execute
File "game/pagemenu.rpy", line 209, in execute
File "game/pagemenu.rpy", line 279, in execute
File "game/pagemenu.rpy", line 280, in execute
File "game/pagemenu.rpy", line 287, in execute
File "game/pagemenu.rpy", line 287, in <module>
AttributeError: 'int' object has no attribute 'reftag'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "pagemenu.rpyc", line 52, in script
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 1971, in execute
self.call("execute")
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\exports.py", line 3420, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2166, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/pagemenu.rpy", line 154, in execute
File "game/pagemenu.rpy", line 154, in execute
File "game/pagemenu.rpy", line 209, in execute
File "game/pagemenu.rpy", line 279, in execute
File "game/pagemenu.rpy", line 280, in execute
File "game/pagemenu.rpy", line 287, in execute
File "game/pagemenu.rpy", line 287, in <module>
AttributeError: 'int' object has no attribute 'reftag'
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.2.24061201
Lucky Monster 0.12
Fri Sep 6 17:45:51 2024
you can actually farm iron by going to the farm! killing the knights gives a shitload of ironyeah, can't progress the main story at all due to the poison dart crafting causing an error. also the fact that despite having both the goblins and wolves foraging, plus my own grinding, it takes 13 in game days to get 2 iron. please, either make the game less tedious or let us use the console. it's quite infuriating. you even stopped Universal Ren'py Mod from working, as the game won't launch with the URM file in the directory. I don't get it.
yes it was near the end, like everytime when i was about to go back to the city it would crash and ignoring would just end up without npcs ornThere's a bug involving new cards being added (for the vampire part, was it at the end? else it might be something else.) I upload a fixed version soon, check it out, it should fix the zombies mob too, let me know if something is still happening!
yes it was near the end, like when i was about to go back to the city it would crash everytime and ignoring would just end up without npcs etc, but sometimes it crashed while doing the ghost story too so idk tbhThere's a bug involving new cards being added (for the vampire part, was it at the end? else it might be something else.) I upload a fixed version soon, check it out, it should fix the zombies mob too, let me know if something is still happening!
Checking it out, thanks!Soft locks going into the card storage after acquiring the axe from the gnoll quest to bring three farmer girls. [vers 0.12.2.2]Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 671, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/pagemenu.rpy", line 154, in execute File "game/pagemenu.rpy", line 154, in execute File "game/pagemenu.rpy", line 209, in execute File "game/pagemenu.rpy", line 279, in execute File "game/pagemenu.rpy", line 280, in execute File "game/pagemenu.rpy", line 287, in execute File "game/pagemenu.rpy", line 287, in <module> AttributeError: 'int' object has no attribute 'reftag' -- Full Traceback ------------------------------------------------------------ Full traceback: File "pagemenu.rpyc", line 52, in script File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 1971, in execute self.call("execute") File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 1953, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\statements.py", line 349, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 671, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\exports.py", line 3420, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2166, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2688, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all d.visit_all(callback, seen) File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all d.visit_all(callback, seen) File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\displayable.py", line 431, in visit_all d.visit_all(callback, seen) File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 480, in visit_all callback(self) File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\core.py", line 2688, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 491, in per_interact self.update() File "D:\Games\LuckyMonster-0.12.2.2-pc\LuckyMonster-0.12-pc\renpy\display\screen.py", line 697, in update self.screen.function(**self.scope) File "game/pagemenu.rpy", line 154, in execute File "game/pagemenu.rpy", line 154, in execute File "game/pagemenu.rpy", line 209, in execute File "game/pagemenu.rpy", line 279, in execute File "game/pagemenu.rpy", line 280, in execute File "game/pagemenu.rpy", line 287, in execute File "game/pagemenu.rpy", line 287, in <module> AttributeError: 'int' object has no attribute 'reftag' Windows-10-10.0.19045 AMD64 Ren'Py 8.2.2.24061201 Lucky Monster 0.12 Fri Sep 6 17:45:51 2024
will be fixed soonHELP. Every time i try to make dryad barks the game gives an error.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/pagemenu.rpy", line 5513, in <module>
TypeError: unsupported operand type(s) for -: 'Card' and 'int'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "pagemenu.rpyc", line 1259, in script call
File "pagemenu.rpyc", line 5501, in script
File "C:\Users\Tuvshintugs\Desktop\LuckyMonster-0.12.2.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 "C:\Users\Tuvshintugs\Desktop\LuckyMonster-0.12.2.1-pc\LuckyMonster-0.12-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/pagemenu.rpy", line 5513, in <module>
TypeError: unsupported operand type(s) for -: 'Card' and 'int'
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.2.24061201
Lucky Monster 0.12
Sat Sep 7 18:08:05 2024
What do i do?
Go to Village Farm - Look for Fight or Capture Girl - hope Farmers fight you - win - profiti need some help i need to gather food,drink,and candel i got the drink and candel how i can find food ?
Now, bug during spiders/bark quest:Just uploaded it :You must be registered to see the links
should fix the deck management part, crafting cards (receiving cards) and other details reported!
Same here. And if load save with 3x bark equipped in previous 12.1 version and go to Dark Forest - no spider afterbattle talk will trigger.After crafting 3 dryad barks, heading to the dark forest and fighting the spider:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/story.rpy", line 19069, in <module>
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "story.rpyc", line 19069, in script
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\ast.py", line 1845, in execute
if renpy.python.py_eval(condition):
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-pc\LuckyMonster-0.12-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/story.rpy", line 19069, in <module>
File "C:\Users\xxfre\Downloads\LuckyMonster-0.12.3-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
Tue Sep 10 11:48:08 2024
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/battle.rpy", line 2438, in <module>
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "battle.rpyc", line 445, in script call
File "battle.rpyc", line 1413, in script call
File "battle.rpyc", line 2438, in script
File "D:\Games\LuckyMonster-0.12.3-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-pc\LuckyMonster-0.12-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/battle.rpy", line 2438, in <module>
File "D:\Games\LuckyMonster-0.12.3-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
Tue Sep 10 11:22:15 2024
They have. It's a page back.When are they gonna send the fix file?