Code Monkey home page Code Monkey logo

Comments (5)

warjort avatar warjort commented on July 27, 2024

What you are describing is a problem in the logical server where it is either

  • looping (or taking a long time)
  • has stopped working (but not crashed).

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
https://www.baeldung.com/java-thread-dump

For the stopped working possibility, we need to see the logs/latest.log.
There will likely be some error, warning or info message that might hint at the problem.
It could be further back in the log with you not noticing the problem until later when you access the broken block.

The multiblocks and singleblocks share a lot of the same code.
I would guess it is luck which block you are seeing the problem on?
But if you can be more specific about which block you first see the problem it might hint at what the problem is.

from gregtech.

buckbeegb avatar buckbeegb commented on July 27, 2024

2022-05-10-2.log.gz
2022-05-10-1.log.gz

2022-05-09-1.log.gz
2022-05-09-2.log.gz

Here's some logs

from gregtech.

warjort avatar warjort commented on July 27, 2024

None of those show an error, but 2 of them show very long server ticks:
09-2

[22:01:08] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 1974150ms behind, skipping 39483 tick(s)

10-1

[15:04:28] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3241833ms behind, skipping 64836 tick(s)

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 only think it is GTCE because the machines don't respond to GUI requests when this is happening.
The GUI request asks for info from the server which will not respond due to the long tick.

from gregtech.

warjort avatar warjort commented on July 27, 2024

You should post this bug report to NomiFactory.
There is a good chance the problem is actually with one of the other mods in that pack
and they may know of similar problems already experienced during testing?

from gregtech.

Exaxxion avatar Exaxxion commented on July 27, 2024

If the game is lagging to death then I would expect things to be unresponsive. Generate a spark sampler report using /spark sampler --interval 1 --timeout 30 and share it either in the Nomifactory discord (preferable) or in an issue ticket on Nomifactory's GitHub and we can try to figure out why you are encountering lag spikes.

from gregtech.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.