• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Weird error

    Discussion in 'Hearthbuddy Support' started by ihackduhlol, Sep 6, 2015.

    1. ihackduhlol

      ihackduhlol New Member

      Joined:
      Sep 6, 2015
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs(1136,22) : warning CS0114: 'HREngine.Bots.Playfield.GetHashCode()' hides inherited member 'object.GetHashCode()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\DefaultRoutine.cs(87,17) : warning CS0219: The variable 'amountBoardsInEnemyTurnSimSecondStepp' is assigned but its value is never used
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\DefaultRoutine.cs(633,27) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\DefaultRoutine.cs(667,60) : error CS1061: 'HREngine.Bots.Silverfish' does not contain a definition for 'waitingForSilver' and no extension method 'waitingForSilver' accepting a first argument of type 'HREngine.Bots.Silverfish' could be found (are you missing a using directive or an assembly reference?)
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\DefaultRoutine.cs(669,42) : error CS1061: 'HREngine.Bots.Silverfish' does not contain a definition for 'readActionFile' and no extension method 'readActionFile' accepting a first argument of type 'HREngine.Bots.Silverfish' could be found (are you missing a using directive or an assembly reference?)
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\DefaultRoutine.cs(749,30) : error CS1501: No overload for method 'updateEverything' takes 3 arguments
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\DefaultRoutine.cs(752,60) : error CS1061: 'HREngine.Bots.Silverfish' does not contain a definition for 'waitingForSilver' and no extension method 'waitingForSilver' accepting a first argument of type 'HREngine.Bots.Silverfish' could be found (are you missing a using directive or an assembly reference?)
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\DefaultRoutine.cs(950,27) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\DefaultRoutine.cs(964,27) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\DefaultRoutine.cs(1103,27) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\BoardTester.cs(380,21) : warning CS0162: Unreachable code detected
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\CardDB.cs(3889,17) : warning CS0219: The variable 'de' is assigned but its value is never used
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\ComboBreaker.cs(52,21) : warning CS0219: The variable 'i' is assigned but its value is never used
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\MiniSimulator.cs(396,27) : warning CS0219: The variable 'pp' is assigned but its value is never used
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\MiniSimulator.cs(449,27) : warning CS0219: The variable 'pp' is assigned but its value is never used
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\MiniSimulatorNextTurn.cs(266,27) : warning CS0219: The variable 'pp' is assigned but its value is never used
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\PenalityManager.cs(447,22) : warning CS0219: The variable 'frothingberserkerEnemy' is assigned but its value is never used
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\PenalityManager.cs(448,22) : warning CS0219: The variable 'frothingberserkerOwn' is assigned but its value is never used
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\PenalityManager.cs(449,22) : warning CS0219: The variable 'grimpatronEnemy' is assigned but its value is never used
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\PenalityManager.cs(450,22) : warning CS0219: The variable 'grimpatronOwn' is assigned but its value is never used
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\PenalityManager.cs(824,25) : warning CS0162: Unreachable code detected
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\PenalityManager.cs(1237,29) : warning CS0219: The variable 'beasts' is assigned but its value is never used
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs(572,17) : warning CS0162: Unreachable code detected
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\ai\Playfield.cs(1324,22) : warning CS0219: The variable 'dontkill' is assigned but its value is never used
      Compiler Error: c:\Users\Matt\Desktop\Hearthbuddy\Routines\DefaultRoutine\Silverfish\penalties\Pen_DREAM_05.cs(31,13) : warning CS0162: Unreachable code detected
      Reloading AssemblyLoader<Triton.Bot.IPlugin> - Initializing
      -----------------------------------------------------------------------------------------------------------------------------------------------------

      Current routine set to NullRoutine.
      [AutoStopSettings] StopAtRank = False.
      [AutoStopSettings] RankToStopAt = 20.
      [AutoStopSettings] StopGameCount = 1.
      [AutoStopSettings] StopWinCount = 1.
      [AutoStopSettings] StopLossCount = 1.
      [AutoStopSettings] StopConcedeCount = 1.
      [AutoStopSettings] StopAfterXGames = False.
      [AutoStopSettings] StopAfterXWins = False.
      [AutoStopSettings] StopAfterXLosses = False.
      [AutoStopSettings] StopAfterXConcedes = False.
      [AutoStopSettings] StopAtRank = False.
      [AutoStopSettings] RankToStopAt = 20.
      [AutoStopSettings] StopGameCount = 1.
      [AutoStopSettings] StopWinCount = 1.
      [AutoStopSettings] StopLossCount = 1.
      [AutoStopSettings] StopConcedeCount = 1.
      [AutoStopSettings] StopAfterXGames = False.
      [AutoStopSettings] StopAfterXWins = False.
      [AutoStopSettings] StopAfterXLosses = False.
      [AutoStopSettings] StopAfterXConcedes = False.
      [AutoStop] Initialize
      [QuestSettings] StopAfterAllQuestsAreDone = True.
      [QuestSettings] OnlyUseCustomDecks = False.
      [QuestSettings] StopAfterAllQuestsAreDone = True.
      [QuestSettings] OnlyUseCustomDecks = False.
      [Quest] Initialize
      [Stats] Initialize
      [Stats] Enable

      Please read the following guide before using this program:
      https://www.thebuddyforum.com/hearthbuddy-forum/210230-hearthbuddy-bm-release-thread.html
      [DefaultBotSettings] GameMode = Arena.
      [Start] Now creating the BotThread.
      [Stats] Start
      [NullRoutine] The NullRoutine should not be used. Please choose a different routine and Start the bot again.
      [Stop] Now requesting the BotThread to stop.
      [Stats] Stop


      From the start till the dashes, its a red error what do i do?
       
    2. Coolmaster

      Coolmaster Member

      Joined:
      Aug 16, 2013
      Messages:
      709
      Likes Received:
      3
      Trophy Points:
      18
      Sorry for the late reply. Try to remove microsoft .NET, c++ 2010, c++ 2012
      restart your pc,
      download the BuddyWizard.zip
      run them as administrator.
      after wizard installation is done, run windows update. And install all updates for .net & c++
      restart
       

    Share This Page