Quote from ruaraiAre you sure you are using the latest version? There was an issue with the earlier one in some European areas. Otherwise, can you show me your debug.log file or any files in the ErrorLog folder?
I'm sure yes, I followed the url you gave in your edited topic.
My log :
Code
System.Windows.Markup.XamlParseException: L'invocation du constructeur sur le type 'CompilePalX.LaunchWindow' qui correspond aux contraintes de liaison spécifiées a levé une exception. ---> System.FormatException: Le format de la chaîne d'entrée est incorrect.
à System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt)
à CompilePalX.CompileProcess..ctor(String metadataFile) dans c:UsersRuaraiReposCompilePalCompilePalXCompilersCompileProcess.cs:ligne 24
à CompilePalX.ConfigurationManager.AssembleParameters() dans c:UsersRuaraiReposCompilePalCompilePalXConfigurationConfigurationManager.cs:ligne 32
à CompilePalX.MainWindow..ctor() dans c:UsersRuaraiReposCompilePalCompilePalXMainWindow.xaml.cs:ligne 46
à CompilePalX.LaunchWindow.Launch(GameConfiguration config) dans c:UsersRuaraiReposCompilePalCompilePalXGameConfigurationLaunchWindow.xaml.cs:ligne 68
à CompilePalX.LaunchWindow..ctor() dans c:UsersRuaraiReposCompilePalCompilePalXGameConfigurationLaunchWindow.xaml.cs:ligne 59
--- Fin de la trace de la pile d'exception interne ---
à System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
à System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
à System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
à System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
à System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
à System.Windows.Application.DoStartup()
à System.Windows.Application.<.ctor>b__1(Object unused)
à System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
à MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)System.FormatException: Le format de la chaîne d'entrée est incorrect.
à System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt)
à CompilePalX.CompileProcess..ctor(String metadataFile) dans c:UsersRuaraiReposCompilePalCompilePalXCompilersCompileProcess.cs:ligne 24
à CompilePalX.ConfigurationManager.AssembleParameters() dans c:UsersRuaraiReposCompilePalCompilePalXConfigurationConfigurationManager.cs:ligne 32
à CompilePalX.MainWindow..ctor() dans c:UsersRuaraiReposCompilePalCompilePalXMainWindow.xaml.cs:ligne 46
à CompilePalX.LaunchWindow.Launch(GameConfiguration config) dans c:UsersRuaraiReposCompilePalCompilePalXGameConfigurationLaunchWindow.xaml.cs:ligne 68
à CompilePalX.LaunchWindow..ctor() dans c:UsersRuaraiReposCompilePalCompilePalXGameConfigurationLaunchWindow.xaml.cs:ligne 59
Display More