Fresh install, latest DB beta. And getting this error:
Flashing window
Compiler Error: c:\DBfork\Plugins\Trinity\Cache\CacheUIObject.cs(12,18) : warning CS0660: 'Trinity.Cache.CacheUIObject' defines operator == or operator != but does not override Object.Equals(object o)
Compiler Error: c:\DBfork\Plugins\Trinity\Items\ItemWrapper.cs(12,18) : warning CS0660: 'Trinity.Items.ItemWrapper' defines operator == or operator != but does not override Object.Equals(object o)
Compiler Error: c:\DBfork\Plugins\Trinity\Combat\Enemies.cs(156,37) : warning CS0108: 'Trinity.Combat.TargetCluster.GetTargetWithoutDebuffs(System.Collections.Generic.IEnumerable<Zeta.Game.Internals.Actors.SNOPower>)' hides inherited member 'Trinity.Combat.TargetArea.GetTargetWithoutDebuffs(System.Collections.Generic.IEnumerable<Zeta.Game.Internals.Actors.SNOPower>)'. Use the new keyword if hiding was intended.
Compiler Error: c:\DBfork\Plugins\Trinity\LazyCache\TrinityUnit.cs(73,20) : warning CS0108: 'Trinity.LazyCache.TrinityUnit.RActorGuid' hides inherited member 'Trinity.LazyCache.TrinityObject.RActorGuid'. Use the new keyword if hiding was intended.
Compiler Error: c:\DBfork\Plugins\Trinity\LazyCache\TrinityUnit.cs(277,21) : warning CS0108: 'Trinity.LazyCache.TrinityUnit.IsInvulnerable' hides inherited member 'Trinity.LazyCache.TrinityObject.IsInvulnerable'. Use the new keyword if hiding was intended.
Compiler Error: c:\DBfork\Plugins\Trinity\LazyCache\TrinityMonster.cs(22,21) : warning CS0108: 'Trinity.LazyCache.TrinityMonster.IsElite' hides inherited member 'Trinity.LazyCache.TrinityUnit.IsElite'. Use the new keyword if hiding was intended.
Compiler Error: c:\DBfork\Plugins\Trinity\LazyCache\TrinityMonster.cs(27,21) : warning CS0108: 'Trinity.LazyCache.TrinityMonster.IsRare' hides inherited member 'Trinity.LazyCache.TrinityUnit.IsRare'. Use the new keyword if hiding was intended.
Compiler Error: c:\DBfork\Plugins\Trinity\LazyCache\TrinityMonster.cs(32,21) : warning CS0108: 'Trinity.LazyCache.TrinityMonster.IsUnique' hides inherited member 'Trinity.LazyCache.TrinityUnit.IsUnique'. Use the new keyword if hiding was intended.
Compiler Error: c:\DBfork\Plugins\Trinity\LazyCache\TrinityMonster.cs(47,40) : warning CS0108: 'Trinity.LazyCache.TrinityMonster.MonsterAffixEntries' hides inherited member 'Trinity.LazyCache.TrinityUnit.MonsterAffixEntries'. Use the new keyword if hiding was intended.
Compiler Error: c:\DBfork\Plugins\Trinity\LazyCache\TrinityMonster.cs(117,21) : warning CS0108: 'Trinity.LazyCache.TrinityMonster.IsUntargetable' hides inherited member 'Trinity.LazyCache.TrinityObject.IsUntargetable'. Use the new keyword if hiding was intended.
Compiler Error: c:\DBfork\Plugins\Trinity\LazyCache\TrinityPlayer.cs(385,21) : warning CS0108: 'Trinity.LazyCache.TrinityPlayer.HasDebuff(Zeta.Game.Internals.Actors.SNOPower)' hides inherited member 'Trinity.LazyCache.TrinityUnit.HasDebuff(Zeta.Game.Internals.Actors.SNOPower)'. Use the new keyword if hiding was intended.
Compiler Error: c:\DBfork\Plugins\Trinity\Helpers\Inferno.cs(211,35) : error CS0266: Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
Compiler Error: c:\DBfork\Plugins\Trinity\Items\CachedACDItem.cs(201,41) : error CS0266: Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
Compiler Error: c:\DBfork\Plugins\Trinity\Items\ItemWrapper.cs(83,37) : error CS0266: Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
Compiler Error: c:\DBfork\Plugins\Trinity\Items\TrinityItemManager.cs(1057,49) : error CS0266: Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
Compiler Error: c:\DBfork\Plugins\Trinity\Items\TrinityItemManager.cs(1612,28) : error CS0266: Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
Compiler Error: c:\DBfork\Plugins\Trinity\Items\TrinityItemManager.cs(1614,28) : error CS0266: Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
Compiler Error: c:\DBfork\Plugins\Trinity\LazyCache\TrinityItem.cs(104,26) : error CS0266: Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
Compiler Error: c:\DBfork\Plugins\Trinity\LazyCache\TrinityPlayer.cs(223,26) : error CS0266: Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
Compiler Error: c:\DBfork\Plugins\Trinity\ProfileTags\InfernoStatusTag.cs(30,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.
trinity fork is downloaded from assembla.