extesy / DeckTracker

Universal Deck Tracker for collectible card games such as The Elder Scrolls: Legends and Eternal
Other
96 stars 26 forks source link

SocketStreamClient disconnected: Input string was not in a correct format ? #222

Open christophercallow opened 6 years ago

christophercallow commented 6 years ago

The app recognises the game client (Legends). Game name is blue, blinks red, then blue, before eventually going red permanently after about 10 secs.

Start the app before the game. Have Installed Access runtime.

Ran the app with debug, this is the error (checked other threads, couldnt find this same error):

2018-06-02T01:10:33.6332834Z|TheElderScrollsLegends|Debug|SocketStreamClient.Start 2018-06-02T01:10:33.6502214Z|TheElderScrollsLegends|Debug|SocketStreamClient disconnected: Input string was not in a correct format. 2018-06-02T01:10:33.7479577Z|TheElderScrollsLegends|Debug|SocketStreamClient.SendCommand(Ping) timeout, sent=True connected=True 2018-06-02T01:10:33.7539463Z|TheElderScrollsLegends|Debug|Injecting DeckTracker.InGame.Helper.dll, attempt #4 2018-06-02T01:10:33.8098251Z|TheElderScrollsLegends|Debug|Waiting for remote thread finished with result 0 2018-06-02T01:10:33.8177706Z|TheElderScrollsLegends|Debug|Injected DeckTracker.InGame.Helper.dll, waiting for response 2018-06-02T01:10:33.8227560Z|TheElderScrollsLegends|Debug|SocketStreamClient disconnected: Input string was not in a correct format. 2018-06-02T01:10:43.8253547Z|TheElderScrollsLegends|Debug|SocketStreamClient.SendCommand(Ping) timeout, sent=True connected=True 2018-06-02T01:10:43.8323516Z|TheElderScrollsLegends|Debug|Injection state changed: Failed 2018-06-02T01:10:43.8971893Z|TheElderScrollsLegends|Debug|SocketStreamClient.Stop

Any ideas?