Advertisement
Guest User

Untitled

a guest
Mar 16th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. shell$ LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/nix/store/nm524ynx4i1jglzr2ynxlcg6d3zw20d8-mesa-noglu-18.1.7/lib:/nix/store/lnyzwcv7f2pqf5ws334dv8i80qb76rfd-libglvnd-1.0.0/lib:$(pwd)/osu.Desktop/bin/Release/netcoreapp2.2" dotnet run -c Release --project osu.Desktop
  2. i965_dri.so does not support the 0xffffffff PCI ID.
  3.  
  4. Unhandled Exception: osuTK.Graphics.GraphicsContextException: Failed to swap buffers for context 11789472 current. Error: BAD_SURFACE
  5. at osuTK.Platform.Egl.EglContext.SwapBuffers()
  6. at osuTK.Platform.Linux.LinuxGraphicsContext.Update(IWindowInfo window)
  7. at osu.Framework.Platform.DesktopGameWindow.UpdateWindowMode(WindowMode newMode) in C:\projects\osu-framework-a4n7e\osu.Framework\Platform\DesktopGameWindow.cs:line 230
  8. at osu.Framework.Platform.DesktopGameWindow.SetupWindow(FrameworkConfigManager config) in C:\projects\osu-framework-a4n7e\osu.Framework\Platform\DesktopGameWindow.cs:line 105
  9. at osu.Framework.Platform.GameHost.Run(Game game) in C:\projects\osu-framework-a4n7e\osu.Framework\Platform\GameHost.cs:line 477
  10. at osu.Desktop.Program.Main(String[] args) in /home/dram/src/osu/osu.Desktop/Program.cs:line 46
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement