cmd.exe - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: cmd.exe (/thread-1764.html) |
cmd.exe - Crynex - 02-08-2015 Hi, i have a problem when i debug: Fehler 2 error MSB6006: "cmd.exe" wurde mit dem Code 9009 beendet. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 170 5 MCServer I googled everytime but i found no solution pls help me :/ RE: cmd.exe - xoft - 02-08-2015 Hello, I suppose you're debugging from Visual Studio 2013, on Windows? Did you change the MCServer project as the startup project (it should be bold in the Solution explorer tree). If not, you need to right-click it and set it as startup project from the context menu. RE: cmd.exe - Crynex - 02-08-2015 i have it already thanks anyway RE: cmd.exe - xoft - 02-08-2015 And was that the cause, or did you use another solution? (Please tell us, in case someone else runs into the problem, so that they know what to do) RE: cmd.exe - Crynex - 02-08-2015 My problem was cmake. I regenrated the source |