- May 12, 2018
- 335
- 848
I want to report an error in game MILF's Plaza version Steam_15a.
Searching for Values with Search in objects/list/dicts enabled throws error.
From what I can tell they upgraded their RenPy version, but you can see it in the log anyway.
I'm using URM v2.4.1 but have tried v2.3.1 as well.
Searching for Values with Search in objects/list/dicts enabled throws error.
From what I can tell they upgraded their RenPy version, but you can see it in the log anyway.
I'm using URM v2.4.1 but have tried v2.3.1 as well.
Code:
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object ('images/cg/igor_activities/None.png') at 0x0000000027e9b490>:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 578, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "0x52-URM/classes/search.rpy", line 386, in doSearch
File "0x52-URM/classes/search.rpy", line 386, in matchVarValue
File "0x52-URM/classes/search.rpy", line 386, in matchVarValue
File "0x52-URM/classes/search.rpy", line 225, in _m1_search__matchStringValue
TypeError: a bytes-like object is required, not 'str'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "events/ep1/ep1_3_mother.rpyc", line 187, in script call
File "core/main_interface.rpyc", line 1381, in script
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\ast.py", line 1971, in execute
self.call("execute")
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\statements.py", line 374, 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 "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\core.py", line 2201, 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 "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\core.py", line 3272, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\layout.py", line 1287, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\layout.py", line 1287, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\layout.py", line 1287, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\layout.py", line 1287, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\transform.py", line 1083, in event
rv = d.event(ev, cx, cy, st)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\layout.py", line 1516, in event
rv = super(Window, self).event(ev, x, y, st)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\layout.py", line 281, in event
rv = d.event(ev, x - xo, y - yo, st)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\layout.py", line 1287, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\layout.py", line 1287, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\layout.py", line 1287, in event
rv = i.event(ev, x - xo, y - yo, cst)
[Previous line repeated 3 more times]
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\behavior.py", line 1182, in event
return handle_click(self.clicked)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\behavior.py", line 1103, in handle_click
rv = run(action)
File "M:\Play\MilfsPlaza-15a3_dlc-pc\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 578, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "0x52-URM/classes/search.rpy", line 386, in doSearch
File "0x52-URM/classes/search.rpy", line 386, in matchVarValue
File "0x52-URM/classes/search.rpy", line 386, in matchVarValue
File "0x52-URM/classes/search.rpy", line 225, in _m1_search__matchStringValue
TypeError: a bytes-like object is required, not 'str'
Windows-10-10.0.22631-SP0 AMD64
Ren'Py 8.4.0.24101101+nightly
MilfsPlaza 15a3
Wed Oct 23 11:50:10 2024