Windows Platform Will Not Compile

SnakeKiller

  • Posts: 29
I hope this is an easy fix. I've have been trying to test my game on windows platform, but I get errors. I installed the latest Visual Studio Express, but I still get the same error.

In the log file I get errors like this:

ERROR: The process "neko.exe" not found.
ERROR: The process "adb.exe" not found.
ERROR: The process "arm-linux-androideabi-g++.exe" not found.
ERROR: The process "cc1plus.exe" not found.
ERROR: The process "tail.exe" not found.
ERROR: The process "ios-sim.exe" not found.

I don't know what I'm looking for, but I attached the log files here.

SnakeKiller

  • Posts: 29
It works when I choose Flash Player & Browser, but not windows. I get this same error in every game I try to test.

captaincomic

  • *
  • Posts: 6108
Code: [Select]
2016-01-16 22:52:53,657 INFO  [Thread-29] stencyl.sw.util.StreamGobbler: [haxelib.exe] Process creation failure : cl.exe
Other users who had this error reported that installing the latest Visual Studio 2015 fixed it for them: https://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx



sandeepraj

  • Posts: 2
So is the error fixed?