So I spent a few hours attemtpting to get Enders to work in Ubuntu 12.04, and I followed this thread, and also found this:
http://www.havenandhearth.com/forum/viewtopic.php?f=27&t=14575&p=225786&hilit=babushka#p225786My biggest obstacle was actually having the right .so files. I downloaded the ones from the links on this thread, the ones Borka and Grim put up, extracted the proper types (I am running 32 bit) and still wasnt having any luck. Babushka ran, but I couldn't see what it did and where, but I did notice that there was a list of the 4 .so files in the Enders thread, which I took out of the gilbertus linux client and put into the folder my java paths to in the script. This worked, finally.
So to sum up, I am using java Icedtea, installed through software center. My run.sh is this:
- Code: Select all
java -Djava.library.path="/home/skull/Desktop/hnh" -Xms256m -Xmx512m -jar /home/skull/Desktop/hnh/haven.jar -d moltke.seatribe.se -r ./res
I simply unpacked Enders client, changed the folder name to hnh( no good reason, just lazy I guess) added the update and skin available from same link Enders is on, downloaded the Gilbertus Linux client, copied the 4 .so files into my hnh folder, made the run.sh file, right clicked it, selected properties->permissions->allow executing file as a program. The 4 .so files are:
libgluegen-rt.so
libjogl.so
libjogl_awt.so
libjogl_cg.so
I couldn't find the libjogl_awt.so in the link earlier in the thread, but it seems the others were there. If anyone would like to post the 4 they are using from the above link that would be cool to see.
Like I said, I used the resources available here, but I had alot of trouble locating the right .so files, and the ones from Gilbertus worked first time. I will probably play around with it, see if the other jogl's and glugens will work for me, maybe improve the performance (is kind of laggy right now). I just thought I would add this here to help out, since I caught so much hell on something that seemed pretty simple
