Coder Social home page Coder Social logo

Comments (28)

RaphiMC avatar RaphiMC commented on July 21, 2024

You have graphical glitches all over the place. Even in places not touched by IF like the chunk rendering. Try updating your GPU driver

from immediatelyfast.

RaphiMC avatar RaphiMC commented on July 21, 2024

Also post a full mod list as well

from immediatelyfast.

Imzxhir avatar Imzxhir commented on July 21, 2024

Well, you see. I'm on MacOS and the latest update I can update to is 10.13.6 which I'm already on. When using the 1.1.6 version of the mod, everything looks fine

from immediatelyfast.

RaphiMC avatar RaphiMC commented on July 21, 2024

Can you try the 1.1.7 version? Also do the graphical glitches happen consistently or randomly?

from immediatelyfast.

Imzxhir avatar Imzxhir commented on July 21, 2024

Also post a full mod list as well

I'm using the mods in Fabulously Optimized and this mod.

from immediatelyfast.

RaphiMC avatar RaphiMC commented on July 21, 2024

Can you send your latest.log file or the mod section at the top of it? I want a concrete mod list with their versions

from immediatelyfast.

Imzxhir avatar Imzxhir commented on July 21, 2024

Sure! Let me try 1.1.7 first and see if I get the issue

from immediatelyfast.

Imzxhir avatar Imzxhir commented on July 21, 2024

Can you try the 1.1.7 version? Also do the graphical glitches happen consistently or randomly?

I can see the items but the items in my hand are really glitchy and they seem to happen consistently.

MCC Island:
image

Tubnet:
image

from immediatelyfast.

Imzxhir avatar Imzxhir commented on July 21, 2024

Can you send your latest.log file or the mod section at the top of it? I want a concrete mod list with their versions

Here you go: https://mclo.gs/bwvhZ1w

from immediatelyfast.

RaphiMC avatar RaphiMC commented on July 21, 2024

This is very odd, can you try replicating this issue with only ImmediatelyFast and no other mods installed.
I also spoke to a person on my discord with MacOS knowledge and I found out that you use a hackintosh with ancient hardware. This might be a configuration I can't support with ImmediatelyFast due to how old your GPU is

from immediatelyfast.

akemin-dayo avatar akemin-dayo commented on July 21, 2024

Are you using a Hackintosh? (I'm not aware of any Apple hardware that includes an i7-870 CPU, but I could be wrong about that.) Never mind, it appears that you're using an iMac11,3.

Either way, it appears that your GPU is really old (an ATi Radeon HD 5750 from 2009 using the TeraScale 2 architecture), and is most likely the cause of this issue.

Does this issue occur without ImmediatelyFast present? (※ Rename the .jar extension to .jar.disabled or something, or simply just move it out of your mods folder temporarily.)

If so, this may be an issue caused by Sodium.

from immediatelyfast.

Imzxhir avatar Imzxhir commented on July 21, 2024

Nope, I'm using High Sierra 10.13.6. Also, this issue does not occur when ImmediatlyFast is present as seen here.

MCC Island:
image

Tubnet:
image

from immediatelyfast.

RaphiMC avatar RaphiMC commented on July 21, 2024

I am not too sure where to go from here. I asume its caused by your ancient GPU. One last thing you can try is setting debug_only_and_not_recommended_disable_universal_batching to true and trying it again

from immediatelyfast.

Imzxhir avatar Imzxhir commented on July 21, 2024

This is very odd, can you try replicating this issue with only ImmediatelyFast and no other mods installed. I also spoke to a person on my discord with MacOS knowledge and I found out that you use a hackintosh with ancient hardware. This might be a configuration I can't support with ImmediatelyFast due to how old your GPU is

Yep, here you go:
image
image

from immediatelyfast.

RaphiMC avatar RaphiMC commented on July 21, 2024

I think it might be fast_buffer_upload. Disable that and try again. Also revert the previous change because its a debugging only option

from immediatelyfast.

Imzxhir avatar Imzxhir commented on July 21, 2024

I am not too sure where to go from here. I asume its caused by your ancient GPU. One last thing you can try is setting debug_only_and_not_recommended_disable_universal_batching to true and trying it again

Yeah, this didn't work

from immediatelyfast.

Imzxhir avatar Imzxhir commented on July 21, 2024

I think it might be fast_buffer_upload. Disable that and try again. Also revert the previous change because its a debugging only option

This actually worked.

MCC Island:
image

Tubnet:
image

from immediatelyfast.

RaphiMC avatar RaphiMC commented on July 21, 2024

So the issue is resolved now

from immediatelyfast.

Imzxhir avatar Imzxhir commented on July 21, 2024

Wait, what does fast buffer uploads do?

from immediatelyfast.

RaphiMC avatar RaphiMC commented on July 21, 2024

It speeds up data transfer between CPU and GPU. The artifacts are probably caused by your ancient GPU not liking the approach I take to speed that up

from immediatelyfast.

Imzxhir avatar Imzxhir commented on July 21, 2024

Yeah most likely, anyway thanks for helping me out. Appreciate it

from immediatelyfast.

isXander avatar isXander commented on July 21, 2024

Can you disable this feature automatically on old hardware?

from immediatelyfast.

RaphiMC avatar RaphiMC commented on July 21, 2024

If you can tell me how I am supposed to detect old hardware. Checking the OpenGL version won't get me very far

from immediatelyfast.

kees- avatar kees- commented on July 21, 2024

+1 that this repros, and is solved by disabling fast_buffer_upload, with an AMD Radeon R9 M370X / MacOS 12.6.5 / 2015 MBP. Playing on 1.19.4. Thanks for identifying the fix here

from immediatelyfast.

Madis0 avatar Madis0 commented on July 21, 2024

If you can tell me how I am supposed to detect old hardware. Checking the OpenGL version won't get me very far

Isn't this just a macOS issue? Or any Mac without a Apple Mx chip.

from immediatelyfast.

RaphiMC avatar RaphiMC commented on July 21, 2024

Not sure. I think there a macOS players which use the mod without problems

from immediatelyfast.

akemin-dayo avatar akemin-dayo commented on July 21, 2024

I can confirm that this is not a macOS-specific issue.

I'm beginning to wonder if this is an issue with AMD GPUs that are GCN 1.0 or older, or something like that. (※ The R9 M370X is one such GPU.)

from immediatelyfast.

RaphiMC avatar RaphiMC commented on July 21, 2024

I recoded the fast buffer upload optimization using a more "modern" OpenGL API, so it might now work properly in this case. @Imzxhir Could you please retest (Make sure to delete the IF config): https://upload.raphimc.net/file/JPMTZ7m7w7vc2axZ/wWUsFXDcn27FxRRw/ImmediatelyFast-1.1.16-SNAPSHOT%2B1.20.1.jar

from immediatelyfast.

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.