Sophisticated Backpacks

Sophisticated Backpacks

89M Downloads

Crash when opening player inventory in creative mode

MaxWasUnavailable opened this issue · 6 comments

commented

Describe the bug
Open player inventory in Creative (the actual inventory tab, not the creative tabs), the game crashes.

To Reproduce
Steps to reproduce the behavior:

  1. Start new creative mode world
  2. Open creative inventory
  3. Click on player inventory tab
  4. Crash

Expected behavior
That it doesn't crash.

Versions
1.16.5
Rest should be in the crash log
crash-2021-09-05_02.03.08-client.txt

commented

I believe this might be an incompatibility with the Entity Culling mod? Disabled that one, restarted the game, and the crash didn't occur.

https://www.curseforge.com/minecraft/mc-mods/entity-culling

commented

I'm getting the same crash every once in a while, I also have the Entity Culling mod.

commented

Adding some more findings;

It seems it might be related to the "Snow! Real Magic!" mod. Having that in the pack together with the Sophisticated Backpacks mod resulted in fairly consistent crashes.

commented

That I do not have 😅

commented

Actually this looks to be related to a bit of a threading issue where both client and server try to intialize two collections at almost the same time. Based on that I would guess you always got this issue only in single player, never on dedicated server.
And I have just made a code change that should fix the threading issue here, should be able to release it in a few days

commented

Fixed in the latest release on curseforge