Hmmm, sounds like its crashing for some reason.
It's been a little while since I looked at this, try the stuff I suggest and let me know how u get on.
I just noticed that you are using Filezilla. Make sure you select the transfer type to BINARY (edit.. settings.. transfers.. filetypes.. select the BINARY checkbox) OK.
Reason being, I've had problems in the past with the leap FTP corrupting files if its set to AUTO.
Try telnet into the folder where mame is installed, and try running it manually, see if you get any errors.
try
ldd application (application is advmenu) or try running it manually.. you may have to chmod 755 application as well.
you should get something like
/LF/Bulk/ProgramFiles/THDS-0x00310035-000000 # ldd application
libz.so.1 => /usr/lib/libz.so.1 (0xb6f49000)
libSDL-1.2.so.0 => /lib/libSDL-1.2.so.0 (0xb6ed7000)
libdl.so.0 => /lib/libdl.so.0 (0xb6ecb000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb6e03000)
libm.so.0 => /lib/libm.so.0 (0xb6def000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6dde000)
libc.so.0 => /lib/libc.so.0 (0xb6d70000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb6d54000)
libiconv.so.2 => /usr/lib/libiconv.so.2 (0xb6c6d000)
ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0xb6f64000)
see if there is anything that is "not found"
Mick
It's been a little while since I looked at this, try the stuff I suggest and let me know how u get on.
I just noticed that you are using Filezilla. Make sure you select the transfer type to BINARY (edit.. settings.. transfers.. filetypes.. select the BINARY checkbox) OK.
Reason being, I've had problems in the past with the leap FTP corrupting files if its set to AUTO.
Try telnet into the folder where mame is installed, and try running it manually, see if you get any errors.
try
ldd application (application is advmenu) or try running it manually.. you may have to chmod 755 application as well.
you should get something like
/LF/Bulk/ProgramFiles/THDS-0x00310035-000000 # ldd application
libz.so.1 => /usr/lib/libz.so.1 (0xb6f49000)
libSDL-1.2.so.0 => /lib/libSDL-1.2.so.0 (0xb6ed7000)
libdl.so.0 => /lib/libdl.so.0 (0xb6ecb000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb6e03000)
libm.so.0 => /lib/libm.so.0 (0xb6def000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6dde000)
libc.so.0 => /lib/libc.so.0 (0xb6d70000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb6d54000)
libiconv.so.2 => /usr/lib/libiconv.so.2 (0xb6c6d000)
ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0xb6f64000)
see if there is anything that is "not found"
Mick