Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMLive.gml

Livecoding for GameMaker: Studio / GameMaker Studio 2 · By YellowAfterlife

[SOLVED] error run server on mac m1

A topic by liangxie created Dec 11, 2022 Views: 219 Replies: 2
Viewing posts 1 to 3

xiangtianyuan@xiangtiandeiMac GMLive % neko gmlive-server.n

Called from C:\HaxeToolkit\haxe\std/neko/_std/Date.hx line 134

Uncaught exception - load.c(237) : Failed to load library : ./std.ndll (dlopen(./std.ndll, 0x0001): tried: './std.ndll' (not a mach-o file), '/Users/xiangtianyuan/Desktop/HiEggplant/HiEggplant2/datafiles/GMLive/std.ndll' (not a mach-o file))

Developer

From documentation:

Note: On Mac/Linux, omit importing Windows-specific exe and ndll files.

Thanks!