I finally got jak arrested, but when I go into the Sheriff's Office and try to talk to Jedidiah, I get a "an exception has occurred while running game code" ERROR and I can't continue on no matter what :( Does anyone know how to fix this or is this a bug? I'm on windows. Here's the error code if it helps:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/sheriffoffice.rpy", line 60, in <module>
NameError: name 'jakdead' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "mainmap.rpyc", line 220, in script call
File "fish.rpyc", line 8, in script call
File "fish.rpyc", line 8, in script call
File "pasture.rpyc", line 37, in script call
File "snake.rpyc", line 13, in script call
File "pasture.rpyc", line 37, in script call
File "snake.rpyc", line 13, in script call
File "pasture.rpyc", line 37, in script call
File "snake.rpyc", line 13, in script call
File "mainmap.rpyc", line 220, in script call
File "sheriffoffice.rpyc", line 43, in script
File "C:\Users\kenne\Downloads\courtin-cowboys-win-linux\CourtinCowboys-1.14.0-pc\renpy\ast.py", line 1625, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\Users\kenne\Downloads\courtin-cowboys-win-linux\CourtinCowboys-1.14.0-pc\renpy\exports\menuexports.py", line 100, in menu
condition = renpy.python.py_eval(condition)
File "C:\Users\kenne\Downloads\courtin-cowboys-win-linux\CourtinCowboys-1.14.0-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\kenne\Downloads\courtin-cowboys-win-linux\CourtinCowboys-1.14.0-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/sheriffoffice.rpy", line 60, in <module>
NameError: name 'jakdead' is not defined
Windows-10-10.0.19044 AMD64
Ren'Py 8.3.4.24120703
CourtinCowboys 1.14.0
Mon Jul 7 16:12:12 2025
[/code]