no
can you test it with a different SD card? and if you still experience this issue send me the vice_log.txt file (that is created inside vice folder).
Paul Nicholls said:
Does anyone else have this issue at all?
cheers,
Paul
Hi GnoStiC,
I don't have another SD card to test with unfortunately
I have attached the vice_log.txt file below in case it helps.
CODE
keyboard enabled
GP2X minimal library v0.A by rlyeh, (c) 2005.
*** VICE Version 2.0 ***
Welcome to x64, the free portable C64 Emulator.
Current VICE team members:
A. Boose, D. Lem, T. Biczo, A. Dehmel, T. Bretz, A. Matthies,
M. Pottendorfer, M. Brenner, S. Trikaliotis, M. van den Heuvel,
C. Vogelgsang, Fabrizio Gennari.
This is free software with ABSOLUTELY NO WARRANTY.
See the "About VICE" command for more info.
Loading system file `/mnt/sd/Emulators/vice-gp2x/data/c64/kernal'.
C64MEM: Kernal rev #3.
Loading system file `/mnt/sd/Emulators/vice-gp2x/data/c64/basic'.
Loading system file `/mnt/sd/Emulators/vice-gp2x/data/c64/chargen'.
MPS-803: Error - Could not load MPS-803 charset 'mps803'.
MPS-803: Error - Cannot load palette file `mps803.vpl'.
NL10: Error - Could not load NL-10 ROM file 'nl10-cbm'.
Loading system file `/mnt/sd/Emulators/vice-gp2x/data/drives/dos1541'.
Loading system file `/mnt/sd/Emulators/vice-gp2x/data/drives/d1541II'.
Loading system file `/mnt/sd/Emulators/vice-gp2x/data/drives/dos1570'.
Loading system file `/mnt/sd/Emulators/vice-gp2x/data/drives/dos1571'.
Loading system file `/mnt/sd/Emulators/vice-gp2x/data/drives/dos1581'.
Loading system file `/mnt/sd/Emulators/vice-gp2x/data/drives/dos2031'.
Loading system file `/mnt/sd/Emulators/vice-gp2x/data/drives/dos2040'.
Loading system file `/mnt/sd/Emulators/vice-gp2x/data/drives/dos3040'.
Loading system file `/mnt/sd/Emulators/vice-gp2x/data/drives/dos4040'.
Loading system file `/mnt/sd/Emulators/vice-gp2x/data/drives/dos1001'.
Drive: Finished loading ROM images.
Sound: Available sound devices: uss dummy fs speed dump wav voc iff aiff
Keyboard: Loading keymap `/mnt/sd/Emulators/vice-gp2x/data/c64/x11_sym.vkm'.
Main CPU: starting at ($FFFC).
Main CPU: RESET.
Drive 8: RESET.
Sound: Opened device `uss', speed 22050Hz, fragment size 23ms, buffer size 371ms
Drive 8: RESET.
SNDCTL_DSP_POST failed
Sound: Warning - Buffer drained
SNDCTL_DSP_POST failed
Writing configuration file `vicerc'.
Exiting...
Sound: Closing device `uss'
Do you suspect it perhaps could be the SD card making it slow to do the remount stuff in the "x64.gpe" file script (see below)?
CODE
#!/bin/bash
export PATH=.
PATH
mount /mnt/sd -o remount,sync
./x64 -directory data/c64:data/drives -sidengine 0 -refresh 2 &>vice_log.txt
#dmesg>dmesg.txt
rm -f tmp/*
mount /mnt/sd -o remount,async
cd /usr/gp2x
exec ./gp2xmenu
cheers,
Paul