Advertisement
Guest User

Animation Manager critical error

a guest
Feb 22nd, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | Software | 0 0
  1. Running on 64 bit Windows 10.0.19045.0 with 32693 MB RAM
  2. Game Version: v1.19.3 (Stable)
  3. 2/22/2024 6:09:00 PM: Critical error occurred in the following mods: animationmanagerlib@0.6.3, bullseye-continued@2.5.4
  4. Loaded Mods: aculinaryartillery@1.1.1, advancedsmithing@1.3.0, autopanning@1.0.1, backpackpack@1.0.3, driedfirefuels@1.0.1, drodmodtesttttt@0.1.3, TA_fieldsandplateaus@1.0.2, immersivecorpsedrop@1.0.1, knappingmastery@1.0.1, leaflanternlining@1.1.1, lumbersling@1.1.0, millwright@1.1.4, moreclassesrevised-v1-0-4@1.0.4, nocharcoallost@1.0.0, nooffhand@1.0.1, primitivesurvival@3.4.6, translocatorengineeringredux@1.4.9, usefuldrifterloot@1.0.3, game@1.19.3, wlts@1.0.0, zoombuttonreborn@1.5.0, animationmanagerlib@0.6.3, egocaribautomapmarkers@3.1.0, beehivekiln@1.5.1, betterfirepit@1.1.3, betterjonasdevices@1.1.0, betterruins@0.3.3, blocksoverlay@3.2.1, butchering@1.5.2, carryon@1.7.4, commonlib@2.3.2, expandedfoods@1.6.8, farmlanddropssoil@1.4.0, hudclock@3.3.0, knapster@2.8.0, mobsradar@2.0.0, nocokelost@1.0.0, petai@2.2.1, stonebakeoven@1.1.3, th3dungeon@0.2.1-rc.1, trapdoorsareladders@1.0.0, creative@1.19.3, survival@1.19.3, wildfarmingrevival@1.1.7, xlib119@0.7.4-dev.119, bullseye-continued@2.5.4, koboldplayermodelport@1.2.1, stonequarry@3.2.1, xskills119@0.7.5-dev.1191
  5. System.Collections.Generic.KeyNotFoundException: The given key '796264179' was not present in the dictionary.
  6. at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  7. at AnimationManagerLib.AnimationProvider.ConstructAnimation(ICoreClientAPI api, AnimationId id, AnimationData data, Shape shape) in D:\Projects\Firearms\AnimationManager_19\AnimationManager\src\ProceduralAnimations\Manager.cs:line 376
  8. at AnimationManagerLib.AnimationProvider.Get(AnimationId id, AnimationTarget target) in D:\Projects\Firearms\AnimationManager_19\AnimationManager\src\ProceduralAnimations\Manager.cs:line 365
  9. at AnimationManagerLib.AnimationManager.Run(Guid id, AnimationTarget animationTarget, Boolean synchronize, AnimationRequest[] requests) in D:\Projects\Firearms\AnimationManager_19\AnimationManager\src\ProceduralAnimations\Manager.cs:line 76
  10. at AnimationManagerLib.AnimationManager.Run(AnimationTarget animationTarget, Boolean synchronize, AnimationRequest[] requests) in D:\Projects\Firearms\AnimationManager_19\AnimationManager\src\ProceduralAnimations\Manager.cs:line 43
  11. at AnimationManagerLib.AnimationManagerLibSystem.Run(AnimationTarget animationTarget, AnimationSequence sequence, Boolean synchronize) in D:\Projects\Firearms\AnimationManager_19\AnimationManager\src\AnimationManagerModSystem.cs:line 28
  12. at Bullseye.BullseyeCollectibleBehaviorBow.SetAimAnimation(ICoreClientAPI capi) in D:\Projects\VSBullseye\src\BullseyeCollectibleBehaviorBow.cs:line 265
  13. at Bullseye.BullseyeCollectibleBehaviorBow.OnAimingStep(Single secondsUsed, ItemSlot slot, EntityAgent byEntity) in D:\Projects\VSBullseye\src\BullseyeCollectibleBehaviorBow.cs:line 92
  14. at Bullseye.BullseyeCollectibleBehaviorRangedWeapon.OnHeldInteractStep(Single secondsUsed, ItemSlot slot, EntityAgent byEntity, BlockSelection blockSel, EntitySelection entitySel, EnumHandling& handling) in D:\Projects\VSBullseye\src\BullseyeCollectibleBehaviorRangedWeapon.cs:line 178
  15. at Vintagestory.API.Common.CollectibleObject.OnHeldInteractStep_Patch1(CollectibleObject this, Single secondsUsed, ItemSlot slot, EntityAgent byEntity, BlockSelection blockSel, EntitySelection entitySel)
  16. at Vintagestory.API.Common.CollectibleObject.OnHeldUseStep(Single secondsPassed, ItemSlot slot, EntityAgent byEntity, BlockSelection blockSel, EntitySelection entitySel) in VintagestoryApi\Common\Collectible\Collectible.cs:line 1092
  17. at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.HandleHandInteraction(Single dt) in VintagestoryLib\Client\Systems\Player\MouseInWorldInteractions.cs:line 307
  18. at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.OnGameTick(Single dt) in VintagestoryLib\Client\Systems\Player\MouseInWorldInteractions.cs:line 160
  19. at Vintagestory.Common.EventManager.TriggerGameTick(Int64 ellapsedMilliseconds, IWorldAccessor world) in VintagestoryLib\Common\EventManager.cs:line 57
  20. at Vintagestory.Client.NoObf.ClientMain.MainRenderLoop(Single dt) in VintagestoryLib\Client\ClientMain.cs:line 831
  21. at Vintagestory.Client.NoObf.ClientMain.MainGameLoop(Single deltaTime) in VintagestoryLib\Client\ClientMain.cs:line 723
  22. at Vintagestory.Client.GuiScreenRunningGame.RenderToPrimary(Single dt) in VintagestoryLib\Client\MainMenu\Screens\GuiScreenRunningGame.cs:line 163
  23. at Vintagestory.Client.ScreenManager.Render(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 675
  24. at Vintagestory.Client.ScreenManager.OnNewFrame(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 650
  25. at Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(FrameEventArgs e) in VintagestoryLib\Client\ClientPlatform\GameWindow.cs:line 88
  26. at OpenTK.Windowing.Desktop.GameWindow.Run()
  27. at Vintagestory.Client.ClientProgram.Start(ClientProgramArgs args, String[] rawArgs) in VintagestoryLib\Client\ClientProgram.cs:line 318
  28. at Vintagestory.Client.ClientProgram.<>c__DisplayClass9_0.<.ctor>b__1() in VintagestoryLib\Client\ClientProgram.cs:line 128
  29. at Vintagestory.ClientNative.CrashReporter.Start(ThreadStart start) in VintagestoryLib\Client\ClientPlatform\ClientNative\CrashReporter.cs:line 93
  30.  
Tags: VintageStory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement