Yes, the executable is in the same directory with the content directory. (the sc2 directory). I tried temporarily putting it in the content directory because the path names of the files it can't get cel data from don't begin with content/ . This caused even more errors so I moved it back out to the sc2 directory.
Here is a small sample of what it is spouting to the terminal:
We've loaded the Kernel 'lbm/title.ani' -- 19 bytes Couldn't get cel data for 'lbm/title.ani' 'arilou.shp' -- 301 bytes 'arilou/ariicons.ani' -- 50 bytes Couldn't get cel data for 'arilou/ariicons.ani' 'arilou/arimicon.ani' -- 46 bytes Couldn't get cel data for 'arilou/arimicon.ani' 'arilou/aritext.txt' -- 407 bytes 'arilou/arilou.cod' -- 1 bytes 'chmmr.shp' -- 345 bytes 'chmmr/chmicons.ani' -- 48 bytes Couldn't get cel data for 'chmmr/chmicons.ani' 'chmmr/chmmicon.ani' -- 48 bytes
I also am recieving the "HID object iterator" error when uqm-debug tries to detect a joystick. Now, I suppose it would work fine if I had an HID compliant joystick, but I do not... I suspect this might be some sort of strange SDL problem, but I updated to the latest SDL CVS and still get the error message... I also noticed there is a similar error for one of the BSD users on this forum. Any feedback on why this happens, and hopefully a solution?
We've loaded the Kernel 'lbm/title.ani' -- 19 bytes Couldn't get cel data for 'lbm/title.ani' 'arilou.shp' -- 301 bytes 'arilou/ariicons.ani' -- 50 bytes Couldn't get cel data for 'arilou/ariicons.ani' 'arilou/arimicon.ani' -- 46 bytes Couldn't get cel data for 'arilou/arimicon.ani' 'arilou/aritext.txt' -- 407 bytes 'arilou/arilou.cod' -- 1 bytes 'chmmr.shp' -- 345 bytes 'chmmr/chmicons.ani' -- 48 bytes Couldn't get cel data for 'chmmr/chmicons.ani' 'chmmr/chmmicon.ani' -- 48 bytes
I received these exact error messages when I tried building uqm using SDL libraries installed via Fink. I removed all of the SDL libraries and re-installed them using the packages at www.libsdl.org (and built the CVS version of SDL_mixer in PB). This got rid of the cel data errors.