GithubHelp home page GithubHelp logo

Comments (16)

06d avatar 06d commented on September 1, 2024

Can confirm^

from trollhack.

Gentleman2292 avatar Gentleman2292 commented on September 1, 2024

was able to track the issue
i think its because of TranslateManager

from trollhack.

Gentleman2292 avatar Gentleman2292 commented on September 1, 2024

or autosave

from trollhack.

Gentleman2292 avatar Gentleman2292 commented on September 1, 2024

[16:45:46] [Client thread/WARN] [minecraft/Minecraft]: Null returned as 'hitResult', this shouldn't happen!

this also causes game to freeze

from trollhack.

Gentleman2292 avatar Gentleman2292 commented on September 1, 2024

ok i tried all of the above AND disabled customfont -> override vannila and it doesnt freeze anymore

from trollhack.

Luna5ama avatar Luna5ama commented on September 1, 2024

[16:45:46] [Client thread/WARN] [minecraft/Minecraft]: Null returned as 'hitResult', this shouldn't happen!
 this also causes game to freeze

That is just bugs with whatever modules modify block selection, just a message no big deal. Will be fixed sometime but not urgent.

from trollhack.

Luna5ama avatar Luna5ama commented on September 1, 2024

ok i tried all of the above AND disabled customfont -> override vannila and it doesnt freeze anymore

It looks like font glyph loading causes the freeze. It happened to me on Intel iGPU. But however, it should be fixed already in ab63446

val internalFormat = if (isIntel) GL_R8 else GL_COMPRESSED_RED_RGTC1
glTexImage2D(GL_TEXTURE_2D, 0, internalFormat, width, height, 0, GL_RED, GL_UNSIGNED_BYTE, data)
.

What GPU are you using? Are there any new characters like random Unicode chars, Chinese, etc. popping up in your game in any kind of text? (Such as chat messages)

from trollhack.

Gentleman2292 avatar Gentleman2292 commented on September 1, 2024

ok i tried all of the above AND disabled customfont -> override vannila and it doesnt freeze anymore

It looks like font glyph loading causes the freeze. It happened to me on Intel iGPU. But however, it should be fixed already in ab63446

val internalFormat = if (isIntel) GL_R8 else GL_COMPRESSED_RED_RGTC1
glTexImage2D(GL_TEXTURE_2D, 0, internalFormat, width, height, 0, GL_RED, GL_UNSIGNED_BYTE, data)

.
What GPU are you using? Are there any new characters like random Unicode chars, Chinese, etc. popping up in your game in any kind of text? (Such as chat messages)

im using a (very very old) amd gpu

from trollhack.

Gentleman2292 avatar Gentleman2292 commented on September 1, 2024

and there are is no unicode popping i tested it in singleplayer to be sure

from trollhack.

Luna5ama avatar Luna5ama commented on September 1, 2024

Check your F3 to see if the ram usage decreased for some amount right after the freeze

from trollhack.

Gentleman2292 avatar Gentleman2292 commented on September 1, 2024

Ight will do when I get on my pc

from trollhack.

spymansdad avatar spymansdad commented on September 1, 2024

how do i fix the issue?

from trollhack.

Luna5ama avatar Luna5ama commented on September 1, 2024

I don't have enough information now so I couldn't provide any help.

from trollhack.

Gentleman2292 avatar Gentleman2292 commented on September 1, 2024

As I told you it only happens when I have customfont -> override minecraft on

from trollhack.

Luna5ama avatar Luna5ama commented on September 1, 2024

Try using this as JVM arguments and see if it gets better
For MultiMC, you have to remove -Xms2G -Xmx2G and put 2048 MB for min and max memory.

-Xms2G -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+AlwaysPreTouch -XX:+ExplicitGCInvokesConcurrent -XX:+ParallelRefProcEnabled -XX:+UseG1GC -XX:+UseStringDeduplication -XX:MaxGCPauseMillis=1 -XX:G1NewSizePercent=2 -XX:G1MaxNewSizePercent=10 -XX:G1ReservePercent=15 -XX:G1HeapWastePercent=10 -XX:G1MixedGCCountTarget=16 -XX:InitiatingHeapOccupancyPercent=50 -XX:G1MixedGCLiveThresholdPercent=50 -XX:G1RSetUpdatingPauseTimePercent=25 -XX:G1OldCSetRegionThresholdPercent=5 -XX:SurvivorRatio=5

from trollhack.

Gentleman2292 avatar Gentleman2292 commented on September 1, 2024

I will try this later and tell you the results 👍

from trollhack.

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.