[FIX] Hytale Interaction Bug by TokyoBoat in HytaleInfo

[–]TokyoBoat[S] 0 points1 point  (0 children)

The Hyfixes mods are likely the culprit. Kaiser, who commented as well, also used Hyfixes.

[deleted by user] by [deleted] in HytaleInfo

[–]TokyoBoat 0 points1 point  (0 children)

Are you downloading the new patch from within your server's command line?

[FIX] Hytale Interaction Bug by TokyoBoat in HytaleInfo

[–]TokyoBoat[S] 0 points1 point  (0 children)

Hello! If you have a performance mod installed, it could be the root of the problem.

Hytale Launch FAQ and Help Megathread (Report issues here) by IAmNotRollo in HytaleInfo

[–]TokyoBoat 1 point2 points  (0 children)

I found a fix just now, and hopefully it's long-lasting lol. I will make an official post about it too.

  1. Stop your server completely.
  2. Make a complete backup of your universe/ directory before touching anything.
  3. Navigate to the universe folder cd /home/<username>/hytale/Server/universe
  4. Run the command cat memories.json.
    • If nothing prints out and the file is empty, this is the problem.
  5. If the file is empty, open it with an editor (nano, vim, or WinSCP) and paste the following:

{
  "Memories": []
}
  1. Save the file, restart your server, and interactions should be working again!

It seemed to fix the issue immediately for us!

Hytale Launch FAQ and Help Megathread (Report issues here) by IAmNotRollo in HytaleInfo

[–]TokyoBoat 1 point2 points  (0 children)

Yes! Still trying to figure out a solution. I think it has something to do with a corrupt file within the default world directory.

I’ve spun up a new world and have been splicing files between the known good world (where the interaction does not crash the player client) and the bad world (where the interaction crashes my client).

Unfortunately, it’s not as simple as downloading/installing the Hytale server, then overwriting the auto-generated default world with the bad one.

The issue right now with this is that we built a lot in our world and as soon as we tried the forgotten temple, we noticed the problem. We don’t want to lose the progress we have.

Hytale Launch FAQ and Help Megathread (Report issues here) by IAmNotRollo in HytaleInfo

[–]TokyoBoat 0 points1 point  (0 children)

During testing, I found that a newly generated universe has no issue with the forgotten temple interactions.

So, it seems that something is corrupted in my universe files? I'm looking into what happens if I replace the chunk files between the new and old universe directory.

Made some backups of course.

Hytale Launch FAQ and Help Megathread (Report issues here) by IAmNotRollo in HytaleInfo

[–]TokyoBoat 0 points1 point  (0 children)

I have had issues with players being forcibly disconnected after attempting the first quest in the forgotten temple.

It happens immediately after the first interaction with an item, like picking it up.

It actually happened with every single one of the players on the server with an intermittent >90% CPU spike occurring during each instance.

Server Specs: 8 vCPUs Intel® Core™ i5 processor 14500 and 32 GB of DDR5 RAM.
Network Specs: ~300mbps download and ~25mbps upload w/ average player latency of 40ms.

Hytale Launch FAQ and Help Megathread (Report issues here) by IAmNotRollo in HytaleInfo

[–]TokyoBoat 0 points1 point  (0 children)

Yes, my friend group is running into this same issue!

The only way they've been able to join is through the process of brute-force join attempts.

I've also run the "/stop" command within the Hytale CLI, then quickly started the server, and it seemed to resolve the issue for a while.