Jump to content

PKHeX don't startup


Undi

Recommended Posts

Hi,

I have used PKHeX many time before with my SUN/MOON savefile, and never got any problem with it.
But now, with USUM out, I wanted to use the last release to modify my savefile, but I can't launch it anymore.
I downloaded the last version available here and got the same problem.

I have Windows 10.
I have all the required .net framework and beyond (4.7.1).
I have already uninstalled/installed again the .net framework.
I have already tried some other releases, didn't work.
I have the right file in the folder (PKHeX.Core.dll with the PKHeX.exe).
I don't have a user.config file in my Appdata/Local folder.

When the PKHeX.exe.config is in the folder:

3a7a062d4c.png

Here's the first error (when I hit yes):

Spoiler

 

367e42007c.png


Exception Details:
System.Configuration.ConfigurationErrorsException: La section de configuration 'connectionStrings' comporte une déclaration inattendue.
   à System.Configuration.ConfigurationManager.get_ConnectionStrings()
   à System.Configuration.PrivilegedConfigurationManager.get_ConnectionStrings()
   à System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
   à System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
   à System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
   à System.Configuration.SettingsBase.get_Item(String propertyName)
   à System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
   à System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)
   à PKHeX.WinForms.Properties.Settings.get_Unicode()
   à PKHeX.WinForms.Main.FormLoadConfig(Boolean& BAKprompt, Boolean& showChangelog, Int32& languageID)
   à PKHeX.WinForms.Main.FormLoadInitialSettings(String[] args, Boolean& showChangelog, Boolean& BAKprompt)

Loaded Assemblies:
--------------------
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll

PKHeX, Version=1.0.0.4096, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.exe

System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

System.Configuration.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration.resources\v4.0_4.0.0.0_fr_b03f5f7f11d50a3a\System.Configuration.resources.dll

PKHeX.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.Core.dll

System.Windows.Forms.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\System.Windows.Forms.resources.dll

mscorlib.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\mscorlib.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\mscorlib.resources.dll

--------------------
User Message:
Unable to load settings.

 

 

 

And the second (after hitting continue):

Spoiler

 

e1cd04e10c.png


Exception Details:
System.Configuration.ConfigurationErrorsException: La section de configuration 'connectionStrings' comporte une déclaration inattendue.
   à System.Configuration.ConfigurationManager.get_ConnectionStrings()
   à System.Configuration.PrivilegedConfigurationManager.get_ConnectionStrings()
   à System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
   à System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
   à System.Configuration.SettingsBase.SetPropertyValueByName(String propertyName, Object propertyValue)
   à System.Configuration.SettingsBase.set_Item(String propertyName, Object value)
   à System.Configuration.ApplicationSettingsBase.set_Item(String propertyName, Object value)
   à PKHeX.WinForms.Main.ChangeMainLanguage(Object sender, EventArgs e)
   à System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   à System.Windows.Forms.ToolStripComboBox.OnSelectedIndexChanged(EventArgs e)
   à System.Windows.Forms.ToolStripComboBox.HandleSelectedIndexChanged(Object sender, EventArgs e)
   à System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
   à System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
   à System.Windows.Forms.ToolStripComboBox.set_SelectedIndex(Int32 value)
   à PKHeX.WinForms.Main.FormLoadInitialSettings(String[] args, Boolean& showChangelog, Boolean& BAKprompt)
   à PKHeX.WinForms.Main..ctor()
   à PKHeX.WinForms.Program.StartPKHeX()
   à PKHeX.WinForms.Program.Main()

Loaded Assemblies:
--------------------
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll

PKHeX, Version=1.0.0.4096, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.exe

System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

System.Configuration.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration.resources\v4.0_4.0.0.0_fr_b03f5f7f11d50a3a\System.Configuration.resources.dll

PKHeX.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.Core.dll

System.Windows.Forms.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\System.Windows.Forms.resources.dll

mscorlib.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\mscorlib.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\mscorlib.resources.dll

--------------------
User Message:
An unhandled exception has occurred.
PKHeX must now close.

 

 

 

I don't know what to do to fix this.
Thanks in advance for your help!

Edited by Undi
Link to comment
Share on other sites

1 hour ago, Undi said:

Hi,

I have used PKHeX many time before with my SUN/MOON savefile, and never got any problem with it.
But now, with USUM out, I wanted to use the last release to modify my savefile, but I can't launch it anymore.
I downloaded the last version available here and got the same problem.

I have Windows 10.
I have all the required .net framework and beyond (4.7.1).
I have already uninstalled/installed again the .net framework.
I have already tried some other releases, didn't work.
I have the right file in the folder (PKHeX.Core.dll with the PKHeX.exe).
I don't have a user.config file in my Appdata/Local folder.

When the PKHeX.exe.config is in the folder:

3a7a062d4c.png

Here's the first error (when I hit yes):

  Hide contents

 

367e42007c.png



Exception Details:
System.Configuration.ConfigurationErrorsException: La section de configuration 'connectionStrings' comporte une déclaration inattendue.
   à System.Configuration.ConfigurationManager.get_ConnectionStrings()
   à System.Configuration.PrivilegedConfigurationManager.get_ConnectionStrings()
   à System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
   à System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
   à System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
   à System.Configuration.SettingsBase.get_Item(String propertyName)
   à System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
   à System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)
   à PKHeX.WinForms.Properties.Settings.get_Unicode()
   à PKHeX.WinForms.Main.FormLoadConfig(Boolean& BAKprompt, Boolean& showChangelog, Int32& languageID)
   à PKHeX.WinForms.Main.FormLoadInitialSettings(String[] args, Boolean& showChangelog, Boolean& BAKprompt)

Loaded Assemblies:
--------------------
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll

PKHeX, Version=1.0.0.4096, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.exe

System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

System.Configuration.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration.resources\v4.0_4.0.0.0_fr_b03f5f7f11d50a3a\System.Configuration.resources.dll

PKHeX.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.Core.dll

System.Windows.Forms.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\System.Windows.Forms.resources.dll

mscorlib.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\mscorlib.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\mscorlib.resources.dll

--------------------
User Message:
Unable to load settings.

 

 

 

And the second (after hitting continue):

  Hide contents

 

e1cd04e10c.png



Exception Details:
System.Configuration.ConfigurationErrorsException: La section de configuration 'connectionStrings' comporte une déclaration inattendue.
   à System.Configuration.ConfigurationManager.get_ConnectionStrings()
   à System.Configuration.PrivilegedConfigurationManager.get_ConnectionStrings()
   à System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
   à System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
   à System.Configuration.SettingsBase.SetPropertyValueByName(String propertyName, Object propertyValue)
   à System.Configuration.SettingsBase.set_Item(String propertyName, Object value)
   à System.Configuration.ApplicationSettingsBase.set_Item(String propertyName, Object value)
   à PKHeX.WinForms.Main.ChangeMainLanguage(Object sender, EventArgs e)
   à System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   à System.Windows.Forms.ToolStripComboBox.OnSelectedIndexChanged(EventArgs e)
   à System.Windows.Forms.ToolStripComboBox.HandleSelectedIndexChanged(Object sender, EventArgs e)
   à System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
   à System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
   à System.Windows.Forms.ToolStripComboBox.set_SelectedIndex(Int32 value)
   à PKHeX.WinForms.Main.FormLoadInitialSettings(String[] args, Boolean& showChangelog, Boolean& BAKprompt)
   à PKHeX.WinForms.Main..ctor()
   à PKHeX.WinForms.Program.StartPKHeX()
   à PKHeX.WinForms.Program.Main()

Loaded Assemblies:
--------------------
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll

PKHeX, Version=1.0.0.4096, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.exe

System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

System.Configuration.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration.resources\v4.0_4.0.0.0_fr_b03f5f7f11d50a3a\System.Configuration.resources.dll

PKHeX.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.Core.dll

System.Windows.Forms.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\System.Windows.Forms.resources.dll

mscorlib.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\mscorlib.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\mscorlib.resources.dll

--------------------
User Message:
An unhandled exception has occurred.
PKHeX must now close.

 

 

 

I don't know what to do to fix this.
Thanks in advance for your help!

 

Are you using the official release from 17 October 2017? If so download the pre-release version from https://teamcity.projectpokemon.org/login.html
Choose "login as guest", and then go to Save Editors -> PKHeX; choose the latest Windows build, by clicking on artifacts, and then pick the zip with the exe and DLLs.

This is a direct link: https://teamcity.projectpokemon.org/viewLog.html?buildId=16473&tab=artifacts&buildTypeId=PKHeX_BuildWindows

Just login as guest, and choose the correct zip. Also be sure to make backups, just in case, because it's unstable it can possibly corrupt your save.

Edited by Cecillia
Link to comment
Share on other sites

1 hour ago, Cecillia said:

 

Are you using the official release from 17 October 2017? If so download the pre-release version from https://teamcity.projectpokemon.org/login.html
Choose "login as guest", and then go to Save Editors -> PKHeX; choose the latest Windows build, by clicking on artifacts, and then pick the zip with the exe and DLLs.

This is a direct link: https://teamcity.projectpokemon.org/viewLog.html?buildId=16473&tab=artifacts&buildTypeId=PKHeX_BuildWindows

Just login as guest, and choose the correct zip. Also be sure to make backups, just in case, because it's unstable it can possibly corrupt your save.

Yes, I was using the version of 17 October 2017, but I have the Build 4103 from teamcity too.
Downloaded the last release (number 4135, as I write this) and I got the same error with the Merged release (without the config file) and non Merged release (config file corrupted, deleted, and then error again).
IDK what to do.

Here another copy/paste of the error with the last build, same error happen I think.

Spoiler

Exception Details:
System.Configuration.ConfigurationErrorsException: La section de configuration 'connectionStrings' comporte une déclaration inattendue.
   à System.Configuration.ConfigurationManager.get_ConnectionStrings()
   à System.Configuration.PrivilegedConfigurationManager.get_ConnectionStrings()
   à System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
   à System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
   à System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
   à System.Configuration.SettingsBase.get_Item(String propertyName)
   à System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
   à System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)
   à PKHeX.WinForms.Properties.Settings.get_Unicode() dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\Properties\Settings.Designer.cs:ligne 55
   à PKHeX.WinForms.Main.FormLoadConfig(Boolean& BAKprompt, Boolean& showChangelog, Int32& languageID) dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\MainWindow\Main.cs:ligne 246
   à PKHeX.WinForms.Main.FormLoadInitialSettings(String[] args, Boolean& showChangelog, Boolean& BAKprompt) dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\MainWindow\Main.cs:ligne 110

Loaded Assemblies:
--------------------
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll

PKHeX, Version=1.0.0.4135, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.exe

System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

System.Configuration.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration.resources\v4.0_4.0.0.0_fr_b03f5f7f11d50a3a\System.Configuration.resources.dll

PKHeX.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.Core.dll

System.Windows.Forms.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\System.Windows.Forms.resources.dll

mscorlib.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\mscorlib.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\mscorlib.resources.dll

--------------------
User Message:
Unable to load settings.

Exception Details:
System.Configuration.ConfigurationErrorsException: La section de configuration 'connectionStrings' comporte une déclaration inattendue.
   à System.Configuration.ConfigurationManager.get_ConnectionStrings()
   à System.Configuration.PrivilegedConfigurationManager.get_ConnectionStrings()
   à System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
   à System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
   à System.Configuration.SettingsBase.SetPropertyValueByName(String propertyName, Object propertyValue)
   à System.Configuration.SettingsBase.set_Item(String propertyName, Object value)
   à System.Configuration.ApplicationSettingsBase.set_Item(String propertyName, Object value)
   à PKHeX.WinForms.Main.ChangeMainLanguage(Object sender, EventArgs e) dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\MainWindow\Main.cs:ligne 916
   à System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   à System.Windows.Forms.ToolStripComboBox.OnSelectedIndexChanged(EventArgs e)
   à System.Windows.Forms.ToolStripComboBox.HandleSelectedIndexChanged(Object sender, EventArgs e)
   à System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
   à System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
   à System.Windows.Forms.ToolStripComboBox.set_SelectedIndex(Int32 value)
   à PKHeX.WinForms.Main.FormLoadInitialSettings(String[] args, Boolean& showChangelog, Boolean& BAKprompt) dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\MainWindow\Main.cs:ligne 121
   à PKHeX.WinForms.Main..ctor() dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\MainWindow\Main.cs:ligne 32
   à PKHeX.WinForms.Program.StartPKHeX() dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\Program.cs:ligne 80
   à PKHeX.WinForms.Program.Main() dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\Program.cs:ligne 36

Loaded Assemblies:
--------------------
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll

PKHeX, Version=1.0.0.4135, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.exe

System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

System.Configuration.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration.resources\v4.0_4.0.0.0_fr_b03f5f7f11d50a3a\System.Configuration.resources.dll

PKHeX.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.Core.dll

System.Windows.Forms.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\System.Windows.Forms.resources.dll

mscorlib.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\mscorlib.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\mscorlib.resources.dll

--------------------
User Message:
An unhandled exception has occurred.
PKHeX must now close.

 

 

Link to comment
Share on other sites

14 minutes ago, Undi said:

Yes, I was using the version of 17 October 2017, but I have the Build 4103 from teamcity too.
Downloaded the last release (number 4135, as I write this) and I got the same error with the Merged release (without the config file) and non Merged release (config file corrupted, deleted, and then error again).
IDK what to do.

Here another copy/paste of the error with the last build, same error happen I think.

  Hide contents


Exception Details:
System.Configuration.ConfigurationErrorsException: La section de configuration 'connectionStrings' comporte une déclaration inattendue.
   à System.Configuration.ConfigurationManager.get_ConnectionStrings()
   à System.Configuration.PrivilegedConfigurationManager.get_ConnectionStrings()
   à System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
   à System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
   à System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
   à System.Configuration.SettingsBase.get_Item(String propertyName)
   à System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
   à System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)
   à PKHeX.WinForms.Properties.Settings.get_Unicode() dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\Properties\Settings.Designer.cs:ligne 55
   à PKHeX.WinForms.Main.FormLoadConfig(Boolean& BAKprompt, Boolean& showChangelog, Int32& languageID) dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\MainWindow\Main.cs:ligne 246
   à PKHeX.WinForms.Main.FormLoadInitialSettings(String[] args, Boolean& showChangelog, Boolean& BAKprompt) dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\MainWindow\Main.cs:ligne 110

Loaded Assemblies:
--------------------
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll

PKHeX, Version=1.0.0.4135, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.exe

System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

System.Configuration.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration.resources\v4.0_4.0.0.0_fr_b03f5f7f11d50a3a\System.Configuration.resources.dll

PKHeX.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.Core.dll

System.Windows.Forms.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\System.Windows.Forms.resources.dll

mscorlib.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\mscorlib.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\mscorlib.resources.dll

--------------------
User Message:
Unable to load settings.


Exception Details:
System.Configuration.ConfigurationErrorsException: La section de configuration 'connectionStrings' comporte une déclaration inattendue.
   à System.Configuration.ConfigurationManager.get_ConnectionStrings()
   à System.Configuration.PrivilegedConfigurationManager.get_ConnectionStrings()
   à System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
   à System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
   à System.Configuration.SettingsBase.SetPropertyValueByName(String propertyName, Object propertyValue)
   à System.Configuration.SettingsBase.set_Item(String propertyName, Object value)
   à System.Configuration.ApplicationSettingsBase.set_Item(String propertyName, Object value)
   à PKHeX.WinForms.Main.ChangeMainLanguage(Object sender, EventArgs e) dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\MainWindow\Main.cs:ligne 916
   à System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   à System.Windows.Forms.ToolStripComboBox.OnSelectedIndexChanged(EventArgs e)
   à System.Windows.Forms.ToolStripComboBox.HandleSelectedIndexChanged(Object sender, EventArgs e)
   à System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
   à System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
   à System.Windows.Forms.ToolStripComboBox.set_SelectedIndex(Int32 value)
   à PKHeX.WinForms.Main.FormLoadInitialSettings(String[] args, Boolean& showChangelog, Boolean& BAKprompt) dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\MainWindow\Main.cs:ligne 121
   à PKHeX.WinForms.Main..ctor() dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\MainWindow\Main.cs:ligne 32
   à PKHeX.WinForms.Program.StartPKHeX() dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\Program.cs:ligne 80
   à PKHeX.WinForms.Program.Main() dans C:\BuildAgent\work\3a4b40ceb1c3e268\PKHeX.WinForms\Program.cs:ligne 36

Loaded Assemblies:
--------------------
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dll

PKHeX, Version=1.0.0.4135, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.exe

System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

System.Configuration.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration.resources\v4.0_4.0.0.0_fr_b03f5f7f11d50a3a\System.Configuration.resources.dll

PKHeX.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
C:\Users\Undi\Desktop\PkHex\PKHeX.Core.dll

System.Windows.Forms.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\System.Windows.Forms.resources.dll

mscorlib.resources, Version=4.0.0.0, Culture=fr, PublicKeyToken=b77a5c561934e089
C:\Windows\Microsoft.Net\assembly\GAC_MSIL\mscorlib.resources\v4.0_4.0.0.0_fr_b77a5c561934e089\mscorlib.resources.dll

--------------------
User Message:
An unhandled exception has occurred.
PKHeX must now close.

 

 


You got a config file? If so try deleting it. It could be that the config is bad.

Link to comment
Share on other sites

Just now, Cecillia said:


You got a config file? If so try deleting it. It could be that the config is bad.

Already done, I got the same error after.
PKHeX delete it itself when I launch it, because he say that the config file is corrupted.

Link to comment
Share on other sites

9 minutes ago, Cecillia said:


Hmmmm odd... Send me the save, I'll try opening it with the version I got.

It will work, the problem is PKHeX don't launch at all on my computer.
I can't try to modify the savefile if PKHeX don't work haha.

Edited by Undi
Link to comment
Share on other sites

10 minutes ago, Undi said:

It will work, the problem is PKHeX don't launch at all on my computer.
I can't try to modify the savefile if PKHeX don't work haha.

 

What .NET version do you have installed? Hmmmm... Odd, I don't know how to help you out further...

Edited by Cecillia
Link to comment
Share on other sites

12 minutes ago, Cecillia said:

 

What .NET version do you have installed? You need .NET 4.6

All of them.
I downloaded .NET 4.6, and I have it already, they say that I can't install it now because I have an Higher version.

You can see all the framework from version 1 to 4 I have here:

1e5e726363.png

After the v4 you can't see it like that, but I can't reinstall it, it say I already have it.

2bad9d2b5a.png

b7b64b771f.png

Edited by Undi
Link to comment
Share on other sites

36 minutes ago, ReignOfComputer said:

Press Win+R for the Run dialog, then type in "%LocalAppData%. In the folder that pops up, delete the entire "ProjectPokémon" folder. Then try again.

I have already checked this, I don't have that folder, so the config file is not the problem here.

"I don't have a user.config file in my Appdata/Local folder."

image.png.1abb3c3620e57f199029b204acfa2cd8.png

Edited by Undi
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...