Game freezes randomly while playing

Started by manguy on

Topic category: Troubleshooting, bugs, and solutions

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Game freezes randomly while playing

After a random amount of time the game freezes. For an example: I can still break blocks, but they do not drop.  I also do not take damage and am unable to interact with blocks such as doors. All enteties freeze. The game is unable to save, and I have to manually force it to close. This happens both when using mcreator as launcher, and in the vanilla launcher. I am using forge 1.20.1.

I have no idea what is causing this, and it also happens in the other dimensions.
I have tried deleting the mod elements that I thought might cause this, but this has not helped.

Any thoughts on what might help is much appreciated.

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Something is overloading the…
Sat, 10/05/2024 - 12:25

Something is overloading the internal server, this is likely caused by triggering a resource-heavy event multiple times, such as 100 explosions triggered at once, or it could be caused by an endless loop, such as while true=true.

Without knowing what is in your mod, I can't really help beyond that.

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you for the help guys…
Thu, 10/17/2024 - 18:48

Thank you for the help guys. 
I ran through all the mod elements and minimized the most complex procedures, deleted the unnecessary ones, and changed some of my structures that had explosives.
Now everything works.