game not running error

Questions about Wine on Linux
Locked
xyompltrine
Newbie
Newbie
Posts: 1
Joined: Sat Jun 25, 2022 12:41 am

game not running error

Post by xyompltrine »

I'm trying to play geometry dash but when I try to run it shows this error:

Code: Select all

0009:err:wgl:init_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory
0009:err:wgl:init_opengl OpenGL support is disabled.
wine: Unhandled page fault on read access to 0000022C at address 00CB2332 (thread 0009), starting debugger...
0009:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 8 144" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
I don't know what to do.,
mivanchev
Level 2
Level 2
Posts: 14
Joined: Sat Jun 25, 2022 5:13 am

Re: game not running error

Post by mivanchev »

The first 2 lines indicate you are missing OpenGL drivers for your hardware (or a software renderer). If this is 32-bit Wine you'll meed to install 32-bit graphics drivers from your GPU's vendor or Mesa3D. What distribution are you on? Let's see if that fixes the page fault.
invisible kid
Level 5
Level 5
Posts: 357
Joined: Tue Dec 24, 2019 3:23 pm

Re: game not running error

Post by invisible kid »

It's not finding your OpenGL driver. I use the drivers from nvidia for my installed graphics card. If you don't have a graphics card that provides one, I believe you use something called Mesa. You would need to follow the standard procedure for your linux package manager to install it.
Locked