Hi. After latest updates for neko (today) I have error
$ neko ApplicationMain.n
Called from ? line 1
Called from ApplicationMain.hx line 139
Called from ApplicationMain.hx line 19
Called from openfl/display/Application.hx line 44
Called from lime/app/Application.hx line 202
Called from openfl/display/Window.hx line 24
Called from a C function
Called from lime/ui/Window.hx line 256
Called from lime/graphics/Renderer.hx line 35
Called from lime/_backend/native/NativeRenderer.hx line 63
Called from a C function
Uncaught exception - Segmentation fault
when I try to launch *.n (but compiled binary works fine)
I tried to launch it with lime 2.9.0, lime 2.9.1, StablexUI 1.1.5 (from haxelib repo) and StablexUI from git
haxe: 1:3.2.1
libneko: 2.0.0-4
neko: 2.1.0-3
os: Linux Mint 17.3 x64
Hi. After latest updates for neko (today) I have error
when I try to launch *.n (but compiled binary works fine)
I tried to launch it with lime 2.9.0, lime 2.9.1, StablexUI 1.1.5 (from haxelib repo) and StablexUI from git
haxe: 1:3.2.1 libneko: 2.0.0-4 neko: 2.1.0-3 os: Linux Mint 17.3 x64
example:
Source/Main.xml:
Source/Main.hx:
project.xml:
cmd:
haxelib list
out:thanks