Vice 2.0 (25 Jul 2008) Released


Paul Nicholls said:
OogyBoogy said:
Paul Nicholls said:
every time I shut down the X64 emulator (as far back as I can remember), it seems to take close to a minute (just a guess mind you, never timed) to get back to the main GP2X menu (or GMenu2X menu).
I just tested it out on my F200, and X64 returns to the menu in less than a second for me.


Strange...on mine, after executing the exit Vice menu option, vice2x menu and everything just freezes for that large amount of time before the normal/GMenu2X menu returns :(

I'm using a F100-MkII with the first firmware (2.0.0) I believe. I had to downgrade (from 2.1.0?) to get my cradle working with USB game pad...

The large pause has happened to me on all the firmware versions I have tried so to date.

cheers,
Paul



Does anyone else have this issue at all?
cheers,
Paul
 
Last edited by a moderator:
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
 
Last edited by a moderator:
I found it would crash on exit if I was using gmenu2x. though that was on the old version.
 
GnoStiC said:
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
 
Last edited by a moderator:
Back
Top