(adsbygoogle = window.adsbygoogle || []).push({});
earlier I was able to attach it to DEX tools but suddenly I can not attach it I have a debug eboot with the correct version and it is 100% a computer problem- and that this error comes when I want to attach it : Information on invoking JIT debugging
instead of this dialog box , see the end of this message .
Exception Text ****************************
System.NullReferenceException : Object reference not set to instance of object .
at PS3Lib.TMAPI.AttachProcess ()
at PS3Lib.PS3API.AttachProcess ()
at TheFloorIsLAVA.Form1 . <Module> ( Object sender , EventArgs e )
at System.Windows.Forms.Control.OnClick (EventArgs e)
at System.Windows.Forms.Button.OnClick (EventArgs e)
( MouseEventArgs mevent ) at System.Windows.Forms.Button.OnMouseUp
at MetroFramework.Controls.MetroButton.OnMouseUp ( MouseEventArgs e)
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 )
( Wparam IntPtr hWnd, Int32 msg , IntPtr , IntPtr lparam ) at System.Windows.Forms.NativeWindow.Callback
************** Loaded Assemblies **************
mscorlib
Assembly Version : 4.0.0.0 .
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL .
CodeBase : file :/ / / C :/ Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll .
----------------------------------------
TheFloorIsLAVA
Assembly Version : 1.0.0.0 .
Win32 Version: 1.0.0.0 .
CodeBase : file :/ / / C :/ Users / LIQUID- MODDING TEAM / Documents / Modding Tools / TheFloorIsLAVA.exe .
----------------------------------------
System.Windows.Forms
Assembly Version : 4.0.0.0 .
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL .
Code Base: 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.18408 built by: FX451RTMGREL .
Code Base: 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.18408 built by: FX451RTMGREL .
CodeBase : file :/ / / C :/ Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll .
----------------------------------------
Metro Framework
Assembly Version : 1.0.0.0 .
Win32 Version: 1.0.0.0 .
CodeBase : file :/ / / C :/ Users / LIQUID- MODDING TEAM / Documents / Modding Tools / MetroFramework.DLL .
----------------------------------------
PS3Lib
Assembly Version : 4.2.0.0 .
Win32 Version: 4.2.0.0 .
CodeBase : file :/ / / C :/ Users/LIQUID-MODDINGTEAM/Documents/Moddingtools/PS3Lib.DLL .
----------------------------------------
mscorlib.resources
Assembly Version : 4.0.0.0 .
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL .
Code Base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_de_b77a5c561934e089/mscorlib.resources.dll.
----------------------------------------
System.Windows.Forms.resources
Assembly Version : 4.0.0.0 .
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL .
Code Base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------
************** JIT Debugging **************
To enable JIT debugging ( Just- In-Time ) must be in the
Configuration file of the application or the computer
( Machine.config ) the jitDebugging value set in the system.windows.forms section .
The application must therefore be compiled with debugging enabled .
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</ Configuration >
When JIT debugging is enabled , any unhandled exception to the JIT debugger are sent on the
Computer is registered, and not covered in this dialog box .