Cannot get haxeui-openfl working (windows 10)

Hi, I’ve been using Haxe and OpenFL for years, but wanted to try out HaxeUI. Following the steps on the Getting Started page, I get a very strange error (I don’t even have a C:\SDK folder!)

D:\code\HaxeUITest>haxelib install haxeui-openfl
You already have haxeui-openfl version 1.4.0 installed

D:\code\HaxeUITest>haxelib install openfl
You already have openfl version 9.1.0 installed

D:\code\HaxeUITest>haxelib run openfl setup
lime is up to date
hxcpp is up to date
lime-samples is up to date
openfl-samples is up to date
actuate is up to date
box2d is up to date
layout is up to date

D:\code\HaxeUITest>haxelib run haxeui-core create openfl
Called from C:\SDK\haxe\std/neko/_std/Date.hx line 126
Uncaught exception - load.c(357) : Primitive not found : std@date_utc_format(2)

D:\code\HaxeUITest>

Any ideas?

This looks to be the same as this, right: C:\SDK\haxe\std/neko/_std/Date.hx line 126 on Linux · Issue #378 · haxeui/haxeui-core · GitHub

Short answer, i think you need to update neko. Does html5 / hxcpp work?

EDIT: you might also want to use the git versions of haxeui-core and haxeui-openfl - there have been a ton of changes since the last release - i was going to make a another release this weekend, but ran out of time :slight_smile:

Thank you!
Updating everything to the newest version made it work.

1 Like