ruarai / CompilePal

A tool to assist in the compiling of source engine maps
GNU General Public License v3.0
224 stars 25 forks source link

Crash after VRAD end #85

Closed lechu2375 closed 1 year ago

lechu2375 commented 5 years ago

After upgrading my 25 version to 26,2 I got crash after every compiling. (Full HDR)

An exception was caught by the ExceptionHandler:
System.ComponentModel.Win32Exception (0x80004005): Nie można odnaleźć określonego pliku
   w System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   w System.Diagnostics.Process.Start()
   w CompilePalX.Compilers.CompileExecutable.Run(CompileContext c) w C:\Users\10zil\OneDrive\Documents\Visual Studio 2017\Projects\C Sharp\CompilePal\CompilePalX\Compilers\CompileExecutable.cs:wiersz 49
   w CompilePalX.CompilingManager.CompileThreaded() w C:\Users\10zil\OneDrive\Documents\Visual Studio 2017\Projects\C Sharp\CompilePal\CompilePalX\Compiling\CompilingManager.cs:wiersz 115
   w System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   w System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   w System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   w System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   w System.Threading.ThreadHelper.ThreadStart()
Exactol commented 5 years ago

Could you please translate the 2nd line?

Lpfreaky90 commented 4 years ago

2nd line would translate to: The specified file could not be found

Exactol commented 4 years ago

Can you try the latest prerelease and see if it fixes the issue?

Exactol commented 1 year ago

Closing stale issues