Questions tagged [luxe]

3 questions
1
vote
1 answer

Luxe giving errors when building to windows target

I have been trying to build luxe with flow to windows target, and it has been giving me errors. I have tried building with '--arch 64' and '--arch 32' and it gives the same result. I have also installed hxcpp (just putting that out there so that you…
firt
  • 65
  • 1
  • 5
1
vote
1 answer

Luxe - "Type not found : UserConfigDef" after updating

I've just updated Haxe, Luxe, Hxcpp, etc. on Windows after not using them for a while, and now none of my projects will compile, not even the "empty" sample. I get the following in cmd: C:\GAMEDEV\empty>haxelib run flow run flow / 1.0.0-alpha.2…
0
votes
1 answer

Why does Luxe/Flow quit unexpectedly after building with my PhysicsHandler class?

My PhysicsHandler class seems to be causing Luxe to quit unexpectedly, and I have no idea why. Everything runs fine until I declare a class-variable, at which point it crashes a couple of seconds after loading. What's weird is that I have another…