Unreal Engine 4.9 Preview

Hi ,

The Program.Main: ERROR: Exception in mscorlib: Illegal characters in path. issue looks to be a problem with the new code to break out the PATH environment variable to try locating xgConsole.exe.

You can work around this for now by changing XGEConsoleExe in Engine/Source/Programs/AutomationTool/UE4Build.cs back to:


		public string XGEConsoleExe()
		{
			return @"C:\Program Files (x86)\Xoreax\IncrediBuild\xgConsole.exe";
		}


I’d like to see your PATH variable contents to see why it doesn’t work for you.