
























[2021-08-19 14:47:29][client]: starting...
[2021-08-19 14:47:29][sdl]: SDL version 2.0.16 (compiled = 2.0.14)
[2021-08-19 14:47:29][gfx]: Created OpenGL 3.3 context.
X Error of failed request: BadRRCrtc (invalid Crtc parameter)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 20 (RRGetCrtcInfo)
Crtc id in failed request: 0x0
Serial number of failed request: 291
Current serial number in output stream: 291settings_ddnet.cfg











1





















2
sdlvm install <commit>open new terminal and run DDNetsdlvm install latest && cd ~/.sdlvm/src && git bisect start && git bisect bad HEAD && git bisect good <good commit>









grep 'string1\|string2' *log* but this matches lines that contain either string1 or string2 

grep string1 | grep string2 *log*
grep string1 *log* | grep string2






1
