Hello, I am having trouble getting the live server (GMS2) to run on Mac. I tried doing the following:
brew install neko
cd ~/path-to-game/datafiles
neko gmlive-server.n
However this is failing to run with the following error:
Called from C:\Tools\Dev\Haxe\haxe\std/neko/_std/Date.hx line 98
Uncaught exception - load.c(237) : Failed to load library : ./std.ndll (dlopen(./std.ndll, 1): no suitable image found. Did find:
./std.ndll: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00
/Users/Nick/dev/target_banjo/datafiles/std.ndll: unknown file type, first eight bytes: 0x4D 0x5A 0x90 0x00 0x03 0x00 0x00 0x00)
Know how I can fix this?