Hi I was trying to get all the ticks for MikeMC but ran into an error.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/cl/labels_story.rpy", line 17, in execute
File "game/cl/labels_story.rpy", line 17, in execute
File "game/cl/labels_story.rpy", line 31, in execute
File "game/cl/labels_story.rpy", line 35, in execute
File "game/cl/labels_story.rpy", line 42, in execute
File "game/cl/labels_story.rpy", line 62, in execute
File "game/cl/labels_story.rpy", line 85, in execute
File "game/cl/labels_story.rpy", line 89, in execute
File "game/cl/labels_story.rpy", line 90, in execute
File "game/cl/labels_story.rpy", line 102, in execute
File "game/cl/labels_story.rpy", line 106, in execute
File "game/cl/labels_story.rpy", line 106, in <module>
AttributeError: None
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "start.rpyc", line 929, in script call
File "start.rpyc", line 945, in script call
File "cl/labels_room.rpyc", line 66, in script
File "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/renpy/ast.py", line 1974, in execute
self.call("execute")
File "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/renpy/ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/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 "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/renpy/exports/statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/core.py", line 2215, 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 "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/screen.py", line 480, in visit_all
callback(self)
File "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/core.py", line 2745, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/screen.py", line 491, in per_interact
self.update()
File "/private/var/folders/ps/8z36rptd34dfpk8hnf5nzw4h0000gn/T/AppTranslocation/98BA566A-A404-40CB-B028-78B2CA11DD70/d/LoSeSb.app/Contents/Resources/autorun/renpy/display/screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/cl/labels_story.rpy", line 17, in execute
File "game/cl/labels_story.rpy", line 17, in execute
File "game/cl/labels_story.rpy", line 31, in execute
File "game/cl/labels_story.rpy", line 35, in execute
File "game/cl/labels_story.rpy", line 42, in execute
File "game/cl/labels_story.rpy", line 62, in execute
File "game/cl/labels_story.rpy", line 85, in execute
File "game/cl/labels_story.rpy", line 89, in execute
File "game/cl/labels_story.rpy", line 90, in execute
File "game/cl/labels_story.rpy", line 102, in execute
File "game/cl/labels_story.rpy", line 106, in execute
File "game/cl/labels_story.rpy", line 106, in <module>
File "game/cl/class_story_ren.py", line 312, in __getitem__
AttributeError: None
macOS-15.3.1-arm64-arm-64bit arm64
Ren'Py 8.3.2.24090902
Love & Sex : Second Base - 25.1.0b 25.1.0b
Sat Feb 22 16:45:33 2025
[/code]