Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on Startup #902

Closed
ApolloNik opened this issue Apr 19, 2015 · 0 comments
Closed

Crash on Startup #902

ApolloNik opened this issue Apr 19, 2015 · 0 comments
Labels

Comments

@ApolloNik
Copy link

#### 4/18/2015 8:16:27 PM

System.NullReferenceException: Object reference not set to an instance of an object.
at Hearthstone_Deck_Tracker.GameEventHandler.HandlePossibleConstructedCard(String id, Boolean canBeDoneImporting)
at Hearthstone_Deck_Tracker.HsLogReader.Analyze(String log)
at Hearthstone_Deck_Tracker.HsLogReader.d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.b__4(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

#### 4/18/2015 8:04:06 PM

System.NullReferenceException: Object reference not set to an instance of an object.
at Hearthstone_Deck_Tracker.GameEventHandler.HandlePossibleConstructedCard(String id, Boolean canBeDoneImporting)
at Hearthstone_Deck_Tracker.HsLogReader.Analyze(String log)
at Hearthstone_Deck_Tracker.HsLogReader.d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.b__4(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

#### 4/18/2015 8:04:12 PM

System.NullReferenceException: Object reference not set to an instance of an object.
at Hearthstone_Deck_Tracker.GameEventHandler.HandlePossibleConstructedCard(String id, Boolean canBeDoneImporting)
at Hearthstone_Deck_Tracker.HsLogReader.Analyze(String log)
at Hearthstone_Deck_Tracker.HsLogReader.d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.b__4(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
[8:04:10 PM] Load: Copied log.config to C:\Users\Nik\AppData\Local\Blizzard\Hearthstone\log.config (AlwaysOverwriteLogConfig)
[8:04:10 PM] Game: set CurrentGameMode to None
[8:04:10 PM] Game: >>>>>>>>>>> Reset <<<<<<<<<<<
[8:04:10 PM] OpponentSecrets: Cleared secrets
[8:04:10 PM] Tracker: Set player itemsource as PlayerDeck
[8:04:10 PM] Tracker: Switched to deck: Handlock 3.0
[8:04:10 PM] Game: >>>>>>>>>>> Reset <<<<<<<<<<<
[8:04:10 PM] OpponentSecrets: Cleared secrets
[8:04:11 PM] Helper: Checking for updates...
[8:04:11 PM] Helper: Current version: 0.9.10.0
[8:04:11 PM] LogReader: Current region: US
[8:04:11 PM] BackupManager: Running BackupManager
[8:04:11 PM] BackupManager: Backup for today already exists

#### 4/18/2015 8:04:27 PM

System.NullReferenceException: Object reference not set to an instance of an object.
at Hearthstone_Deck_Tracker.GameEventHandler.HandlePossibleConstructedCard(String id, Boolean canBeDoneImporting)
at Hearthstone_Deck_Tracker.HsLogReader.Analyze(String log)
at Hearthstone_Deck_Tracker.HsLogReader.d__1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.b__4(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
[8:04:25 PM] Load: Copied log.config to C:\Users\Nik\AppData\Local\Blizzard\Hearthstone\log.config (AlwaysOverwriteLogConfig)
[8:04:25 PM] Game: set CurrentGameMode to None
[8:04:25 PM] Game: >>>>>>>>>>> Reset <<<<<<<<<<<
[8:04:25 PM] OpponentSecrets: Cleared secrets
[8:04:26 PM] Tracker: Set player itemsource as PlayerDeck
[8:04:26 PM] Tracker: Switched to deck: Handlock 3.0
[8:04:26 PM] Game: >>>>>>>>>>> Reset <<<<<<<<<<<
[8:04:26 PM] OpponentSecrets: Cleared secrets
[8:04:26 PM] Helper: Checking for updates...
[8:04:26 PM] Helper: Current version: 0.9.10.0
[8:04:26 PM] LogReader: Current region: US
[8:04:26 PM] BackupManager: Running BackupManager
[8:04:26 PM] BackupManager: Backup for today already exists

Crashed multiple times when trying to start Deck Tracker while sitting in the main menu of Hearthstone. Was able to open successfully after a game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants