Latest Linux build seems to break with SDL error (around 19 Feb 26)

sheepd

New member
Has been posted on Deadlock Discord Linux chat, but I guess this is not sufficient for the bug report.
See https://discord.com/channels/1231286446472691825/1274246940271444081/1474032253729243248

Basically game refuses to start and shows some SDL-related errors:

Code:
  2591 │System.PlatformNotSupportedException: Video driver  not supported
  2592 │  at Xalia.Sdl.WindowingSystem.Create () [0x0003e] in <f5846fdd7bd24a8b897e22093bdd4005>:0
  2593 │  at Xalia.Sdl.WindowingSystem.get_Instance () [0x00007] in <f5846fdd7bd24a8b897e22093bdd4005>:0
  2594 │  at Xalia.Ui.UiMain..ctor () [0x00027] in <f5846fdd7bd24a8b897e22093bdd4005>:0
  2595 │  at Xalia.MainClass.Init (Xalia.Gudl.GudlStatement[] config) [0x0001b] in <f5846fdd7bd24a8b897e22093bdd4005>:0
Fix seems to be (for now), rather workaround, to launch with Gamescope -- maybe that uses a different SDL lib?
 
Back
Top