neko icon indicating copy to clipboard operation
neko copied to clipboard

Crash on Mac - std@date_utc_format

Open darmie opened this issue 2 years ago • 4 comments

DEPRECATION NOTICE: Neko is not actively maintained anymore. You can open an issue anyway, but don't expect to get response from developers.

npx haxelib run dox -i bin -o docs/pages
Called from C:\Users\fischej\AppData\Roaming/haxe/versions/4.2.3/std/neko/_std/Date.hx line 126
Uncaught exception - load.c(357) : Primitive not found : std@date_utc_format(2)

darmie avatar Feb 26 '22 09:02 darmie

Your Haxe and Neko versions may be incompatible. You should be able to check the neko version (assuming you are using lix) through npx neko. If it is below 2.3.0, then you should update because that may be the reason why the function is missing.

tobil4sk avatar Feb 26 '22 14:02 tobil4sk

How do I update Neko?

darmie avatar Feb 26 '22 14:02 darmie

I'm not familiar with how lix handles neko versions, but you could try rerunning the Mac installer for haxe if that's how you originally installed haxe, and it should give you the newest version of neko. If you've only ever installed haxe and neko using lix then it's probably best to ask in the lix repository how to update it.

tobil4sk avatar Feb 26 '22 14:02 tobil4sk

@darmie Did you manage to solve this issue?

tobil4sk avatar Mar 05 '22 11:03 tobil4sk

Going to assume that updating neko fixed the issue, if not feel free to reopen.

tobil4sk avatar Mar 27 '23 16:03 tobil4sk