The traceback is (kinda), the error message, you can copy it and post it there it will help us troubleshot the issue
You should also have a traceback.txt created automatially in the game root folder after a crash.
Sorry It's a bit long
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/script.rpy", line 18, in script call
call pickName from _call_pickName
File "game/scripts_mods/Gdiggers_mod.rpy", line 40, in script
$ renpy.movie_start_displayable(webmFinder.get("blowjob_clothed",_girl = selectedGirl),loops=-1)
File "game/scripts_mods/Gdiggers_mod.rpy", line 40, in <module>
$ renpy.movie_start_displayable(webmFinder.get("blowjob_clothed",_girl = selectedGirl),loops=-1)
File "game/scripts/main_classes/webmFinder.rpy", line 96, in get
f = open(renpy.loader.transfn("vids/_mainTags.txt"), "a")
IOError: [Errno 30] Read-only file system: '/private/var/folders/zb/8gzx3lrj2lb3rf_7lytwtg5m0000gn/T/AppTranslocation/9A758092-9860-4C46-BA93-5B13D8C2D772/d/WTM_Academy.app/Contents/Resources/autorun/game/vids/_mainTags.txt'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/script.rpy", line 18, in script call
call pickName from _call_pickName
File "game/scripts_mods/Gdiggers_mod.rpy", line 40, in script
$ renpy.movie_start_displayable(webmFinder.get("blowjob_clothed",_girl = selectedGirl),loops=-1)
File "/private/var/folders/zb/8gzx3lrj2lb3rf_7lytwtg5m0000gn/T/AppTranslocation/9A758092-9860-4C46-BA93-5B13D8C2D772/d/WTM_Academy.app/Contents/Resources/autorun/renpy/ast.py", line 1133, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/zb/8gzx3lrj2lb3rf_7lytwtg5m0000gn/T/AppTranslocation/9A758092-9860-4C46-BA93-5B13D8C2D772/d/WTM_Academy.app/Contents/Resources/autorun/renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts_mods/Gdiggers_mod.rpy", line 40, in <module>
$ renpy.movie_start_displayable(webmFinder.get("blowjob_clothed",_girl = selectedGirl),loops=-1)
File "game/scripts/main_classes/webmFinder.rpy", line 96, in get
f = open(renpy.loader.transfn("vids/_mainTags.txt"), "a")
IOError: [Errno 30] Read-only file system: '/private/var/folders/zb/8gzx3lrj2lb3rf_7lytwtg5m0000gn/T/AppTranslocation/9A758092-9860-4C46-BA93-5B13D8C2D772/d/WTM_Academy.app/Contents/Resources/autorun/game/vids/_mainTags.txt'
Darwin-18.7.0-x86_64-i386-64bit x86_64
Ren'Py 7.5.1.22070801
WTM Academy 0.24ac
Thu May 4 02:39:29 2023
```