It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
bash-4.3$ ./start.sh
Running Victor Vran
Language: English
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
RenderDevice::Init failed


Stopping the game threads from the Lua side.

Any suggestions? Thanks!

Now granted this is fedora but I have installed every library I can find even remotely related to this. Its the only game Ive seen an issue with so far to date in many years. I suspect it has nothing to do with "fedora" and everything to do with the game installation and possibly it lacking libraries as strace seems to show it trying to find stuff that simply does not exist. If its static and libraries included and a path set it will work regardless of the linux version in almost all scenarios. Because its fedora though I cant submit a help ticket. Also running ubuntu or mint is simply not an option. Please dont ask why. Its pointless and has nothing to do with the question. Suffice it to say I cant. If it simply will NOT run under any linux but what they state then I will simply request a refund.
No posts in this topic were marked as the solution yet. If you can help, add your reply
Hi, there seems to be something wrong with your driver and the software renderer. What drivers are you using?
Run LIBGL_DEBUG=verbose glxinfo to get additional debug output and paste the info from this command here.
avatar
iamnan: bash-4.3$ ./start.sh
Running Victor Vran
Language: English
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
RenderDevice::Init failed

Stopping the game threads from the Lua side.

Any suggestions? Thanks!

Now granted this is fedora but I have installed every library I can find even remotely related to this. Its the only game Ive seen an issue with so far to date in many years. I suspect it has nothing to do with "fedora" and everything to do with the game installation and possibly it lacking libraries as strace seems to show it trying to find stuff that simply does not exist. If its static and libraries included and a path set it will work regardless of the linux version in almost all scenarios. Because its fedora though I cant submit a help ticket. Also running ubuntu or mint is simply not an option. Please dont ask why. Its pointless and has nothing to do with the question. Suffice it to say I cant. If it simply will NOT run under any linux but what they state then I will simply request a refund.
Try running like this:
export LIBGL_DEBUG=verbose; ./VictorVranGOG

In my case it was the bundled libstdc++ (read more: http://www.gog.com/forum/victor_vran/linux)