question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Exception: Input string was not in a correct format.

See original GitHub issue
C:\_Servers\IW4MAdmin-sta>dotnet IW4MAdmin.dll
=====================================================
 IW4M ADMIN
 by RaidMax
 Version 2.1
=====================================================
IW4MAdmin is up to date
Fatal error during initialization
Exception: Input string was not in a correct format.
Press any key to exit...

Config Uploaded Here: https://pastebin.com/XRSC3t8w Using: IW4M-Admin 2.1 Stable .Net: 2.0.9 RunTime (x86 AND x64) Windows: 10, x64, 1803

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
RaidMaxcommented, Aug 16, 2018

Ah well that explains it. In your config you enabled the T6 parser (black ops 2).

Change "UseT6MParser": true to false

0reactions
Ayymosscommented, Aug 16, 2018

Yeah, you got it!

Thanks very much for your help!

[14:32:11] - Verbose: Now monitoring Low Ping ALL MAPS TDM Only Server for Europe By Frag-Zone.Com
Hosting environment: Production
Content root path: C:\_Servers\IW4MAdmin-sta
Now listening on: http://127.0.0.1:1624
Application started. Press Ctrl+C to shut down.
Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - How to resolve "Input string was not in a correct format. ...
Use Int32.TryParse(value, out number) instead. That will solve your problem. int imageWidth; if(Int32.TryParse ...
Read more >
Input String Was Not in a Correct Format: Working Solutions
Input string was not in a correct format error occurs when you convert non-numeric data into an int or exceed the limit of...
Read more >
System.FormatException: 'Input string was not in a correct ...
When dealing with a TextBox that should be an int do not allow invalid entries e.g. disallow non in values then use intTryParse...
Read more >
[Solved] C# system.formatexception: 'input string was not in ...
Disc = Convert.ToDouble(txtDiscount.Text); OR CourseFee1 = Convert.ToDouble(lblCourseFee.Text); because you are converting value into double.
Read more >
Input string was not in the correct format
Cause This error occurs when one or more of the merge fields in your template are formatted to display the data as either...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found