Troubleshooting - noodlecollie/afterburner-game GitHub Wiki

SDL2-related crash on Linux: "Arguments to dbus_message_new_method_call() were incorrect."

Until the patch for this makes it way to the SDL2 package for your specific distro, set the environment variable DBUS_FATAL_WARNINGS=0 to disable assertion reporting.

Error when starting under Windows: "Unable to load the xash.dll: The specified module could not be found."

Windows error reporting on loading DLLs is poor. This error message usually means that either xash.dll or one of its dependencies (eg. SDL2) cannot be found by the executable. Ensure that the following DLLs are present in the same directory as bond.exe:

  • menu.dll
  • ref_gl.dll
  • SDL2.dll
  • xash.dll

Running the original Nightfire game through Wine

Nightfire requires the native Quartz DLL to run without showing a white screen. Run using the environment variable WINEDLLOVERRIDES=quartz=n.