EnigmaticaModpacks / Enigmatica10

The official repository and issue-tracker for Enigmatica 10 for Minecraft 1.21
6 stars 7 forks source link

Occultism: Dimensional Storage lost all inventory #94

Closed Drytchnath closed 2 months ago

Drytchnath commented 2 months ago

Modpack Version

1.9

Describe your issue.

After logging in today it was found that my Dimensional Storage was completely empty. Last 2 logs provided latest.log 2024-08-21-3.log.gz

Crash Report

No response

Latest Log

Have you modified the modpack?

Yes

User Modifications

Updated Occultism, Modonomicon and Theurgy to latest version to fix issues with pulling items for crafting from EMI in Dimensional Storage

Did the issue happen in singleplayer or on a server?

Singleplayer

Discord Username

tank8912

theboo commented 2 months ago

This seems to be the important bit, looks like it happened when trying to save the chunk when you logged out... @klikli-dev might wanna take a look at this... https://mclo.gs/rDM40ee#L2388

mclo.gs
NeoForge 1.21 Client Log [#rDM40ee]
2437 lines | 180 errors
klikli-dev commented 2 months ago

@theboo thank you! I will add some general code to avoid this type of issue (and only use the one item that cannot be serialized). In this case the underlying issue was a stable wormhole, and the fact that minecraft is more picky about block entity data now (in the past I could supply just the nbt that I wanted the block entity to take from the item and use that to link it to a target block. Now minecraft always wants a block entity id apparently ... )

klikli-dev commented 2 months ago

fixed in release/v1.21.1-1.153.3

theboo commented 2 months ago

Awesome, thanks a bunch!