Jump to content

Gen 3 - Inventory editor bug


Liger0

Recommended Posts

I was making some tests and I noticed an error. It happens clicking on "Give All" on 3 gen (Emerald)

hdikCku.png

Here you can see the "Log"

Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché questa finestra

sono riportate in fondo al messaggio.

************** Testo dell'eccezione **************

System.ArgumentOutOfRangeException: Index non compreso nell'intervallo. Richiesto valore non negativo e minore della dimensione della raccolta.

Nome parametro: index

in System.Collections.ArrayList.get_Item(Int32 index)

in System.Windows.Forms.DataGridViewRowCollection.SharedRow(Int32 rowIndex)

in System.Windows.Forms.DataGridViewRowCollection.get_Item(Int32 index)

in PKHeX.SAV_Inventory.B_GiveAll_Click(Object sender, EventArgs e)

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.6.1586.0 built by: NETFXREL2

Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

----------------------------------------

PKHeX

Versione assembly: 1.0.0.0

Versione Win32: 1.0.0.0

Base di codice: -Cut for privacy issue-

----------------------------------------

System.Core

Versione assembly: 4.0.0.0

Versione Win32: 4.6.1586.0 built by: NETFXREL2

Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

----------------------------------------

System

Versione assembly: 4.0.0.0

Versione Win32: 4.6.1586.0 built by: NETFXREL2

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.6.1586.0 built by: NETFXREL2

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.6.1586.0 built by: NETFXREL2

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.6.1586.0 built by: NETFXREL2

Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

----------------------------------------

System.Xml

Versione assembly: 4.0.0.0

Versione Win32: 4.6.1586.0 built by: NETFXREL2

Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

System.Windows.Forms.resources

Versione assembly: 4.0.0.0

Versione Win32: 4.6.1586.0 built by: NETFXREL2

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

----------------------------------------

mscorlib.resources

Versione assembly: 4.0.0.0

Versione Win32: 4.6.1586.0 built by: NETFXREL2

Base di codice: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_it_b77a5c561934e089/mscorlib.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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...