Oil Rush
[Linux] Bright white screen at menu
The game seem to load fine except menu screen is plain white... ended up at same white screen when trying to load a campaign... logs here[codepad.org]

Operating System Version: "Arch Linux" (64 bit) Kernel Name: Linux Kernel Version: 3.12.8-1-ARCH X Server Vendor: The X.Org Foundation X Server Release: 11500000 X Window Manager: Xfwm4 Steam Runtime Version: steam-runtime-release_2013-10-23 Video Card: Driver: Intel Open Source Technology Center Mesa DRI Intel(R) Ivybridge Desktop x86/MMX/SSE2
Ultima modifica da BuRn; 24 gen 2014, ore 22:17
< >
Visualizzazione di 1-12 commenti su 12
... that was the last time I buy a game on Steam when it's available on the Humble Bundle store... if only Steam had the decency of letting the owner of said game to display game's key... same goes for UT2004: if I want to get ut2k4 key's I'd have to actually install Steam on windows via wine eg then start UT2004 installation until file/reg where;s the key is get written... as always, valve's professionalism is below that of amateur~
Had to vent...
I got the same thing here.
Tengo el mismo problema, si lo logras solucionar, avisanos.
Same here. Probably boils down to:

"0:172(1): error: #extension directive is not allowed in the middle of a shader"
To work around the known *sigh* issue you can add the following into ~/.drirc

<driconf>
<!-- Please always enable app-specific workarounds for all drivers and
screens. -->
<device>
<!-- mesa commit b0ff18bd3441ce7f28354686934440a92826eaf8 -->
<application name="Oil Rush x86" executable="OilRush_x86">
<option name="allow_glsl_extension_directive_midshader" value="true" />
</application>
</device>
</driconf>

There're already quite a lot unigine entries in /etc/drirc *sigh*
Intenta, ya no recordaba, pero, a mi me funciono hace meses.

http://steamcommunity.com/app/200390/discussions/0/810924133977136057/
Messaggio originale di sonic-Raul:
Intenta, ya no recordaba, pero, a mi me funciono hace meses.

http://steamcommunity.com/app/200390/discussions/0/810924133977136057/

Totally different problem. Please keep this thread in the original one language.
Messaggio originale di de.nagicallinux:
Messaggio originale di sonic-Raul:
Intenta, ya no recordaba, pero, a mi me funciono hace meses.

http://steamcommunity.com/app/200390/discussions/0/810924133977136057/

Totally different problem. Please keep this thread in the original one language.


Los siento, pero, quiza le funcione, por cierto, no puedo nada de ingles, por eso contesto solo en español, solo estoy intentando ayudar,
Messaggio originale di de.nagicallinux:
To work around the known *sigh* issue you can add the following into ~/.drirc

<driconf>
<!-- Please always enable app-specific workarounds for all drivers and
screens. -->
<device>
<!-- mesa commit b0ff18bd3441ce7f28354686934440a92826eaf8 -->
<application name="Oil Rush x86" executable="OilRush_x86">
<option name="allow_glsl_extension_directive_midshader" value="true" />
</application>
</device>
</driconf>

There're already quite a lot unigine entries in /etc/drirc *sigh*

You'll need to add a second <application ...> entry for 64-bit systems; the following will cover both 32-bit and 64-bit Oil Rush (launcher.sh automatically choses one based on the sysem architecture):

<driconf> <!-- Please always enable app-specific workarounds for all drivers and screens. --> <device> <!-- mesa commit b0ff18bd3441ce7f28354686934440a92826eaf8 --> <application name="Oil Rush 32-bit" executable="OilRush_x86"> <option name="allow_glsl_extension_directive_midshader" value="true" /> <application name="Oil Rush 64-bit" executable="OilRush_x64"> <option name="allow_glsl_extension_directive_midshader" value="true" /> </application> </device> </driconf>
Ultima modifica da Kuuchan; 21 giu 2015, ore 0:43
same problem
Have you libtxc_dxtn installed?
< >
Visualizzazione di 1-12 commenti su 12
Per pagina: 1530 50