Xonotic Forums
[SOLVED] Ubuntu running problem - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] Ubuntu running problem (/showthread.php?tid=3636)



Ubuntu running problem - rembak - 11-02-2012

Ubuntu 12.04 64bit running problem
./all run XONOTIC finishes with error
Wrong JPEG library version: library is 80, caller expects 62
How to fix it?


RE: Ubuntu running problem - Maddin - 11-02-2012

Do you need to use the git version? If you don´t want to develop for the game you´ll better use the autobuilder: http://forums.xonotic.org/showthread.php?tid=1863


RE: Ubuntu running problem - Mr. Bougo - 11-02-2012

How did you compile it? Try to recompile, it should work with libjpeg80 too.

./all compile -c

(also, to launch use ./all run, not ./all run XONOTIC)


(11-02-2012, 04:55 PM)Maddin Wrote: Do you need to use the git version? If you don´t want to develop for the game you´ll better use the autobuilder: http://forums.xonotic.org/showthread.php?tid=1863

That's the worst possible way to deal with issues that you encounter while using the git version. It's there for testing, don't run away from problems Tongue


RE: Ubuntu running problem - rembak - 11-02-2012

runs great with ./all compile -c
and ./all run

thank you all Smile


RE: Ubuntu running problem - Mr. Bougo - 11-03-2012

Great! Note that you don't need to ./all compile -c every time, usually ./all compile is just fine. But if you run into compilation problems, it's the first thing to try Smile

EDIT: What it does is clean up the files from the last compilation and recompile them instead of reusing them, even if they haven't changed. It typically matters when the makefile changes (or perhaps your system even?), but otherwise reusing unchanged sources saves you time.


RE: Ubuntu running problem - adem - 03-24-2014

I've got the same problem on Kubuntu 14.04 x64 (beta!) but with the latest autobuild both sdl and glx bins give me:
Quote:Wrong JPEG library version: library is 80, caller expects 62

Latest stable 0.7 runs fine, but i need autobuild in order to test new translation from transifex.com in Xonotic. What should I do?


RE: Ubuntu running problem - Mr. Bougo - 03-24-2014

Install libjpeg62!


RE: Ubuntu running problem - adem - 03-29-2014

Thanks for help!