ExterminatorX99 / MagicStorageExtra

A tModLoader mod for Terraria
MIT License
10 stars 8 forks source link

Items Disappearing #39

Open advilm opened 3 years ago

advilm commented 3 years ago

I extracted all my items from my chests and deposited them all in my magic storage. They all appeared in the storage fine but for some reason when I click some of the items it won't let me take it out. Then when I re login (multiplayer server) the item is gone.

advilm commented 3 years ago

Actually seems like it was Terraria Overhaul causing the issue

advilm commented 3 years ago

Relevant section of my client.log

[11:47:32] [1/ERROR] [tML]: System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
  at System.IO.BinaryReader.ReadByte () [0x00023] in mscorlib.dll 
  at Terraria.ModLoader.IO.BinaryIO.ReadVarInt (BinaryReader reader) [0x00014] in tModLoader.exe 
  at Terraria.ModLoader.IO.BinaryIO.SafeRead (BinaryReader reader, Action[T] read) [0x00000] in tModLoader.exe 
  at Terraria.ModLoader.IO.ItemIO.ReceiveModData (Item item, BinaryReader reader) [0x0001c] in tModLoader.exe 
[11:47:35] [1/ERROR] [tML]: System.IO.EndOfStreamException: Unable to read beyond the end of the stream.
  at System.IO.BinaryReader.ReadByte () [0x00023] in mscorlib.dll 
  at Terraria.ModLoader.IO.BinaryIO.ReadVarInt (BinaryReader reader) [0x00014] in tModLoader.exe 
  at Terraria.ModLoader.IO.BinaryIO.SafeRead (BinaryReader reader, Action[T] read) [0x00000] in tModLoader.exe 
  at Terraria.ModLoader.IO.ItemIO.ReceiveModData (Item item, BinaryReader reader) [0x0001c] in tModLoader.exe

The issue does not occur on plain MS. (I switched to it at least for now)

ExterminatorX99 commented 3 years ago

Does this still happen?