Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Now everything went well until loading sdl2-examples package, I get this error message:

"debugger invoked on a CFFI:LOAD-FOREIGN-LIBRARY-ERROR in thread

#<THREAD "main thread" RUNNING {23170329}>:
  Unable to load foreign library (LIBSDL2).
  Error opening shared object "SDL2.dll":
 The specified module could not be found."

(+1)

You need to have SDL2 installed. I probably should have made that clearer in the install instructions. If you're running Windows, it should be enough to put SDL2.dll in the same directory as sbcl.exe or somewhere in your PATH.

Now I get a message that I need either out123.dll or win64-libmixed.dll, could not find any of them with a google search :S

Shit... I'm just gonna upload the sound-less binary version.

Happens during installing the package [package cl-mixed]

(1 edit)

I made a Windows binary:

https://drive.google.com/uc?id=1I7-_EGWJzWIZPbXM9lgS2tKjxSd87efP


It doesn't have sound, but it should actually work.

URL is not public :´)

(+1)

Fixed it. I didn't realize that my account has the default sharing settings set to "only this particular group".

Any chance we could get a binary for Linux? I can't figure out how to run from source.

https://drive.google.com/file/d/1xDogNJAYhnPa_J_tZ9NTHyXEQvz-B7tR/view?usp=shari...

Here you go. I should probably have spent more time on this stuff instead of broken multiplayer...

Thanks, unfortunately it needs a newer glibc version or something: ./bulletwar: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by ./bulletwar)

Yeah, I don't know. Btw, what were the problems you had with compiling from source?

I tried running the expression given in the readme in sbcl and it failed; I think the problem was it requires installing the ql package manually? Or maybe it needs a different CL implementation? It wasn’t clear from the instructions.