- Jun 21, 2017
- 145
- 557
- 254
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/story/parking/xray_quest/reina_quest_c_b.rpy", line 211, in <module>
File "game/helper/utility/navigate.rpy", line 113, in teleport
File "game/displayables/interactable.rpy", line 143, in render
File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask
TypeError: __init__() got an unexpected keyword argument 'opaque'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script/story/parking/xray_quest/reina_quest_c_b.rpyc", line 211, in script
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script/story/parking/xray_quest/reina_quest_c_b.rpy", line 211, in <module>
File "game/helper/utility/navigate.rpy", line 113, in teleport
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3582, 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 "renpy/display/core.py", line 4175, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2785, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/screen.py", line 731, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/transform.py", line 909, in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "game/displayables/interactable.rpy", line 143, in render
File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask
File "render.pyx", line 588, in renpy.display.render.Render.__init__
TypeError: __init__() got an unexpected keyword argument 'opaque'
Windows-10-10.0.19041 AMD64
Ren'Py 7.6.3.23091805
ACADEMY34 v0.19.3.4
Sat Mar 2 18:56:44 2024
From what I understand this is an error that they fixed when trying to update the engine on all versions at once. It is already fixed on all paid versions and once those trickle down to us the problem wont exist anymoreIs here a way to fix this? And can anyone say there this file lay, so i maybe can fix this myself?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script/story/parking/xray_quest/reina_quest_c_b.rpy", line 211, in <module> File "game/helper/utility/navigate.rpy", line 113, in teleport File "game/displayables/interactable.rpy", line 143, in render File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask TypeError: __init__() got an unexpected keyword argument 'opaque' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script/story/parking/xray_quest/reina_quest_c_b.rpyc", line 211, in script File "renpy/ast.py", line 1138, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 1122, in py_exec_bytecode exec(bytecode, globals, locals) File "game/script/story/parking/xray_quest/reina_quest_c_b.rpy", line 211, in <module> File "game/helper/utility/navigate.rpy", line 113, in teleport File "renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3582, 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 "renpy/display/core.py", line 4175, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "renpy/display/core.py", line 2785, in draw_screen renpy.config.screen_height, File "render.pyx", line 492, in renpy.display.render.render_screen File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/screen.py", line 731, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/transform.py", line 909, in render return RenderTransform(self).render(width, height, st, at) File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child File "render.pyx", line 266, in renpy.display.render.render File "game/displayables/interactable.rpy", line 143, in render File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask File "render.pyx", line 588, in renpy.display.render.Render.__init__ TypeError: __init__() got an unexpected keyword argument 'opaque' Windows-10-10.0.19041 AMD64 Ren'Py 7.6.3.23091805 ACADEMY34 v0.19.3.4 Sat Mar 2 18:56:44 2024
Is here a way to fix this? And can anyone say there this file lay, so i maybe can fix this myself?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script/story/parking/xray_quest/reina_quest_c_b.rpy", line 211, in <module> File "game/helper/utility/navigate.rpy", line 113, in teleport File "game/displayables/interactable.rpy", line 143, in render File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask TypeError: __init__() got an unexpected keyword argument 'opaque' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script/story/parking/xray_quest/reina_quest_c_b.rpyc", line 211, in script File "renpy/ast.py", line 1138, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 1122, in py_exec_bytecode exec(bytecode, globals, locals) File "game/script/story/parking/xray_quest/reina_quest_c_b.rpy", line 211, in <module> File "game/helper/utility/navigate.rpy", line 113, in teleport File "renpy/ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3582, 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 "renpy/display/core.py", line 4175, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "renpy/display/core.py", line 2785, in draw_screen renpy.config.screen_height, File "render.pyx", line 492, in renpy.display.render.render_screen File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/screen.py", line 731, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/layout.py", line 888, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 170, in renpy.display.render.render File "render.pyx", line 266, in renpy.display.render.render File "renpy/display/transform.py", line 909, in render return RenderTransform(self).render(width, height, st, at) File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child File "render.pyx", line 266, in renpy.display.render.render File "game/displayables/interactable.rpy", line 143, in render File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask File "render.pyx", line 588, in renpy.display.render.Render.__init__ TypeError: __init__() got an unexpected keyword argument 'opaque' Windows-10-10.0.19041 AMD64 Ren'Py 7.6.3.23091805 ACADEMY34 v0.19.3.4 Sat Mar 2 18:56:44 2024
New public version is available, with fix implemented. Just redownload it and you will be good to go!When trying to scan with the X-ray on the parking lot for Reyna i allways get exceptions that dont end
is there any fix for it?
We have answered to similar messages few pages before. This is a false-positive alert caused by engine files of RenPy itself (the engine we are using). These problems happen every now and then after RenPy gets updated and you can find similar reports on forums of many other RenPy-based projects. You are always welcome to go through the files and code in case you have concerns!Hello, could someone help me, the problem is that whenever I download the game my antivirus detects the game as a Trojan virus and deletes it and it has already happened to me with previous versions. I don't know if the ZIP is correct or if anyone has a link that has the version (most current) without viruses
Well what I like is that the MC is the only one who has sex and a romantic relationship with all the LIs. I'm pretty sure that's not a monogamous relationship. And also that this includes the minimum possible amount of lesbian sex (preferably nothing).Well, Widow's route has already been updated to feature a complete story that puts everything on their right places, though you are always free to ignore it.
In regard to Tracer, if you are planning to avoid her because of something we might do in one of the future updates that is yet to come, or to even be properly pre-planned, it's your choice entirely. That being said, the majority of our girls are written to be bi-sexual and to offer the widest variety of kinks to choose from. If you are looking for a strictly traditional monogamous story, our game might not be the perfect fit for your tastes.
I just downloaded the newest version from page 1 here and i still get exceptions when i try to used the x-ray during the questlineNew public version is available, with fix implemented. Just redownload it and you will be good to go!
The thread haven't been updated yet. You can download newer version from our website, or wait till moderators update links, which usually takes few days.I just downloaded the newest version from page 1 here and i still get exceptions when i try to used the x-ray during the questline
On the patreon page the link below the update also only redirects to a website where the latest public update is from 5th of febuary and has the same version number as on hereThe thread haven't been updated yet. You can download newer version from our website, or wait till moderators update links, which usually takes few days.
The version in the thread got updated between our messages. You can redownload new update from here and it should work as intended. At the time of your previous post the thread was at version 0.19.3.4, which still had the X-Ray bug.On the patreon page the link below the update also only redirects to a website where the latest public update is from 5th of febuary and has the same version number as on here
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/helper/utility/navigate.rpy", line 139, in <module>
File "game/helper/utility/navigate.rpy", line 113, in teleport
File "game/displayables/interactable.rpy", line 143, in render
File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask
TypeError: __init__() got an unexpected keyword argument 'opaque'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "helper/utility/navigate.rpyc", line 139, in script
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/helper/utility/navigate.rpy", line 139, in <module>
File "game/helper/utility/navigate.rpy", line 113, in teleport
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3582, 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 "renpy/display/core.py", line 4175, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2785, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/transition.py", line 188, in render
renpy.display.render.render(self.transitions[-1], width, height, 0, 0)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/transition.py", line 378, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/screen.py", line 731, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/transform.py", line 909, in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "game/displayables/interactable.rpy", line 143, in render
File "game/displayables/interactable.rpy", line 28, in invert_alpha_mask
File "render.pyx", line 588, in renpy.display.render.Render.__init__
TypeError: __init__() got an unexpected keyword argument 'opaque'
Windows-10-10.0.22621 AMD64
Ren'Py 7.6.3.23091805
ACADEMY34 v0.19.3.4
Fri Mar 8 02:09:25 2024
As has been mentioned numerous times in the thread recently, this is FIXED in the latest version v20.1.4. Hi, i cant progress reina`s x-ray task , every time i step on the parking lot and try to activate x-ray this shows up , after try 20 i thought i ask
Code:I'm sorry, but an uncaught exception occurred. Windows-10-10.0.22621 AMD64 Ren'Py 7.6.3.23091805 ACADEMY34 v0.19.3.4 Fri Mar 8 02:09:25 2024