Jump to content

Expanded Foods 1.6.9


l33tmaan

Recommended Posts

now it is a general bug. the recipe registry for dough is broke. I am clueless. I am going to post a crash report on this. you have also a new patron. me. i added a line in the code. the crash report occurs when looking for each item in the dvalues list in dough recipes. the line number is near the one reported. the differeence was the for each statement was converted to a for and it checks if dvalues and cvalues is null.

client-crash.txt

RecipeNetworkSystem.cs

Edited by DemonBigj781
details.
Link to comment
Share on other sites

What exactly were you doing and what broke? I've been able to make stuff just fine, but what I have is a lot different than what was posted here a few weeks ago.

I should also hopefully be able to get another pre-release out this weekend. Things still aren't all fixed, but I think they're MOSTLY fixed!

  • Cookie time 1
Link to comment
Share on other sites

3 hours ago, Matthew Birchall said:

Will we need to make a new world when this mod updates or are we okay to use our existing one?

I'm not sure. A lot of code has changed so I'll need to make a world in 1.15 and update it to 1.16 and see what happens. I think it'll mostly be fine? 

Link to comment
Share on other sites

I said I would get this out this weekend, so naturally I'd do it on Monday.
Well, here's another pre-release. A lot more should be working than before, but the nutrition values are still a bit wonky. I THINK all of the crashing should be gone now. Please let me know if you run into any problems. 

ExpandedFoods 1.5.3.pre 2.zip

  • Haha 1
  • Thanks 2
Link to comment
Share on other sites

  • l33tmaan changed the title to Expanded Foods 1.5.3.pre.2

Awesome! I'm glad the new version came out already! ^^

I didn't have time to do much testing today, but I've messed around with the new pre-release, and I've found 3 issues so far:
1. The game crashes if you try to use any saucepan recipe, the very moment the recipe completes. It occurs in both the saucepan and the cauldrons. It crashes with:

Spoiler

Game Version: v1.16.3 (Stable)
Loaded Mods: expandedfoods@1.5.3.pre.2, weaponpacka@1.2.3, ancienttools@1.3.6, animalcages@2.0.4, tonwexp@1.0.9, backpackpackplus@1.0.3, bamboom@0.2.1, buildingplus_sub1@1.0.0, buildingplus@1.1.1, cavepaintings@1.3.0, foundrymod@1.0.0, moreroads@1.4.2, necessaries@1.1.1, pieontheshelf@1.0.0, preservationmod@1.0.0, primitivesurvival@2.8.0, qptech@1.7.0, RangedWeapons@0.4.5, shinglesandthethings@1.0.1, rope-bridges@1.1.0, superfuel@2.0.6, survivalcats@1.2.2-rc.2, locustmod@2.3.5, travelmarkers@0.3.1, viescraftmachines@1.5.0, game@1.16.3, zeekea@1.6.0, additionalmolds@1.0.1, alchemy@1.5.8, carrycapacity@0.6.4, fancyplanters@1.0.2, farmlife@1.2.2, fromgoldencombs@1.3.6-rc.4, lichen@1.6.1, medievalexpansion@3.7.1, morepiles@1.2.0, petai@1.3.5, slidingdoor@1.0.0, stonequarry@1.6.2, tprunes@1.0.3, usefulstuff@2.3.0, vanvar@1.1.2, creative@1.16.3, survival@1.16.3, wildfarming@1.2.5, xlib@0.6.8, xrowboat@0.0.3, bricklayers@0.8.2, bullseye@2.2.3, cats@1.3.2, debarkfix@1.0.1, stonepiles@1.0.2, wildcraft@1.1.4, wolftaming@1.3.1, xskills@0.6.8
15.02.2022 20:20:26: Critical error occurred
System.NullReferenceException: Odwołanie do obiektu nie zostało ustawione na wystąpienie obiektu.
   w ExpandedFoods.BlockSaucepan.GenRightMesh(ICoreClientAPI capi, ItemStack contentStack, BlockPos forBlockPos, Boolean isSealed)
   w ExpandedFoods.BlockSaucepan.OnBeforeRender(ICoreClientAPI capi, ItemStack itemstack, EnumItemRenderTarget target, ItemRenderInfo& renderinfo)
   w Vintagestory.Client.NoObf.InventoryItemRenderer.GetItemStackRenderInfo(ClientMain game, ItemSlot inSlot, EnumItemRenderTarget target, Single dt)
   w Vintagestory.Client.NoObf.InventoryItemRenderer.RenderItemstackToGui(ItemSlot inSlot, Double posX, Double posY, Double posZ, Single size, Int32 color, Boolean shading, Boolean origRotate, Boolean showStackSize)
   w Vintagestory.API.Client.GuiElementItemSlotGridBase.RenderInteractiveElements(Single deltaTime)
   w Vintagestory.API.Client.GuiComposer.Render(Single deltaTime)
   w Vintagestory.API.Client.GuiDialog.OnRenderGUI(Single deltaTime)
   w Vintagestory.API.Client.GuiDialogBlockEntity.OnRenderGUI(Single deltaTime)
   w Vintagestory.Client.NoObf.GuiManager.OnRenderFrameGUI(Single deltaTime)
   w Vintagestory.Client.NoObf.ClientEventManager.TriggerRenderStage(EnumRenderStage stage, Single dt)
   w Vintagestory.Client.NoObf.ClientMain.TriggerRenderStage(EnumRenderStage stage, Single dt)
   w Vintagestory.Client.NoObf.ClientMain.RenderToDefaultFramebuffer(Single dt)
   w _TcPKe0ld0EAbHR8YsMG1OLy9q8O._vg1QFi5yvtdWtcWdYGzwV9j9PVf(Single )
   w _SbWHHe8Ad6lBV8IRbvWFqut7ren._mSnyaJUIQhBb8A1j3UUn7uh5BBO(Single )
   w _SbWHHe8Ad6lBV8IRbvWFqut7ren._b365Cpnna1p8GSaDyyO3EH2VfOD(Single )
   w Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(Object sender, FrameEventArgs e)
   w System.EventHandler`1.Invoke(Object sender, TEventArgs e)
   w OpenTK.GameWindow.RaiseRenderFrame(Double elapsed, Double& timestamp) w C:\Users\Nexrem\Desktop\transfer\opentk\src\OpenTK\GameWindow.cs:wiersz 479
   w OpenTK.GameWindow.DispatchRenderFrame() w C:\Users\Nexrem\Desktop\transfer\opentk\src\OpenTK\GameWindow.cs:wiersz 454
   w OpenTK.GameWindow.Run(Double updates_per_second, Double frames_per_second) w C:\Users\Nexrem\Desktop\transfer\opentk\src\OpenTK\GameWindow.cs:wiersz 375
   w _muFH2BhSjNKo8GSc2o33Nm6Ckup._SwLkq72vc0vcc3OnHXTAS19pm9p(_tVmXPdKJ3JBDWFc8tBtvgftcfhl , String[] )
   w _XL1Xa21FKJVFetNmIumId5p6UDU._SwLkq72vc0vcc3OnHXTAS19pm9p(ThreadStart )

2. If you put the bottle with syrup in the bottle rack's slot that already has a bottle in it, it overwrites it, deleting the bottle in a process.
3. The game crashes when you try to put the bottle in zeekea's wine rack. But this one doesn't surprises me, as this is a pre-release so the mods probbably aren't compatible with eachother yet. Unfortunately I lost the crash log from that event, will try to replicate it again tomorrow.
I'll see if I find something else after some more testing.

  • Like 3
Link to comment
Share on other sites

3 hours ago, l33tmaan said:

@FilvandrelSorry, I've gotta hit you with this: 

The "Works on My Machine" Certification Program

Boiling recipes work just fine and the bottle rack doesn't delete bottles or anything like that. The Zeekea thing is probably on @ZigTheHedge to patch on his end, though.

Interesting. Must be something on my end then. Maybe a conflict with my other mods or something. I will investigate it in spare time.

Link to comment
Share on other sites

Hi, l33tmaan! I love your work!

Experienced my first crash on the pre 2 build, as this is my first post I don't know if it's proper to paste it here, or to PM it to you, but this is what I got when opening a storage vessel to look at a pie:

 

Spoiler

Running on 64 bit Windows with 32 GB RAM 
Game Version: v1.16.3 (Stable)
Loaded Mods: expandedfoods@1.5.3.pre.2, animalcages@2.0.6, primitivesurvival@2.8.0, game@1.16.3, petai@1.3.4, creative@1.16.3, survival@1.16.3, metalrecovery@0.1.16, wolftaming@1.3.1
2/16/2022 10:35:52 PM: Critical error occurred
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at ExpandedFoods.BlockMealBowlBasePatches.nutriFactsFix(IWorldAccessor world, ItemSlot inSlotorFirstSlot, ItemStack[] contentStacks, EntityAgent forEntity, String& __result, Boolean mulWithStacksize, Single nutritionMul, Single healthMul)
   at Vintagestory.GameContent.BlockMeal.GetContentNutritionFacts_Patch1(BlockMeal this, IWorldAccessor world, ItemSlot inSlotorFirstSlot, ItemStack[] contentStacks, EntityAgent forEntity, Boolean mulWithStacksize, Single nutritionMul, Single healthMul)
   at Vintagestory.GameContent.BlockPie.GetHeldItemInfo(ItemSlot inSlot, StringBuilder dsc, IWorldAccessor world, Boolean withDebugInfo)
   at Vintagestory.API.Common.ItemStack.GetDescription(IWorldAccessor world, ItemSlot inSlot, Boolean debug)
   at Vintagestory.API.Client.GuiElementItemstackInfo.AsyncRecompose()
   at Vintagestory.API.Client.GuiElementItemstackInfo.SetSourceSlot(ItemSlot nowSlot)
   at Vintagestory.Client.NoObf.HudMouseTools.OnMouseEnterSlot(ItemSlot slot)
   at Vintagestory.Client.NoObf.ClientEventManager.TriggerOnMouseEnterSlot(ClientMain game, ItemSlot slot)
   at Vintagestory.API.Client.GuiElementItemSlotGridBase.OnMouseMove(ICoreClientAPI api, MouseEvent args)
   at Vintagestory.API.Client.GuiComposer.OnMouseMove(MouseEvent mouse)
   at Vintagestory.API.Client.GuiDialog.OnMouseMove(MouseEvent args)
   at Vintagestory.Client.NoObf.GuiManager.OnMouseMove(MouseEvent args)
   at Vintagestory.Client.NoObf.ClientMain.OnMouseMove(MouseEvent args)
   at Vintagestory.Client.NoObf.ClientPlatformWindows.UpdateMousePosition()
   at Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(Object sender, FrameEventArgs e)
   at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
   at OpenTK.GameWindow.RaiseRenderFrame(Double elapsed, Double& timestamp) in C:\Users\Nexrem\Desktop\transfer\opentk\src\OpenTK\GameWindow.cs:line 479
   at OpenTK.GameWindow.DispatchRenderFrame() in C:\Users\Nexrem\Desktop\transfer\opentk\src\OpenTK\GameWindow.cs:line 454
   at OpenTK.GameWindow.Run(Double updates_per_second, Double frames_per_second) in C:\Users\Nexrem\Desktop\transfer\opentk\src\OpenTK\GameWindow.cs:line 375
   at _muFH2BhSjNKo8GSc2o33Nm6Ckup._SwLkq72vc0vcc3OnHXTAS19pm9p(_tVmXPdKJ3JBDWFc8tBtvgftcfhl , String[] )
   at _XL1Xa21FKJVFetNmIumId5p6UDU._SwLkq72vc0vcc3OnHXTAS19pm9p(ThreadStart )
-------------------------------

Event Log entries containing Vintagestory.exe, the latest 3
==================================
{ TimeGenerated = 2/6/2022 4:28:33 PM, Site = , Source = Application Hang, Message = The program Vintagestory.exe version 1.16.3.0 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Security and Maintenance control panel.

Process ID: 29c4

Start Time: 01d81ba04a541ac7

Termination Time: 3

Application Path: C:\Program Files (x86)\Vintagestory\Vintagestory.exe

Report Id: 2c24cb66-15c9-4c8b-9af3-9f6ed1aaf4d1

Faulting package full name: 

Faulting package-relative application ID: 

Hang type: Unknown
 }
--------------
{ TimeGenerated = 2/6/2022 4:28:33 PM, Site = , Source = Windows Error Reporting, Message = Fault bucket 1322474227087573300, type 5
Event Name: AppHangB1
Response: Not available
Cab Id: 0

Problem signature:
P1: Vintagestory.exe
P2: 1.16.3.0
P3: 61fa6977
P4: 86d0
P5: 134217728
P6: 
P7: 
P8: 
P9: 
P10: 

Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERCA5C.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERCA6D.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERCA6C.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERCA8C.tmp.txt
\\?\C:\Users\Nate\AppData\Local\Temp\WERD0A8.tmp.appcompat.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppHang_Vintagestory.exe_2869b35f613db2d76a648b7438506267751eacc4_f6be797b_4de7c2fb-8d02-47b4-bdde-23961b9e041e

Analysis symbol: 
Rechecking for solution: 0
Report Id: 2c24cb66-15c9-4c8b-9af3-9f6ed1aaf4d1
Report Status: 268435456
Hashed bucket: d6ac1a857063527e925a5f4d822a0134
Cab Guid: 0 }
--------------
{ TimeGenerated = 2/6/2022 4:03:36 PM, Site = , Source = Windows Error Reporting, Message = Fault bucket 1594561706345019528, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: Vintagestory.exe
P2: 1.16.3.0
P3: 61fa6977
P4: KERNELBASE.dll
P5: 10.0.19041.1466
P6: e01c7650
P7: c000041d
P8: 0000000000034f69
P9: 
P10: 

Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERF8AF.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERFB21.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERFB32.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERFB36.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERFB56.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_Vintagestory.exe_14c3cf9759dc1ed97b64e6718f6527964a69d6c5_f6be797b_14d8170d-a32f-4c10-87de-541d46dd04be

Analysis symbol: 
Rechecking for solution: 0
Report Id: 3812c340-face-47f5-9806-fb210c00cba8
Report Status: 268435456
Hashed bucket: 0fdf90530ec694414621056c6f22b888
Cab Guid: 0 }


----------------------------

I hope this is helpful to you in fixing compatibility for others moving forward! Thanks for everything :3

Edit: Thanks to Vintage_Lunchbox for teaching this wolfbait how to use a spoiler header for logs ❤️

Edited by Riggie
Link to comment
Share on other sites

I've updated my video drivers, java, net frameworks, motherboard drivers etc. on my machine, excluded every mod from the game except for Expanded Foods, yet still my game crashes everytime I try to open a saucepan GUI or delete the firepit with saucepan after it has completed any recipe. Everytime it crashes with exception code 0xc0020001, fault offset 0x0000000000034f69, process id 0x5e58 and it seems to be related with kernelbase.dll somehow. I can't figure out why the problem occurs, but weirdly enough, if I switch the mod version to the release version of the mod from the 1.15 version of the game after the crash occurs, it becomes stable enough so I can at least delete the firepit without making the client crash. I'm out of ideas how to fix this issue.

Edited by Filvandrel
Link to comment
Share on other sites

So... weird thing.  I can't replicate the pie problem that Riggie is experiencing, but my server's players can.  Looking at a pie in any way when it's fully baked instantly CTDs them.  In my hands, on a table, in storage, etc.  This goes for completed pies, partials, and slices.

Link to comment
Share on other sites

53 minutes ago, SunGoat said:

So... weird thing.  I can't replicate the pie problem that Riggie is experiencing, but my server's players can.  Looking at a pie in any way when it's fully baked instantly CTDs them.  In my hands, on a table, in storage, etc.  This goes for completed pies, partials, and slices.

Do they receive the same error message, or something else?

Link to comment
Share on other sites

Really love this mod and appreciate all the hard work that has gone into it, however, attemping to put a sausage on a meat hook resulted in a crash to desktop. Log below.

Spoiler

Running on 64 bit Windows with 16 GB RAM
Game Version: v1.16.3 (Stable)
Loaded Mods: expandedfoods@1.5.3.pre.2, advancedsmithing@1.1.0, composter@1.0.2, gwb@1.0.1, pieontheshelf@1.0.0, potontheshelf@1.0.0, primitivesurvival@2.8.0, game@1.16.3, WoodenPathFix@1.0.0, alchemy@1.5.9, carrycapacity@0.6.4, farmlanddropssoil@1.4.0, fromgoldencombs@1.3.6-rc.4, medievalexpansion@3.7.1, petai@1.3.5, playercorpse@1.3.0, stonequarry@1.6.2, tpnet@1.5.1, usefulstuff@2.3.1, creative@1.16.3, survival@1.16.3, wildfarming@1.2.6, xlib@0.6.8, xrowboat@0.0.3, cats@1.3.2, wildcraft@1.1.4, xskills@0.6.8
2/17/2022 8:02:35 PM: Critical error occurred
System.NullReferenceException: Object reference not set to an instance of an object.
   at ExpandedFoods.ItemExpandedRawFood.GenMesh(ICoreClientAPI capi, String[] ings, ItemStack stack, Vec3f rot, ITesselatorAPI tesselator)
   at ExpandedFoods.DisplayPatches.displayFix(ItemStack stack, BlockEntityDisplay __instance, MeshData& __result)
   at Vintagestory.GameContent.BlockEntityDisplay.genMesh_Patch1(BlockEntityDisplay this, ItemStack stack)
   at Vintagestory.GameContent.BlockEntityDisplay.updateMesh(Int32 index)
   at ExpandedFoods.BlockEntityMeatHooks.TryPut(ItemSlot slot, BlockSelection blockSel)
   at ExpandedFoods.BlockEntityMeatHooks.OnInteract(IPlayer byPlayer, BlockSelection blockSel)
   at ExpandedFoods.BlockMeatHooks.OnBlockInteractStart(IWorldAccessor world, IPlayer byPlayer, BlockSelection blockSel)
   at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.TryBeginUseBlock(Block selectedBlock, BlockSelection blockSelection)
   at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.HandleMouseInteractionsBlockSelected(Single dt)
   at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.OnFinalizeFrame(Single dt)
   at Vintagestory.Client.NoObf.ClientEventManager.TriggerRenderStage(EnumRenderStage stage, Single dt)
   at Vintagestory.Client.NoObf.ClientMain.TriggerRenderStage(EnumRenderStage stage, Single dt)
   at Vintagestory.Client.NoObf.ClientMain.RenderToDefaultFramebuffer(Single dt)
   at _TcPKe0ld0EAbHR8YsMG1OLy9q8O._vg1QFi5yvtdWtcWdYGzwV9j9PVf(Single )
   at _SbWHHe8Ad6lBV8IRbvWFqut7ren._mSnyaJUIQhBb8A1j3UUn7uh5BBO(Single )
   at _SbWHHe8Ad6lBV8IRbvWFqut7ren._b365Cpnna1p8GSaDyyO3EH2VfOD(Single )
   at Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(Object sender, FrameEventArgs e)
   at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
   at OpenTK.GameWindow.RaiseRenderFrame(Double elapsed, Double& timestamp) in C:\Users\Nexrem\Desktop\transfer\opentk\src\OpenTK\GameWindow.cs:line 476
   at OpenTK.GameWindow.DispatchRenderFrame() in C:\Users\Nexrem\Desktop\transfer\opentk\src\OpenTK\GameWindow.cs:line 452
   at OpenTK.GameWindow.Run(Double updates_per_second, Double frames_per_second) in C:\Users\Nexrem\Desktop\transfer\opentk\src\OpenTK\GameWindow.cs:line 375
   at _muFH2BhSjNKo8GSc2o33Nm6Ckup._SwLkq72vc0vcc3OnHXTAS19pm9p(_tVmXPdKJ3JBDWFc8tBtvgftcfhl , String[] )
   at _XL1Xa21FKJVFetNmIumId5p6UDU._SwLkq72vc0vcc3OnHXTAS19pm9p(ThreadStart )
-------------------------------

Event Log entries containing Vintagestory.exe, the latest 3
==================================
{ TimeGenerated = 2/2/2022 2:03:57 PM, Site = , Source = Windows Error Reporting, Message = Fault bucket 2137399946764805085, type 5
Event Name: RADAR_PRE_LEAK_64
Response: Not available
Cab Id: 0

Problem signature:
P1: Vintagestory.exe
P2: 1.16.0.0
P3: 10.0.19043.2.0.0
P4:
P5:
P6:
P7:
P8:
P9:
P10:

Attached files:
\\?\C:\Users\Danel\AppData\Local\Temp\RDR26A.tmp\empty.txt
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER26B.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER27B.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER289.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2B9.tmp.txt

These files may be available here:


Analysis symbol:
Rechecking for solution: 0
Report Id: ed794797-0a64-430c-bbb2-55bce018639e
Report Status: 268435456
Hashed bucket: 90206cb8882a62a92da991ed59dae3dd
Cab Guid: 0 }
--------------
{ TimeGenerated = 1/27/2022 12:12:31 AM, Site = , Source = Windows Error Reporting, Message = Fault bucket 1857195537260768335, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: Vintagestory.exe
P2: 1.16.0.0
P3: 61dc5145
P4: KERNELBASE.dll
P5: 10.0.19041.1466
P6: e01c7650
P7: c000041d
P8: 0000000000034f69
P9:
P10:

Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4959.tmp.mdmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4B7D.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4B8E.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4B8E.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4BAE.tmp.txt
\\?\C:\Users\Danel\AppData\Local\Temp\WER4C4B.tmp.appcompat.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_Vintagestory.exe_d35fd594b2cb20c256422173156a8e91d064d361_d5c93aa4_f22066fe-9458-427a-a08c-10aeb224a92c

Analysis symbol:
Rechecking for solution: 0
Report Id: 242fdc2d-8990-452e-a75f-cf90abc60e58
Report Status: 268435456
Hashed bucket: 8643161f1c436dce39c6158054de6c4f
Cab Guid: 0 }
--------------
{ TimeGenerated = 1/27/2022 12:12:30 AM, Site = , Source = Windows Error Reporting, Message = Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: Vintagestory.exe
P2: 1.16.0.0
P3: 61dc5145
P4: KERNELBASE.dll
P5: 10.0.19041.1466
P6: e01c7650
P7: c000041d
P8: 0000000000034f69
P9:
P10:

Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4959.tmp.mdmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4B7D.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4B8E.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4B8E.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4BAE.tmp.txt
\\?\C:\Users\Danel\AppData\Local\Temp\WER4C4B.tmp.appcompat.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_Vintagestory.exe_d35fd594b2cb20c256422173156a8e91d064d361_d5c93aa4_cab_f22066fe-9458-427a-a08c-10aeb224a92c

Analysis symbol:
Rechecking for solution: 0
Report Id: 242fdc2d-8990-452e-a75f-cf90abc60e58
Report Status: 4
Hashed bucket:
Cab Guid: 0 }

 

Also after that, I attempted to put the sausage in an oven, again crashed to desktop. Log below.

Spoiler

Running on 64 bit Windows with 16 GB RAM
Game Version: v1.16.3 (Stable)
Loaded Mods: expandedfoods@1.5.3.pre.2, advancedsmithing@1.1.0, composter@1.0.2, gwb@1.0.1, pieontheshelf@1.0.0, potontheshelf@1.0.0, primitivesurvival@2.8.0, game@1.16.3, WoodenPathFix@1.0.0, alchemy@1.5.9, carrycapacity@0.6.4, farmlanddropssoil@1.4.0, fromgoldencombs@1.3.6-rc.4, medievalexpansion@3.7.1, petai@1.3.5, playercorpse@1.3.0, stonequarry@1.6.2, tpnet@1.5.1, usefulstuff@2.3.1, creative@1.16.3, survival@1.16.3, wildfarming@1.2.6, xlib@0.6.8, xrowboat@0.0.3, cats@1.3.2, wildcraft@1.1.4, xskills@0.6.8
2/17/2022 8:24:01 PM: Critical error occurred
System.NullReferenceException: Object reference not set to an instance of an object.
   at ExpandedFoods.ItemExpandedRawFood.GenMesh(ICoreClientAPI capi, String[] ings, ItemStack stack, Vec3f rot, ITesselatorAPI tesselator)
   at ExpandedFoods.DisplayPatches.displayFix(ItemStack stack, BlockEntityDisplay __instance, MeshData& __result)
   at Vintagestory.GameContent.BlockEntityDisplay.genMesh_Patch1(BlockEntityDisplay this, ItemStack stack)
   at ExpandedFoods.BlockEntityExpandedOven.updateMesh(Int32 index)
   at ExpandedFoods.BlockEntityExpandedOven.TryPut(ItemSlot slot)
   at ExpandedFoods.BlockEntityExpandedOven.OnInteract_Patch1(BlockEntityExpandedOven this, IPlayer byPlayer, BlockSelection bs)
   at ExpandedFoods.BlockExpandedClayOven.OnBlockInteractStart(IWorldAccessor world, IPlayer byPlayer, BlockSelection bs)
   at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.TryBeginUseBlock(Block selectedBlock, BlockSelection blockSelection)
   at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.HandleMouseInteractionsBlockSelected(Single dt)
   at Vintagestory.Client.NoObf.SystemMouseInWorldInteractions.OnFinalizeFrame(Single dt)
   at Vintagestory.Client.NoObf.ClientEventManager.TriggerRenderStage(EnumRenderStage stage, Single dt)
   at Vintagestory.Client.NoObf.ClientMain.TriggerRenderStage(EnumRenderStage stage, Single dt)
   at Vintagestory.Client.NoObf.ClientMain.RenderToDefaultFramebuffer(Single dt)
   at _TcPKe0ld0EAbHR8YsMG1OLy9q8O._vg1QFi5yvtdWtcWdYGzwV9j9PVf(Single )
   at _SbWHHe8Ad6lBV8IRbvWFqut7ren._mSnyaJUIQhBb8A1j3UUn7uh5BBO(Single )
   at _SbWHHe8Ad6lBV8IRbvWFqut7ren._b365Cpnna1p8GSaDyyO3EH2VfOD(Single )
   at Vintagestory.Client.NoObf.ClientPlatformWindows.window_RenderFrame(Object sender, FrameEventArgs e)
   at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
   at OpenTK.GameWindow.RaiseRenderFrame(Double elapsed, Double& timestamp) in C:\Users\Nexrem\Desktop\transfer\opentk\src\OpenTK\GameWindow.cs:line 476
   at OpenTK.GameWindow.DispatchRenderFrame() in C:\Users\Nexrem\Desktop\transfer\opentk\src\OpenTK\GameWindow.cs:line 452
   at OpenTK.GameWindow.Run(Double updates_per_second, Double frames_per_second) in C:\Users\Nexrem\Desktop\transfer\opentk\src\OpenTK\GameWindow.cs:line 375
   at _muFH2BhSjNKo8GSc2o33Nm6Ckup._SwLkq72vc0vcc3OnHXTAS19pm9p(_tVmXPdKJ3JBDWFc8tBtvgftcfhl , String[] )
   at _XL1Xa21FKJVFetNmIumId5p6UDU._SwLkq72vc0vcc3OnHXTAS19pm9p(ThreadStart )
-------------------------------

Event Log entries containing Vintagestory.exe, the latest 3
==================================
{ TimeGenerated = 2/2/2022 2:03:57 PM, Site = , Source = Windows Error Reporting, Message = Fault bucket 2137399946764805085, type 5
Event Name: RADAR_PRE_LEAK_64
Response: Not available
Cab Id: 0

Problem signature:
P1: Vintagestory.exe
P2: 1.16.0.0
P3: 10.0.19043.2.0.0
P4:
P5:
P6:
P7:
P8:
P9:
P10:

Attached files:
\\?\C:\Users\Danel\AppData\Local\Temp\RDR26A.tmp\empty.txt
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER26B.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER27B.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER289.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2B9.tmp.txt

These files may be available here:


Analysis symbol:
Rechecking for solution: 0
Report Id: ed794797-0a64-430c-bbb2-55bce018639e
Report Status: 268435456
Hashed bucket: 90206cb8882a62a92da991ed59dae3dd
Cab Guid: 0 }
--------------
{ TimeGenerated = 1/27/2022 12:12:31 AM, Site = , Source = Windows Error Reporting, Message = Fault bucket 1857195537260768335, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: Vintagestory.exe
P2: 1.16.0.0
P3: 61dc5145
P4: KERNELBASE.dll
P5: 10.0.19041.1466
P6: e01c7650
P7: c000041d
P8: 0000000000034f69
P9:
P10:

Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4959.tmp.mdmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4B7D.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4B8E.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4B8E.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4BAE.tmp.txt
\\?\C:\Users\Danel\AppData\Local\Temp\WER4C4B.tmp.appcompat.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_Vintagestory.exe_d35fd594b2cb20c256422173156a8e91d064d361_d5c93aa4_f22066fe-9458-427a-a08c-10aeb224a92c

Analysis symbol:
Rechecking for solution: 0
Report Id: 242fdc2d-8990-452e-a75f-cf90abc60e58
Report Status: 268435456
Hashed bucket: 8643161f1c436dce39c6158054de6c4f
Cab Guid: 0 }
--------------
{ TimeGenerated = 1/27/2022 12:12:30 AM, Site = , Source = Windows Error Reporting, Message = Fault bucket , type 0
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: Vintagestory.exe
P2: 1.16.0.0
P3: 61dc5145
P4: KERNELBASE.dll
P5: 10.0.19041.1466
P6: e01c7650
P7: c000041d
P8: 0000000000034f69
P9:
P10:

Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4959.tmp.mdmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4B7D.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4B8E.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4B8E.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER4BAE.tmp.txt
\\?\C:\Users\Danel\AppData\Local\Temp\WER4C4B.tmp.appcompat.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_Vintagestory.exe_d35fd594b2cb20c256422173156a8e91d064d361_d5c93aa4_cab_f22066fe-9458-427a-a08c-10aeb224a92c

Analysis symbol:
Rechecking for solution: 0
Report Id: 242fdc2d-8990-452e-a75f-cf90abc60e58
Report Status: 4
Hashed bucket:
Cab Guid: 0 }

 

Edited by Vintage_Lunchbox
  • Cookie time 1
  • Confused 1
Link to comment
Share on other sites

My clients were affected the same way. After restarting the server and having them insert the pre.2 mod directly into the ServerMod folder, we seem to be up and running, apart from one instance:

Attempting to click on a full crock with a bowl of rot causes a crash. Neither here nor there, but thought it was worth a mention. I wasn't able to secure logs for that interaction.

Link to comment
Share on other sites

21 hours ago, Riggie said:

My clients were affected the same way. After restarting the server and having them insert the pre.2 mod directly into the ServerMod folder, we seem to be up and running, apart from one instance:

Attempting to click on a full crock with a bowl of rot causes a crash. Neither here nor there, but thought it was worth a mention. I wasn't able to secure logs for that interaction.

Not sure if that one is on Expanded Foods, but I'll see if I can replicate it.

Link to comment
Share on other sites

Hi I have a problem where I am unable to interact with many of the items in this mod. I have not tried all yet, but so far I am unable to open or in any way use the saucepan and mixing bowl, and in addition this mod made the vanilla oven useless. I removed the mod and was able to use the vanilla oven again. I wonder if this is a common problem or if it is a ting at all and maybe I just don't know how to interact with them but nothing happens when I right or left click on the items or shift click or sneak click or any other click, or try to use the saucepan as a bucket. I have the mod running with acorns, primitive survival, wild farming, extended workbench, no drifter throwing and carry capacity. It seems like a very interesting and fun mod so I would love to be able to use it.

I am currently on the latest stable vs release (1.16.3) on windows

Edited by Fancygoat
Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.