{BUG_Report} (JY version 1.10.0) | (issue type)| (Summarize the bug encountered concisely)
<!--- Please read this! Before opening a new issue, make sure to search for keywords in the issues filtered by the "e17 QA 1) Found Possible Issue" label. For the Just Yuri issue tracker: - https://gitlab.com/JustYuriDevTeam/just-yuri/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=e17%20QA%201)%20Found%20Possible%20Issue and verify the issue you're about to submit isn't a duplicate. ---> ### Summary when triggering certain events, the game crashes ### Steps to reproduce when triggering the sleep option or the terminator event, the game crashes ### What is the current *bug* behavior? (What actually happens?) ### What is the expected *correct* behavior? the expected behavior is the game functioning as normal ### Relevant logs and/or screenshots Add the traceback.txt or a screenshot here if you are unable to attach it <!--- to add a online image add the image using this line ![image]( Image url here) example : ![image](/uploads/0da32f414ca538cc2d6986232754d4b5/image.png) if you add the traceback, please put it in a box, please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.) for example: ``` (I'm sorry, but an uncaught exception occurred. While running game code: AttributeError: 'NoneType' object has no attribute 'style' -- Full Traceback ------------------------------------------------------------ Full traceback: File "splash.rpyc", line 311, in script call File "script-ch30.rpyc", line 75, in script call File "script-ch30.rpyc", line 75, in script call File "control_panel.rpyc", line 23, in script call File "control_panel.rpyc", line 15, in script call File "script-ch30.rpyc", line 75, in script call File "script-ch30.rpyc", line 75, in script call File "control_panel.rpyc", line 23, in script call File "control_panel.rpyc", line 15, in script call File "script-ch30.rpyc", line 75, in script call File "talk_menu.rpyc", line 74, in script call File "script-ch30.rpyc", line 75, in script call File "script-ch30-actives.rpyc", line 7636, in script File "renpy/ast.py", line 721, in execute renpy.exports.say(who, what, *args, **kwargs) File "renpy/exports.py", line 1419, in say who(what, *args, **kwargs) File "renpy/character.py", line 1249, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "renpy/character.py", line 901, in do_display **display_args) File "renpy/character.py", line 647, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3325, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3839, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "renpy/display/core.py", line 2565, in draw_screen renpy.config.screen_height, File "render.pyx", line 492, in renpy.display.render.render_screen File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 826, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 826, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 826, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/transform.py", line 733, in render return transform_render(self, width, height, st, at) File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/image.py", line 501, in render return wrap_render(self.target, width, height, st, at) File "renpy/display/image.py", line 307, in wrap_render rend = render(child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 826, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 367, in render surf = render(self.child, width, height, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 263, in renpy.display.render.render File "renpy/display/layout.py", line 1456, in render cr = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 222, in renpy.display.render.render AttributeError: 'NoneType' object has no attribute 'style' Windows-10-10.0.19041 Ren'Py 7.4.11.2266 Just Yuri (Beta) Beta-1.10.0 Tue Feb 20 22:38:37 2024 ) ``` ---> ### Possible fixes I have no renpy experience, so i cannot suggest any form of fixing this issue ### auto assignments auto assigned labels auto assigned to QA Gitlab Manager auto assigned to overhaul
issue