protonscr

Couldn't launch Oil Rush under Fedora 18 x86

steamclosed reviewed3rd party game
ValveSoftware/steam-for-linux#2310 · opened 2013-04-12 by NTMan · updated 2014-02-07 · 13 comments · github
4 matching comments, n / p to jump
NNTMan 2013-04-12 github

(steam:25164): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
saving roaming config store to 'sharedconfig.vdf'
roaming config store 2 saved successfully
Loading "/home/mikhail/.local/share/Steam/SteamApps/common/Oil Rush/bin/../oilrush.cfg"...
Loading "libOilRush_steam_x86.so"...
Setting breakpad minidump AppID = 200390
dlopen failed trying to load:
/home/mikhail/.local/share/Steam/linux32/libsteam.so
with error:
/home/mikhail/.local/share/Steam/linux32/libsteam.so: cannot open shared object file: No such file or directory
Steam_SetMinidumpSteamID: Caching Steam ID: 76561198082472541 [API loaded no]
Loading "libGL.so.1"...
Loading "libopenal.so.1"...
Set 1920x1080 fullscreen video mode
X Error of failed request: GLXBadFBConfig
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 34 ()
Serial number of failed request: 51
Current serial number in output stream: 79
AL lib: ReleaseALC: 1 device not closed
Game removed: AppID 200390 "Oil Rush", ProcID 25301
saving roaming config store to 'sharedconfig.vdf'
roaming config store 2 saved successfully

MMrSchism 2013-04-13 github

Please include your system information as requested at https://github.com/ValveSoftware/steam-for-linux#reporting-issues

NNTMan 2013-04-13 github

Processor Information:
Vendor: GenuineIntel
Speed: 3100 Mhz
4 logical processors
2 physical processors
HyperThreading: Supported
FCMOV: Supported
SSE2: Supported
SSE3: Supported
SSSE3: Supported
SSE4a: Unsupported
SSE41: Supported
SSE42: Supported

Network Information:
Network Speed:

Operating System Version:
"Fedora release 18 (Spherical Cow)" (32 bit)
Kernel Name: Linux
Kernel Version: 3.8.6-203.fc18.i686.PAE
X Server Vendor: Fedora Project
X Server Release: 11303000
X Window Manager: GNOME Shell
Steam Runtime Version: steam-runtime-release-i386_2013-03-25

Video Card:
Driver: Intel Open Source Technology Center Mesa DRI Intel(R) Sandybridge Desktop

Driver Version:  2.1 Mesa 9.1
Desktop Color Depth: 24 bits per pixel
Monitor Refresh Rate: 60 Hz
VendorID:  0x8086
DeviceID:  0x102
Number of Monitors:  1
Number of Logical Video Cards:  1
Primary Display Resolution:  1920 x 1080
Desktop Resolution: 1920 x 1080
Primary Display Size: 20,04" x 11,26"  (22,95" diag)
                                        50,9cm x 28,6cm  (58,3cm diag)
Primary VRAM Not Detected

Sound card:
Audio device: ICE1724 - multitrack

Memory:
RAM: 7799 Mb

Miscellaneous:
UI Language: English
LANG: en_US.utf8
Microphone: Not set
Total Hard Disk Space Available: 2816556 Mb
Largest Free Hard Disk Block: 1326492 Mb

Installed software:

Recent Failure Reports:

Ggdrewb-valve maintainer 2013-04-16 github

You should also report this to the game developers.

Mmeklu 2013-04-17 github

The newest version of Oil Rush doesn't work with the FOSS drivers unfortunately. See this thread.

AAlarmfifa 2013-04-19 github

Yep it's a pity. Early version of Oil Rush works with intel drivers.
I think, we could try to ask developers to add intel support.
http://steamcommunity.com/app/200390/discussions/0/828924672526707048/#c810922320144954660

FFireBurn 2013-05-06 github

I've had some success with MESA_GL_VERSION_OVERRIDE=3.2FC MESA_GLSL_VERSION_OVERRIDE=150 using i965 but it didn't work with r600g

AAlarmfifa 2013-05-06 github

I tried your solution, but...

[OilRush-1.34]$  MESA_GL_VERSION_OVERRIDE=3.2FC MESA_GLSL_VERSION_OVERRIDE=150 ./launcher.sh 
Loading "bin/../oilrush.cfg"...
Loading "libOilRush_x64.so"...
Loading "libGL.so.1"...
Loading "libopenal.so.1"...
Set 1280x800 windowed video mode
X Error of failed request:  GLXBadFBConfig
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  34 ()
  Serial number of failed request:  52
  Current serial number in output stream:  51
AL lib: (EE) alc_cleanup: 1 device not closed

I have hd4000 driver xf86-video-intel 2.21.6-1 (works in SNA mode)

FFireBurn 2013-05-06 github

I'm running the latest Mesa

Ttrustin 2013-06-05 github

With the latest Mesa, @FireBurn's workaround works. I use the steam version, so I modified ~/.local/share/Steam/SteamApps/common/Oil Rush/launcher_steam.sh to add the following exports:

export MESA_GL_VERSION_OVERRIDE=3.2
export MESA_GLSL_VERSION_OVERRIDE=150
AAlarmfifa 2013-08-28 github

Today a new Mesa was released
So, the Oil Rush works perfectly on my Intel HD 4000!

Ggdrewb-valve maintainer 2013-10-30 github

Thanks, closing.

?ghost 2014-02-07 github

Worked for me:
MESA_GL_VERSION_OVERRIDE=3.2FC MESA_GLSL_VERSION_OVERRIDE=150 ./launcher.sh
Runs perfectly!

TTele42 2014-02-07 github

The overrides will not be needed with open source drivers as of mesa 10.1 for most hardware (including nvidia and r600/radeonsi ati/amd hardware)