PDA

View Full Version : The input string format is incorrect.



Lorcks
December 5th, 2014, 02:30
hello,
I have a license fantasy ground 2 and I try to install the 5th Basic Rules modules.

I have always an error: The input string format is incorrect.

Thank you for helping me.

Martin

Trenloe
December 5th, 2014, 05:17
At which stage do you get this error? During the parse of the 5E info using the basic rules module creator: https://www.fantasygrounds.com/forums/showthread.php?21835-D-amp-D-Basic-Rules-PDF-Parser

Or when you are actually activating or opening the module you created in Fantasy Grounds? Please provide more info of exactly where you are getting this error.

Lorcks
December 5th, 2014, 23:32
My mistake happens when I run the activation of a parse 5E basic ruls (Downloads pdf files if needed)

Consultez la fin de ce message pour plus de détails sur l'appel du débogage
juste-à-temps (JIT) à la place de cette boîte de dialogue.

************** Texte de l'exception **************
System.FormatException: Le format de la chaîne d'entrée est incorrect.
à System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
à System.Double.Parse(String s, IFormatProvider provider)
à DnDBasicRulesParser.TextBlockParser.Parse(String textBlockString, Fonts fonts)
à DnDBasicRulesParser.PageTextBlocksParser.Parse(Str ing streamAsString, Fonts fonts)
à DnDBasicRulesParser.PageReader.ReadPage(Int32 pageObjectNumber)
à DnDBasicRulesParser.PDFReader.ReadPage(Int32 pageNumber)
à DnDBasicRulesParser.MonstersReader.ReadMonsterText Blocks(RulesFile rulesFile, Int32 firstPage, Int32 lastPage, String firstMonsterName)
à DnDBasicRulesParser.MonstersReader.ReaDMRulesMonst ers()
à DnDBasicRulesParser.MonstersReader.ReadAll()
à DnDBasicRulesParser.Model.ParseMonsters()
à DnDBasicRulesParser.Model.ProcessMonsters()
à DnDBasicRulesParser.Presenter.ProcessMonsters()
à DnDBasicRulesParser.Presenter.DownloadAndParse(Obj ect sender, EventArgs e)
à DnDBasicRulesParser.MainForm.parseButton_Click(Obj ect sender, EventArgs e)
à System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
à System.Windows.Forms.Control.WndProc(Message& m)
à System.Windows.Forms.ButtonBase.WndProc(Message& m)
à System.Windows.Forms.Button.WndProc(Message& m)
à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Assemblys chargés **************
mscorlib
Version de l'assembly*: 4.0.0.0
Version Win32*: 4.0.30319.18444 built by: FX451RTMGDR
CodeBase*: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
DnDBasicRulesParser
Version de l'assembly*: 1.0.0.0
Version Win32*: 1.0.0.0
CodeBase*: file:///C:/Users/Martin/Desktop/5E%20Basic%20Rules%20Parser.exe
----------------------------------------
System.Windows.Forms
Version de l'assembly*: 4.0.0.0
Version Win32*: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase*: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Version de l'assembly*: 4.0.0.0
Version Win32*: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase*: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
Version de l'assembly*: 4.0.0.0
Version Win32*: 4.0.30319.34238 built by: FX452RTMGDR
CodeBase*: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Configuration
Version de l'assembly*: 4.0.0.0
Version Win32*: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase*: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Version de l'assembly*: 4.0.0.0
Version Win32*: 4.0.30319.34234 built by: FX452RTMGDR
CodeBase*: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
Version de l'assembly*: 4.0.0.0
Version Win32*: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase*: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_fr_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Windows.Forms.resources
Version de l'assembly*: 4.0.0.0
Version Win32*: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase*: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_fr_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** Débogage JIT **************
Pour activer le débogage juste-à-temps (JIT), le fichier de configuration pour cette
application ou cet ordinateur (machine.config) doit avoir la valeur
jitDebugging définie dans la section system.windows.forms.
L'application doit également être compilée avec le débogage
activé.

Par exemple*:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

Lorsque le débogage juste-à-temps est activé, les exceptions non gérées
seront envoyées au débogueur JIT inscrit sur l'ordinateur
plutôt que d'être gérées par cette boîte de dialogue.