1
Technical Help: Problems BEFORE entering the game /
« on: June 04, 2004, 12:31:20 am »Quote
Originally posted by haspin
I\'ve tried exporting the variables, but it still doesn\'t load the gl3d.so in the directory.
I had the same problem with these linux binaries. Files glx2d.so and gl3d.so are dependant
on libopengl32.so. Try
ldd gl3d.so
and if there is a similar line
libopengl32.so => not found
You should create a symlink in /usr/lib/ to an OpenGL lib
I tried to use libGL.so, but I saw only a splash screen for
a moment and then all crashed. When I used opengl32.dll.so
from Wine it crashed during loading the world every time.
Do the following, maybe it will work on your machine:
cd /usr/lib
ln -s wine/opengl32.dll.so libopengl32.so