CreatorsOk
vrengames
vrengames

patreon


v0.9.0 Crash Patch

There were a few major crash bugs that showed up in v0.9.0 since it was posted last night. I tracked down all of the crashes reported, fixed them, and uploaded the fixed version of v0.9.0 in it's place. You can find the download links here. Thank you to everyone who left a quick comment detailing what went wrong and how, it make the bug hunting go much quicker!

Here's a quick list of the major bugs that were fixed:

*BUG FIXES*

* Fixed several crashes caused by improper event system calls.

* Fixed crash when opening "Do Something" menu while at max employee count.

* Fixed crash when it was impossible to construct a valid uniform out of provided uniform pieces.

* Fixed crash in rewritten AC event.

* Fixed "Face of the Business" goal not tracking progress.

Comments

Found and fixed, thanks for the report!

Vren

Found the problem and fixed it, thanks for the report!

Vren

Found and fixed, thanks for the report!

Vren

Found and fixed the issue!

Vren

Found and fixed the problem, thanks for the report!

Vren

The problem ahs been located and fixed, in v0.9.1 you shouldn't run into the issue any more.

Vren

Found and fixed the problem, thanks for the report!

Vren

got another one [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 7208, in script $ mc.business.listener_system.fire_event("add_uniform", the_outfit = new_outfit, the_type = "over") File "game/script.rpy", line 7208, in <module> $ mc.business.listener_system.fire_event("add_uniform", the_outfit = new_outfit, the_type = "over") File "game/script.rpy", line 2079, in fire_event if goal.call_trigger(**kwargs): #on_trigger returns true if the goal is finished and we can stop letting it know. File "game/script.rpy", line 2149, in call_trigger return self.on_trigger_function(self, **kwargs) TypeError: uniform_designer_function() got an unexpected keyword argument 'the_type' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 7208, in script $ mc.business.listener_system.fire_event("add_uniform", the_outfit = new_outfit, the_type = "over") File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 7208, in <module> $ mc.business.listener_system.fire_event("add_uniform", the_outfit = new_outfit, the_type = "over") File "game/script.rpy", line 2079, in fire_event if goal.call_trigger(**kwargs): #on_trigger returns true if the goal is finished and we can stop letting it know. File "game/script.rpy", line 2149, in call_trigger return self.on_trigger_function(self, **kwargs) TypeError: uniform_designer_function() got an unexpected keyword argument 'the_type' Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Sun Sep 23 22:22:13 2018 [/code] </module></module>

blakeness

A display bug. Say you decide to keep Stephanie in bimbo mode and choose another Head Researcher. Then you choose to show her Stephanie's footage. Afterwards (i.e. after unlocking Tier 2) the option to show her the footage will still be there, except greyed out.

Bingbong

Tier 3 research unlock is not happening. Stephanie lists 3 employees that satisfy the requirements, but then replies that she will get them ready, instead of continuing the event. Update: Oh, right. If she doesn't meet the requirements, then it stalls. Otherwise it proceeds.

Investment event doesn't recognize that there are employees present.

Catfight event doesn't have a check if there are enough employees, and fires when there is only 1 person, and crashes.

This bug is not one you can ignore away, you need to quit or reload to get out of it.

FooLord

AC Crisis: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6988, in script call call advance_time from _call_advance_time_7 File "game/script.rpy", line 7324, in script call $ the_crisis.call_action() File "game/crises.rpy", line 159, in script $ the_clothing = test_outfit.remove_random_all(top_layer_first = True, exclude_feet = True) #Remove something from our test outfit. File "game/crises.rpy", line 159, in <module> $ the_clothing = test_outfit.remove_random_all(top_layer_first = True, exclude_feet = True) #Remove something from our test outfit. AttributeError: 'Outfit' object has no attribute 'remove_random_all' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6988, in script call call advance_time from _call_advance_time_7 File "game/script.rpy", line 7324, in script call $ the_crisis.call_action() File "game/crises.rpy", line 159, in script $ the_clothing = test_outfit.remove_random_all(top_layer_first = True, exclude_feet = True) #Remove something from our test outfit. File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/crises.rpy", line 159, in <module> $ the_clothing = test_outfit.remove_random_all(top_layer_first = True, exclude_feet = True) #Remove something from our test outfit. AttributeError: 'Outfit' object has no attribute 'remove_random_all' Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Sat Sep 22 21:47:30 2018 [/code] </module></module>

FooLord

When Punishing a girl for not coming in uniform by making her be naked, the following crash occured: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6893, in script call call advance_time from _call_advance_time_3 File "game/script.rpy", line 7324, in script call $ the_crisis.call_action() File "game/crises.rpy", line 421, in script show screen float_up_screen(slut_report,"-5 Happiness","+5 Obedience"],["float_text_pink","float_text_yellow","float_text_grey"]) File "renpy/common/000statements.rpy", line 496, in execute_show_screen args, kwargs = a.evaluate() SyntaxError: unexpected EOF while parsing (game/crises.rpy, line 421) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6893, in script call call advance_time from _call_advance_time_3 File "game/script.rpy", line 7324, in script call $ the_crisis.call_action() File "game/crises.rpy", line 421, in script show screen float_up_screen(slut_report,"-5 Happiness","+5 Obedience"],["float_text_pink","float_text_yellow","float_text_grey"]) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\ast.py", line 1828, in execute self.call("execute") File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\ast.py", line 1816, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\statements.py", line 177, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 496, in execute_show_screen args, kwargs = a.evaluate() File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\ast.py", line 184, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\python.py", line 1941, in py_eval code = py_compile(code, 'eval') File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\python.py", line 674, in py_compile raise e SyntaxError: unexpected EOF while parsing (game/crises.rpy, line 421) Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Sat Sep 22 21:36:11 2018 [/code]

FooLord

Ya it'd be nice to figure out this slow release dopamine problem. I'm also effectively at a halt if I try to include it, But this version has had more than a dozen errors I've been able to ignore through so far. Still, its fun, and the new events and stuff is cool.

Tim R Mercado

[code] I'm sorry, but an uncaught exception occurred. While loading (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (0, 0) 255 255 255 255 False> (0, 0) (1.2, 0.0, 0.0, 0.0, -0.09999999999999998, 0.0, 1.2, 0.0, 0.0, -0.09999999999999998, 0.0, 0.0, 1.2, 0.0, -0.09999999999999998, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0, 0, 0, 1.0, 0, 0, 0, 0, 0.0, 1)> (0, 0) (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.4, 0.0, 0.0, 0.0, 0.08000000000000002, 0.0, 1.4, 0.0, 0.0, 0.08000000000000002, 0.0, 0.0, 1.4, 0.0, 0.08000000000000002, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.12, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.0, 0.0, 0.0, 0.0, 0.2, 0.0, 1.0, 0.0, 0.0, 0.2, 0.0, 0.0, 1.0, 0.0, 0.2, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.4, 0.0, 0.0, 0.0, -0.19999999999999996, 0.0, 1.4, 0.0, 0.0, -0.19999999999999996, 0.0, 0.0, 1.4, 0.0, -0.19999999999999996, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.73, 0.0, 0.0, 0.0, 0.0, 0.0, 0.43, 0.0, 0.0, 0.0, 0.0, 0.0, 0.24, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)>>: File "game/script.rpy", line 6076, in script call call talk_person(person_choice) from _call_talk_person File "game/script.rpy", line 6559, in script "You say goodbye to [the_person.name] and the two of you separate." IOError: Couldn't find file 'character_images/Mouth_Dribble_walking_away_Face_1_happy.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6076, in script call call talk_person(person_choice) from _call_talk_person File "game/script.rpy", line 6559, in script "You say goodbye to [the_person.name] and the two of you separate." File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\ast.py", line 652, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\exports.py", line 1199, in say who(what, *args, **kwargs) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\character.py", line 1016, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\character.py", line 817, in do_display **display_args) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\character.py", line 566, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 2649, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 3132, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 2055, in draw_screen renpy.config.screen_height, File "render.pyx", line 485, in renpy.display.render.render_screen File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render File "render.pyx", line 233, in renpy.display.render.render File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 580, in render return cache.get(self, render=True) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 761, in load rv.blit(cache.get(im), pos) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 1150, in load surf = cache.get(self.image) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 625, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\loader.py", line 555, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'character_images/Mouth_Dribble_walking_away_Face_1_happy.png'. Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Sat Sep 22 18:26:03 2018 [/code]

Bingbong

Correction, the crash is caused by slow release dopamine, just adding it on it's own causes it

FooLord

On creating an advanced drug, this error occured: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 7040, in script call screen review_designs_screen() File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/script.rpy", line 4532, in execute screen review_designs_screen(): File "game/script.rpy", line 4532, in execute screen review_designs_screen(): File "game/script.rpy", line 4534, in execute vbox: File "game/script.rpy", line 4536, in execute grid 2 len(mc.business.serum_designs): File "game/script.rpy", line 4537, in execute for serum_design in mc.business.serum_designs: File "game/script.rpy", line 4538, in execute if serum_design.researched: AttributeError: 'NoneType' object has no attribute 'researched' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 7040, in script call screen review_designs_screen() File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\ast.py", line 1828, in execute self.call("execute") File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\ast.py", line 1816, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\statements.py", line 177, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\exports.py", line 2710, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\core.py", line 2649, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\core.py", line 3033, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\screen.py", line 424, in visit_all callback(self) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\core.py", line 3033, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\screen.py", line 434, in per_interact self.update() File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\screen.py", line 619, in update self.screen.function(**self.scope) File "game/script.rpy", line 4532, in execute screen review_designs_screen(): File "game/script.rpy", line 4532, in execute screen review_designs_screen(): File "game/script.rpy", line 4534, in execute vbox: File "game/script.rpy", line 4536, in execute grid 2 len(mc.business.serum_designs): File "game/script.rpy", line 4537, in execute for serum_design in mc.business.serum_designs: File "game/script.rpy", line 4538, in execute if serum_design.researched: File "<screen language="">", line 4538, in <module> AttributeError: 'NoneType' object has no attribute 'researched' Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Sat Sep 22 15:11:48 2018 [/code] </module></screen></lambda>

FooLord

[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6893, in script call call advance_time from _call_advance_time_3 File "game/script.rpy", line 7324, in script call $ the_crisis.call_action() File "game/crises.rpy", line 1405, in script call call cat_fight_pick_winner(person_two,person_one) from _call_cat_fight_pick_winner_1 File "game/crises.rpy", line 1659, in script $ lower.change_happiness(-5) File "game/crises.rpy", line 1659, in <module> $ lower.change_happiness(-5) NameError: name 'lower' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6893, in script call call advance_time from _call_advance_time_3 File "game/script.rpy", line 7324, in script call $ the_crisis.call_action() File "game/crises.rpy", line 1405, in script call call cat_fight_pick_winner(person_two,person_one) from _call_cat_fight_pick_winner_1 File "game/crises.rpy", line 1659, in script $ lower.change_happiness(-5) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/crises.rpy", line 1659, in <module> $ lower.change_happiness(-5) NameError: name 'lower' is not defined Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Sat Sep 22 17:58:37 2018 [/code] </module></module>

Bingbong

Catfight bug

Bingbong

Even if you use the wait function to make him show up later when there are employees the events play out as if you are the only one there (even if there are multiple employees there). In fact the event stream is strange as you start with Stephanie, so unless you outright fire her you'd never be in the position of not having employees

FooLord

The event with the investment guy (Aaron) is bugged. He shows up early morning but the player seems to think that his 17 employee business is a one man operation... I don't know if this is because Aaron is showing up in the early morning, when there's no one else around, but this doesn't seem right. On another note, when releasing new events for the first time it would be better to set them to show up at a higher rate. It is very hard to debug stuff that never shows up...

Bingbong

got another one. [code] I'm sorry, but an uncaught exception occurred. While loading (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (0, 0) 255 255 255 255 False> (0, 0) (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.9, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.4, 0.0, 0.0, 0.0, 0.08000000000000002, 0.0, 1.4, 0.0, 0.0, 0.08000000000000002, 0.0, 0.0, 1.4, 0.0, 0.08000000000000002, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6, 0.0, 0.0, 0.0, 0.0, 0.0, 0.9, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.12, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.0, 0.0, 0.0, 0.0, 0.2, 0.0, 1.0, 0.0, 0.0, 0.2, 0.0, 0.0, 1.0, 0.0, 0.2, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.0, 0.0, 0.0, 0.0, 0.3, 0.0, 1.0, 0.0, 0.0, 0.3, 0.0, 0.0, 1.0, 0.0, 0.3, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.1, 0.0, 0.0, 0.0, 0.05999999999999997, 0.0, 1.1, 0.0, 0.0, 0.05999999999999997, 0.0, 0.0, 1.1, 0.0, 0.05999999999999997, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.73, 0.0, 0.0, 0.0, 0.0, 0.0, 0.43, 0.0, 0.0, 0.0, 0.0, 0.0, 0.24, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)>>: File "game/script.rpy", line 6076, in script call call talk_person(person_choice) from _call_talk_person File "game/script.rpy", line 6513, in script call call talk_person(the_person) from _call_talk_person_3 File "game/script.rpy", line 6559, in script "You say goodbye to [the_person.name] and the two of you separate." IOError: Couldn't find file 'character_images/Mouth_Dribble_walking_away_Face_2_happy.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6076, in script call call talk_person(person_choice) from _call_talk_person File "game/script.rpy", line 6513, in script call call talk_person(the_person) from _call_talk_person_3 File "game/script.rpy", line 6559, in script "You say goodbye to [the_person.name] and the two of you separate." File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\ast.py", line 652, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\exports.py", line 1199, in say who(what, *args, **kwargs) File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\character.py", line 1016, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\character.py", line 817, in do_display **display_args) File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\character.py", line 566, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 2649, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 3132, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 2055, in draw_screen renpy.config.screen_height, File "render.pyx", line 485, in renpy.display.render.render_screen File "render.pyx", line 233, in renpy.display.render.render File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render File "render.pyx", line 233, in renpy.display.render.render File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render File "render.pyx", line 233, in renpy.display.render.render File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 580, in render return cache.get(self, render=True) File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 266, in get surf = image.load() File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 761, in load rv.blit(cache.get(im), pos) File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 266, in get surf = image.load() File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 1150, in load surf = cache.get(self.image) File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 266, in get surf = image.load() File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 625, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "F:\Lab_Rats_2-v0.9.0a-pc\renpy\loader.py", line 555, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'character_images/Mouth_Dribble_walking_away_Face_2_happy.png'. Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Sat Sep 22 14:58:13 2018 [/code]

blakeness

In the argument, when siding with the first girl [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6893, in script call call advance_time from _call_advance_time_3 File "game/script.rpy", line 7324, in script call $ the_crisis.call_action() File "game/crises.rpy", line 1400, in script call call cat_fight_pick_winner(person_one,person_two) from _call_cat_fight_pick_winner File "game/crises.rpy", line 1659, in script $ lower.change_happiness(-5) File "game/crises.rpy", line 1659, in <module> $ lower.change_happiness(-5) NameError: name 'lower' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6893, in script call call advance_time from _call_advance_time_3 File "game/script.rpy", line 7324, in script call $ the_crisis.call_action() File "game/crises.rpy", line 1400, in script call call cat_fight_pick_winner(person_one,person_two) from _call_cat_fight_pick_winner File "game/crises.rpy", line 1659, in script $ lower.change_happiness(-5) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\luisa\Desktop\物\ゲーム\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/crises.rpy", line 1659, in <module> $ lower.change_happiness(-5) NameError: name 'lower' is not defined Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Sat Sep 22 01:29:05 2018 [/code] </module></module>

Bingbong

When adding an outfit to employee uniforms: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 7208, in script $ mc.business.listener_system.fire_event("add_uniform", the_outfit = new_outfit, the_type = "over") File "game/script.rpy", line 7208, in <module> $ mc.business.listener_system.fire_event("add_uniform", the_outfit = new_outfit, the_type = "over") File "game/script.rpy", line 2079, in fire_event if goal.call_trigger(**kwargs): #on_trigger returns true if the goal is finished and we can stop letting it know. File "game/script.rpy", line 2149, in call_trigger return self.on_trigger_function(self, **kwargs) TypeError: uniform_designer_function() got an unexpected keyword argument 'the_type' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 7208, in script $ mc.business.listener_system.fire_event("add_uniform", the_outfit = new_outfit, the_type = "over") File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 7208, in <module> $ mc.business.listener_system.fire_event("add_uniform", the_outfit = new_outfit, the_type = "over") File "game/script.rpy", line 2079, in fire_event if goal.call_trigger(**kwargs): #on_trigger returns true if the goal is finished and we can stop letting it know. File "game/script.rpy", line 2149, in call_trigger return self.on_trigger_function(self, **kwargs) TypeError: uniform_designer_function() got an unexpected keyword argument 'the_type' Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Fri Sep 21 21:24:56 2018 [/code] </module></module>

FooLord

Whenever I try to make a serum with the slow release dopamine, I get this error: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6979, in script call screen serum_design_ui(SerumDesign(),[]) #This will return the final serum design, or None if the player backs out. File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "game/script.rpy", line 4406, in execute screen serum_design_ui(starting_serum,current_traits): File "game/script.rpy", line 4406, in execute screen serum_design_ui(starting_serum,current_traits): File "game/script.rpy", line 4413, in execute hbox: File "game/script.rpy", line 4473, in execute frame: File "game/script.rpy", line 4476, in execute vbox: File "game/script.rpy", line 4506, in execute viewport: File "game/script.rpy", line 4510, in execute frame: File "game/script.rpy", line 4513, in execute vbox: File "game/script.rpy", line 4514, in execute for trait in current_traits: File "game/script.rpy", line 4515, in execute for mod in trait.status_effects: File "game/script.rpy", line 4517, in execute text " " + mod.description style "menu_text_style" AttributeError: 'SerumTrait' object has no attribute 'description' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6979, in script call screen serum_design_ui(SerumDesign(),[]) #This will return the final serum design, or None if the player backs out. File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\ast.py", line 1828, in execute self.call("execute") File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\ast.py", line 1816, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\statements.py", line 177, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 519, in execute_call_screen store._return = renpy.call_screen(name, *args, **kwargs) File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\exports.py", line 2710, in call_screen rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward) File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 2649, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 3033, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 511, in visit_all d.visit_all(callback) File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\screen.py", line 424, in visit_all callback(self) File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 3033, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\screen.py", line 434, in per_interact self.update() File "C:\Users\daked\Downloads\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\display\screen.py", line 619, in update self.screen.function(**self.scope) File "game/script.rpy", line 4406, in execute screen serum_design_ui(starting_serum,current_traits): File "game/script.rpy", line 4406, in execute screen serum_design_ui(starting_serum,current_traits): File "game/script.rpy", line 4413, in execute hbox: File "game/script.rpy", line 4473, in execute frame: File "game/script.rpy", line 4476, in execute vbox: File "game/script.rpy", line 4506, in execute viewport: File "game/script.rpy", line 4510, in execute frame: File "game/script.rpy", line 4513, in execute vbox: File "game/script.rpy", line 4514, in execute for trait in current_traits: File "game/script.rpy", line 4515, in execute for mod in trait.status_effects: File "game/script.rpy", line 4517, in execute text " " + mod.description style "menu_text_style" File "<screen language="">", line 4517, in <module> AttributeError: 'SerumTrait' object has no attribute 'description' Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Fri Sep 21 15:58:06 2018 [/code] </module></screen></lambda>

After testing the serum with the depressed tag. Also note suggest is at 15, rather than the 25 in the tool tip. [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 6086, in script call python: File "game/script.rpy", line 6897, in script call call advance_time from _call_advance_time_4 File "game/script.rpy", line 7301, in script call $ crisis.call_action() File "game/crises.rpy", line 1818, in script rd_staff.cgar "Okay, lets see what the effects are. Talk to me for a while and see if there's anything different." AttributeError: 'Person' object has no attribute 'cgar' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6086, in script call python: File "game/script.rpy", line 6897, in script call call advance_time from _call_advance_time_4 File "game/script.rpy", line 7301, in script call $ crisis.call_action() File "game/crises.rpy", line 1818, in script rd_staff.cgar "Okay, lets see what the effects are. Talk to me for a while and see if there's anything different." File "F:\Lab_Rats_2-v0.9.0-pc\renpy\ast.py", line 624, in execute who = eval_who(self.who, self.who_fast) File "F:\Lab_Rats_2-v0.9.0-pc\renpy\ast.py", line 541, in eval_who return renpy.python.py_eval(who) File "F:\Lab_Rats_2-v0.9.0-pc\renpy\python.py", line 1943, in py_eval return py_eval_bytecode(code, globals, locals) File "F:\Lab_Rats_2-v0.9.0-pc\renpy\python.py", line 1936, in py_eval_bytecode return eval(bytecode, globals, locals) File "<none>", line 1, in <module> AttributeError: 'Person' object has no attribute 'cgar' Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0 Fri Sep 21 14:18:30 2018 [/code] </module></none>

blakeness

I think it was trigger by a fight event, where since I only had one employee no fight was posible..

FooLord

Early game, when Stephanie is the only employee, as even occurred. The following error occured when a crisis was triggered: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6893, in script call call advance_time from _call_advance_time_3 File "game/script.rpy", line 7324, in script call $ the_crisis.call_action() File "game/crises.rpy", line 1378, in script "You feel a tap on your back while you're working. [person_one.name] and [person_two.name] are glaring at each other while they wait to get your attention." AttributeError: 'NoneType' object has no attribute 'name' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6893, in script call call advance_time from _call_advance_time_3 File "game/script.rpy", line 7324, in script call $ the_crisis.call_action() File "game/crises.rpy", line 1378, in script "You feel a tap on your back while you're working. [person_one.name] and [person_two.name] are glaring at each other while they wait to get your attention." File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\ast.py", line 652, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\exports.py", line 1199, in say who(what, *args, **kwargs) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\character.py", line 1003, in __call__ what = what_pattern.replace("[what]", sub(what, translate=translate)) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\character.py", line 985, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\substitutions.py", line 242, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 652, in get_field AttributeError: 'NoneType' object has no attribute 'name' Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Fri Sep 21 07:57:48 2018 [/code]

FooLord

Stack trace: [code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 6088, in script python: File "game/script.rpy", line 6099, in <module> act_choice = renpy.display_menu(tuple_list,True,"Choice") IndexError: string index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6088, in script python: File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\ast.py", line 862, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\python.py", line 1912, in py_exec_bytecode exec bytecode in globals, locals File "game/script.rpy", line 6099, in <module> act_choice = renpy.display_menu(tuple_list,True,"Choice") File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\exports.py", line 1080, in display_menu rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\core.py", line 2649, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\core.py", line 3132, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\core.py", line 2055, in draw_screen renpy.config.screen_height, File "render.pyx", line 485, in renpy.display.render.render_screen File "render.pyx", line 233, in renpy.display.render.render File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\screen.py", line 669, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\layout.py", line 919, in render surf = render(d, width - x, rh, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\behavior.py", line 724, in render rv = super(Button, self).render(width, height, st, at) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\display\layout.py", line 1117, in render st, at) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\text\text.py", line 1825, in render virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\text\text.py", line 563, in __init__ self.paragraphs = self.segment(text.tokens, style, renders, text) File "C:\foo\Lab_Rats_2-v0.9.0-pc\renpy\text\text.py", line 1012, in segment if value[0] in "+-": IndexError: string index out of range Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Fri Sep 21 07:44:42 2018 [/code] </module></module>

FooLord

The do something bug at max employees is still happening for me, I havn't restarted, so it may be just the corrupt save file. --- Never mind it was a corrupt save file, starting again from scratch the problem vanished

FooLord

Suggestibility Drugs (+10) and High Concentration Drugs (+25) have their suggestibility values swapped in 0.9.0a

Complexity

Crash Trace when "Finish Talking" during conversation with a character who had cum in her mouth from a previous encounter: [code] I'm sorry, but an uncaught exception occurred. While loading (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (0, 0) 255 255 255 255 False> (0, 0) (1.3, 0.0, 0.0, 0.0, -0.28, 0.0, 1.3, 0.0, 0.0, -0.28, 0.0, 0.0, 1.3, 0.0, -0.28, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.3, 0.0, 0.0, 0.0, -0.28, 0.0, 1.3, 0.0, 0.0, -0.28, 0.0, 0.0, 1.3, 0.0, -0.28, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0, 0, 0, 1.0, 0, 0, 0, 0, 0.0, 1)> (0, 0) (1.0, 0.0, 0.0, 0.0, 0.15, 0.0, 1.0, 0.0, 0.0, 0.15, 0.0, 0.0, 1.0, 0.0, 0.15, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.1, 0.0, 0.0, 0.0, 0.05999999999999997, 0.0, 1.1, 0.0, 0.0, 0.05999999999999997, 0.0, 0.0, 1.1, 0.0, 0.05999999999999997, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.4, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)> (0, 0) (1.1, 0.0, 0.0, 0.0, 0.27999999999999997, 0.0, 1.1, 0.0, 0.0, 0.27999999999999997, 0.0, 0.0, 1.1, 0.0, 0.27999999999999997, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0)> (0.3, 0.0, 0.0, 0.0, 0.0, 0.0, 0.05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.05, 0.0, 0.0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1)>>: File "game/script.rpy", line 6076, in script call call talk_person(person_choice) from _call_talk_person File "game/script.rpy", line 6559, in script "You say goodbye to [the_person.name] and the two of you separate." IOError: Couldn't find file 'character_images/Mouth_Dribble_walking_away_Face_3_happy.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6076, in script call call talk_person(person_choice) from _call_talk_person File "game/script.rpy", line 6559, in script "You say goodbye to [the_person.name] and the two of you separate." File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\ast.py", line 652, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\exports.py", line 1199, in say who(what, *args, **kwargs) File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\character.py", line 1016, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\character.py", line 817, in do_display **display_args) File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\character.py", line 566, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 2649, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 3132, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\display\core.py", line 2055, in draw_screen renpy.config.screen_height, File "render.pyx", line 485, in renpy.display.render.render_screen File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\display\layout.py", line 717, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 145, in renpy.display.render.render File "render.pyx", line 233, in renpy.display.render.render File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render File "render.pyx", line 233, in renpy.display.render.render File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render File "render.pyx", line 233, in renpy.display.render.render File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 580, in render return cache.get(self, render=True) File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 761, in load rv.blit(cache.get(im), pos) File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 1150, in load surf = cache.get(self.image) File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 266, in get surf = image.load() File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\display\im.py", line 625, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "C:\Users\micha\Downloads\Lab_Rats_2-v0.9.0a-pc\renpy\loader.py", line 555, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'character_images/Mouth_Dribble_walking_away_Face_3_happy.png'. Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Fri Sep 21 20:17:53 2018 [/code]

Complexity

got something i assume is the new catfight crisis when you only have one employee === I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6905, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 7324, in script call $ the_crisis.call_action() File "game/crises.rpy", line 1378, in script "You feel a tap on your back while you're working. [person_one.name] and [person_two.name] are glaring at each other while they wait to get your attention." AttributeError: 'NoneType' object has no attribute 'name' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 6088, in script call python: File "game/script.rpy", line 6905, in script call call advance_time from _call_advance_time_5 File "game/script.rpy", line 7324, in script call $ the_crisis.call_action() File "game/crises.rpy", line 1378, in script "You feel a tap on your back while you're working. [person_one.name] and [person_two.name] are glaring at each other while they wait to get your attention." File "C:\Users\ajlen\Downloads\rags\vren\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\ast.py", line 652, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\ajlen\Downloads\rags\vren\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\exports.py", line 1199, in say who(what, *args, **kwargs) File "C:\Users\ajlen\Downloads\rags\vren\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\character.py", line 1003, in __call__ what = what_pattern.replace("[what]", sub(what, translate=translate)) File "C:\Users\ajlen\Downloads\rags\vren\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\character.py", line 985, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "C:\Users\ajlen\Downloads\rags\vren\Lab_Rats_2-v0.9.0a-pc\Lab_Rats_2-v0.9.0a-pc\renpy\substitutions.py", line 242, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 652, in get_field AttributeError: 'NoneType' object has no attribute 'name' Windows-8-6.2.9200 Ren'Py 7.0.0.196 Lab Rats 2 - Down to Business v0.9.0a Fri Sep 21 13:56:44 2018 === anyway my strategy is to run the business solo for a while to save some money and buy some choice policies, so at the time of that error i only have stephanie as an employee

retchedegg

With patch, occured while adding a full outfit(which is completely naked with nothing else) to the marketing uniform. <a href="https://pastebin.com/hm6nvY4M" rel="nofollow noopener" target="_blank">https://pastebin.com/hm6nvY4M</a> After repeated testing , it seems like any action related to adding a outfit/underwear/overwear would result in this error. In the crisis about investment, I got "Unfortunately, you're the only employee of your own business" while I have 7 employees.


More Models and Creators