daves-studio / worms-armageddon-gog-docker

Using Docker-Wine the scripts in this repo install the GOG Version of WA to 3.8
1 stars 1 forks source link

GLXBadContext on Catalina #1

Open kristianhentschelbbc opened 4 years ago

kristianhentschelbbc commented 4 years ago

Installation worked fine (had to run install.sh twice because the first time it couldn't find the $DISPLAY - not sure why it worked the second time, I didn't change anything).

Running with ./run.sh fails with below error output.

macOS 10.15.6 Catalina XQuartz 2.7.11 (xorg-server 1.18.4)

0009:fixme:wtsapi:WTSRegisterSessionNotification Stub 00010054 0x00000000
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request:  GLXBadContext
  Major opcode of failed request:  149 (GLX)
  Minor opcode of failed request:  6 (X_GLXIsDirect)
  Serial number of failed request:  240
  Current serial number in output stream:  239
thomaspreece commented 4 years ago

Can you run the following from the files directory:

./docker-wine wine /home/wineuser/.wine/drive_c/windows/syswow64/notepad.exe

and

./docker-wine wine /home/wineuser/.wine/drive_c/windows/system32/notepad.exe

and tell m if either/both/neither works

kristianhentschelbbc commented 4 years ago

Both work.