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

×
I have a laptop with Liunx Mint 18 and have this problem with this game, when I play others games, for example, CSGO, Half Life 2 o Portal 2 doesn't have this problem. I don't understand what can happen
Attachments:
This question / problem has been solved by vv221image
avatar
97carmine: (…)
I use this hack to work around the broken shadows bug, and it’s been working great so far:
https://github.com/dscharrer/void/blob/master/hacks/neveralonefix.c
avatar
97carmine: (…)
avatar
vv221: I use this hack to work around the broken shadows bug, and it’s been working great so far:
https://github.com/dscharrer/void/blob/master/hacks/neveralonefix.c
Thanks :)
avatar
97carmine: (…)
avatar
vv221: I use this hack to work around the broken shadows bug, and it’s been working great so far:
https://github.com/dscharrer/void/blob/master/hacks/neveralonefix.c
A late thanks from me, too!
avatar
V4V: A late thanks from me, too!
It's still appreciated even if late ;P
But of course it's Daniel Scharrer who actually deserves these thanks.
The bug affects shadows on all Radeon cards, I think. It certainly is present on my Steam Deck.
avatar
vv221: I use this hack to work around the broken shadows bug, and it’s been working great so far:
https://github.com/dscharrer/void/blob/master/hacks/neveralonefix.c
Sadly this hack no longer works on modern Linux, seemingly as it depends on an undocumented function in glibc called "__libc_dlopen_mode" that is not available in newer versions. Probably the only workaround now (short of having the expertise to rewrite the graphics override hook in the above hack) is just to run the Windows version through wine, unfortunately.