-
```
What steps will reproduce the problem?
Attempt to sanitize tag like:
link
link
Closing tags parsed Ok
What is the expected output? What do you see instead?
Expected:
link
link
Exception:
INVALI…
-
$ openfl test neko
Uncaught exception - std@module_read
Occurs on atleast AddingAnimation example on:
lime test neko
Compilation is successful. Occurs on the run with no other debug information wit…
-
http://stackoverflow.com/questions/29476328/how-to-configure-haxe-build-file-hxml-to-build-from-src-directory
I'm trying to build a pre-existing HaxePunk project in sublime (switching away from Flash…
vance updated
9 years ago
-
Pretty much every time autocomplete occurs, this happens. It sounds like a macro issue.
![flixelerror](https://cloud.githubusercontent.com/assets/5033927/5893281/ba275768-a4ab-11e4-8184-ff0d481ba31a.p…
-
When i compile the game for PC and NEKO the FlxTween.angle seems to rotate in a cricle ("moving entire thing") it doesnt rotate it at all. Works fine on Flash/Android export.
I just upgraded to newe…
-
I'm having problems using the TextClock widget with neko/lein-droid. Using the older, deprecated DigitalClock works fine. The code compiles but when I run it I get a ClassNotFoundException. I've looke…
neveu updated
9 years ago
-
Hi again, when i set the cpu setting to PPU JIT (LLVM) and i try to run a game the program crash, log:
https://gist.github.com/latot/56c259f58bee536cd6c0.
ans some times the log change to:
segmenta…
latot updated
9 years ago
-
I tried converting the entirety of the DefinitelyTyped repo, but many definitions failed with the following exception:
```
Called from ? line 1
Called from Main.hx line 69
Called from Main.hx line 11…
-
When I tried running a basic HaxePunk template from the Getting Started page, I found that it would not run when I ran "lime test neko". I get the following error output:
```
[zauber@manjaro HaxePun…
-
Running a project build with "openfl build linux -debug" will cause a segmentation fault when initiating a new FlxGame, I've tried with a variety of version of Lime, Openfl, and HaxeFlixel. Everything…