Create

Create

86M Downloads

Game crash

InFGG opened this issue · 1 comments

commented

Describe the Bug

Schematic and Schematicanon NBT data

The game crashed whilst loading nbt data
Error: java.io.EOFException: Unexpected end of ZLIB input stream

Reproduction Steps

  1. Load and Get schematic A
  2. Set the schematics position
  3. Start making another schematic A
  4. At the same time schematic A beeing loaded in the table
  5. put your first schematic A
  6. The game crashes and the world is unfixable,

Expected Result

It should just start and continue loading at the same moment
Im constantly adding recources manually to the schematicanon after or even during it building, yet i try to save time by placing another schematic at the same time to load while the canon is building so if it finishes i wont have to wait for it to load

Screenshots and Videos

No response

Crash Report or Log

The game crashed whilst loading nbt data
Error: java.io.EOFException: Unexpected end of ZLIB input stream

Operating System

Windows 10

Mod Version

0.5.1e

Minecraft Version

1.20.1

Forge Version

47.2.0

Other Mods

tried with just Create and rubidium

Additional Context

i was in my survival world with my friend. When i tried loading the schematic (i also had more materials to put into the chest) Ive noticed the canon requires me to set the position of the schematic BUT before i did i have put in another schematic for the table to load ive found the MAIN problem which is just the fact that something is loading, ITS ONLY when the schematic is set properly inside the canon WHILE the table IS loading the schematic.

commented

I encountered a problem today that is similar to yours.
Thank you very much for your issue, which allowed me to repeatedly reproduce the problem. With the help of friends, I have come up with the following solution. Of course, this may not completely resolve the issue, but it can prevent the game from crashing.

  1. Enter the game directory, for example, mine is (.minecraft/versions/1.19.2Forge).
  2. Delete the file schematics/uploaded/$(player_id)/$(the_file_you_loaded).nbt
    You can also delete all files under the directory schematics/uploaded, but doing so will require all machines that have already loaded the schematics to reload it.

English is not my native language; please excuse typing errors