The "much" was more in reference to the time I spent fiddling than to
the actual changes. The link creation kept on failing after a pass, as
the link were already there, and as I was messing around as root with
the files but somehow setting REALLY_RUN_AS_ROOT didnt seem to be
registered by the script, I just changed that part a bit. The rest of
the changes were show-stopping though.
It's not 64bit, and other games using SDL run just fine (gl117 for
example). I don't know whether OSS compatibility is enabled. I'm going
to check on that. (I first need to find how to check it though .. I'm
relatively new to Linux)
ds_music.mng is in the sound directory, completely uncapitalized.
Anyway .. here is the diff, and afterward the output from
"dockingstation nocheck". Before I kill it, I get an output window
with the "SoundManager::SetMNGFile() failed" message. I have the
choice to continue, stop or brutally kill. If I continue, the
dockingstation window just stays open and black.
thanks for your help :)
Sammy
DIFF :
65,66c65
< # dirname $fullpath
< dirname /usr/local/games/dockingstation/blabla
---
dirname $fullpath
567c566
< check_writeable `dirname $INSTALL_DEST`
---
check_writeable `dirname "$INSTALL_DEST"`
619c618
< check_writeable `dirname $INSTALL_DEST`
---
check_writeable `dirname "$INSTALL_DEST"`
712c711
< check_writeable `dirname $INSTALL_DEST`
---
check_writeable `dirname "$INSTALL_DEST"`
740c739
< if [ -e "$REALLY_RUN_AS_ROOT" ]
---
if [ -z "$REALLY_RUN_AS_ROOT" ]
943c942
< ln -s "$DS_MAIN/Bootstrap/000 Switcher" $DS_HOME/Bootstrap&
---
ln -s "$DS_MAIN/Bootstrap/000 Switcher" $DS_HOME/Bootstrap
946c945
< ln -s "$DS_MAIN/lc2e-netbabel.so" $DS_HOME/lc2e-netbabel.so&
---
ln -s "$DS_MAIN/lc2e-netbabel.so" $DS_HOME/lc2e-netbabel.so
and the output :
/usr/local/bin/dockingstation: line 84: type: creatures3: not found
Creatures 3 is not installed (you can buy it, or you can
buy Creatures Internet Edition, which has Docking Station
and the Magma Norns bundled with it, see the web site
http://ds.creatures.net for more info)
Welcome to Docking Station!
Video information:
32 bits per pixel, 4 bytes per pixel
rmask: 0xff0000 gmask: 0xff00 bmask: 0xff
Display is 32 bit
WARNING - there will be a performance hit.
For best results, set your display depth
to 16 (or 15) bits in X configuration.
Available fullscreen modes: 2880x1200 1600x1200 1280x1024 800x600
Initializing Sound
Killed