Errors with no errors: problems with flashdevelop w/ NME

Yo. I installed flashdevelop, NME thing and I even tried the command haxme install nme or something like that but it only gives me confirmation that I have everything there. So I hook up your sample project and yet I can't even run it. Targetting flash,…

Viewing 1 to 3 (3 Total)
Errors with no errors: problems with flashdevelop w/ NME

prog112

prog112
Total Posts: 6
Joined: May 24, 2012

Yo.
I installed flashdevelop, NME thing and I even tried the command haxme install nme or something like that but it only gives me confirmation that I have everything there.
So I hook up your sample project and yet I can't even run it. Targetting flash, android, windows - nothing works. And I got all the SDKs for those platforms.
Fun fact: logger doesn't show any errors except that it failed:

Here's full snippet:

Running process: C:\Program Files (x86)\FlashDevelop\Tools\fdbuild\fdbuild.exe "C:\Users\prog\Documents\Fatty\Fatty.hxproj" -ipc 4beb23e2-21f4-4b6b-9ba8-f939a0a0fc44 -version "2.09" -compiler "C:\Motion-Twin\haxe" -notrace -library "C:\Program Files (x86)\FlashDevelop\Library" -target "windows"
Building Fatty
haxelib run nme build C:\Users\prog\Documents\Fatty\application.nmml windows
Build halted with errors (haxelib.exe).
Done(1)


Looking forward to some help.

Tags:
Posted on May 24, 2012 at 12:32 PM

singmajesty

singmajesty
Total Posts: 2147
Joined: August 25, 2011

Re: Errors with no errors: problems with flashdevelop w/ NME

Could you try the "Pirate Pig" project and see if it builds?

http://www.joshuagranick.com/blog/2012/02/22/nme-game-example-pirat...

It includes a FlashDevelop project. Otherwise you can build from the command-line pretty easily:

nme test "Pirate Pig.nmml" windows

Also, if you build for Windows, make sure you have Visual Studio C++ installed. You can run "nme setup windows" to help download and run the installer for you smiling

Posted on May 24, 2012 at 1:15 PM

prog112

prog112
Total Posts: 6
Joined: May 24, 2012

Re: Errors with no errors: problems with flashdevelop w/ NME

It did. For some reason template doesn't work but I'll just edit pirate big project code.

Posted on May 24, 2012 at 5:55 PM