Recently, I have found (on Mac OS X Mavericks) OpenFL and LIME (with the command line tools) not working due to a 'segmentation fault'.
Before I get into the details, here's some background.
- I originally got Haxe + Neko from the installer provided from OpenFL's site.
- I installed OpenFL from the instructions there.
- Later, when using standard Haxe coding I needed Neko but it wasn't installed apparently.
- I installed Neko from Neko's site.
And now, I get this error when typing lime
or openfl
or using any of their functions (e.g. building):
Called from lime/utils/ByteArray.hx line 109
Called from lime/system/System.hx line 286
Called from lime/system/System.hx line 405
Uncaught exception - Segmentation fault
Anyways, I don't know if the background has anything to do with it. I looked on the Ubuntu forums but nothing there worked for me. Any help would be appreciated; I can't find much in 'similar questions' or anywhere else for that matter.
Haxe Compiler 3.1.3 + OpenFL 3.0.0 beta. (According to haxelib upgrade
descriptions.)
haxelib path lime
? – Tarsometatarsus$ haxelib path lime
-L lime/2,3,0/ndll/
/usr/lib/haxe/lib/lime/2,3,0/
-D lime
– Achromic