Open tetsune opened 1 year ago
Game Version: 1.19.0-Pre.5 Mod Version: 1.4.3
Description: Placing down straw/hay bed crashes the game.
How to reproduce:
Expected behavior: A clear description of what you expected to happen.
Screenshots / Videos: None, crashes to crash log.
Log:
Running on 64 bit Windows with 16271 MB RAM Game Version: v1.19.0-pre.5 (Unstable) 11/6/2023 6:01:36 PM: Critical error occurred in the following mod: morepiles@1.4.3 Loaded Mods: armoroverhaulsuite@1.0.0, attributer@1.0.5, signs@1.0.1, bedrespawner@1.0.0, betterclay@1.0.1, betterruins@0.2.4, bettertraders@0.0.2, Ceramos@0.4.3, cwmodular@1.0.9, djsdrifteranimations@1.0.0, djsvanillatools@1.0.5, hqzlights@1.1.1, samsdungeonsremastered@1.0.0, FarmSurvival@1.3.0, morecrops@1.0.3, morecropsfix@1.0.4-dev.8, FlexibleTools@2.1.0, caninae@1.0.5, pantherinae@1.0.9, furniturelibrary@1.0.9, guicompositesettingsex@1.1.0, HangingOilLamps@1.0.1, hideandfabric@1.3.0, juicyores@1.0.0, lantern@2.0.5, reducedarmornegatives@1.0.4, materialaging@1.1.0, medieval@1.02.07, meteoricexpansion@1.2.4, millwright@1.1.1, moreundergarments@0.0.1, leadroof@1.3.4, MoveLikeKaji@0.0.3, nightwatcher@1.5.0, plantstograss@1.0.1, propickfix@1.0.0, reducedincubationtime@1.0.0, rooffix@0.0.1, rpgitemrarity@1.0.4, shepherdmod@1.0.2, slvbearnerf@1.0.1, smokychimneys@1.0.0, litbrig@0.5.0, tprunes@1.1.0, thetwelvekeys@1.0.8, tinytweaks@2.0.0, visibleore@1.0.1, game@1.19.0-pre.5, wildcrafttrees@1.2.4, wildcraft@1.6.6, animalcages@2.2.0, beltcraft@1.0.0, betterfirepit@1.1.2, Bettermedievalexpansion@3.8.0, bodyheatbar@1.0.1, branchcutter@1.0.1, canbeignited@1.1.0, carcasses_are_frail@1.0.0, carryon@1.7.0-pre.1, commonlib@2.2.0, coolinbarrel@0.5.2, Crateful@1.2.7, dressful@1.6.0, dsdebarkedlogs@1.0.7, extrainfo@1.6.0, glowingprojectiles@1.1.3, GuibibiQOLS@1.0.2, hudclock@3.3.0, sailboat@1.1.0, kegrevival@1.0.2, kilntimeviewer@1.0.0, lichen@1.6.2, mapautocenter@1.1.1, moreanimals@1.2.4, morepiles@1.4.3, mortaldamage@1.5.0, pileful@1.1.2, claywheel@1.1.0, roadworks@1.0.9, scarecrow@1.3.1, statushud@1.4.3, stonerailings@1.1.0, storageoptions@1.0.2, th3dungeon@0.2.0, th3expansion@1.1.1, updatedtexturesandmodels@0.8.2, vesselbuff@1.0.6, creative@1.19.0-pre.5, survival@1.19.0-pre.5, metalrecovery@0.1.19-pre.1, awearablelight@1.0.8, betterbamboo@1.0.2, bullseye@2.5.0, cats@1.8.0, chrissis-es@0.1.2, debarkfix@1.0.1, defensive@0.1.7-pre.0, em@2.5.0-pre.1, extraoverlays@1.3.1, feverstonewilds@1.4.3, playercorpse@1.8.0, stonequarry@3.1.7, wolftaming@1.8.0, xinvtweaks@1.5.7, yeet@4.0.1, bricklayers@2.5.0-pre.1 System.MissingFieldException: Field not found: 'Vintagestory.API.Common.Block.PriorityInteract'. at MorePiles.HarmonyPatches.Patches.Block_CanPlaceBlock_Patch(Boolean& __result, IWorldAccessor world, IPlayer byPlayer, BlockSelection blockSel, String& failureCode) at Vintagestory.API.Common.Block.CanPlaceBlock_Patch2(Block this, IWorldAccessor world, IPlayer byPlayer, BlockSelection blockSel, String& failureCode) at Vintagestory.GameContent.BlockBed.TryPlaceBlock(IWorldAccessor world, IPlayer byPlayer, ItemStack itemstack, BlockSelection blockSel, String& failureCode) in VSSurvivalMod\Block\BlockBed.cs:line 33 at Vintagestory.Client.NoObf.ClientMain.OnPlayerTryPlace(BlockSelection blockSelection, String& failureCode) in VintagestoryLib\Client\ClientMain.cs:line 1631 at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.OnBlockBuild(BlockSelection blockSelection, Block onBlock, String& failureCode) in VintagestoryLib\Client\Systems\Player\MouseInWorldInteractions.cs:line 710 at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.HandleMouseInteractionsBlockSelected_Patch1(SystemMouseInWorldInteractions this, Single dt) at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.OnFinalizeFrame(Single dt) in VintagestoryLib\Client\Systems\Player\MouseInWorldInteractions.cs:line 101 at Vintagestory.Client.NoObf.ClientEventManager.TriggerRenderStage(EnumRenderStage stage, Single dt) in VintagestoryLib\Client\Util\ClientEventManager.cs:line 185 at Vintagestory.Client.NoObf.ClientMain.TriggerRenderStage(EnumRenderStage stage, Single dt) in VintagestoryLib\Client\ClientMain.cs:line 796 at Vintagestory.Client.NoObf.ClientMain.RenderToDefaultFramebuffer(Single dt) in VintagestoryLib\Client\ClientMain.cs:line 989 at Vintagestory.Client.ScreenManager.Render(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 668 at Vintagestory.Client.ScreenManager.OnNewFrame(Single dt) in VintagestoryLib\Client\ScreenManager.cs:line 643 at Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(FrameEventArgs e) in VintagestoryLib\Client\ClientPlatform\GameWindow.cs:line 78 at OpenTK.Windowing.Desktop.GameWindow.Run() at Vintagestory.Client.ClientProgram.Start(ClientProgramArgs args, String[] rawArgs) in VintagestoryLib\Client\ClientProgram.cs:line 322 at Vintagestory.Client.ClientProgram.<>c__DisplayClass9_0.<.ctor>b__1() in VintagestoryLib\Client\ClientProgram.cs:line 128 at Vintagestory.ClientNative.CrashReporter.Start(ThreadStart start) in VintagestoryLib\Client\ClientPlatform\ClientNative\CrashReporter.cs:line 93 Event Log entries for Vintagestory.exe, the latest 2 ================================== { TimeGenerated = 11/4/2023 7:58:36 PM, Site = , Source = Application Error, Message = Faulting application name: Vintagestory.exe, version: 1.19.0.0, time stamp: 0x6514d416 Faulting module name: coreclr.dll, version: 7.0.1023.36312, time stamp: 0x64b06d6c Exception code: 0xc0000005 Fault offset: 0x00000000001c98a6 Faulting process id: 0x2ec0 Faulting application start time: 0x01da0f7a6b6d75c0 Faulting application path: D:\Vintagestory_1.19\Vintagestory.exe Faulting module path: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\7.0.10\coreclr.dll Report Id: eca7788a-b45d-4380-99b5-93bef115263a Faulting package full name: Faulting package-relative application ID: } -------------- { TimeGenerated = 11/4/2023 6:30:11 PM, Site = , Source = Application Error, Message = Faulting application name: Vintagestory.exe, version: 1.19.0.0, time stamp: 0x6514d416 Faulting module name: KERNELBASE.dll, version: 10.0.19041.3570, time stamp: 0xda674bb7 Exception code: 0xe0434352 Fault offset: 0x000000000002cf19 Faulting process id: 0x39d8 Faulting application start time: 0x01da0f6df5a0d648 Faulting application path: D:\Vintagestory_1.19\Vintagestory.exe Faulting module path: C:\Windows\System32\KERNELBASE.dll Report Id: a57cf906-6c1c-4366-9227-ff12d3dff84c Faulting package full name: Faulting package-relative application ID: }
Game Version: 1.19.0-Pre.5 Mod Version: 1.4.3
Description: Placing down straw/hay bed crashes the game.
How to reproduce:
Expected behavior: A clear description of what you expected to happen.
Screenshots / Videos: None, crashes to crash log.
Log: