You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run examples on linux I get following error:
$> stack exec lazyfoo-lesson-03
lazyfoo-lesson-03: SDLCallFailed {sdlExceptionCaller = "SDL.Video.updateWindowSurface", sdlFunction = "SDL_UpdateWindowSurface", sdlExceptionError = "Window surface is invalid, please call SDL_GetWindowSurface() to get a new surface"}
these run just fine on my windows machine.
I'm using stack 1.9.3, and libsdl2 from my package manager (ubuntu 18.4), which is I think 2.0.8
The text was updated successfully, but these errors were encountered:
When trying to run examples on linux I get following error:
$> stack exec lazyfoo-lesson-03
lazyfoo-lesson-03: SDLCallFailed {sdlExceptionCaller = "SDL.Video.updateWindowSurface", sdlFunction = "SDL_UpdateWindowSurface", sdlExceptionError = "Window surface is invalid, please call SDL_GetWindowSurface() to get a new surface"}
these run just fine on my windows machine.
I'm using stack 1.9.3, and libsdl2 from my package manager (ubuntu 18.4), which is I think 2.0.8
The text was updated successfully, but these errors were encountered: