Neko & Windows target broken

I’m using haxe 3.2, here is my haxelib lib

Then when I run
lime test neko, I got this

lime test flash works just fine
I have followed the tutorial and setup tutorial exactly as it is.
Is there anything I’m missing?

Tried deleting haxe and all the contents in c:\haxetoolkit then reinstalling everything, still same result

Anyone have same problem maybe?

What version of Windows are you running? Does adding “–window-hardware=false” fix it? What GPU do you have?

I’m using windows 7, GPU is geforce 9400. I will try it next time I’m on my windows hdd again, it’s working on my mac though with same hardware spec

maybe there’s hint from my current build on mac, same DisplayingABitmap sample project ran on mac mini 2009 ( yosemite 10.10.3),
lime test neko
runs successfully but I got several error on terminal

Error: [file_open,/var/folders/r4/r4LB-k1jFlqvno4H63reT++++TI/-Tmp-//temp_717854.png]
Error: [file_open,/var/folders/r4/r4LB-k1jFlqvno4H63reT++++TI/-Tmp-//temp_15906202.png]
Error: [file_open,/var/folders/r4/r4LB-k1jFlqvno4H63reT++++TI/-Tmp-//temp_1697499.png]
Error: [file_open,/var/folders/r4/r4LB-k1jFlqvno4H63reT++++TI/-Tmp-//temp_16568973.png]
Error: [file_open,/var/folders/r4/r4LB-k1jFlqvno4H63reT++++TI/-Tmp-//temp_543867.png]
Error: [file_open,/var/folders/r4/r4LB-k1jFlqvno4H63reT++++TI/-Tmp-//temp_3051511.png]
Error: [file_open,/var/folders/r4/r4LB-k1jFlqvno4H63reT++++TI/-Tmp-//temp_5240254.png]
Error: [file_open,/var/folders/r4/r4LB-k1jFlqvno4H63reT++++TI/-Tmp-//temp_5151514.png]

any clues?