| View previous topic :: View next topic |
| Author |
Message |
FeedBucket
Joined: 05 Feb 2007 Posts: 6
|
Posted: Fri Feb 23, 2007 2:58 pm Post subject: ps2client Repeated Output |
|
|
Hi,
I have a routine that accesses and loads numerous files in succession via romfs. At the second attempt ps2client begins outputting responses both in part and whole repeatedly (2x), rather than just once. Something like:
| Code: | romfs opening: filename.dat romfs opening: filename.dat
ffiillee nnoott ffoouunndd |
Does this particular behavior mean anything more specific than that I need to review my code and fix something?
tia. |
|
| Back to top |
|
 |
evilo

Joined: 22 Apr 2004 Posts: 230
|
Posted: Fri Feb 23, 2007 6:02 pm Post subject: |
|
|
unfortunately, I think that your second option is the good one :)
btw, I don't know if you noticed it, but romfs is in svn (see /trunk/ps2sdk-ports/romfs/)
good luck with your bug hunting ! _________________ http://psxdev.info/evilo/ |
|
| Back to top |
|
 |
FeedBucket
Joined: 05 Feb 2007 Posts: 6
|
Posted: Sat Feb 24, 2007 2:50 am Post subject: |
|
|
Yup, everything I'm working with is from svn. I'm using romfs to house the instrument samples for a build of SDL_mixer which I've fleshed out (kludged) Timidity support for -- it actually works, but seems a bit picky about how and when. Some weirdness with the music handle getting derefenced for no apparent reason.
Was hoping the output would give me an indication of where to look, but I guess I just have to sit down and trace each routine. :\ |
|
| Back to top |
|
 |
|