linuxgurugamer / ksp-advanced-flybywire

Controller mod for Kerbal Space Program
MIT License
26 stars 11 forks source link

HOW TO: Install on OSX #7

Closed armandfardeau closed 3 years ago

armandfardeau commented 6 years ago

Hi, I want to share my issue and how I manage to fix it. I installed AFBW on OSX High Sierra with KSP 1.4.5 using CKAN.

All went fine except when in game, the AFBW window appear empty : image

The debug window says a dependancy was missing,

I fixed it with brew install sdl2 and restart the game.

On second launch :

image

Good luck for all and thanks to you @linuxgurugamer.

linuxgurugamer commented 5 years ago

Thank you, I'll try to get the instructions updated

traisjames commented 3 years ago

Just so you know the instructions are still not updated on the mod pages.

linuxgurugamer commented 3 years ago

Updated this evening

whale2-spread commented 10 months ago

For anyone trying to run it on Apple Silicone -

Take this DLL: https://github.com/OutOfOrder/SDL2-Binaries/blob/master/osx/libSDL2.dylib (I had hard time convincing brew to install x86 version, so this is a ready-made x86_64 binary) Put it anywhere you like Rename it as libSDL2-2.0.14.dylib I run ksp from command line, so I simply add export DYLD_LIBRARY_PATH=<the path you put it>, but if you run from Steam - probably add it there somehow .