When I die, then try to quit it gives me an error that it cannot save the player. This exception is in the console.
java.io.FileNotFoundException: C:\Documents and Settings\Mark\Desktop\Players\Eli.pksave (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at apk.FileManager.save(FileManager.java:20)
at apk.ModelGL.factorKeyPresses(ModelGL.java:260)
at apk.ModelGL.runMainLoop(ModelGL.java:76)
at apk.OptionMenu.makeChoice(OptionMenu.java:155)
at apk.OptionMenu.factorKeyPresses(OptionMenu.java:125)
at apk.OptionMenu.start(OptionMenu.java:66)
at apk.Agent00PK.showOptionMenu(Agent00PK.java:100)
at apk.Agent00PK.<init>(Agent00PK.java:54)
at apk.Agent00PK.main(Agent00PK.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Also, don’t save to my desktop please. I would rather not have these files on my desktop.