Getting a lot of exceptions like this:
the event viewer has an “application error” at 6:19:32pm
Faulting application name: deadlineslave.exe, version: 8.0.0.69, time stamp: 0x5721315a
Faulting module name: clr.dll, version: 4.0.30319.18408, time stamp: 0x52310752
Exception code: 0xc00000fd
Fault offset: 0x0000000000019318
Faulting process id: 0x29d0
Faulting application start time: 0x01d1b0a342610f74
Faulting application path: C:\Program Files\Thinkbox\Deadline8\bin\deadlineslave.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: 92f30154-1c96-11e6-a01e-002590a36fe5
Then a .NET runtime exception 6:21:29pm:
Application: deadlineslave.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OutOfMemoryException
Stack:
at FranticX.Text.IniFileParser.GetValue(System.String, System.String, System.String)
at FranticX.Text.IniFile.GetIniFileSetting(System.String, System.String, System.String, System.String)
at Deadline.Configuration.DeadlineConfig.GetIniFileSetting(System.String, System.String, Boolean)
at Deadline.Configuration.DeadlineConfig.GetLicenseMode()
at Deadline.Configuration.Plugins.PluginManager.e()
at Deadline.Configuration.Plugins.PluginManager..ctor()
at a.a(Int32, System.String)
at a.a(System.String[])
There is another .net runtime error before the first Application error, but im not sure if thats related to deadline:
happens at 6:19:26pm
Application: wsmprovhost.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.TypeInitializationException
Stack:
at Managed_WSMAN_PlugIn.GetFromActivePlugins(Void*)
at Managed_WSMAN_PlugIn.PerformShutdown(Void*)
at <Module>.ShutdownPlugin(Void*)