What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

DB error when started up

Belgarth

New Member
Joined
Sep 19, 2012
Messages
15
Reaction score
0
Hello all,

I get the following error when I start up DB.

Flashing window
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\ExplorationGrid.cs(75,24) : warning CS0628: 'ExplorationGrid.MarkNodesNearWall': new protected member declared in sealed class
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\ExplorationGrid.cs(102,40) : warning CS0108: 'ExplorationGrid.GetRayLine(Vector3, Vector3)' hides inherited member 'Grid<ExplorationNode>.GetRayLine(Vector3, Vector3)'. Use the new keyword if hiding was intended.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\IGrid.cs(20,14) : warning CS0108: 'IGrid<T>.Reset()' hides inherited member 'IGrid.Reset()'. Use the new keyword if hiding was intended.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\NavigationGrid.cs(49,24) : warning CS0628: 'NavigationGrid.MarkNodesNearWall': new protected member declared in sealed class
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Grid\GridPoint.cs(5,19) : warning CS0660: 'GridPoint' defines operator == or operator != but does not override Object.Equals(object o)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Grid\GridPoint.cs(5,19) : warning CS0661: 'GridPoint' defines operator == or operator != but does not override Object.GetHashCode()
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\GridPoint.cs(6,19) : warning CS0660: 'GridPoint' defines operator == or operator != but does not override Object.Equals(object o)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\GridPoint.cs(6,19) : warning CS0661: 'GridPoint' defines operator == or operator != but does not override Object.GetHashCode()
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\IPluginCommunicator.cs(78,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\IPluginCommunicator.cs(115,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Util\MemoryHelper.cs(51,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Util\MemoryHelper.cs(61,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Tags\TestTag2.cs(53,33) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Tags\StopBotTag.cs(28,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Tags\TestTag.cs(53,33) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\WaitCoroutine.cs(29,33) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\TownPortalCoroutine.cs(118,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\NavigationCoroutine.cs(133,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToScenePositionCoroutine.cs(106,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToScenePositionCoroutine.cs(161,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToScenePositionCoroutine.cs(167,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToSceneCoroutine.cs(102,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(96,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\AttackCoroutine.cs(106,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToSceneCoroutine.cs(148,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(170,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToSceneCoroutine.cs(154,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(177,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\AttackCoroutine.cs(112,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(184,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\ActBountiesCoroutine.cs(192,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\KeywardenCoroutines\KeywardenCoroutine.cs(221,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\KeywardenCoroutines\KeywardenCoroutine.cs(227,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\AttackCoroutine.cs(174,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\AttackCoroutine.cs(180,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToMapMarkerCoroutine.cs(113,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToMapMarkerCoroutine.cs(169,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToMapMarkerCoroutine.cs(176,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\BountyCoroutine.cs(140,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\BountyCoroutine.cs(182,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\BountyCoroutine.cs(188,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\BountyCoroutine.cs(194,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToActorCoroutine.cs(100,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToActorCoroutine.cs(145,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\MoveToActorCoroutine.cs(151,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\KillUniqueMonsterCoroutine.cs(110,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\ExplorationHelpers.cs(129,13) : warning CS0162: Unreachable code detected
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearAreaForNSecondsCoroutine.cs(84,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\KillUniqueMonsterCoroutine.cs(165,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\KillUniqueMonsterCoroutine.cs(177,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearAreaForNSecondsCoroutine.cs(136,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearAreaForNSecondsCoroutine.cs(142,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Grid\SceneDefinition.cs(31,17) : warning CS0162: Unreachable code detected
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Grid\SceneDefinition.cs(61,17) : warning CS0162: Unreachable code detected
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\UI\DeveloperUI.cs(785,17) : warning CS0219: The variable 'wpNr' is assigned but its value is never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearLevelAreaCoroutine.cs(83,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithUnitCoroutine.cs(112,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearLevelAreaCoroutine.cs(122,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\ClearLevelAreaCoroutine.cs(127,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\EnterLevelAreaCoroutine.cs(148,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithUnitCoroutine.cs(205,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithUnitCoroutine.cs(211,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\EnterLevelAreaCoroutine.cs(276,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithGizmoCoroutine.cs(114,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\Experiments\SceneDef.cs(15,35) : error CS1061: 'Scene.NavMesh' does not contain a definition for 'SceneSNO' and no extension method 'SceneSNO' accepting a first argument of type 'Scene.NavMesh' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithGizmoCoroutine.cs(218,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\InteractWithGizmoCoroutine.cs(224,34) : 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\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGateScene.cs(16,96) : error CS1061: 'WorldScene' does not contain a definition for 'SnoId' and no extension method 'SnoId' accepting a first argument of type 'WorldScene' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(224,81) : error CS1061: 'WorldScene' does not contain a definition for 'SnoId' and no extension method 'SnoId' accepting a first argument of type 'WorldScene' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(245,108) : error CS1061: 'WorldScene' does not contain a definition for 'SnoId' and no extension method 'SnoId' accepting a first argument of type 'WorldScene' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(245,20) : error CS0117: 'Logger' does not contain a definition for 'DebugSetting'
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(246,105) : error CS1061: 'WorldScene' does not contain a definition for 'SnoId' and no extension method 'SnoId' accepting a first argument of type 'WorldScene' could be found (are you missing a using directive or an assembly reference?)
 
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(246,20) : error CS0117: 'Logger' does not contain a definition for 'DebugSetting'
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(290,24) : error CS0117: 'Logger' does not contain a definition for 'DebugSetting'
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(294,24) : error CS0117: 'Logger' does not contain a definition for 'DebugSetting'
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\SceneMapping\DeathGates.cs(344,20) : error CS0117: 'Logger' does not contain a definition for 'DebugSetting'
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\Algorithms\AStar\EmptyPathfinder.cs(7,45) : warning CS0067: The event 'EmptyPathfinder.PathFinderDebug' is never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\EnterLevelAreaCoroutine.cs(287,21) : warning CS0169: The field 'EnterLevelAreaCoroutine.v1' is never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Adventurer.cs(91,37) : warning CS0169: The field 'Adventurer._previousNavigationProvider' is never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\EnterLevelAreaCoroutine.cs(288,21) : warning CS0169: The field 'EnterLevelAreaCoroutine.v2' is never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\EnterLevelAreaCoroutine.cs(289,79) : warning CS0169: The field 'EnterLevelAreaCoroutine.values' is never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\RiftCoroutines\RiftCoroutine.cs(1305,24) : warning CS0169: The field 'RiftCoroutine._startingState' is never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\EnterLevelAreaCoroutine.cs(23,30) : warning CS0169: The field 'EnterLevelAreaCoroutine._portalMarkers' is never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Game\Exploration\ScenesStorage.cs(166,54) : warning CS0067: The event 'ScenesStorage.ScenesAdded' is never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\TownPortalCoroutine.cs(106,22) : warning CS0414: The field 'TownPortalCoroutine._usedWaypoint' is assigned but its value is never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Adventurer\Coroutines\BountyCoroutines\Subroutines\EnterLevelAreaCoroutine.cs(27,22) : warning CS0414: The field 'EnterLevelAreaCoroutine._exitSceneUnreachable' is assigned but its value is never used
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(4,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\AvoidanceManager.cs(5,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\Structures\AvoidanceNode.cs(3,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Helpers\GridHelper.cs(6,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Helpers\GameEvents.cs(3,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Movement\NavHelper.cs(6,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Settings\AvoidanceSetting.cs(10,18) : error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Settings\Paragon\ParagonSetting.cs(8,18) : error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\UI\Overlays\3D\ViewPortModel.cs(15,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\UI\UIComponents\Controls\RangeSlider.cs(14,18) : error CS0234: The type or namespace name 'UI' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\UI\UIComponents\MarkupExtensions\WidthToColumnCountExtension.cs(6,7) : warning CS0105: The using directive for 'System' appeared previously in this namespace
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(21,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\UI\Visualizer\RadarCanvas\DrawExtensions.cs(13,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\UI\Visualizer\RadarCanvas\RadarCanvas.cs(14,18) : error CS0234: The type or namespace name 'Coroutines' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\UI\Visualizer\RadarCanvas\RadarCanvas.cs(15,18) : error CS0234: The type or namespace name 'Game' does not exist in the namespace 'Adventurer' (are you missing an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\UI\Visualizer\RadarCanvas\RadarHitTestUtility.cs(2,7) : warning CS0105: The using directive for 'System' appeared previously in this namespace
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Objects\IActor.cs(14,17) : warning CS0108: 'IActor.Position' hides inherited member 'IFindable.Position'. Use the new keyword if hiding was intended.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Objects\IActor.cs(21,15) : warning CS0108: 'IActor.Distance' hides inherited member 'IFindable.Distance'. Use the new keyword if hiding was intended.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Reference\Gems.cs(485,45) : warning CS0108: 'Gems.Items' hides inherited member 'FieldCollection<Gems, Item>.Items'. Use the new keyword if hiding was intended.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Reference\Legendary.cs(15328,45) : warning CS0108: 'Legendary.Items' hides inherited member 'FieldCollection<Legendary, Item>.Items'. Use the new keyword if hiding was intended.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Items\ItemWrapper.cs(12,18) : warning CS0660: 'ItemWrapper' defines operator == or operator != but does not override Object.Equals(object o)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Helpers\GridHelper.cs(14,19) : error CS0246: The type or namespace name 'NavigationGrid' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Helpers\GridHelper.cs(16,16) : error CS0246: The type or namespace name 'ExplorationGrid' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(13,41) : error CS0307: The namespace 'Trinity.Framework.Grid' cannot be used with type arguments
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(70,43) : error CS0246: The type or namespace name 'SceneData' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(221,99) : error CS0246: The type or namespace name 'Direction' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(18,31) : error CS0115: 'AvoidanceGrid.BoxSize': no suitable method found to override
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(19,29) : error CS0115: 'AvoidanceGrid.GridBounds': no suitable method found to override
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(45,30) : error CS0115: 'AvoidanceGrid.CanRayCast(Vector3, Vector3)': no suitable method found to override
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(50,30) : error CS0115: 'AvoidanceGrid.CanRayWalk(Vector3, Vector3)': no suitable method found to override
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(65,30) : error CS0115: 'AvoidanceGrid.Reset()': no suitable method found to override
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\AvoidanceGrid.cs(70,33) : error CS0115: 'AvoidanceGrid.OnUpdated(SceneData)': no suitable method found to override
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Objects\Memory\Attributes\AttributeManager.cs(40,29) : warning CS0108: 'AttributeManager.IsValid' hides inherited member 'MemoryWrapper.IsValid'. Use the new keyword if hiding was intended.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\Structures\AvoidanceNode.cs(9,57) : error CS0246: The type or namespace name 'INode' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\Structures\AvoidanceNode.cs(42,16) : error CS0246: The type or namespace name 'IGroupNode' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\Structures\AvoidanceNode.cs(52,16) : error CS0246: The type or namespace name 'NodeFlags' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\Structures\AvoidanceNode.cs(53,16) : error CS0246: The type or namespace name 'GridPoint' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Framework\Avoidance\Structures\AvoidanceNode.cs(11,30) : error CS0246: The type or namespace name 'IDetailNode' could not be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\UI\UIComponents\BindingMember.cs(36,50) : warning CS0108: 'BindingMember.PropertyChanged' hides inherited member 'BaseObject.PropertyChanged'. Use the new keyword if hiding was intended.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(1011,50) : warning CS0108: 'VisualizerViewModel.PropertyChanged' hides inherited member 'XmlSettings.PropertyChanged'. Use the new keyword if hiding was intended.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(1014,29) : warning CS0114: 'VisualizerViewModel.OnPropertyChanged(string)' hides inherited member 'XmlSettings.OnPropertyChanged(string)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Compiler Error: C:\Users\Lee\Documents\Demonbuddy\Plugins\Trinity\Settings\AvoidanceSetting.cs(102,50) : warning CS0108: 'AvoidanceSetting.PropertyChanged' hides inherited member 'NotifyBase.PropertyChanged'. Use the new keyword if hiding was intended.
 
wow, registered in 2012, can't attach a log file?
this is pretty useless to paste these logs here, kinda impossible to read it.

also, a fresh install may solve your problem
 
Back
Top