alberto hernando wrote:
> Hi.
> 
> I'm trying to setup freevo-1.8.1.
> One of the problems I've found is with the mame cache.  I get a file 
> romlist-1001.pickled in my cache of 794 kb. It is incomplete, because I 
> see in the logs that it first scans the directory and then tries to 
> generate the cache, ending like this:
> 
>                 <dipswitch name="BIT 10">
>                         <dipvalue name="Off" default="yes"/>
>                         <dipvalue name="On"/>
>                 </dipswitch>
>                 <dipswitch name="BIT 20">
>                         <dipvalue name="Off"
> 
> that is, in the middle of a line. But if I run
> xmame.SDL > rom.list
> 
> I get a txt file of about 25 Mb. I remember having had problems with 
> this in the past. At least, I think that if I can generate the binary 
> pickled file, freevo won't try to do the cache, so it will work. But how?


Just given this a test, it looks okay to me.

# freevo prompt
 >>> import pickle
 >>> x = pickle.load(open('/var/cache/freevo/romlist-0.pickled'))
 >>> x.mameRoms.keys
should print out a list of rom titles.

I'm no games expert, so I don't know what to suggest, have you enough 
disk space in /var/cache/freevo ?

Duncan

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to