I recently discovered (on Mac OS X Mavericks) OpenFL and LIME (with command line tools) not working due to a “segmentation error”.
Before I go into more detail, here is a little background.
- I originally received Haxe + Neko from the installer provided from the OpenFL website.
- I installed OpenFL from the instructions.
- Later, when using standard Haxe encoding, I need Neko, but it was not installed explicitly.
- I installed Neko from the Neko website.
And now, I get this error when I enter lime or openfl or using any of their functions (e.g. create):
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
Anyway, I don’t know if the background has anything with this. I looked in the Ubuntu forums, but nothing worked for me. Any help would be greatly appreciated; I cannot find much in "similar questions" or anywhere else for that matter.
Haxe 3.1.3 compiler + OpenFL 3.0.0 beta. (As described by haxelib upgrade .)
source share