TekTopia Information

TekTopia Information

958k Downloads

Can use book on Large village in Multiplayer

vantanco opened this issue ยท 6 comments

commented

Describe the bug
When I use the book click on a my Village in multiplayer, the server kick me out (There a fatal error) but when I try another player villager, it alright

To Reproduce
Steps to reproduce the behavior:

  1. Go to my village town hall -
  2. Click on villager, frame, npc in town hall.
  3. Disconnect from server
  4. Try a friend about 200 residents and work

Expected behavior
Should work with my village

Mod Information (please complete the following information):

  • Tektopia Information Version: 1.10
  • Tektopia Version: newest
  • JEI Version:
  • Waila Version:
commented

@vantanco I have been able to fix the issue with you crashing when trying to open the book.
The amount of data sent from the server to the client exceeded the max limit, so that caused the crash.

What I have changed

  1. reduced the size of the data sent from the server to the client
  2. increased the amount of data that can be sent from the server to the client.

In order for it to work for you - both the server and your client need to be updated, otherwise the book wont work.

Tektopia Information 1.11.0 is now available on CurseForge.

commented
  1. Here is the world https://www.mediafire.com/file/j680kn8hs1xf6vo/dragontekworld.zip/file
    My coord is: 572 69 -196
  2. I use schematica
  3. Sorry I cant, it not my server this is a public server
commented

I think the version he using is the latest because the server just add your mod in January

commented

@vantanco you are the second person to raise a issue for this server.

Are you able to confirm with the server owner which version of the Tektopia Information mod they are using?
It should be the same version as the one you are using.

commented

This is the crash report -

FMLIndexedMessageCodec exception caught
io.netty.handler.codec.DecoderException: java.lang.RuntimeException: Tried to read NBT tag that was too big; tried to allocate: 2097166bytes where max allowed: 2097152

The amount of village data that is being transferred from the server to the client is exceeding the NBT tag limit. This is why you are crashing.
I have already encountere this in the past and have made changes to the mod to handle, but it seems that the changes I have made are still not enough.

commented

Hi @vantanco Honestly I am unable to provide you with any reason why it would be crashing for you.

  1. Are you able to provide me with a zip of your world and the co-ords of your village?
    I would like to create a server and debug your issue.

  2. do you use any other mods on the server?

  3. Are you able to provide any crash log?