I’m trying to run hxtelemetry, but I get weird errors.
$ openfl create project hxtest
[email protected] MINGW64 /d/Dev/private/haxe
$ cd hxtest
[email protected] MINGW64 /d/Dev/private/haxe/hxtest
$ openfl test neko -Dtelemetry
D:\Programs\Haxe\haxe\std/neko/vm/Mutex.hx:36: characters 6-20 : Primitive not found [email protected]_create:0
<builtin>:1: character 0 : Called from
D:\Programs\Haxe\haxe\std/neko/vm/Mutex.hx:29: lines 29-69 : Called from
D:/Programs/Haxe/haxe/lib/hxtelemetry/0,3,5/hxtelemetry/HxTelemetry.hx:77: characters 36-47 : Called from
Aborted
[email protected] MINGW64 /d/Dev/private/haxe/hxtest
$ openfl test cpp -Dtelemetry
D:\Programs\Haxe\haxe\std/neko/vm/Mutex.hx:36: characters 6-20 : Primitive not found [email protected]_create:0
<builtin>:1: character 0 : Called from
D:\Programs\Haxe\haxe\std/neko/vm/Mutex.hx:29: lines 29-69 : Called from
D:/Programs/Haxe/haxe/lib/hxtelemetry/0,3,5/hxtelemetry/HxTelemetry.hx:77: characters 36-47 : Called from
Aborted
[email protected] MINGW64 /d/Dev/private/haxe/hxtest
$ haxelib list hx
hxcpp: 3.2.205 3.3.49 3.4.2 [3.4.49]
hxtelemetry: [0.3.5]
It tries to use neko.vm.Mutex for cpp target too?
I’m certain I used hxscout successfully about a year ago on the same machine.
If somebody had similar problem please tell me the solution.
Thanks.

. Merely importing 

