UltraStar-Deluxe / USDX

The free and open source karaoke singing game UltraStar Deluxe, inspired by Sony SingStarâ„¢
https://usdx.eu
GNU General Public License v2.0
832 stars 160 forks source link

Ubuntu 18.04: X Error of failed request: BadValue (integer parameter out of range for operation) #366

Closed aschei closed 6 years ago

aschei commented 6 years ago

Actual behaviour

After update to Ubuntu 18.04, ultrastardx does not start anymore with the following error:

X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  90
  Current serial number in output stream:  91

I even did a clean checkout, autogen, configure, make, but the result remains.

Expected behaviour

Game should start.

Steps to reproduce

  1. On Ubuntu 18.04, follow the steps in README.md to build the game.
  2. In the step "or start it directly ./game/ultrastardx" the error happens

Details

Provide some additional information:

basisbit commented 6 years ago

Please provide the content of the error.log from ultrastar deluxe. My first guess would be that after the update, your opengl hardware acceleration is broken

aschei commented 6 years ago

Where can I find an error.log? I guess you are right assuming the issue is not related to USDX but to the update. I have the same issue when running glxgears. Sorry for inconvenience. I am going to close this.