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

My game is not rendering properly on some computers. #74440

Closed
Eneskp3441 opened this issue Mar 5, 2023 · 9 comments
Closed

My game is not rendering properly on some computers. #74440

Eneskp3441 opened this issue Mar 5, 2023 · 9 comments

Comments

@Eneskp3441
Copy link

Eneskp3441 commented Mar 5, 2023

Godot version

4.0 stable

System information

Windows 11, Vulkan, rx570, amd ryzen 5 2600

Issue description

I'm exporting my game in Godot and sending it to my friends. It works fine for me, but one of my friends who has an RX570 graphics card is not able to render the 3D part of the game properly.

image

On my friend's computer:

renderProblem.mp4

on my computer:

normalRender.mp4

There is the same issue in all 3D scenes.
For steam multiplayer, I use the editor that uses steam templates.

I didn't come across any error code on the computer where the problem occurred.

Steps to reproduce

I don't think the problem is caused by my project. Same issue with any 3D export
I cannot provide you with a code example as there is an issue rendering anything in 3D.

Minimal reproduction project

N/A

@AThousandShips
Copy link
Member

Please provide more detailed information about the system of the computer where the issue happens, the system information on your computer isn't helpful if the error does not happen there.

@Eneskp3441
Copy link
Author

Oh yes, I'm sorry, I've updated it now, you can take a look.

@clayjohn
Copy link
Member

clayjohn commented Mar 6, 2023

There isn't enough information here for us to help you. While the image does look janky, we don't know what it is supposed to look like, so visually we can't tell what is broken.

At minimum we need a description of what a working project is like and what exactly is broken. We also need to know what errors are being reported on the broken system. Finally we need an MRP so that interested contributors can try to reproduce and fix the bug.

Without the above, no one is going to help you

@Eneskp3441
Copy link
Author

There isn't enough information here for us to help you. While the image does look janky, we don't know what it is supposed to look like, so visually we can't tell what is broken.

At minimum we need a description of what a working project is like and what exactly is broken. We also need to know what errors are being reported on the broken system. Finally we need an MRP so that interested contributors can try to reproduce and fix the bug.

Without the above, no one is going to help you

I added as much information as I could. Is it sufficient?

@ghost
Copy link

ghost commented Mar 7, 2023

@Eneskp3441 Make sure your friend has their graphics card drivers updated.

@Eneskp3441
Copy link
Author

@Eneskp3441 Make sure your friend has their graphics card drivers updated.

My friend checked and confirmed that the graphics card drivers are up to date

@Calinou
Copy link
Member

Calinou commented Mar 9, 2023

What Environment features do you have enabled in the project? The artifacts look like something caused by SSAO or SSIL. Try disabling it then exporting the project again.

@Eneskp3441
Copy link
Author

What Environment features do you have enabled in the project? The artifacts look like something caused by SSAO or SSIL. Try disabling it then exporting the project again.

I have turned off both options, but there is no difference, the result is the same.

@Calinou
Copy link
Member

Calinou commented Sep 16, 2023

Thanks for the report! Consolidating in #61415.

You can work around this by disabing MSAA and using TAA or FXAA instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants