Automation wont start on my PC.
Gets to launcher but clicking start game, DX10 and safemode just closes launcher.
Game doesnt even get to making a logfile so log is nonexistent.
Already tried reinstalling
GPU driver updated to latest NVIDIA drivers
Only major change was:
Installing new X570 BIOS : F4h
New Chipset Drivers for AMD that contained a Destiny fix: 1.07.29
Running Directly from C:\Program Files (x86)\Steam\steamapps\common\Automation
When running from here Launcher gives an error:
Microsoft.net framework error:
Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.
Steamworks is not Initialized (Other steam games : BeamNG etc work fine)
When Clicking start game:
The code execution cannot proceed because MFPlat.dll was not found. Reinstalling the program may fix this problem.
The code execution cannot proceed because MFReadWrite.dll was not found. Reinstalling the program may fix this problem.
Details:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.InvalidOperationException: Steamworks is not initialized.
at Steamworks.InteropHelp.TestIfAvailableClient()
at Steamworks.SteamClient.SetWarningMessageHook(SteamAPIWarningMessageHook_t pFunction)
at Automation_Launcher.AutomationLauncherWindow.InitialiseSteam()
at Automation_Launcher.AutomationLauncherWindow.Form1_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3815.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
Automation Launcher Steam
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Automation/Automation%20Launcher%20Steam.exe
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3815.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3801.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
Steamworks.NET
Assembly Version: 11.0.0.0
Win32 Version: 11.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Automation/Steamworks.NET.DLL
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3815.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
CefSharp.Core
Assembly Version: 63.0.0.0
Win32 Version:
CodeBase: file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Automation/CefSharp.Core.DLL
CefSharp.WinForms
Assembly Version: 63.0.0.0
Win32 Version: 63.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Automation/CefSharp.WinForms.DLL
CefSharp
Assembly Version: 63.0.0.0
Win32 Version: 63.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Automation/CefSharp.DLL
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.