-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Game Freezes When Opening Gregtech Machines GUI #1738
Comments
What you are describing is a problem in the logical server where it is either
These won't stop your logical client from working, but they will stop the server doing anything else until the problem resolves itself (if it ever does). NOTE: logical client and server are the same process for single player. If it is looping we would need a thread dump to see where it is stuck. This will probably require you to install a jdk, unless you are using linux or know how to start minecraft from the command line for windows For the stopped working possibility, we need to see the logs/latest.log. The multiblocks and singleblocks share a lot of the same code. |
2022-05-10-2.log.gz 2022-05-09-1.log.gz Here's some logs |
None of those show an error, but 2 of them show very long server ticks:
10-1
That last one is a server tick of 54 minutes! They are meant to be 1/20th of a second. Without a thread dump or error message its hard to say what is causing it. This isn't even necessarily GTCE since anything could be causing a long server tick. |
You should post this bug report to NomiFactory. |
If the game is lagging to death then I would expect things to be unresponsive. Generate a spark sampler report using |
Describe the bug
Game Freezes when opening Gregtech Machines' GUI. Not every time but frequently (and especially when the machine is currently processing) the game will freeze. I can press E & Esc and see the mouse cursor so something is still happening in the game, but the screen remains frozen. Since the graphics freeze but the game does not crash, I don't get any logs or crash reports to troubleshoot this issue with.
Versions
Forge:
GTCE: gregtech-1.12.2-1.17.1.770
Modpack: Has happened on Omnifactory, Nomifactory Release, & Nomifactory Dev builds
Addons: This happened before I added any additional mods to the pack
Setup
Playing Solo
Steps To Reproduce
Expected behavior
No Freezes
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
This only happens on single block machines and more frequently when the machines are mid process. This has never happened with multiblock machine interfaces or any buses on multiblock machines.
The text was updated successfully, but these errors were encountered: