Create

Create

86M Downloads

Vaults not saving items when serverboot

GamingHQ opened this issue ยท 5 comments

commented

Describe the Bug

As a new user of create, i firstly want to say thankyou for creating such a mega mod. I'm really enjoying it.

The issue is as follows.

Yesterday, I have created a new auto farmer for my potatoes. Hooked it up on a conveyer belt towards the vault. When I let the farmer do his thing for a while, I went to bed when the contents had 100+ potatoes and two poisoned potatoes. The next morning, i woke up and logged back in on Minecraft. Today, i wanted to do some potato cooking to get baked potatoes.

Sadly, the content of the vault was gone. There were only 12 potatoes in it. So, i started to wonder if this was my fault somehow. I noticed that, if i log in and not interact with the vaults, the vaults do not even update with their new content. I had added over 1000 potatoes to the vault, pumpkins and other foods. Logged out and went back in, and it's all gone again, all there was those 12 potatoes again, nothing else

Reproduction Steps

  1. Add items in the vault by conveyor
  2. Log out and log back in
  3. See results.
    ...

Expected Result

Items should remain inside the vault. Sadly, it does not update for some reason if you don't interact with it. ( I'm able to interact with it with Tom's storage mod. This mod should be working with create as many server owners have this specific mod on their servers )

Screenshots and Videos

At this moment, i do not have anything to backup this problem. If i do however, i will add them ofc.

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.5.0g

Minecraft Version

1.19.2

Forge Version

43.1.1

Other Mods

Create mod ( ofc lol )
JEI
Tom's Storage
World Edit
World map and minimap from Xaro's.
Macaws Bridge's, doors & furniture.
Waypoints ( lodestones at villages )
Dungeoncrawl
Tombstone
Repurposed Structure's
Gobber2
Comforts
inventory sorter
Citadel
Balm

Additional Context

No response

commented
commented

I found out that, if I would reboot the server, this happens. I'm generating a video a.t.m

commented

I believe the issue is actually in the forge:
NetworkHost.java has the following:
if (output.readableBytes() > 32600 || output.readableBytes() < 1) {
throw new IllegalArgumentException("Invalid PacketBuffer for openGui, found "+ output.readableBytes()+ " bytes");
}

It's preventing nor only the vault but the toolbox with too many items.

commented

hi there.

I tried the same as with the toolbox. Same effects. Odd tho, there was the only food in the vault and the amounts were not that crazy. I think that it's related during a server boot that the contents of each vault/toolbox are not properly saved before the server shuts down because if I would hook up the auto farmer with a normal chest, everything goes like a charm without problems.

sidenote: I noticed that when I y33t delete a whole section with create with the world edit tools, that the server is becoming very resource-greedy, possibly causing players to be kicked/timed out.

commented

Having the same issue:

Describe the Bug
I am using the item vault in conjunction with my ME storage system. At first, it seemed to be working perfectly, but after getting a fair amount of items in the vault I noticed things were going missing. I did some tests with some diamond blocks. I placed several in the system and then tried to find them again using the ME Crafting terminal, they appeared as expected. I then logged out and back in, the diamond blocks were still there. I then logged out and reset the server and logged back on. Now the diamond blocks were missing. I was able to repeat this several times.

I am playing FTB SToneblock 3 version 1.5.0

The specific mods interacting are:

appliedenergistics2-forge-11.7.0.jar
create-1.18.2-05.0.g

Reproduction Steps
Full sized Item vault
ME system connected to item vault via item bus
Once filled with a fair amount of items, I noticed some items missing after the server restarts. I don't know when the items first started vanishing, I did not notice until there were a good amount of things in there. I can tell you that the vault in question is reading level 4 from a comparator.
...