Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This crashes for me with:

WARNING: GLFW error 65543: GLX: Failed to create context: GLXBadFBConfig
Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main-thread" RUNNING
                                    {100612DC23}>:
  Failed to create main window. Please, check OpenGL version. Requested: 3.3

If you are running from sources, before loading the system (game) via ql:quickload, please eval (cl:pushnew :bodge-gl2 cl:*features*) and then proceed as specified in instructions. This should enable OpenGL 2.1 mode.

Alternatively, try OpenGL 2.1 binaries from here: https://github.com/borodust/dmomd/releases/tag/v0.0.2

(+1)

Thanks; the new release worked!