Skip to content

game crash when looking up urine in the handbook #15

@venice02

Description

@venice02

Running on 64 bit Windows 10.0.19045.0 with 32702 MB RAM
Game Version: v1.21.5 (Stable)
08/12/2025 16:40:38: Critical error occurred
Loaded Mods: brickmold@1.3.1, Ceramos@0.5.1, cbr@1.0.0, chiseltools@1.14.20, grasstoropes@1.2.1, hangingoillamps@1.0.3, healingsprings@1.0.0, millwright@1.2.7, moredaubrevised@1.0.0, moredrygrass@0.2.0, overhaullib@1.12.8, plainsandvalleys@1.0.11, primitivesurvival@3.9.8, saddleblanketbeds@0.0.4, scatastrophe@1.1.2, steamandpower@1.7.2, translocatorengineeringredux@1.6.2, game@1.21.5, vsimgui@1.1.14, wildfarmingrevival@1.4.0, aculinaryartillery@2.0.0-dev.6, animalcages@4.0.1, apegrapes@1.3.1, attributerenderinglibrary@2.3.0, betterfirepit@1.2.0, betterruins@0.5.0, bullseyecontinued@3.4.5, butchering@1.10.6, carryon@1.12.1, combatoverhaul@0.10.8, commonlib@2.8.0, configlib@1.10.6, configurableroomsize@1.3.1, daymarescupmod@1.0.7, perpetualstew@1.0.2, farseer@1.3.2, fieldsofsalt@1.2.4, stickstofirewood@1.0.0, firewoodtosticks@1.0.0, foodshelves@2.3.1, fromgoldencombs@1.9.4, hydrateordiedrate@2.3.1, insanitylib@1.1.0, longburningfirewood@1.0.0, maketeaforked@0.7.1, maltiezfirearms@1.3.5, naturalfertilizer@1.3.0, naturescall@1.3.5, oneroof@1.11.0, petai@4.0.1, purposefulstorage@1.4.1, smithingplus@1.8.3, stonebakeoven@1.2.0, thecritterpack@1.3.4, vanvar@7.1.0, creative@1.21.5, survival@1.21.5, xlib@0.9.0-pre.2, armory@1.4.0, cats@4.0.0, expandedfoods@2.0.0-dev.3, em@3.3.3, extremefirestartersreforged@1.1.0, fueledwearablelights@1.0.5, glockmaker@1.0.0, quiversandsheaths@0.5.1, shearlib@1.2.0, stonequarry@3.5.1, wolftaming@4.0.1, xskills@0.9.0-pre.2, bricklayers@3.1.2, pastapatch@1.0.1, tailorsdelight@2.1.1, wool@1.7.2, dressmakers@1.7.2
Involved Harmony IDs: com.jakecool19.efrecipes.cookingoverhaul, insanitylib, maketeaforked, fieldsofsalt
System.NullReferenceException: Object reference not set to an instance of an object.
at Vintagestory.GameContent.CollectibleBehaviorHandbookTextAndExtraInfo.addProcessesIntoInfo_Patch1(CollectibleBehaviorHandbookTextAndExtraInfo this, ICoreClientAPI capi, ActionConsumable1 openDetailPageFor, ItemStack stack, List1 components, Single marginTop, Single marginBottom, List1 containers, List1 fuels, Boolean haveText)
at Vintagestory.GameContent.CollectibleBehaviorHandbookTextAndExtraInfo.GetHandbookInfo_Patch1(CollectibleBehaviorHandbookTextAndExtraInfo this, ItemSlot inSlot, ICoreClientAPI capi, ItemStack[] allStacks, ActionConsumable1 openDetailPageFor) at Vintagestory.GameContent.GuiHandbookItemStackPage.GetPageText(ICoreClientAPI capi, ItemStack[] allStacks, ActionConsumable1 openDetailPageFor) in VSSurvivalMod\Systems\Handbook\Gui\GuiHandbookItemStackPage.cs:line 119
at Vintagestory.GameContent.GuiHandbookItemStackPage.ComposePage(GuiComposer detailViewGui, ElementBounds textBounds, ItemStack[] allstacks, ActionConsumable1 openDetailPageFor) in VSSurvivalMod\Systems\Handbook\Gui\GuiHandbookItemStackPage.cs:line 113 at Vintagestory.GameContent.ModSystemSurvivalHandbook.onComposePage(GuiHandbookPage page, GuiComposer detailViewGui, ElementBounds textBounds, ActionConsumable1 openDetailPageFor) in VSSurvivalMod\Systems\Handbook\SurvivalHandbook.cs:line 128
at Vintagestory.GameContent.GuiDialogHandbook.initDetailGui() in VSSurvivalMod\Systems\Handbook\Gui\GuiDialogHandbook.cs:line 258
at Vintagestory.GameContent.GuiDialogHandbook.onLeftClickListElement(Int32 index) in VSSurvivalMod\Systems\Handbook\Gui\GuiDialogHandbook.cs:line 348
at Vintagestory.GameContent.GuiElementFlatList.OnMouseUpOnElement(ICoreClientAPI api, MouseEvent args) in VSSurvivalMod\Systems\Handbook\Gui\GuiElementFlatList.cs:line 95
at Vintagestory.API.Client.GuiElement.OnMouseUp(ICoreClientAPI api, MouseEvent args) in VintagestoryApi\Client\UI\Elements\Impl\GuiElement.cs:line 742
at Vintagestory.GameContent.GuiElementFlatList.OnMouseUp(ICoreClientAPI api, MouseEvent args) in VSSurvivalMod\Systems\Handbook\Gui\GuiElementFlatList.cs:line 174
at Vintagestory.API.Client.GuiComposer.OnMouseUp(MouseEvent mouse) in VintagestoryApi\Client\UI\GuiComposer.cs:line 448
at Vintagestory.API.Client.GuiDialog.OnMouseUp(MouseEvent args) in VintagestoryApi\Client\UI\Dialog\GuiDialog.cs:line 593
at Vintagestory.Client.NoObf.GuiManager.OnMouseUp(MouseEvent args) in VintagestoryLib\Client\Systems\Gui\GuiManager.cs:line 423
at Vintagestory.Client.NoObf.ClientMain.UpdateMouseButtonState(EnumMouseButton button, Boolean down) in VintagestoryLib\Client\ClientMain.cs:line 1996
at Vintagestory.Client.SystemHotkeys.OnPrimaryMouseButton(KeyCombination mb) in VintagestoryLib\Client\Systems\Player\Hotkeys.cs:line 52
at Vintagestory.Client.HotkeyManager.TriggerHotKey(KeyEvent keyEventargs, IWorldAccessor world, IPlayer player, Boolean allowCharacterControls, Boolean isGlobal, Boolean fallBack, Boolean keyup) in VintagestoryLib\Client\HotkeyManager.cs:line 424
at Vintagestory.Client.HotkeyManager.TriggerHotKey(KeyEvent keyEventargs, IWorldAccessor world, IPlayer player, Boolean allowCharacterControls, Boolean keyUp) in VintagestoryLib\Client\HotkeyManager.cs:line 394
at Vintagestory.Client.HotkeyManager.OnMouseButton(ClientMain game, EnumMouseButton button, Int32 modifiers, Boolean buttonDown) in VintagestoryLib\Client\HotkeyManager.cs:line 574
at Vintagestory.Client.NoObf.ClientMain.OnMouseUpRaw(MouseEvent args) in VintagestoryLib\Client\ClientMain.cs:line 2026
at Vintagestory.Client.GuiScreenRunningGame.OnMouseUp(MouseEvent args) in VintagestoryLib\Client\MainMenu\Screens\GuiScreenRunningGame.cs:line 359
at Vintagestory.Client.ScreenManager.OnMouseUp(MouseEvent e) in VintagestoryLib\Client\ScreenManager.cs:line 921
at Vintagestory.Client.NoObf.ClientPlatformWindows.Mouse_ButtonUp(MouseButtonEventArgs e) in VintagestoryLib\Client\ClientPlatform\Input.cs:line 213
at OpenTK.Windowing.Desktop.NativeWindow.OnMouseUp(MouseButtonEventArgs e)
at OpenTK.Windowing.Desktop.NativeWindow.MouseButtonCallback(Window* window, MouseButton button, InputAction action, KeyModifiers mods)
--- End of stack trace from previous location ---
at OpenTK.Windowing.Desktop.NativeWindow.RethrowCallbackExceptionsIfNeeded()
at OpenTK.Windowing.Desktop.NativeWindow.ProcessWindowEvents(Boolean waitForEvents)
at OpenTK.Windowing.Desktop.GameWindow.Run()
at Vintagestory.Client.ClientProgram.Start(ClientProgramArgs args, String[] rawArgs) in VintagestoryLib\Client\ClientProgram.cs:line 338
at Vintagestory.Client.ClientProgram.<>c__DisplayClass10_0.<.ctor>b__1() in VintagestoryLib\Client\ClientProgram.cs:line 133
at Vintagestory.ClientNative.CrashReporter.Start(ThreadStart start) in VintagestoryLib\Client\ClientPlatform\ClientNative\CrashReporter.cs:line 95

Event Log entries for Vintagestory.exe, the latest 2

{ TimeGenerated = 08/12/2025 16:37:12, Site = , Source = Application Error, Message = Nome dell'applicazione che ha generato l'errore: Vintagestory.exe, versione: 1.21.5.0, timestamp: 0x67fe0000
Nome del modulo che ha generato l'errore: openal32.dll, versione: 1.23.0.0, timestamp: 0x63dd31ad
Codice eccezione: 0x40000015
Offset errore 0x00000000000df046
ID processo che ha generato l'errore: 0x7a28
Ora di avvio dell'applicazione che ha generato l'errore: 0x01dc685372ee9905
Percorso dell'applicazione che ha generato l'errore: C:\Users\UTENTE\AppData\Roaming\Vintagestory\Vintagestory.exe
Percorso del modulo che ha generato l'errore: C:\Users\UTENTE\AppData\Roaming\Vintagestory\Lib\openal32.dll
ID segnalazione: 3c26d427-33fb-4625-b67c-dd47fba49af1
Nome completo pacchetto che ha generato l'errore:
ID applicazione relativo al pacchetto che ha generato l'errore: }

{ TimeGenerated = 08/12/2025 16:00:16, Site = , Source = Application Error, Message = Nome dell'applicazione che ha generato l'errore: VintageStory.exe, versione: 1.21.5.0, timestamp: 0x67fe0000
Nome del modulo che ha generato l'errore: openal32.dll, versione: 1.23.0.0, timestamp: 0x63dd31ad
Codice eccezione: 0x40000015
Offset errore 0x00000000000df046
ID processo che ha generato l'errore: 0x3d44
Ora di avvio dell'applicazione che ha generato l'errore: 0x01dc6851dea08f55
Percorso dell'applicazione che ha generato l'errore: C:\Users\UTENTE\AppData\Roaming\Vintagestory\VintageStory.exe
Percorso del modulo che ha generato l'errore: C:\Users\UTENTE\AppData\Roaming\Vintagestory\Lib\openal32.dll
ID segnalazione: f61d1881-1ea2-4303-9b5f-f5f7d0083ce3
Nome completo pacchetto che ha generato l'errore:
ID applicazione relativo al pacchetto che ha generato l'errore: }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions