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

Good Morning - Problem with new Trinity from SVN

D4ve

New Member
Joined
Feb 1, 2016
Messages
12
Reaction score
0
Hello, i just Update to the new Version.

Got instant a lot of Errors, i uninstall after it complet, doing complet new Installation and got same Stuff. Here my Log :

Demonbuddy v1.1.3010.460 started
Logging in...
T: 5247631055838422732 H: 3540820814
Attached to Diablo III with pid: 9672
Flashing window
Compiler Error: D:\YOLO\Plugins\Trinity\Movement\StuckHandler.cs(11,7) : warning CS0105: The using directive for 'System.Threading.Tasks' appeared previously in this namespace
Compiler Error: D:\YOLO\Plugins\Trinity\Settings\Loot\ItemListSettings.cs(27,7) : warning CS0105: The using directive for 'System.Text' appeared previously in this namespace
Compiler Error: D:\YOLO\Plugins\Trinity\Settings\Loot\ItemListSettings.cs(28,7) : warning CS0105: The using directive for 'System.IO' appeared previously in this namespace
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\BindingMember.cs(17,7) : warning CS0105: The using directive for 'Trinity.Technicals' appeared previously in this namespace
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\MarkupExtensions\WidthToColumnCountExtension.cs(6,7) : warning CS0105: The using directive for 'System' appeared previously in this namespace
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Visualizer\RadarCanvas\RadarHitTestUtility.cs(2,7) : warning CS0105: The using directive for 'System' appeared previously in this namespace
Compiler Error: D:\YOLO\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: D:\YOLO\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: D:\YOLO\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: D:\YOLO\Plugins\Trinity\Settings\AvoidanceSetting.cs(95,50) : warning CS0108: 'AvoidanceSetting.PropertyChanged' hides inherited member 'NotifyBase.PropertyChanged'. Use the new keyword if hiding was intended.
Compiler Error: D:\YOLO\Plugins\Trinity\Reference\Legendary.cs(15329,45) : warning CS0108: 'Legendary.Items' hides inherited member 'FieldCollection<Legendary, Item>.Items'. Use the new keyword if hiding was intended.
Compiler Error: D:\YOLO\Plugins\Trinity\Items\ItemWrapper.cs(12,18) : warning CS0660: 'ItemWrapper' defines operator == or operator != but does not override Object.Equals(object o)
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\BindingMember.cs(40,50) : warning CS0108: 'BindingMember.PropertyChanged' hides inherited member 'BaseObject.PropertyChanged'. Use the new keyword if hiding was intended.
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(1018,50) : warning CS0108: 'VisualizerViewModel.PropertyChanged' hides inherited member 'XmlSettings.PropertyChanged'. Use the new keyword if hiding was intended.
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(1021,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: D:\YOLO\Plugins\Trinity\Framework\Objects\Memory\Attributes\AttributeManager.cs(39,29) : warning CS0108: 'AttributeManager.IsValid' hides inherited member 'MemoryWrapper.IsValid'. Use the new keyword if hiding was intended.
Compiler Error: D:\YOLO\Plugins\Trinity\Framework\Objects\Memory\Containers\ExpandoContainer.cs(14,18) : warning CS0108: 'ExpandoContainer<T>.this[short]' hides inherited member 'Container<T>.this[short]'. Use the new keyword if hiding was intended.
Compiler Error: D:\YOLO\Plugins\Trinity\Coroutines\Resources\CoroutineHelper.cs(168,40) : 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: D:\YOLO\Plugins\Trinity\UI\UIComponents\Converters\EnumVisibilityConverter.cs(33,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\Converters\DisplayNameAttributeConverter.cs(43,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: D:\YOLO\Plugins\Trinity\Coroutines\CoroutineHelper.cs(168,40) : 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: D:\YOLO\Plugins\Trinity\Coroutines\Overrides.cs(18,40) : 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: D:\YOLO\Plugins\Trinity\Helpers\ToStringReflector.cs(16,32) : warning CS0168: The variable 'properties' is declared but never used
Compiler Error: D:\YOLO\Plugins\Trinity\Coroutines\Town\TrinityTownRun.cs(112,25) : error CS0103: The name 'DropItems' does not exist in the current context
Compiler Error: D:\YOLO\Plugins\Trinity\Helpers\AquireFrameHelper.cs(65,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: D:\YOLO\Plugins\Trinity\Helpers\AquireFrameHelper.cs(75,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: D:\YOLO\Plugins\Trinity\Coroutines\AutoEquipItems.cs(172,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: D:\YOLO\Plugins\Trinity\Coroutines\AutoEquipItems.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: D:\YOLO\Plugins\Trinity\Framework\Avoidance\AvoidanceDataFactory.cs(536,37) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: D:\YOLO\Plugins\Trinity\Cache\RefreshObject.cs(131,67) : error CS0103: The name 'DropItems' does not exist in the current context
Compiler Error: D:\YOLO\Plugins\Trinity\Items\TrinityItemManager.cs(36,13) : error CS0103: The name 'ItemEvents' does not exist in the current context
Compiler Error: D:\YOLO\Plugins\Trinity\Items\TrinityItemManager.cs(37,13) : error CS0103: The name 'ItemEvents' does not exist in the current context
Compiler Error: D:\YOLO\Plugins\Trinity\Items\TrinityItemManager.cs(38,13) : error CS0103: The name 'ItemEvents' does not exist in the current context
Compiler Error: D:\YOLO\Plugins\Trinity\Helpers\IPluginCommunicator.cs(78,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: D:\YOLO\Plugins\Trinity\Helpers\IPluginCommunicator.cs(115,34) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: D:\YOLO\Plugins\Trinity\Helpers\Rotator.cs(122,19) : warning CS0168: The variable 'newAngle' is declared but never used
Compiler Error: D:\YOLO\Plugins\Trinity\Coroutines\Town\StashItems.cs(122,21) : error CS0103: The name 'ItemEvents' does not exist in the current context
Compiler Error: D:\YOLO\Plugins\Trinity\Coroutines\Town\Gamble.cs(137,41) : 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: D:\YOLO\Plugins\Trinity\Coroutines\Town\SalvageItems.cs(159,21) : error CS0103: The name 'ItemEvents' does not exist in the current context
Compiler Error: D:\YOLO\Plugins\Trinity\Coroutines\Town\SellItems.cs(97,25) : error CS0103: The name 'ItemEvents' does not exist in the current context
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\3D\Viewport3DRadar.cs(507,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: D:\YOLO\Plugins\Trinity\UI\TabUI.cs(452,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\TabUI.cs(503,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\TabUI.cs(515,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\TabUI.cs(536,30) : warning CS0168: The variable 'ex' is declared but never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\PropertyValueBindingItem.cs(27,28) : warning CS0169: The field 'PropertyValueBindingItem._member' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Visualizer\RadarCanvas\RadarCanvas.cs(732,30) : warning CS0169: The field 'RadarCanvas._lastClusterGeom' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(997,25) : warning CS0169: The field 'VisualizerViewModel._playerPosition' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Settings\Loot\ItemListSettings.cs(53,40) : warning CS0169: The field 'ItemListSettings._viewPortal' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Movement\StuckHandler.cs(37,26) : warning CS0169: The field 'StuckHandler._lastPositionCheckTime' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\3D\Viewport3DRadar.cs(561,35) : warning CS0169: The field 'Viewport3DRadar._cancellationToken' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\OverlayLoader.cs(85,31) : warning CS0649: Field 'OverlayLoader._border2' is never assigned to, and will always have its default value null
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Visualizer\RadarCanvas\RadarCanvas.cs(1101,31) : warning CS0169: The field 'RadarCanvas._testkiteNode' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\BindingMember.cs(40,50) : warning CS0067: The event 'BindingMember.PropertyChanged' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Settings\Combat\MiscCombatSetting.cs(57,24) : warning CS0169: The field 'MiscCombatSetting._riftValueAlwaysKillClusterByValueRadius' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\3D\Viewport3DRadar.cs(46,21) : warning CS0169: The field 'Viewport3DRadar._frame' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Settings\AvoidanceSetting.cs(95,50) : warning CS0067: The event 'AvoidanceSetting.PropertyChanged' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\3D\Viewport3DRadar.cs(52,36) : warning CS0169: The field 'Viewport3DRadar._wireframe' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\3D\Viewport3DRadar.cs(550,34) : warning CS0649: Field 'Viewport3DRadar._cameraPositionAnimation' is never assigned to, and will always have its default value null
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(72,24) : warning CS0169: The field 'VisualizerViewModel._blacklistButtonText' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Coroutines\Town\TrinityTownRun.cs(289,29) : warning CS0649: Field 'TrinityTownRun._isVendoring' is never assigned to, and will always have its default value false
Compiler Error: D:\YOLO\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(24,33) : warning CS0169: The field 'CrusaderCombat._coeElementTime' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Settings\GamblingSetting.cs(30,21) : warning CS0169: The field 'GamblingSetting._forceTownRunThreshold' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Framework\Avoidance\AvoidanceAreaStats.cs(14,22) : warning CS0169: The field 'AvoidanceAreaStats._throttleChangeNotifications' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\BindingMember.cs(43,23) : warning CS0169: The field 'BindingMember._range' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(73,22) : warning CS0169: The field 'VisualizerViewModel._isBlacklisted' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\3D\Viewport3DRadar.cs(556,25) : warning CS0169: The field 'Viewport3DRadar._lastSmoothMoveStartPosition' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\Input\MouseInput.cs(25,24) : warning CS0169: The field 'MouseInput._mouseLeftDownHandle' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Settings\Loot\TownRunSetting.cs(36,22) : warning CS0169: The field 'TownRunSetting._stashLegendaryFollowerItems' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\Input\KeyboardInput.cs(91,24) : warning CS0649: Field 'KeyboardInput.KBDLLHOOKSTRUCT.flags' is never assigned to, and will always have its default value 0
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Visualizer\RadarCanvas\RadarObject.cs(19,24) : warning CS0169: The field 'RadarObject._actor' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(25,32) : warning CS0169: The field 'CrusaderCombat._coeCurrentElement' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\3D\Viewport3DRadar.cs(47,25) : warning CS0169: The field 'Viewport3DRadar._lastCameraPosition' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Settings\Combat\WizardSetting.cs(27,23) : warning CS0169: The field 'WizardSetting._teleportDelay' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Combat\Abilities\CrusaderCombat.cs(1014,25) : warning CS0169: The field 'CrusaderCombat._currentLoiterTarget' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Plugin.cs(58,25) : warning CS0649: Field 'Trinity._version' is never assigned to, and will always have its default value null
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\Input\KeyboardInput.cs(93,24) : warning CS0649: Field 'KeyboardInput.KBDLLHOOKSTRUCT.dwExtraInfo' is never assigned to, and will always have its default value 0
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\3D\Viewport3DRadar.cs(567,29) : warning CS0169: The field 'Viewport3DRadar._camTransform' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Framework\Actors\ActorManager.cs(158,28) : warning CS0169: The field 'ActorManager._tps' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\PropertyValueFlagBindingItem.cs(45,31) : warning CS0169: The field 'PropertyValueFlagBindingItem._isAllFlag' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Items\TrinityItemManager.cs(32,34) : warning CS0169: The field 'TrinityItemManager._priority' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(994,22) : warning CS0169: The field 'VisualizerViewModel._showGrid' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\3D\Viewport3DRadar.cs(565,25) : warning CS0169: The field 'Viewport3DRadar._projectedPosition' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Settings\Combat\CrusaderSetting.cs(10,22) : warning CS0169: The field 'CrusaderSetting._SpamAkarats' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\Input\KeyboardInput.cs(92,24) : warning CS0649: Field 'KeyboardInput.KBDLLHOOKSTRUCT.time' is never assigned to, and will always have its default value 0
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\3D\Viewport3DRadar.cs(563,25) : warning CS0169: The field 'Viewport3DRadar._lastSmoothMoveTargetPosition' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\3D\Viewport3DRadar.cs(49,29) : warning CS0169: The field 'Viewport3DRadar._playerSphere' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\ItemList\LRule.cs(35,26) : warning CS0169: The field 'LRule._type' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\ItemList\LRule.cs(36,26) : warning CS0169: The field 'LRule._ruleType' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\OverlayLoader.cs(86,31) : warning CS0649: Field 'OverlayLoader._border1' is never assigned to, and will always have its default value null
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\Input\KeyboardInput.cs(90,24) : warning CS0649: Field 'KeyboardInput.KBDLLHOOKSTRUCT.scanCode' is never assigned to, and will always have its default value 0
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Visualizer\VisualizerViewModel.cs(993,22) : warning CS0169: The field 'VisualizerViewModel._statsLocalPctAvg' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Settings\Loot\TownRunSetting.cs(28,22) : warning CS0169: The field 'TownRunSetting._SellExtraPotions' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\Input\KeyboardInput.cs(89,24) : warning CS0649: Field 'KeyboardInput.KBDLLHOOKSTRUCT.vkCode' is never assigned to, and will always have its default value 0
Compiler Error: D:\YOLO\Plugins\Trinity\UI\UIComponents\PropertyValueBindingItem.cs(8,24) : warning CS0169: The field 'PropertyValueBindingItem._value' is never used
Compiler Error: D:\YOLO\Plugins\Trinity\UI\Overlays\3D\Viewport3DRadar.cs(557,22) : warning CS0414: The field 'Viewport3DRadar._isAnimating' is assigned but its value is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Configuration\Variables.cs(213,31) : warning CS0414: The field 'Trinity._playerEmergencyHealthGlobeLimit' is assigned but its value is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Configuration\Variables.cs(313,28) : warning CS0414: The field 'Trinity.TotalNumberGoblins' is assigned but its value is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Configuration\Variables.cs(214,31) : warning CS0414: The field 'Trinity._playerHealthGlobeResource' is assigned but its value is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Combat\Abilities\MonkCombat.cs(26,20) : warning CS0414: The field 'MonkCombat._swMinTime' is assigned but its value is never used
Compiler Error: D:\YOLO\Plugins\Trinity\Configuration\Variables.cs(306,29) : warning CS0414: The field 'Trinity.AnyMobsInRange' is assigned but its value is never used
[Adventurer] (1.3.4.21) initialized.
[Adventurer] Plugin is up-to-date.

Now Plugin is not longer Avaible in DB to Select and Bot dont work... makes me cry :/

Can anyone Help ? Or where can i get the last Trinity Version ?

(And YES! i deleted the whole Adventurer and Trinity Folders from the new Clean Install and Copy/Paste the SVNs after on the Original Places)

Thanks a lot ^^

and sorry for my Shit Englisch :P

D4ve
 
Yeah i just using now the Stable release and it works :)

But im very intrested to Test Pre Versions, anyway thank you guys for answer :)

D4ve
 
Back
Top