Advertisement
DiSektion

Untitled

Mar 16th, 2024
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. System.Collections.Generic.KeyNotFoundException: The given key 'EntityProjectileSpellEmpoweredRustOrbRM' was not present in the dictionary.
  2. at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  3. at GlowingArrows.GlowingArrows.<>c__DisplayClass1_1.<StartClientSide>b__1(EntityProperties properties) in C:\Users\Billy\RiderProjects\GlowingArrows\src\GlowingArrows.cs:line 21
  4. at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
  5. at GlowingArrows.GlowingArrows.<>c__DisplayClass1_0.<StartClientSide>b__0(Single _) in C:\Users\Billy\RiderProjects\GlowingArrows\src\GlowingArrows.cs:line 20
  6. at Vintagestory.Common.EventManager.TriggerGameTick(Int64 ellapsedMilliseconds, IWorldAccessor world) in VintagestoryLib\Common\EventManager.cs:line 57
  7. at Vintagestory.Client.NoObf.ClientMain.MainRenderLoop(Single dt) in VintagestoryLib\Client\ClientMain.cs:line 838
  8. at Vintagestory.Client.NoObf.ClientMain.MainGameLoop(Single deltaTime) in VintagestoryLib\Client\ClientMain.cs:line 730
  9. at Vintagestory.Client.GuiScreenRunningGame.RenderToPrimary(Single dt) in VintagestoryLib\Client\MainMenu\Screens\GuiScreenRunningGame.cs:line 163
  10. at Vintagestory.Client.ScreenManager.Render(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 676
  11. at Vintagestory.Client.ScreenManager.OnNewFrame(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 651
  12. at Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(FrameEventArgs e) in VintagestoryLib\Client\ClientPlatform\GameWindow.cs:line 88
  13. at OpenTK.Windowing.Desktop.GameWindow.Run()
  14. at Vintagestory.Client.ClientProgram.Start(ClientProgramArgs args, String[] rawArgs) in VintagestoryLib\Client\ClientProgram.cs:line 324
  15. at Vintagestory.Client.ClientProgram.<>c__DisplayClass9_0.<.ctor>b__1() in VintagestoryLib\Client\ClientProgram.cs:line 128
  16. at Vintagestory.ClientNative.CrashReporter.Start(ThreadStart start) in VintagestoryLib\Client\ClientPlatform\ClientNative\CrashReporter.cs:line 93
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement