i just started playing, but i got 3 error screens caused by the option to go with ghostbur, so i found the problem in the code! in the script (which is in the "game" folder) on line 932 "default go_with_ghost = False" you need to change it to "default go_with_Ghost = False". it seems that the creator of the game forgot to use uppercase, which messes up some of the code later on. if that still doesnt work you could try changing it to "default go_with_Ghost = True" as i did, but i dont actually know if its important. ill start a topic about these bugs and update it if i find any other ones.