-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
strange light artifact in version 0.9.12 #4527
Comments
same issue here |
@wendytwh I think this is causing Vulkan. Have you tried OpenGL ? ./CarlaUE4.sh -opengl |
@XGodina seems like |
@heethesh Yes, you're right. From what you tell me I see that it is a drivers problem. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I have the same issue. After I start the ./CarlaUE4.sh, there are some warnings in the terminal. The contents is as below.
../src/intel/isl/isl.c:2105: FINISHME: ../src/intel/isl/isl.c:isl_surf_supports_ccs: CCS for 3D textures is disabled, but a workaround is available." I guess the problem is associating the Intel devices?( I am not familar with this). My env is as below: Looking For Help. |
Hii even I am facing the same issue with the latest version of carla can you guys please help me with this? |
Same issue here, any possible workaround? |
same issue here. |
did you'll try upgrading your nvidia driver versions? or a source build? |
i solve this problem by installing 0.9.11 |
Same issue here. |
same problem... |
Managed to solve by adding |
great thanks for your advice! problem fixed. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I was actually able to resolve this by running with -preferNvidia I think there is a vulkan driver issue? -preferNvidia: is an optional flag. If your system has multiple GPUs (for example, an integrated Intel GPU and a discrete Nvidia GPU), this flag tells Unreal Engine to use the Nvidia GPU, which is generally more powerful and better suited to handling CARLA's graphics requirements. |
Is there any suitable solution? |
Try the solutions above |
Hi everyone,
I downloaded and installed the CARLA 0.9.12 version from the repository. When I launch the simulator running the
./CarlaUE4.sh
, the render view has a strong light artifact making the scene looks overexpose.When the weather is configured into cloudy night, it also has gives strange lightning effect. Does someone face same issue or have any idea what might be the reason?
os Ubuntu18.04
graphics: Intel Xe Graphics (TGL GT2)
The text was updated successfully, but these errors were encountered: