PC Supportjust-in-time (JIT) debugging error
Posted:
PC Supportjust-in-time (JIT) debugging errorPosted:
Status: Offline
Joined: Mar 12, 201212Year Member
Posts: 66
Reputation Power: 2
Status: Offline
Joined: Mar 12, 201212Year Member
Posts: 66
Reputation Power: 2
Hey guys, I need some help with this error.
This is the entire error message, would love it if someone could help me solve the issue! Thanks legends. ------------------------------------------------------------------------------------- See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {A5EB45D8-F3B6-49B9-984A-0D313AB60342} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). at JRPC_Client.JRPC.Connect(IXboxConsole console, IXboxConsole& Console, String XboxNameOrIP) at @.@(Object @, EventArgs @) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.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.4180.0 built by: NET48REL1LAST_B CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- yeet1 Assembly Version: 1.7.0.0 Win32 Version: 1.7.0.0 CodeBase: file:///C:/Users/HomeUser202040/Downloads/Atlas-20200724T232544Z-001/Atlas/Atlas.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.8.4150.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.4001.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.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 ---------------------------------------- System.Speech 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.Speech/v4.0_4.0.0.0__31bf3856ad364e35/System.Speech.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.Core Assembly Version: 4.0.0.0 Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B 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 ---------------------------------------- JRPC Assembly Version: 2.0.0.0 Win32 Version: 2.0.0.0 CodeBase: file:///C:/Users/HomeUser202040/Downloads/Atlas-20200724T232544Z-001/Atlas/JRPC.DLL ---------------------------------------- XDevkit Assembly Version: 2.0.21076.0 Win32 Version: 2.0.21076.0 CodeBase: file:///C:/Users/HomeUser202040/Downloads/Atlas-20200724T232544Z-001/Atlas/XDevkit.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. |
#2. Posted:
Status: Offline
Joined: Jun 07, 20204Year Member
Posts: 1,332
Reputation Power: 365
Status: Offline
Joined: Jun 07, 20204Year Member
Posts: 1,332
Reputation Power: 365
Similar issue: stackoverflow.com/questions/42328...my-program with resolution. |
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Aug 30, 20186Year Member
Posts: 5,808
Reputation Power: 36492
Status: Offline
Joined: Aug 30, 20186Year Member
Posts: 5,808
Reputation Power: 36492
Solution 1: Complete a Virus Scan
Steps:
Double click the anti-virus icon to open the program. Find scanning options and choose the 'Full System Scan' option. Run a complete full system scan. If any viruses are found, delete them immediately. Restart your computer to allow changes to take effect. Check for recurrences of error. Solution 2: Ensure JIT Debugger is Default Debugger Steps:
Click on Tools. Click on Options. From the Options Dialog box select your Debugging Folder. From your Debugging Folder be sure to highlight and select JIT Debugger. Either clean or select the pertinent program types that are labeled Script, Managed, and/or Native. Click OK. Restart your computer. **It should be noted that you may need to login as an administrator for the registry key to change with this solution. This will depend on your Windows operating system. This fix should help you complete your JIT Debugger fix. Good luck! |
- 0useful
- 0not useful
Users browsing this topic: None