I am working with a friend on a new game project. He told me, he would have the sourcecode for windows and it would be portable for Linux.
Now I've compiled the program myself with Linux, irrLicht 0.8.1 and irrKlang 1.3. Everything works well, but if I try to start the program, I get this:
Code: Select all
philipp@kubuntu:~/descent4/Descent4 - Copy/debug$ ./Descent4
Irrlicht Engine version 1.3
Warning: The library version of the Irrlicht Engine (1.3) does not match the version the application was compiled with (1.2). This may cause problems.
Linux 2.6.17-11-generic #2 SMP Tue Mar 13 23:32:38 UTC 2007 i686
This driver is not available in Linux. Try OpenGL or Software renderer.
Segmentation fault
philipp@kubuntu:~/descent4/Descent4 - Copy/debug$