I have attempted unsuccessfully to run stratagus on my Zaurus SL-C760 with Sharp ROM 1.20 JP. In the process, I learned a few things that I hope to pass on to others more knowledgeable than myself (I am not a computer programmer, but an end user).
First, I believe I was successful in converting the Warcraft2 data to the data.wc2 directory using the wargus program on Windows 2000. The Windows version of wargus can be downloaded from the following URL:
http://prdownloads.sourceforge.net/wargus/...e1.zip?downloadIt is important that one use the build.bat application and NOT the wartool.exe application. When I tried using the latter, it created a \"data\" folder that was not compatible. Instead, by issuing the command \"build.bat /warcraft2\", I was able to generate a \"data.wc2\" directory that appeared to be in the proper format (it will create this directory within the wargus directory). The total generated output was a 13.4 MB directory. Note that I did not use the original CD-ROM, nor is the original CD-ROM necessary. I had a version of Warcraft2 that was installed on my harddrive so that it could run independent of the CD-ROM. What is most important are the data files it is looking for in the \"DATA\" directory of the Warcraft2 game.
After bringing this \"data.wc2\" directory into my Zaurus on an SD card, I turned to getting the stratagus binary file to work. I downloaded the Zaurus compiled version provided above at the following URL:
http://www.zaurususergroup.com/index.php?n...=download&id=96Attempts to run the program were unsuccessful. At first, I received repeated error messages about lacking the lua library. After installing the lua library files I downloaded at the URL below, I was able to get past these errors:
http://zaurus.zefamily.org/files/lua_0.4_arm.ipkThe SDL library is also essential, but I am not sure what version works (best). I am using libsdl_1.2.5-slzaurus20031118_arm.ipk since it appears to work best for my other applications on a SL-C760. If I use 1.2.6, prboom does not display correctly on a Zaurus 7x0. I tried installing 1.2.6 to see if stratagus would work, but I was unsuccessful in getting it to run with any of these versions of SDL.
When I execute the program using the command \"./stratagus -d /mnt/card/data.wc2 -v 1\", the screen briefly flickers, then it displays:
SlSharedManager: can\'t get proc entry
Display size= 480x680
I have experimented with the various parameters, but have not been able to get the program to run. I suspect that it is a display problem, perhaps related to SDL, but specifically related to the SL-C7x0 series. The others who have reported success runing stratagus were running it on earlier models. I thank ced for compiling the Linux Zaurus binary file, but I can\'t help wondering if the source code needs to be hacked/edited so it is optimized for a SL-C7x0.
I would welcome any assistance or advice from those who have greater experiencing with SDL and the unique display properties of the SL-C7x0. Thank you.