You are viewing our Forum Archives. To view or take place in current topics click here.
XRPC RTE error 0x82DA0000
Posted:

XRPC RTE error 0x82DA0000Posted:

MPAA
  • Summer 2023
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 1,259
Reputation Power: 9074
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 1,259
Reputation Power: 9074
Why am I getting this.


See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Retrieving the COM class factory for component with CLSID {A5EB45D8-F3B6-49B9-984A-0D313AB60342} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E).
at XRPCLib.XRPC.initialize()
at XRPCLib.XRPC.Connect()
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.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
XRPC Program
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Documents%20and%20Settings/Sandman/Desktop/DArKs%20XRPC(MW2ONLY)/XRPC%20Program.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
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.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
{2bf7e3b4-225b-4c56-b8bb-c34b6e9b13b6}
Assembly Version: 0.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Documents%20and%20Settings/Sandman/Desktop/DArKs%20XRPC(MW2ONLY)/XRPC%20Program.exe
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.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.



I've spent all day looking for solutions and feel like throwing the damn PC out of the window.


Last edited by MPAA ; edited 1 time in total
#2. Posted:
XeX_Flexog
  • TTG Senior
Status: Offline
Joined: Aug 03, 201212Year Member
Posts: 1,139
Reputation Power: 46
Status: Offline
Joined: Aug 03, 201212Year Member
Posts: 1,139
Reputation Power: 46
your jtag isnt connecting make sure its the default console in neighborhood
#3. Posted:
MPAA
  • Gold Gifter
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 1,259
Reputation Power: 9074
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 1,259
Reputation Power: 9074
Which it is.. any more suggestions

Reinstalled xbox neighborhood and now getting unhandled exception with error code 0x82DA0000


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 (0x82DA0000): Exception from HRESULT: 0x82DA0000
at XDevkit.IXboxDebugTarget.ConnectAsDebugger(String DebuggerName, XboxDebugConnectFlags Flags)
at XRPCLib.XRPC.initialize()
at XRPCLib.XRPC.Connect()
at DanXRP.Form1.button1_Click_1(Object sender, EventArgs e)
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.0.30319.276 (RTMGDR.030319-2700)
CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
DArK's Super XRPC
Assembly Version: 4.0.0.0
Win32 Version: 4.0.0.0
CodeBase: file:///C:/Documents%20and%20Settings/Sandman/Desktop/DArKs%20Super%20XRPC%20AspectModding/DArK's%20Super%20XRPC.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
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.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.276 built by: RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
XRPC
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Documents%20and%20Settings/Sandman/Desktop/DArKs%20Super%20XRPC%20AspectModding/XRPC.DLL
----------------------------------------
System.Speech
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Speech/v4.0_4.0.0.0__31bf3856ad364e35/System.Speech.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.276 built by: RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.1 built by: RTMRel
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.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.


Anyone have any ideas? at all?
#4. Posted:
Op-J
  • New Member
Status: Offline
Joined: Jan 29, 201212Year Member
Posts: 42
Reputation Power: 2
Status: Offline
Joined: Jan 29, 201212Year Member
Posts: 42
Reputation Power: 2
1. Set Jtag to Default Xbox
2. Make sure your launch.ini has all the plugins
3. Also make sure you have all the .dlls the app needs.
4. If that doesn't work let me know.
#5. Posted:
MPAA
  • Gold Gifter
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 1,259
Reputation Power: 9074
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 1,259
Reputation Power: 9074
framework 1.0 is installed:. . . . check
framework 1.1 is installed:. . . . check
framework 2.0 is installed:. . . . check
framework 3.0 is installed:. . . . check
framework 3.5 is installed:. . . . check
framework 4.0 is installed:. . . . check

run a framework verification tool:. check

JTAG is default in neighborhood:. . check

re-installed xbox neighborhood:. . .check

launch.ini has xbdm.xex and xprc.xex:. . . . . check

pc program has all dlls:. . . . . . check


Doesn't matter what program I use, I always get that error, when jtag is off it lags then I get a different error. 0X82DA0100

I'm now thinking it may because I'm using a dodgy XRPC.xex because when I removed it from active plugins and rebooted the xbox, it gives same error when jtag is on.
#6. Posted:
MPAA
  • Summer 2023
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 1,259
Reputation Power: 9074
Status: Offline
Joined: Nov 13, 201014Year Member
Posts: 1,259
Reputation Power: 9074
Exam wrote Turn off your firewall and anti virus settings.


No antivirus and firewall is already off.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.