Hi,Need help 2 things
The first is an error:
It's happening every time I try to go to Cherokee's store. As of now, I'm pretty much stuck in the game because of it. I have bought everything in the store once, and just finished redecorating the office. So I'm barely anywhere in the game.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 360, in script File "renpy/common/000statements.rpy", line 471, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/inventory.rpy", line 161, in execute File "game/inventory.rpy", line 161, in execute File "game/inventory.rpy", line 164, in execute File "game/inventory.rpy", line 167, in execute File "game/inventory.rpy", line 169, in execute File "game/inventory.rpy", line 170, in execute File "game/inventory.rpy", line 172, in execute File "game/inventory.rpy", line 176, in execute File "game/inventory.rpy", line 199, in execute File "game/inventory.rpy", line 199, in execute File "game/inventory.rpy", line 200, in execute File "game/inventory.rpy", line 203, in execute File "game/inventory.rpy", line 212, in execute File "game/inventory.rpy", line 213, in execute AttributeError: 'int' object has no attribute 'type' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 360, in script File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\ast.py", line 1706, in execute self.call("execute") File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\ast.py", line 1724, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\statements.py", line 145, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 471, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\exports.py", line 2526, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\ui.py", line 285, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\display\core.py", line 2526, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\display\core.py", line 2793, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\display\core.py", line 495, in visit_all d.visit_all(callback) File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\display\core.py", line 495, in visit_all d.visit_all(callback) File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\display\core.py", line 495, in visit_all d.visit_all(callback) File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\display\screen.py", line 399, in visit_all callback(self) File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\display\core.py", line 2793, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\display\screen.py", line 409, in per_interact self.update() File "C:\Users\Symphony\Desktop\TheLustHero-0.72-pc\TheLustHero-0.72-pc\renpy\display\screen.py", line 578, in update self.screen.function(**self.scope) File "game/inventory.rpy", line 161, in execute File "game/inventory.rpy", line 161, in execute File "game/inventory.rpy", line 164, in execute File "game/inventory.rpy", line 167, in execute File "game/inventory.rpy", line 169, in execute File "game/inventory.rpy", line 170, in execute File "game/inventory.rpy", line 172, in execute File "game/inventory.rpy", line 176, in execute File "game/inventory.rpy", line 199, in execute File "game/inventory.rpy", line 199, in execute File "game/inventory.rpy", line 200, in execute File "game/inventory.rpy", line 203, in execute File "game/inventory.rpy", line 212, in execute File "game/inventory.rpy", line 213, in execute File "<screen language>", line 213, in <module> AttributeError: 'int' object has no attribute 'type' Windows-7-6.1.7601-SP1 Ren'Py 6.99.12.4.2187 The Lust Hero 0.72
as for my second issue:
What's the preferred way to share a script error without it taking a load of space like this did? I know it has to be hella annoying otherwise.
For me the best way is if you describe your issue and attach your save file. With that I can try to reproduce your error and check what can be the root cause. I can also fix the save file and send it back so you don’t have to wait until the next release.
Cheers