2016-03-23 15:11:28,922 [1] INFO Logger (null) - Hearthbuddy Version: 0.3.1182.251
Path: C:\Users\<Username>\Documents\Hearthbuddy1\<ExeName>
OS Name: Microsoft Windows 8
OS Version: 6.2.9200
OS Architecture: 64-bit
InstalledUICulture: en-US [English (United States)]
CurrentUICulture: en-US [English (United States)]
CurrentCulture: nb-NO [Norwegian, Bokmål (Norway)]
2016-03-23 15:11:28,981 [1] INFO Logger (null) - Now setting up JitProfiles...
2016-03-23 15:11:28,982 [1] INFO Logger (null) - JitProfiles successfully setup!
2016-03-23 15:11:28,999 [1] INFO Logger (null) - Now beginning pre-start tasks.
2016-03-23 15:11:29,000 [1] INFO Logger (null) - Now checking prerequisites...
2016-03-23 15:11:29,337 [1] INFO Logger (null) - Prerequisite check complete!
2016-03-23 15:11:29,415 [1] INFO Logger (null) - Pre-start tasks successfully completed.
2016-03-23 15:11:32,791 [1] INFO Logger (null) - [BotManager] MsBetweenTicks = 15
2016-03-23 15:11:45,873 [1] INFO Logger (null) - Hearthbuddy [0.3.1182.251] is up to date!
2016-03-23 15:11:46,852 [1] INFO Logger (null) - Region: eu
2016-03-23 15:11:46,853 [1] INFO Logger (null) - T: 5247629445487941100 H: 1442236616
2016-03-23 15:11:51,669 [9] INFO Logger (null) - Hearthstone client version (12051, 186971)
2016-03-23 15:11:51,716 [9] DEBUG AssemblyLoader`1 (null) - Reloading AssemblyLoader<Triton.Bot.IBot> - Initializing
2016-03-23 15:11:52,593 [9] INFO Logger (null) - [DefaultBotSettings] ClientBroken = False.
2016-03-23 15:11:52,594 [9] INFO Logger (null) - [DefaultBotSettings] NeedsToCacheCustomDecks = False.
2016-03-23 15:11:52,595 [9] INFO Logger (null) - [DefaultBotSettings] NeedsToCacheQuests = True.
2016-03-23 15:11:52,596 [9] INFO Logger (null) - [DefaultBotSettings] ArenaDontOpenRewards = False.
2016-03-23 15:11:52,597 [9] INFO Logger (null) - [DefaultBotSettings] ArenaDontDraft = False.
2016-03-23 15:11:52,598 [9] INFO Logger (null) - [DefaultBotSettings] AutoConcedeMinDelayMs = 15000.
2016-03-23 15:11:52,599 [9] INFO Logger (null) - [DefaultBotSettings] AutoConcedeMaxDelayMs = 30000.
2016-03-23 15:11:52,600 [9] INFO Logger (null) - [DefaultBotSettings] SpectateRandomFriend = True.
2016-03-23 15:11:52,601 [9] INFO Logger (null) - [DefaultBotSettings] SpectateAllowedName = .
2016-03-23 15:11:52,602 [9] INFO Logger (null) - [DefaultBotSettings] HideInactiveGameMode = True.
2016-03-23 15:11:52,602 [9] INFO Logger (null) - [DefaultBotSettings] AutoConcedeAfterConstructedWin = False.
2016-03-23 15:11:52,603 [9] INFO Logger (null) - [DefaultBotSettings] AutoConcedeNextConstructedGame = False.
2016-03-23 15:11:52,604 [9] INFO Logger (null) - [DefaultBotSettings] RoutineMustDraftArena = True.
2016-03-23 15:11:52,605 [9] INFO Logger (null) - [DefaultBotSettings] ConstructedMode = Casual.
2016-03-23 15:11:52,606 [9] INFO Logger (null) - [DefaultBotSettings] ConstructedCustomDeck = .
2016-03-23 15:11:52,607 [9] INFO Logger (null) - [DefaultBotSettings] AutoGreet = True.
2016-03-23 15:11:52,608 [9] INFO Logger (null) - [DefaultBotSettings] GameMode = Practice.
2016-03-23 15:11:52,610 [9] INFO Logger (null) - [DefaultBotSettings] PracticeDifficulty = Normal.
2016-03-23 15:11:52,612 [9] INFO Logger (null) - [DefaultBotSettings] PracticeOpponentClass = HUNTER.
2016-03-23 15:11:52,614 [9] INFO Logger (null) - [DefaultBotSettings] PracticeCustomDeck = .
2016-03-23 15:11:52,615 [9] INFO Logger (null) - [DefaultBotSettings] FriendlyCustomDeck = .
2016-03-23 15:11:52,617 [9] INFO Logger (null) - [DefaultBotSettings] FriendlyAllowedName = .
2016-03-23 15:11:52,617 [9] INFO Logger (null) - [DefaultBotSettings] NeedsToCacheQuests = True.
2016-03-23 15:11:52,618 [9] INFO Logger (null) - [DefaultBotSettings] NeedsToCacheCustomDecks = True.
2016-03-23 15:11:52,808 [9] DEBUG AssemblyLoader`1 (null) - Reloading AssemblyLoader<Triton.Bot.IRoutine> - Initializing
2016-03-23 15:11:52,812 [1] DEBUG Logger (null) - Current bot set to DefaultBot.
2016-03-23 15:11:52,864 [9] ERROR AssemblyLoader`1 (null) - [Reload] An exception occured.
System.UnauthorizedAccessException: Access to the path 'C:\Users\Henrik\Documents\Hearthbuddy1\Routines\DefaultRoutine\DefaultRoutineSettings.cs' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding)
at System.IO.File.InternalReadAllLines(String path, Encoding encoding)
at System.IO.File.ReadAllLines(String path)
at Triton.Common.CodeCompiler.?????????????????????????????????????????()
at Triton.Common.CodeCompiler.Compile()
at Triton.Common.AssemblyLoader`1.Reload(String reason)
2016-03-23 15:11:53,030 [9] DEBUG AssemblyLoader`1 (null) - Reloading AssemblyLoader<Triton.Bot.IPlugin> - Initializing
2016-03-23 15:11:53,033 [1] DEBUG Logger (null) - Current routine set to NullRoutine.
2016-03-23 15:11:54,424 [9] INFO Logger (null) - [AutoStopSettings] StopAtRank = False.
2016-03-23 15:11:54,427 [9] INFO Logger (null) - [AutoStopSettings] RankToStopAt = 20.
2016-03-23 15:11:54,429 [9] INFO Logger (null) - [AutoStopSettings] StopGameCount = 1.
2016-03-23 15:11:54,429 [9] INFO Logger (null) - [AutoStopSettings] StopWinCount = 1.
2016-03-23 15:11:54,430 [9] INFO Logger (null) - [AutoStopSettings] StopLossCount = 1.
2016-03-23 15:11:54,431 [9] INFO Logger (null) - [AutoStopSettings] StopConcedeCount = 1.
2016-03-23 15:11:54,433 [9] INFO Logger (null) - [AutoStopSettings] StopAfterXGames = False.
2016-03-23 15:11:54,434 [9] INFO Logger (null) - [AutoStopSettings] StopAfterXWins = False.
2016-03-23 15:11:54,435 [9] INFO Logger (null) - [AutoStopSettings] StopAfterXLosses = False.
2016-03-23 15:11:54,436 [9] INFO Logger (null) - [AutoStopSettings] StopAfterXConcedes = False.
2016-03-23 15:11:54,439 [9] DEBUG Logger (null) - [AutoStop] Initialize
2016-03-23 15:11:54,448 [9] INFO Logger (null) - [QuestSettings] StopAfterAllQuestsAreDone = True.
2016-03-23 15:11:54,451 [9] DEBUG Logger (null) - [Quest] Initialize
2016-03-23 15:11:54,453 [9] DEBUG Logger (null) - [Stats] Initialize
2016-03-23 15:11:54,534 [9] DEBUG Logger (null) - [Stats] Enable
2016-03-23 15:11:54,659 [9] INFO Logger (null) -
Please read the following guide before using this program:
https://www.thebuddyforum.com/hearthbuddy-forum/210230-hearthbuddy-bm-release-thread.html
2016-03-23 15:11:56,510 [1] INFO Logger (null) - [Start] Now creating the BotThread.
2016-03-23 15:11:56,595 [19] DEBUG Logger (null) - [Stats] Start
2016-03-23 15:11:56,597 [19] ERROR Logger (null) - [NullRoutine] The NullRoutine should not be used. Please choose a different routine and Start the bot again.
2016-03-23 15:11:56,597 [19] INFO Logger (null) - [Stop] Now requesting the BotThread to stop.
2016-03-23 15:11:56,650 [19] DEBUG Logger (null) - [Stats] Stop
2016-03-23 15:19:23,740 [1] INFO Logger (null) - [Start] Now creating the BotThread.
2016-03-23 15:19:23,814 [14] DEBUG Logger (null) - [Stats] Start
2016-03-23 15:19:23,815 [14] ERROR Logger (null) - [NullRoutine] The NullRoutine should not be used. Please choose a different routine and Start the bot again.
2016-03-23 15:19:23,815 [14] INFO Logger (null) - [Stop] Now requesting the BotThread to stop.
2016-03-23 15:19:23,848 [14] DEBUG Logger (null) - [Stats] Stop
2016-03-23 15:22:52,787 [1] INFO Logger (null) - [Start] Now creating the BotThread.
2016-03-23 15:22:52,853 [14] DEBUG Logger (null) - [Stats] Start
2016-03-23 15:22:52,854 [14] ERROR Logger (null) - [NullRoutine] The NullRoutine should not be used. Please choose a different routine and Start the bot again.
2016-03-23 15:22:52,854 [14] INFO Logger (null) - [Stop] Now requesting the BotThread to stop.
2016-03-23 15:22:52,886 [14] DEBUG Logger (null) - [Stats] Stop
2016-03-23 15:26:29,853 [1] DEBUG Logger (null) - The log filename has been copied to the clipboard: C:\Users\<Username>\Documents\Hearthbuddy1\Logs\Hearthbuddy 6496 2016-03-23 16.11.txt
help! plz. i also tried to reinstall hearthbuddy and delete settings folder!
thx
Path: C:\Users\<Username>\Documents\Hearthbuddy1\<ExeName>
OS Name: Microsoft Windows 8
OS Version: 6.2.9200
OS Architecture: 64-bit
InstalledUICulture: en-US [English (United States)]
CurrentUICulture: en-US [English (United States)]
CurrentCulture: nb-NO [Norwegian, Bokmål (Norway)]
2016-03-23 15:11:28,981 [1] INFO Logger (null) - Now setting up JitProfiles...
2016-03-23 15:11:28,982 [1] INFO Logger (null) - JitProfiles successfully setup!
2016-03-23 15:11:28,999 [1] INFO Logger (null) - Now beginning pre-start tasks.
2016-03-23 15:11:29,000 [1] INFO Logger (null) - Now checking prerequisites...
2016-03-23 15:11:29,337 [1] INFO Logger (null) - Prerequisite check complete!
2016-03-23 15:11:29,415 [1] INFO Logger (null) - Pre-start tasks successfully completed.
2016-03-23 15:11:32,791 [1] INFO Logger (null) - [BotManager] MsBetweenTicks = 15
2016-03-23 15:11:45,873 [1] INFO Logger (null) - Hearthbuddy [0.3.1182.251] is up to date!
2016-03-23 15:11:46,852 [1] INFO Logger (null) - Region: eu
2016-03-23 15:11:46,853 [1] INFO Logger (null) - T: 5247629445487941100 H: 1442236616
2016-03-23 15:11:51,669 [9] INFO Logger (null) - Hearthstone client version (12051, 186971)
2016-03-23 15:11:51,716 [9] DEBUG AssemblyLoader`1 (null) - Reloading AssemblyLoader<Triton.Bot.IBot> - Initializing
2016-03-23 15:11:52,593 [9] INFO Logger (null) - [DefaultBotSettings] ClientBroken = False.
2016-03-23 15:11:52,594 [9] INFO Logger (null) - [DefaultBotSettings] NeedsToCacheCustomDecks = False.
2016-03-23 15:11:52,595 [9] INFO Logger (null) - [DefaultBotSettings] NeedsToCacheQuests = True.
2016-03-23 15:11:52,596 [9] INFO Logger (null) - [DefaultBotSettings] ArenaDontOpenRewards = False.
2016-03-23 15:11:52,597 [9] INFO Logger (null) - [DefaultBotSettings] ArenaDontDraft = False.
2016-03-23 15:11:52,598 [9] INFO Logger (null) - [DefaultBotSettings] AutoConcedeMinDelayMs = 15000.
2016-03-23 15:11:52,599 [9] INFO Logger (null) - [DefaultBotSettings] AutoConcedeMaxDelayMs = 30000.
2016-03-23 15:11:52,600 [9] INFO Logger (null) - [DefaultBotSettings] SpectateRandomFriend = True.
2016-03-23 15:11:52,601 [9] INFO Logger (null) - [DefaultBotSettings] SpectateAllowedName = .
2016-03-23 15:11:52,602 [9] INFO Logger (null) - [DefaultBotSettings] HideInactiveGameMode = True.
2016-03-23 15:11:52,602 [9] INFO Logger (null) - [DefaultBotSettings] AutoConcedeAfterConstructedWin = False.
2016-03-23 15:11:52,603 [9] INFO Logger (null) - [DefaultBotSettings] AutoConcedeNextConstructedGame = False.
2016-03-23 15:11:52,604 [9] INFO Logger (null) - [DefaultBotSettings] RoutineMustDraftArena = True.
2016-03-23 15:11:52,605 [9] INFO Logger (null) - [DefaultBotSettings] ConstructedMode = Casual.
2016-03-23 15:11:52,606 [9] INFO Logger (null) - [DefaultBotSettings] ConstructedCustomDeck = .
2016-03-23 15:11:52,607 [9] INFO Logger (null) - [DefaultBotSettings] AutoGreet = True.
2016-03-23 15:11:52,608 [9] INFO Logger (null) - [DefaultBotSettings] GameMode = Practice.
2016-03-23 15:11:52,610 [9] INFO Logger (null) - [DefaultBotSettings] PracticeDifficulty = Normal.
2016-03-23 15:11:52,612 [9] INFO Logger (null) - [DefaultBotSettings] PracticeOpponentClass = HUNTER.
2016-03-23 15:11:52,614 [9] INFO Logger (null) - [DefaultBotSettings] PracticeCustomDeck = .
2016-03-23 15:11:52,615 [9] INFO Logger (null) - [DefaultBotSettings] FriendlyCustomDeck = .
2016-03-23 15:11:52,617 [9] INFO Logger (null) - [DefaultBotSettings] FriendlyAllowedName = .
2016-03-23 15:11:52,617 [9] INFO Logger (null) - [DefaultBotSettings] NeedsToCacheQuests = True.
2016-03-23 15:11:52,618 [9] INFO Logger (null) - [DefaultBotSettings] NeedsToCacheCustomDecks = True.
2016-03-23 15:11:52,808 [9] DEBUG AssemblyLoader`1 (null) - Reloading AssemblyLoader<Triton.Bot.IRoutine> - Initializing
2016-03-23 15:11:52,812 [1] DEBUG Logger (null) - Current bot set to DefaultBot.
2016-03-23 15:11:52,864 [9] ERROR AssemblyLoader`1 (null) - [Reload] An exception occured.
System.UnauthorizedAccessException: Access to the path 'C:\Users\Henrik\Documents\Hearthbuddy1\Routines\DefaultRoutine\DefaultRoutineSettings.cs' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
at System.IO.StreamReader..ctor(String path, Encoding encoding)
at System.IO.File.InternalReadAllLines(String path, Encoding encoding)
at System.IO.File.ReadAllLines(String path)
at Triton.Common.CodeCompiler.?????????????????????????????????????????()
at Triton.Common.CodeCompiler.Compile()
at Triton.Common.AssemblyLoader`1.Reload(String reason)
2016-03-23 15:11:53,030 [9] DEBUG AssemblyLoader`1 (null) - Reloading AssemblyLoader<Triton.Bot.IPlugin> - Initializing
2016-03-23 15:11:53,033 [1] DEBUG Logger (null) - Current routine set to NullRoutine.
2016-03-23 15:11:54,424 [9] INFO Logger (null) - [AutoStopSettings] StopAtRank = False.
2016-03-23 15:11:54,427 [9] INFO Logger (null) - [AutoStopSettings] RankToStopAt = 20.
2016-03-23 15:11:54,429 [9] INFO Logger (null) - [AutoStopSettings] StopGameCount = 1.
2016-03-23 15:11:54,429 [9] INFO Logger (null) - [AutoStopSettings] StopWinCount = 1.
2016-03-23 15:11:54,430 [9] INFO Logger (null) - [AutoStopSettings] StopLossCount = 1.
2016-03-23 15:11:54,431 [9] INFO Logger (null) - [AutoStopSettings] StopConcedeCount = 1.
2016-03-23 15:11:54,433 [9] INFO Logger (null) - [AutoStopSettings] StopAfterXGames = False.
2016-03-23 15:11:54,434 [9] INFO Logger (null) - [AutoStopSettings] StopAfterXWins = False.
2016-03-23 15:11:54,435 [9] INFO Logger (null) - [AutoStopSettings] StopAfterXLosses = False.
2016-03-23 15:11:54,436 [9] INFO Logger (null) - [AutoStopSettings] StopAfterXConcedes = False.
2016-03-23 15:11:54,439 [9] DEBUG Logger (null) - [AutoStop] Initialize
2016-03-23 15:11:54,448 [9] INFO Logger (null) - [QuestSettings] StopAfterAllQuestsAreDone = True.
2016-03-23 15:11:54,451 [9] DEBUG Logger (null) - [Quest] Initialize
2016-03-23 15:11:54,453 [9] DEBUG Logger (null) - [Stats] Initialize
2016-03-23 15:11:54,534 [9] DEBUG Logger (null) - [Stats] Enable
2016-03-23 15:11:54,659 [9] INFO Logger (null) -
Please read the following guide before using this program:
https://www.thebuddyforum.com/hearthbuddy-forum/210230-hearthbuddy-bm-release-thread.html
2016-03-23 15:11:56,510 [1] INFO Logger (null) - [Start] Now creating the BotThread.
2016-03-23 15:11:56,595 [19] DEBUG Logger (null) - [Stats] Start
2016-03-23 15:11:56,597 [19] ERROR Logger (null) - [NullRoutine] The NullRoutine should not be used. Please choose a different routine and Start the bot again.
2016-03-23 15:11:56,597 [19] INFO Logger (null) - [Stop] Now requesting the BotThread to stop.
2016-03-23 15:11:56,650 [19] DEBUG Logger (null) - [Stats] Stop
2016-03-23 15:19:23,740 [1] INFO Logger (null) - [Start] Now creating the BotThread.
2016-03-23 15:19:23,814 [14] DEBUG Logger (null) - [Stats] Start
2016-03-23 15:19:23,815 [14] ERROR Logger (null) - [NullRoutine] The NullRoutine should not be used. Please choose a different routine and Start the bot again.
2016-03-23 15:19:23,815 [14] INFO Logger (null) - [Stop] Now requesting the BotThread to stop.
2016-03-23 15:19:23,848 [14] DEBUG Logger (null) - [Stats] Stop
2016-03-23 15:22:52,787 [1] INFO Logger (null) - [Start] Now creating the BotThread.
2016-03-23 15:22:52,853 [14] DEBUG Logger (null) - [Stats] Start
2016-03-23 15:22:52,854 [14] ERROR Logger (null) - [NullRoutine] The NullRoutine should not be used. Please choose a different routine and Start the bot again.
2016-03-23 15:22:52,854 [14] INFO Logger (null) - [Stop] Now requesting the BotThread to stop.
2016-03-23 15:22:52,886 [14] DEBUG Logger (null) - [Stats] Stop
2016-03-23 15:26:29,853 [1] DEBUG Logger (null) - The log filename has been copied to the clipboard: C:\Users\<Username>\Documents\Hearthbuddy1\Logs\Hearthbuddy 6496 2016-03-23 16.11.txt
help! plz. i also tried to reinstall hearthbuddy and delete settings folder!
thx