Evilforces Posted July 6, 2015 Share Posted July 6, 2015 Hi Tom!!!Updated to latest GameEx verson and getting this error while entering to setup wizard: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.Exception: 953,716 no es un valor válido para Int32. ---> System.FormatException: La cadena de entrada no tiene el formato correcto. en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) en System.ComponentModel.Int32Converter.FromString(String value, NumberFormatInfo formatInfo) en System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) --- Fin del seguimiento de la pila de la excepción interna --- en System.ComponentModel.BaseNumberConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) en System.ComponentModel.TypeConverter.ConvertFromString(ITypeDescriptorContext context, CultureInfo culture, String text) en System.Drawing.SizeConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) en System.ComponentModel.TypeConverter.ConvertFromString(String text) en SetupWizard.IniFile.Read[T](String section, String key, T defaultValue) en SetupWizard.FileIO.LoadWindowPosition() en SetupWizard.frmMain.frmMain_Load(Object sender, EventArgs e) en System.Windows.Forms.Form.OnLoad(EventArgs e) en System.Windows.Forms.Form.OnCreateControl() en System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) en System.Windows.Forms.Control.CreateControl() en System.Windows.Forms.Control.WmShowWindow(Message& m) en System.Windows.Forms.Control.WndProc(Message& m) en System.Windows.Forms.ScrollableControl.WndProc(Message& m) en System.Windows.Forms.ContainerControl.WndProc(Message& m) en System.Windows.Forms.Form.WmShowWindow(Message& m) en System.Windows.Forms.Form.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: 2.0.0.0 Versión Win32: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000) Código base: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------SetupWizard Versión del ensamblado: 1.0.5665.19716 Versión Win32: 1.0.5665.19716 Código base: file:///D:/GameEx/SetupWizard.exe----------------------------------------System.Windows.Forms Versión del ensamblado: 2.0.0.0 Versión Win32: 2.0.50727.8015 (FX35W81RTMGDR.050727-8000) Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System Versión del ensamblado: 2.0.0.0 Versión Win32: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000) Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Drawing Versión del ensamblado: 2.0.0.0 Versión Win32: 2.0.50727.8015 (FX35W81RTMGDR.050727-8000) Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------System.Xml Versión del ensamblado: 2.0.0.0 Versión Win32: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000) Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------System.Configuration Versión del ensamblado: 2.0.0.0 Versión Win32: 2.0.50727.8007 (FX35W81RTMGDR.050727-8000) Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll----------------------------------------System.resources Versión del ensamblado: 2.0.0.0 Versión Win32: 2.0.50727.7905 (win9rel.050727-7900) Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.resources/2.0.0.0_es_b77a5c561934e089/System.resources.dll----------------------------------------mscorlib.resources Versión del ensamblado: 2.0.0.0 Versión Win32: 2.0.50727.8009 (FX35W81RTMGDR.050727-8000) Código base: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------System.Windows.Forms.resources Versión del ensamblado: 2.0.0.0 Versión Win32: 2.0.50727.7905 (win9rel.050727-7900) Código base: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_es_b77a5c561934e089/System.Windows.Forms.resources.dll---------------------------------------- ************** Depuración JIT **************Para habilitar la depuración Just In Time (JIT), el archivo de configuración de estaaplicación o equipo (machine.config) debe tener elvalor jitDebugging establecido en la sección system.windows.forms.La aplicación también se debe compilar con la depuraciónhabilitada Por ejemplo: <configuration> <system.windows.forms jitDebugging="true" /></configuration> Cuando esté habilitada la depuración JIT, cualquier excepción no controladase enviará al depurador JIT registrado en el equipoen lugar de controlarlo mediante el cuadro de diálogo. Link to comment Share on other sites More sharing options...
Evilforces Posted July 6, 2015 Author Share Posted July 6, 2015 Sorry Link to comment Share on other sites More sharing options...
Draco1962 Posted July 6, 2015 Share Posted July 6, 2015 Looks like you had a double post there. Have you tried downloading the installer and performing an inplace install? If so, same results? Link to comment Share on other sites More sharing options...
Draco1962 Posted July 6, 2015 Share Posted July 6, 2015 P.S. I split this from the NEWS announcment for more appropriate visibility. 1 Link to comment Share on other sites More sharing options...
Evilforces Posted July 6, 2015 Author Share Posted July 6, 2015 Sorry for the double post Hi Draco, tried the two ways with the same result.... Auto-updating and downloading from Gameex.com and installing. Link to comment Share on other sites More sharing options...
Tom Speirs Posted July 6, 2015 Share Posted July 6, 2015 I think its a bug introduced for non English windows. Unfortunately we didn't test for that. I expect we will have a fix shortly. 1 Link to comment Share on other sites More sharing options...
Evilforces Posted July 6, 2015 Author Share Posted July 6, 2015 Don't worry Tom, for now is not a big problem for me because I can enter Gameex perfectly.If you need a non english betatesters for the new releases, please count with me.Thanks in advance. Link to comment Share on other sites More sharing options...
Tom Speirs Posted July 6, 2015 Share Posted July 6, 2015 Please post gameex.ini and log. We need it buddy. Link to comment Share on other sites More sharing options...
Evilforces Posted July 6, 2015 Author Share Posted July 6, 2015 Sorry, attached my files now.GameEx.inilog.txt Link to comment Share on other sites More sharing options...
Tom Speirs Posted July 6, 2015 Share Posted July 6, 2015 Not GameEx.ini Link to comment Share on other sites More sharing options...
Evilforces Posted July 6, 2015 Author Share Posted July 6, 2015 I promise have attached the two files on latest post, but here is the gameex.ini file another time.Please, confirm you can download it correctly.Thanks.GameEx.ini Link to comment Share on other sites More sharing options...
Tom Speirs Posted July 6, 2015 Share Posted July 6, 2015 Yes, got it now. Thanks. 1 Link to comment Share on other sites More sharing options...
Tom Speirs Posted July 6, 2015 Share Posted July 6, 2015 Please try the attached. Thanks. Tom.SetupWizard.zip 2 Link to comment Share on other sites More sharing options...
Evilforces Posted July 6, 2015 Author Share Posted July 6, 2015 Works like a charm!!!Thanks Tom!!! Link to comment Share on other sites More sharing options...
Evilforces Posted July 6, 2015 Author Share Posted July 6, 2015 Also the new section of the setup wizard Link to comment Share on other sites More sharing options...
Tom Speirs Posted July 6, 2015 Share Posted July 6, 2015 I updated the installer. Same version number. You should install it. Link to comment Share on other sites More sharing options...
Adultery Posted July 6, 2015 Share Posted July 6, 2015 On that page you listed there's a Game Tagger update if you press the configure button. Can you update it and let me know that it works? I won't be able to test the updating until this weekend. Link to comment Share on other sites More sharing options...
Evilforces Posted July 6, 2015 Author Share Posted July 6, 2015 Hi Adultery!!!If I press the configure button on the Game Tager plugin (version 1.1.2) I enter to the config page of that plugin. On the "online options" menu, I can see an option that says "Check plugin version", but is deactivated and I can't press it.I don't know if I'm doing right.... There is another option to update the plugin? Link to comment Share on other sites More sharing options...
Evilforces Posted July 6, 2015 Author Share Posted July 6, 2015 This is the screenshot: Link to comment Share on other sites More sharing options...
hansolo77 Posted July 6, 2015 Share Posted July 6, 2015 Might be a limit on your user class because you're only a "Contributor"? Just my guess because it looks like it's requiring a log in and maybe you don't qualify? Link to comment Share on other sites More sharing options...
nullPointer Posted July 7, 2015 Share Posted July 7, 2015 Might be a limit on your user class because you're only a "Contributor"? Just my guess because it looks like it's requiring a log in and maybe you don't qualify?As far as user rights and permissions go, the Contributor class is pretty much the same as a combination of Elite and Lifetime Membership (it's one of the perks of being a Contributor ). 1 Link to comment Share on other sites More sharing options...
hansolo77 Posted July 7, 2015 Share Posted July 7, 2015 Meh, it was just an idea. Link to comment Share on other sites More sharing options...
Adultery Posted July 7, 2015 Share Posted July 7, 2015 I'm sorry, I was actually referring to the update feature in the repository manager. My bad. Link to comment Share on other sites More sharing options...
Evilforces Posted July 7, 2015 Author Share Posted July 7, 2015 I'm sorry, I was actually referring to the update feature in the repository manager. My bad. Where I can find this option Adultery??? Link to comment Share on other sites More sharing options...
Adultery Posted July 7, 2015 Share Posted July 7, 2015 It should be in Start > GameEx > Repository Manager Link to comment Share on other sites More sharing options...
Recommended Posts