Xonotic Forums

Full Version: Cannot run game anymore after new git update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I played the game yesterday without issue but after executing "all checkout && all update" today, which succeeded as an operation without errors, I get the following when trying to launch the game now:
Code:
Game is Xonotic using base gamedir data
gamename for server filtering: Xonotic
Xonotic Linux 11:13:29 Jul 25 2018 - release
Current nice level is below the soft limit - cannot use niceness
Skeletal animation uses SSE code path
DPSOFTRAST available (SSE2 instructions detected)
X Error of failed request:  BadValue (integer parameter out of range for operation)
Major opcode of failed request:  153 (GLX)
Minor opcode of failed request:  3 (X_GLXCreateContext)
Value in failed request:  0x0
Serial number of failed request:  98
Current serial number in output stream:  99
real 0.06
user 0.04
sys 0.01
I already tried to execute "all clean" and then repeated the checkout and pull but this, while executing fine without errors, did not solve the issue.

Any ideas?

Edit: I execute the checkout and update commands almost every day before I play and I'm pretty sure that I did so yesterday before playing without issue, so if it has to do with the newest git update it must be commits that were made in the last 24 hours.
Did you do a system update (X11)? Reboot and try again.
(07-25-2018, 06:33 AM)It\sMe Wrote: [ -> ]Did you do a system update (X11)? Reboot and try again.

It seems I did Shy 

Rebooted and everything works fine again; thank you!