| Midcon113 
 
 Posts:  86
 Joined:  12/18/2014
 From:  Wheaton, IL
 Status: offline
   | 
 quote:
 ORIGINAL:  KnightHawk75
 
 
 quote:
 ORIGINAL:  Midcon113
 Hi KnightHawk - great suggestion, and I did run that and ran into some errors which were corrected. However, the problem is still there. Open to any other thoughts - thank you!
 
 Assuming it's not .net runtime, vc-runtimes, driver related, or file corruption, or av getting in the way, or permissions issues...
 yeah I have two more I can throw out there, I doubt either is the problem and it's gonna sound really simple but it's worth 30 seconds to check. The first has resolved the 001c and c0000143's for a few different apps of all flavors over the years. These people had either a "c:\program" file or folder or "c:\program.exe" file, if you have that for some odd reason remove\rename it. _NOT_ to be confused with "Program Files", just the word "program" only at the root of C:\.  Having such can break certain apps under the right circumstances, I'll spare you then details unless it turns you have it and removing\renaming it resolves the issue.
 
 The second, sort of related, but really tricky thing to spot, does the folder (or any other folder involved where you installed the application start with a space or end with an space such like "D:\Games\ Steam\steamapps\common\Cities_Skylines  "? (I have matrix version so idk exactly what the path is for steam for example.)
 
 Failing that, maybe bust out ProcMon, filter for loadimage and watch what and from what folders files are attempted to be loaded from, paying attention to fails (but maybe successes too), checking if said files exist, and where runtimes are getting pulled from and what version, as it's far more likely you're suffering from something related to the usual stuff, even though I know you've said you've basically installed and re-installed said runtimes multiple times. Maybe official matrix support ticket at that point, though I'm sure others might have some ideas.
 
 
 Hi KnightHawk,
 
 Couple of things: I got procmon installed (I haven't used SysInternals in ages ... forgot it even existed! :)) When you say filter for loadimage, filter "what" for loadimage? I don't know my way around procmon yet.
 
 I tried one other thing, which was to load up all the DLC I own (all of them) in addition to Command from Steam, and while I'm getting the same error, I also got an "Unhandled Exception" error when trying to load via Northern Inferno. Here's that text, not sure it'll help:
 
 See the end of this message for details on invoking
 just-in-time (JIT) debugging instead of this dialog box.
 
 ************** Exception Text **************
 System.BadImageFormatException: Could not load file or assembly 'Microsoft.DirectX.Direct3DX.dll' or one of its dependencies.  is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
 File name: 'Microsoft.DirectX.Direct3DX.dll'
 at Command.MainForm.(Object , EventArgs )
 at System.EventHandler.Invoke(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 Command.MainForm.WndProc(Message& )
 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.4341.0 built by: NET48REL1LAST_C
 CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
 ----------------------------------------
 Command
 Assembly Version: 1.0.0.0
 Win32 Version: 1.0.0.0
 CodeBase: file:///E:/SteamLibrary/steamapps/common/Command%20Modern%20Air%20%20Naval%20Operations/Command.exe
 ----------------------------------------
 Microsoft.VisualBasic
 Assembly Version: 10.0.0.0
 Win32 Version: 14.8.4084.0 built by: NET48REL1
 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
 ----------------------------------------
 System
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4300.0 built by: NET48REL1LAST_C
 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
 ----------------------------------------
 System.Core
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4341.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.Windows.Forms
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4341.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.Drawing
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4084.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
 ----------------------------------------
 System.Configuration
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
 ----------------------------------------
 System.Xml
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4084.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
 ----------------------------------------
 System.Runtime.Remoting
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4084.0 built by: NET48REL1
 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
 ----------------------------------------
 System.Web
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4330.0 built by: NET48REL1LAST_B
 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
 ----------------------------------------
 Steamworks.NET
 Assembly Version: 7.0.0.0
 Win32 Version: 7.0.0
 CodeBase: file:///E:/SteamLibrary/steamapps/common/Command%20Modern%20Air%20%20Naval%20Operations/Steamworks.NET.DLL
 ----------------------------------------
 PresentationFramework
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4341.0
 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
 ----------------------------------------
 WindowsBase
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C
 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
 ----------------------------------------
 PresentationCore
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C
 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
 ----------------------------------------
 System.Xaml
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C
 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
 ----------------------------------------
 {b0dd12fe-b4f2-4619-adf4-648c2702c394}
 Assembly Version: 0.0.0.0
 Win32 Version: 1.0.0.0
 CodeBase: file:///E:/SteamLibrary/steamapps/common/Command%20Modern%20Air%20%20Naval%20Operations/GameMenu_CNI/../Command.exe
 ----------------------------------------
 PresentationFramework.Aero2
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4084.0 built by: NET48REL1
 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero2/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero2.dll
 ----------------------------------------
 System.Runtime.Caching
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4084.0
 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Caching/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Caching.dll
 ----------------------------------------
 WindowsFormsIntegration
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4084.0 built by: NET48REL1
 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll
 ----------------------------------------
 Odyssey
 Assembly Version: 1.4.22.32171
 Win32 Version: 1.4.22.35
 CodeBase: file:///E:/SteamLibrary/steamapps/common/Command%20Modern%20Air%20%20Naval%20Operations/Odyssey.DLL
 ----------------------------------------
 System.Windows.Interactivity
 Assembly Version: 4.0.0.0
 Win32 Version: 2.0.20525.0
 CodeBase: file:///E:/SteamLibrary/steamapps/common/Command%20Modern%20Air%20%20Naval%20Operations/System.Windows.Interactivity.DLL
 ----------------------------------------
 PresentationFramework-SystemXml
 Assembly Version: 4.0.0.0
 Win32 Version: 4.8.4084.0
 CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll
 ----------------------------------------
 Microsoft.DirectX
 Assembly Version: 1.0.2902.0
 Win32 Version: 5.04.00.2904
 CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.DirectX/1.0.2902.0__31bf3856ad364e35/Microsoft.DirectX.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:
 
 <configuration>
 <system.windows.forms jitDebugging="true" />
 </configuration>
 
 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.
 |