Sorry. I'm looking into this right now.
What are you OS details? eg Windows 10 x64
Thanks
Would you mind running https://zuluinuoe.itch.io/magnetic-drift-test for me? It's the same build, but with the console window enabled.
The error seems to be that it uses an absolute path for a library you try to load.
Error opening shared object "C:\\Users\\Zulu\\quicklisp\\dists\\quicklisp\\software\\cl-soil-release-quicklisp-f27087ce-git\\lib\\local_x64_libSOIL.dll"
Oh, by the way, if you don't mind me asking, how did you get libffi working on windows?
Okay! Please try https://zuluinuoe.itch.io/magnetic-drift-test again.
It -should- work now. Needed to monkey-patch cl-soil to work around what seems to be a cffi 'feature'
And with regards to libffi, it's primarily configuring pkg-config correctly, which is a bit of a pain. If I remember correctly, I installed libffi through msys2, and then set up my PK_CONFIG_PATH. It was a bit ago, so I'll need to rediscover all the steps, especially since I'm trying to get an x86 build going.
Inedeed, it works now! Although the window is a little small in the beginning, it can be expanded. But it works~
Thank you for the explanation of the libffi thing, ineed, it seems to be a pain to use on Windows..