supercarotte / PSSE

Pokemon Shuffle Save Editor
GNU General Public License v2.0
36 stars 7 forks source link

Crash on shiny Mewtwo #11

Open JuFcP opened 6 years ago

JuFcP commented 6 years ago

When i was looking at all the pokemon i stoped on shiny Mewtwo and the app crashed

supercarotte commented 6 years ago

Thanks, that should be fixed with the latest release. If it didn't, make sure there is no 'resources' folder in PSSE's directory and send me your savefile so I can try to replicate it.

JuFcP commented 6 years ago

https://mega.nz/#!FgwiEKaA!r8a8H7l2da6xl_FPOD8FcrPDOMcXUjsPC-lmwKKBVUA

supercarotte commented 6 years ago

Does it still crash using the 1.4.26 release ? It seems to work for me, so could you copy the details from your crash popup ?

JuFcP commented 6 years ago

I still get the same error in the shiny mewtwo

I got this in the error:

The value of 3 is not valid for true. True should be between minimum and maximum Name of the parameter Value

In detals i got: Consulte el final de este mensaje para obtener más detalles sobre cómo invocar a la depuración Just-In-Time (JIT) en lugar de a este cuadro de diálogo.

** Texto de la excepción ** System.ArgumentOutOfRangeException: El valor de '3' no es válido para 'Value'. 'Value' debería estar entre 'Minimum' y 'Maximum'. Nombre del parámetro: Value en System.Windows.Forms.NumericUpDown.set_Value(Decimal value) en Pokemon_Shuffle_Save_Editor.Main.Parse() en Pokemon_Shuffle_Save_Editor.Main.UpdateForm(Object sender, EventArgs e) en System.Windows.Forms.ListControl.OnSelectedValueChanged(EventArgs e) en System.Windows.Forms.ComboBox.OnSelectedValueChanged(EventArgs e) en System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e) en System.Windows.Forms.ComboBox.WmReflectCommand(Message& m) en System.Windows.Forms.ComboBox.WndProc(Message& m) en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

** Ensamblados cargados ** mscorlib Versión del ensamblado: 4.0.0.0 Versión Win32: 4.6.1590.0 built by: NETFXREL2 Código base: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

PSSE Versión del ensamblado: 1.4.26.0 Versión Win32: 1.4.26.0 Código base: file:///C:/Users/Administrador/Downloads/PSSE%20(2).exe

System.Core Versión del ensamblado: 4.0.0.0 Versión Win32: 4.6.1590.0 built by: NETFXREL2 Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

System Versión del ensamblado: 4.0.0.0 Versión Win32: 4.6.1590.0 built by: NETFXREL2 Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

System.Windows.Forms Versión del ensamblado: 4.0.0.0 Versión Win32: 4.6.1590.0 built by: NETFXREL2 Código 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 Versión del ensamblado: 4.0.0.0 Versión Win32: 4.6.1590.0 built by: NETFXREL2 Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System.Configuration Versión del ensamblado: 4.0.0.0 Versión Win32: 4.6.1590.0 built by: NETFXREL2 Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml Versión del ensamblado: 4.0.0.0 Versión Win32: 4.6.1590.0 built by: NETFXREL2 Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

System.Windows.Forms.resources Versión del ensamblado: 4.0.0.0 Versión Win32: 4.0.30319.1 built by: RTMRel Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll

System.resources Versión del ensamblado: 4.0.0.0 Versión Win32: 4.0.30319.1 built by: RTMRel Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_es_b77a5c561934e089/System.resources.dll

mscorlib.resources Versión del ensamblado: 4.0.0.0 Versión Win32: 4.0.30319.235 (RTMGDR.030319-2300) Código base: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_es_b77a5c561934e089/mscorlib.resources.dll

** Depuración JIT ** Para habilitar la depuración Just In Time (JIT), el archivo de configuración de esta aplicación o equipo (machine.config) debe tener el valor jitDebugging establecido en la sección system.windows.forms. La aplicación también se debe compilar con la depuración habilitada

Por ejemplo:

Cuando esté habilitada la depuración JIT, cualquier excepción no controlada se enviará al depurador JIT registrado en el equipo en lugar de controlarlo mediante el cuadro de diálogo.