Thanks for the suggestion. Unfortunately the windows binary with wine did not work; it had opengl errors.
When I tried running from source, I was missing the assets dir, but even with that added I get the same error as trying to run the linux binary.
Here’s the output, fyi:
boom
Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
{1002C18003}>:
519 is not defined as a value for enum type #<CFFI::FOREIGN-ENUM SDL2/EVENTS:EVENT-TYPE>.
Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {1002C18003}>
0: (SB-DEBUG::DEBUGGER-DISABLED-HOOK #<SIMPLE-ERROR "~S is not defined as a value for enum type ~S." {1004D771E3}> #<unused argument> :QUIT T)
1: (SB-DEBUG::RUN-HOOK *INVOKE-DEBUGGER-HOOK* #<SIMPLE-ERROR "~S is not defined as a value for enum type ~S." {1004D771E3}>)
2: (INVOKE-DEBUGGER #<SIMPLE-ERROR "~S is not defined as a value for enum type ~S." {1004D771E3}>)
3: (ERROR "~S is not defined as a value for enum type ~S." 519 #<CFFI::FOREIGN-ENUM SDL2/EVENTS:EVENT-TYPE>)
4: (CFFI::%FOREIGN-ENUM-KEYWORD #<CFFI::FOREIGN-ENUM SDL2/EVENTS:EVENT-TYPE> 519 :ERRORP T)
5: (RACERDEMO::HANDLE-INPUT)
6: (RACERDEMO::FRAME 16)
7: (RACERDEMO::RUN)
8: ((FLET SB-UNIX::BODY :IN SB-IMPL::START-LISP))
9: ((FLET "WITHOUT-INTERRUPTS-BODY-3" :IN SB-IMPL::START-LISP))
10: (SB-IMPL::START-LISP)