Skip to content
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

Blocky / Squarish patterned cloud rendering issue #57

Open
SCK57 opened this issue Dec 2, 2023 · 31 comments
Open

Blocky / Squarish patterned cloud rendering issue #57

SCK57 opened this issue Dec 2, 2023 · 31 comments
Assignees
Labels
bug Something isn't working driver-issue stale Inactive for too long

Comments

@SCK57
Copy link

SCK57 commented Dec 2, 2023

Clouds wont render unless I am above them or they are behind blocks

  • Mod Version: 1.20.2 1.4.2-1.4.0 1.20.2

  • Other Mods: yet-another-config-lib-fabric-3.3.0-beta.1+1.20.2

clouds only appearing behind the blocks as blocky and low res
bc bug 2

bc bug 1

only the tops of the clouds render
bc bug 3

@SCK57 SCK57 added the bug Something isn't working label Dec 2, 2023
@Qendolin
Copy link
Owner

Qendolin commented Dec 2, 2023

That seems like a GPU Driver issue, can u send a screenshot of the F3 Menu?

@SCK57
Copy link
Author

SCK57 commented Dec 3, 2023

2023-12-02_18 49 01

@Qendolin
Copy link
Owner

Qendolin commented Dec 3, 2023

Can you also run the command /betterclouds:debug trace and upload the resulting zip file?

@SCK57
Copy link
Author

SCK57 commented Dec 3, 2023

is this it?
2023-12-03_14 54 20

@Qendolin
Copy link
Owner

Qendolin commented Dec 3, 2023

Yes, can you upload that file?

@SCK57
Copy link
Author

SCK57 commented Dec 3, 2023

@Qendolin
Copy link
Owner

Qendolin commented Dec 3, 2023

That is very odd. Without doing more complex troubleshooting I can't tell what the issue is. You could try updating your gpu driver and maybe that fixes the issue, but your version isn't even that old so I'm not very hopeful. I could guide you through the process of collecting a trace with which I can surely identify what is causing the problem, if you want.

@SCK57
Copy link
Author

SCK57 commented Dec 3, 2023

yea can you help me do that

@Qendolin Qendolin changed the title clouds wont render Clouds don't render in front of clear sky Dec 4, 2023
@Qendolin
Copy link
Owner

Qendolin commented Dec 4, 2023

Right, you'll have to install RenderDoc and please tell me which minecraft launcher you have installed. The following method might not work with every one. It should work with Prism, PolyMC or MultiMC.
Make sure to follow the steps closely, if you have any trouble feel free to ask for help.

Once you have installed RenderDoc:

  1. Go to the installation folder and run qrenderdoc.exe
  2. Figure out where you MC Launcher is installed
  3. Under the "Launch Application" tab, click on the three dots "..." on the right of "Executable Path" and select the launcher's .exe file.
    If you are not sure which file is the .exe file you can enable file extensions as explained here.
    image
  4. Under "Capture Options" make sure that "Capture Child Process" is enabled.
    image
  5. Press the "Launch" button and your MC Launcher should open. Now start the game (with Better Clouds loaded).
    If everything worked you should see this text in the top-left of the game window:
    image
    If the text does not appear, the rest will not work.
  6. If you go back to RenderDoc, it should look something like this:
    image
  7. Double-click on the child process, it is probably called javaw.exe.
    This should open a new tab that looks like this:
    image
  8. Now load a world, look at the sky where clouds should be visible and press "F12" or "Print Screen" on your keyboard
    (You can also press the "Capture Frame(s) Immediately" button within renderdoc if F12 doesn't work from some reason)
  9. Within RenderDoc a preview of the capture you just took should appear. Right-click it and press "Save".
    (Save it to a location where you will find it again)
    image
  10. Upload it to file.io or where ever you want and reply with the link so that I can download and analyze it.

@SCK57
Copy link
Author

SCK57 commented Dec 7, 2023

I'm using the normal Minecraft launcher and for 1. how do I access the installation folder?

@Qendolin
Copy link
Owner

Qendolin commented Dec 7, 2023

  1. Open the Minecraft Launcher
  2. Open Task Manager (Ctrl + Shift + Esc)
  3. Right Click the entry for the Minecraft Launcher and choose "Open file location"
    image

@Qendolin
Copy link
Owner

Qendolin commented Dec 23, 2023

Hey I've just published a new version: https://modrinth.com/mod/better-clouds/version/1.4.5+1.20.2-R
It simplifies the whole process tremendously.
Just do:

  • /betterclouds:debug renderdoc install (wait a few seconds)
  • /betterclouds:debug renderdoc load
  • Restart your game (it should say "[BC] RenderDoc is loaded" in chat once you join the world)
  • Look at where clouds should be visible
  • /betterclouds:debug renderdoc capture
  • Click the path in chat and upload the capture

@SCK57
Copy link
Author

SCK57 commented Jan 1, 2024

github dosn't support the file type so I exported it as a json and zip file but idk if those are useful
capture.chrome.json
zip capture.zip

@Qendolin
Copy link
Owner

Qendolin commented Jan 1, 2024

The zip export also generates a .zip.xml file which also I need to be able to import it. Alternatively you can upload the .rdc to https://www.file.io/

@SCK57
Copy link
Author

SCK57 commented Jan 1, 2024

ok this should link to the rdc file
https://file.io/1k2CxSvCNVmk

@Qendolin
Copy link
Owner

Qendolin commented Jan 3, 2024

I am still looking for a fix, in the meantime, can you update your AMD drivers? They are from 2022.

@Qendolin

This comment was marked as off-topic.

@Aendar

This comment was marked as off-topic.

@MartiPuigV
Copy link

I know this is from a while ago, but i have the same issue, with the latest versions of both fabric, fabric api, betterclouds, and YACL. I also updated my driver after reading the comments on this issue, but still no result, im still getting the blurry and pixelated effect on the side of blocks. I however do see the clouds from above.

Any help would be appreciated.

@Qendolin
Copy link
Owner

Qendolin commented May 1, 2024

Can you please upload your game log? If there are any important differences it might help to track down the issue.

@MartiPuigV
Copy link

Where can i find the game log ? I imagine in the .minecraft, but where ?

@Qendolin
Copy link
Owner

Qendolin commented May 1, 2024

It should be .minecraft/logs/latest.log

@MartiPuigV
Copy link

latest.log
Should be this one

@Qendolin
Copy link
Owner

Qendolin commented May 1, 2024

Can you try this custom version for 1.20.4 and see if the issue is still there? Just unzip it to get the .jar file.
better-clouds-1.5.8-snapshot+036fa2f3+1.20.4.zip

@MartiPuigV
Copy link

Still the same issue im afraid

@Qendolin
Copy link
Owner

Qendolin commented May 1, 2024

Can you try /betterclouds:debug fallback stencil_texture true and /betterclouds:debug fallback stencil_texture false and report if either of those fixes the issue?

@MartiPuigV
Copy link

With the custom mod or the one i used before (found on modrinth) ?

@Qendolin
Copy link
Owner

Qendolin commented May 1, 2024

With the custom jar

@MartiPuigV
Copy link

Still the same issue

@Qendolin
Copy link
Owner

Qendolin commented May 1, 2024

Then I'm out of ideas again, sorry

@MartiPuigV
Copy link

No worries. If you do find a solution, please tell me. I'll try the latest updates of the mod.

@Qendolin Qendolin added the stale Inactive for too long label Jun 27, 2024
@Qendolin Qendolin changed the title Clouds don't render in front of clear sky Clouds not rendering in a blocky pattern Aug 19, 2024
@Qendolin Qendolin changed the title Clouds not rendering in a blocky pattern Blocky / Squarish patterned cloud rendering issue Aug 19, 2024
@Qendolin Qendolin reopened this Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working driver-issue stale Inactive for too long
Projects
None yet
Development

No branches or pull requests

4 participants