Page 1 of 1

ps2client Repeated Output

Posted: Fri Feb 23, 2007 2:58 pm
by FeedBucket
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: Select all

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.

Posted: Fri Feb 23, 2007 6:02 pm
by evilo
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 !

Posted: Sat Feb 24, 2007 2:50 am
by FeedBucket
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. :\