Now, my Nethack continues to act up
Okay, now it won't save at all. When I give command "Save and quit", then it tells me "Really save?" (A=yes, X=no), I choose A.
Then message on top goes like:
Saving...
Cannot open save file.
On and on this happens.
Okay, I now will try quit without saving and reboot.
Okay, quit without saving worked. I should have been put into hall of fame (as I finished the game by quitting and survived).
Nope, same answer "Cannot open save file".
Okay, let me make a new installation.
I'll report what happens.
Cheers!
Okay, I destroyed the old installation (I stored it, actually, on my PC, if anyone would be interested in debugging it) and installed it from scratch.
Then I made a sync script (actually, copied one from Wiki), this one:
Code:
#!/bin/sh
# lets get a directory listing onto our SD card of the GP2X
ls -laR / > /mnt/sd/ls_laR.txt
# sync the SD card so that everything is written.
sync
# return to the menu screen
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
I run the Nethack, created new Archeologist (my fave class) and then saved and quit.
Then I run the above script, switched GP2X off, then turned it on, and the save file worked!
Finally, I'll be able to get into some serious Nethacking!
Thank you, guys!