This member has provided no bio about themself...

Comment History
magno.gst
magno.gst - - 1 comments @ Project Zomboid

open the directory:

desura/common/project-zomboid

And then open the ProjectZomboid.sh using a text editor. Then put that in:

#!/bin/bash
export DATA=$PWD/;
java -Xmx1024m -Djava.ext.dirs="$PWD" -Djava.library.path="$PWD" -cp ".:./lwjgl.jar:./jorbis-0.0.17.jar" zombie.FrameLoader

Then download this .jar fille from here:

download.java.net/maven/2/com/projectdarkstar/ext/jorbis/jorbis/0.0.17/jorbis-0.0.17.jar

And put inside the directory:

desura/common/project-zomboid

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

That worked for me, hope you can make good use.
Cheers!

Good karma+2 votes