Everything worked fine until I got to version 42.00. When I click on any portrait on the phone on my Mac (I used the Rempy recompile method to get the PC version to run on Catalina) I get this:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/AONmod.rpy", line 521, in script call
call REALchar_stats( char )
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/AONmod.rpy", line 81, in execute
screen AONstats_screen( char ):
File "game/AONmod.rpy", line 81, in execute
screen AONstats_screen( char ):
File "game/AONmod.rpy", line 82, in execute
if AONmod.coreVar.modCenter.AM01h() is True:
File "game/AONmod.rpy", line 83, in execute
use AONbetterLookingPhone( char )
File "game/AONmod.rpy", line 1752, in execute
screen AONbetterLookingPhone( char ):
File "game/AONmod.rpy", line 1752, in execute
screen AONbetterLookingPhone( char ):
File "game/AONmod.rpy", line 1789, in execute
use AONblpInteraction( char )
File "game/AONmod.rpy", line 1013, in execute
screen AONblpInteraction( char ):
File "game/AONmod.rpy", line 1013, in execute
screen AONblpInteraction( char ):
File "game/AONmod.rpy", line 1015, in execute
hbox:
File "game/AONmod.rpy", line 1019, in execute
for target in [ "text", "flirt", "sext" ]:
File "game/AONmod.rpy", line 1020, in execute
if ( char.phase_flags[target] | char.brainwashed | char.furious | char.terrified is False ) and player.interactions > 0:
TypeError: unsupported operand type(s) for |: 'bool' and 'instancemethod'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "func_action_processing.rpyc", line 75, in script call
File "util/func_images.rpyc", line 3, in script call
File "game/AONmod.rpy", line 521, in script call
call REALchar_stats( char )
File "screen/screen_stats.rpyc", line 3, in script
File "/Applications/renpy-7.3.5-sdk/renpy/ast.py", line 1949, in execute
self.call("execute")
File "/Applications/renpy-7.3.5-sdk/renpy/ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/Applications/renpy-7.3.5-sdk/renpy/statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "/Applications/renpy-7.3.5-sdk/renpy/exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/Applications/renpy-7.3.5-sdk/renpy/ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Applications/renpy-7.3.5-sdk/renpy/display/core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Applications/renpy-7.3.5-sdk/renpy/display/core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/Applications/renpy-7.3.5-sdk/renpy/display/core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "/Applications/renpy-7.3.5-sdk/renpy/display/core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "/Applications/renpy-7.3.5-sdk/renpy/display/core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "/Applications/renpy-7.3.5-sdk/renpy/display/screen.py", line 430, in visit_all
callback(self)
File "/Applications/renpy-7.3.5-sdk/renpy/display/core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/Applications/renpy-7.3.5-sdk/renpy/display/screen.py", line 440, in per_interact
self.update()
File "/Applications/renpy-7.3.5-sdk/renpy/display/screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/AONmod.rpy", line 81, in execute
screen AONstats_screen( char ):
File "game/AONmod.rpy", line 81, in execute
screen AONstats_screen( char ):
File "game/AONmod.rpy", line 82, in execute
if AONmod.coreVar.modCenter.AM01h() is True:
File "game/AONmod.rpy", line 83, in execute
use AONbetterLookingPhone( char )
File "game/AONmod.rpy", line 1752, in execute
screen AONbetterLookingPhone( char ):
File "game/AONmod.rpy", line 1752, in execute
screen AONbetterLookingPhone( char ):
File "game/AONmod.rpy", line 1789, in execute
use AONblpInteraction( char )
File "game/AONmod.rpy", line 1013, in execute
screen AONblpInteraction( char ):
File "game/AONmod.rpy", line 1013, in execute
screen AONblpInteraction( char ):
File "game/AONmod.rpy", line 1015, in execute
hbox:
File "game/AONmod.rpy", line 1019, in execute
for target in [ "text", "flirt", "sext" ]:
File "game/AONmod.rpy", line 1020, in execute
if ( char.phase_flags[target] | char.brainwashed | char.furious | char.terrified is False ) and player.interactions > 0:
File "<screen language>", line 1020, in <module>
TypeError: unsupported operand type(s) for |: 'bool' and 'instancemethod'
Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
SP 0.42.00
Thu Nov 26 17:02:32 2020