Newbie trying to use the HTML5 Target
-
Hi,
I'm getting this message when trying to run the HTML5 targetCalled from ? line 1
Called from CommandLineTools.hx line 1400
Called from CommandLineTools.hx line 25
Called from a C function
Called from CommandLineTools.hx line 126
Called from CommandLineTools.hx line 619
Called from lime/project/PlatformTarget.hx line 70
Called from lime/tools/platforms/HTML5Platform.hx line 279
Called from lime/tools/helpers/AssetHelper.hx line 42
Called from /usr/lib/haxe/std/neko/_std/sys/io/File.hx line 38
Called from /usr/lib/haxe/std/neko/_std/sys/io/File.hx line 54
Uncaught exception - [file_open,export/html5/bin/manifest]Does anyone know what causing this.
I can successfully build Flash and Neko targets.
I've just followed the instructions on http://haxeflixel.com/documentation/install-haxeflixel/
I'm on a Mac using Visual Studio Code.
It basically the HelloWorld example.
Every year or so I give Haxe a go and then get stuck on actually getting it running properly and go back to AIR.
-
No idea if this is related, but once I got a crazy error I couldn't identify, because I had "invisible" characters in my text files (I don't remember how it's called, but basically it's there and you can't see it in the text editor) due to the fact that I copy pasted the code like a big lamer from some site I believe
Since it's a helloworld project, try copy pasting the relevant lines of code one by one, shouldn't be long, into clean new text files and save over the old ones
-
I've tried that, it didn't seem to help.
The Flash and Neko targets work fine.
My current theory was that its due to me running an incompatible version of lime.
-
I started working through the tutorial here with a new project.
http://haxeflixel.com/documentation/tutorial/
And the html5 target is working. So not sure what caused it, but its working.