The game Elemental no longer works.


Silent-Hunter

Hardcore Member
Joined
May 29, 2010
Messages
3,485
If it select any menu item in Elemental, it crashes.


Contents of pndrun_elemental.out



Code:
=======================================================================================

PND         	: /media/2/pandora/desktop/Elemental.pnd

PND_FSTYPE  	: Squashfs

APPDATADIR  	: /media/2/pandora/appdata/elemental

APPDD_FSTYPE	: ext3

PND_CPUSPEED	: <unset>

EXENAME     	: ./run.sh

ARGUMENTS   	: <unset>

=======================================================================================

[ START ]--- Mount the PND ----------

Mounting : mount -t squashfs "/dev/loop0" "/mnt/utmp/elemental"

Mounting the Union FS : mount -t aufs -o exec,dirs="/media/2/pandora/appdata/elemental=rw+nolwh":"/mnt/pnd/elemental=rr" none "/mnt/utmp/elemental"

[SUCCESS]--- Mount the PND ----------

[ START ]--- Starting the application (./run.sh ) ----------

18 22 24 37 [(100, 100, 140), 5, 0, 0, [0, 0, 0], 'wall', 0, 0, [], [0], 0, 0, 11, 15, 0] [(0, 0, 0), 0, 0.5, 0, [0, 0, 0], 'erase', 0, 0, [], [0, 0], 0, 0, 0, 0, 0] 888

18 22 24 37 [(100, 100, 140), 5, 0, 0, [0, 0, 0], 'wall', 0, 0, [], [0], 0, 0, 11, 15, 0] [(0, 0, 0), 0, 0.5, 0, [0, 0, 0], 'erase', 0, 0, [], [0, 0], 0, 0, 0, 0, 0] 888

Traceback (most recent call last):

  File "./elemental.py", line 1440, in <module>

	if __name__ == '__main__': main()

  File "./elemental.py", line 852, in main

	p = open(savefile, 'w')

IOError: [Errno 2] No such file or directory: '/mnt/utmp/elemental/Applications/Data/elemental_save.dat'

[ FAILED]--- Starting the application (./run.sh ) ----------

[ START ]--- Restoring the frame buffer status ----------

[SUCCESS]--- Restoring the frame buffer status ----------

[ START ]--- uMount the PND ----------

[ START ]--- Waiting the Union to be available ----------

[SUCCESS]--- Waiting the Union to be available ----------

rmdir: failed to remove `/mnt/utmp/elemental': Device or resource busy

[ START ]--- Waiting the PND mount dir to be free ----------

[SUCCESS]--- Waiting the PND mount dir to be free ----------

cleanup done

[SUCCESS]--- uMount the PND ----------

=======================================================================================

Return code is : 4
 
I know nothing about the game, but this line here....



Code:
Traceback (most recent call last):

  File "./elemental.py", line 1440, in <module>

    	if __name__ == '__main__': main()

  File "./elemental.py", line 852, in main

    	p = open(savefile, 'w')

IOError: [Errno 2] No such file or directory: '/mnt/utmp/elemental/Applications/Data/elemental_save.dat'


makes it look like Python is crying because it can't find a data file....


Were you making any changes to your appdata directory?
 
HF6 forces all PND's to use appdata (Well "forces", it just sets the $HOME(and maybe some others) for those who were lazy)


Check if you have 'elemental/Applications/Data/elemental_save.dat' in your $HOME and move it to 'appdata/elemental' in your SD.
 
It wasn't in my home, or anywhere. So I created it in the appdata on my SD card, and now it works! Thanks!
 
Back
Top