Hi, I wanted to ask you for information on the ACIV program. It gives me an error. I have 64 bit and 32 bit. Can anyone help me? Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché questa finestra sono riportate in fondo al messaggio. ************** Testo dell'eccezione ************** System.NullReferenceException: Riferimento a un oggetto non impostato su un'istanza di oggetto. in ACIV.Form1.Aeg4hUkIQ(Object , EventArgs ) in System.Windows.Forms.Control.OnClick(EventArgs e) in System.Windows.Forms.Button.OnClick(EventArgs e) in System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) in System.Windows.Forms.Control.WndProc(Message& m) in System.Windows.Forms.ButtonBase.WndProc(Message& m) in System.Windows.Forms.Button.WndProc(Message& m) in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Assembly caricati ************** mscorlib Versione assembly: 4.0.0.0 Versione Win32: 4.8.9325.0 built by: NET481REL1LAST_25H2_C Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- ACIV Versione assembly: 1.0.0.0 Versione Win32: 1.0.0.0 Base di codice: file:///F:/Archivio/Progammi%20%26%20altro/Xbox%20360/XBOX%20360%20Alter%20cose/Assassin's%20Creed%20IV%20Scarica%20lo%20strumento%20di%20modifica%20USB%20%5B+Tutorial%5D/ACIV/ACIV.exe ---------------------------------------- System Versione assembly: 4.0.0.0 Versione Win32: 4.8.9333.0 built by: NET481REL1LAST_25H2_B Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Versione assembly: 4.0.0.0 Versione Win32: 4.8.9325.0 built by: NET481REL1LAST_25H2_C Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Versione assembly: 4.0.0.0 Versione Win32: 4.8.9221.0 built by: NET481REL1LAST_25H2 Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Versione assembly: 4.0.0.0 Versione Win32: 4.8.9221.0 built by: NET481REL1LAST_25H2 Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Core Versione assembly: 4.0.0.0 Versione Win32: 4.8.9319.0 built by: NET481REL1LAST_25H2_B Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml Versione assembly: 4.0.0.0 Versione Win32: 4.8.9221.0 built by: NET481REL1LAST_25H2 Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- Accessibility Versione assembly: 4.0.0.0 Versione Win32: 4.8.9221.0 built by: NET481REL1LAST_25H2 Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- 98616e80-e19c-47ae-a456-e0ffeab7afa8 Versione assembly: 1.0.0.0 Versione Win32: 1.0.0.0 Base di codice: file:///F:/Archivio/Progammi%20%26%20altro/Xbox%20360/XBOX%20360%20Alter%20cose/Assassin's%20Creed%20IV%20Scarica%20lo%20strumento%20di%20modifica%20USB%20%5B+Tutorial%5D/ACIV/ACIV.exe ---------------------------------------- Microsoft.VisualBasic Versione assembly: 10.0.0.0 Versione Win32: 14.8.9221.0 built by: NET481REL1LAST_25H2 Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- mscorlib.resources Versione assembly: 4.0.0.0 Versione Win32: 4.8.9032.0 built by: NET481REL1 Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_it_b77a5c561934e089/mscorlib.resources.dll ---------------------------------------- System.Windows.Forms.resources Versione assembly: 4.0.0.0 Versione Win32: 4.8.9032.0 built by: NET481REL1 Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- ************** Debug JIT ************** Per abilitare il debug JIT, è necessario impostare il valore jitDebugging nella sezione system.windows.forms del file di configurazione dell'applicazione o del computer (machine.config). L'applicazione inoltre deve essere compilata con il debug abilitato. Ad esempio: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> Quando il debug JIT è abilitato, tutte le eccezioni non gestite vengono inviate al debugger JIT registrato nel computer, anziché essere gestite da questa finestra di dialogo.