Advertisement
Guest User

crashlog

a guest
Jan 16th, 2024
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. Running on 64 bit Windows 10.0.22621.0 with 32577 MB RAM
  2. Game Version: v1.19.0-rc.8 (Unstable)
  3. 1/16/2024 8:02:56 PM: Critical error occurred in the following mod: carryon@1.7.0-pre.3
  4. Loaded Mods: bettercrates@1.7.0-rc.1, bettertraders@0.0.3, butchering@1.1.0, chiseltools@1.10.1, creativelayers@0.1.0, dirtyoldsack@1.0.0, driftersbelongunderground@1.0.1, extrachests@1.8.0-rc.1, millwright@1.1.3, moreicons@1.1.0, moreclay@1.0.1, nobearjetpacks@1.0.1, noisybears@1.1.0, NoMoreDrifterThrowing@1.0.0, TA_plainsandvalleys@1.0.5, primitivesurvival@3.4.5, rlmoonsun@0.1.1, temporal_gears_stack@1.0.0, translocatorengineeringredux@1.4.9, usefuldrifterloot@1.0.3, voicevolume@1.1.0, game@1.19.0-rc.8, abcsreborn@0.1.4, egocaribautomapmarkers@3.0.1, betterfirepit@1.1.2, carryon@1.7.0-pre.3, commonlib@2.3.2, composter@1.1.0, freedomunits@1.1.2, fromgoldencombs@1.4.25, hudclock@3.4.0, medievalexpansion@3.12.0, morepiles@1.5.0, naturalnight@2.1.0, outlawmod@1.2.0, petai@2.2.1, rivers@1.1.2, scarecrow@1.4.0, simplestep@1.1.0, storageoptions@1.0.2, th3dungeon@0.2.1-rc.1, creative@1.19.0-rc.8, survival@1.19.0-rc.8, metalrecovery@0.1.19-pre.1, feverstonehorses@1.6.0-rc.2, foxtaming@1.4.0, sleekdoorglass@1.0.0, shellpan@1.0.0, simplewinddirection@1.0.2, stonequarry@3.2.1, wolftaming@2.0.2
  5. System.NullReferenceException: Object reference not set to an instance of an object.
  6. at Vintagestory.GameContent.BlockBehaviorCreatureContainer.HasAnimal(ItemStack itemStack) in VSSurvivalMod\BlockBehavior\BehaviorCreatureContainer.cs:line 31
  7. at Vintagestory.GameContent.BlockBehaviorCreatureContainer.TryPlaceBlock(IWorldAccessor world, IPlayer byPlayer, ItemStack itemstack, BlockSelection blockSel, EnumHandling& handling, String& failureCode) in VSSurvivalMod\BlockBehavior\BehaviorCreatureContainer.cs:line 123
  8. at Vintagestory.API.Common.Block.TryPlaceBlock(IWorldAccessor world, IPlayer byPlayer, ItemStack itemstack, BlockSelection blockSel, String& failureCode) in VintagestoryApi\Common\Collectible\Block\Block.cs:line 791
  9. at CarryOn.API.Common.CarriedBlock.PlaceDown(IWorldAccessor world, BlockSelection selection, Entity entity, Boolean dropped, Boolean playSound) in G:\git\github\Nerdscurvy\CarryOn\src\API\Common\CarriedBlock.cs:line 195
  10. at CarryOn.API.Common.CarriedBlockExtensions.PlaceCarried(IPlayer player, BlockSelection selection, CarrySlot slot) in G:\git\github\Nerdscurvy\CarryOn\src\API\Common\CarriedBlockExtensions.cs:line 135
  11. at CarryOn.Common.CarryHandler.PlaceDown(IPlayer player, CarriedBlock carried, BlockSelection selection, BlockPos& placedAt) in G:\git\github\Nerdscurvy\CarryOn\src\Common\CarryHandler.cs:line 525
  12. at CarryOn.Common.CarryHandler.OnGameTick(Single deltaTime) in G:\git\github\Nerdscurvy\CarryOn\src\Common\CarryHandler.cs:line 252
  13. at Vintagestory.Common.EventManager.TriggerGameTick(Int64 ellapsedMilliseconds, IWorldAccessor world) in VintagestoryLib\Common\EventManager.cs:line 57
  14. at Vintagestory.Client.NoObf.ClientMain.MainRenderLoop(Single dt) in VintagestoryLib\Client\ClientMain.cs:line 808
  15. at Vintagestory.Client.NoObf.ClientMain.MainGameLoop(Single deltaTime) in VintagestoryLib\Client\ClientMain.cs:line 724
  16. at Vintagestory.Client.GuiScreenRunningGame.RenderToPrimary(Single dt) in VintagestoryLib\Client\MainMenu\Screens\GuiScreenRunningGame.cs:line 200
  17. at Vintagestory.Client.ScreenManager.Render(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 674
  18. at Vintagestory.Client.ScreenManager.OnNewFrame(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 649
  19. at Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(FrameEventArgs e) in VintagestoryLib\Client\ClientPlatform\GameWindow.cs:line 78
  20. at OpenTK.Windowing.Desktop.GameWindow.Run()
  21. at Vintagestory.Client.ClientProgram.Start(ClientProgramArgs args, String[] rawArgs) in VintagestoryLib\Client\ClientProgram.cs:line 318
  22. at Vintagestory.Client.ClientProgram.<>c__DisplayClass9_0.<.ctor>b__1() in VintagestoryLib\Client\ClientProgram.cs:line 128
  23. at Vintagestory.ClientNative.CrashReporter.Start(ThreadStart start) in VintagestoryLib\Client\ClientPlatform\ClientNative\CrashReporter.cs:line 93
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement