Search Issue Tracker
Fixed
Fixed in 6000.0.32f1, 6000.1.0a9
Votes
11
Found in
6000.0.23f1
6000.1.0a7
Issue ID
UUM-83898
Regression
Yes
[Ubuntu] URP Samples - game mode turns black and multiple "Attempting to resolve render surface"errors when setting Quality pipeline asset
*Steps to reproduce:*
# Create a new URP Project
# Window > Package Manager > Universal RP > Samples
# Import URP Package Samples
# Open BlobShadow scene
# Edit > Project Settings > Quality - Set Render Pipeline Asset to PackageSamplesURPAsset. This is the instruction provided by the sample.
*Actual results:*
*Game view turns pitch black* and initially 41 errors similar to:
{code:java}
Error: Attempting to resolve render surface with no resolve target specified.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&){code}
And one of each of the following:
{code:java}
DrawTransparentObjects: Trying to load color backbuffer into a complex RenderPass setup, results undefined.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&){code}
{code:java}
Draw Decal Screen Space: Trying to load color backbuffer into a complex RenderPass setup, results undefined.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&){code}
This later increased to 146 total errors as I was writing this report.
If you enter game mode, the errorsĀ increase into the hundreds.
*Expected results:* No errors occur.
*Reproducible with versions:* 6000.0.23f1,
*Not reproducible with versions:* 6000.0.22f1
*Can't test with versions:*
* 2022.3.49f1 and below - this pipeline asset is not available.
*Tested on (OS):* Ubuntu 24.04
Does not reproduce on Windows or MacOS
*Notes:*
* Also 893 warnings (UUM-71851)
* These errors seem to turn all game mode views pitch black across all URP Sample Scenes.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Fperegrinus
Dec 14, 2024 21:37
Quick fix that worked for me: enable Render Graph compatibility mode in Project Settings | Graphics (scroll all the way down).
Version 6000.0.30f1 on Tuxedo OS (Ubuntu 24.04 based)
phlepper
Dec 12, 2024 22:19
I have the same problem with Pop! OS and 6.000.0.30f1 with nVidia drivers. I was also doing the tutorial and get this with the sample project at the first "run" instance (Explore the Editor Interface, Step 7 "Enter Play mode in Game view").
NollathTheWeary
Nov 19, 2024 18:37
Works on 2022.3.39f1 but after switching to 6000.0.23f1 the error appeared as described above. This is on NVIDIA 550 drivers.
killlinuxkill
Nov 12, 2024 18:59
Same Here with Unity 6000.0.24 on ubuntu 24.04. Changed to Vulkan API like this https://support.unity.com/hc/en-us/articles/209004446-How-do-I-change-the-supported-Graphics-APIs-for-my-game writed then work.
welkin25
Nov 11, 2024 03:05
Same error with Unity 6000.0.26f1. I'm following beginner tutorial https://learn.unity.com/tutorial/open-the-unity-essentials-project?uv=6&pathwayId=664b6225edbc2a01973f4f19&missionId=664bdda6edbc2a09177bccae# and encounters this error in step "3.Open the project from the Unity Hub".
Andy-Block
Nov 05, 2024 19:06
Hit the same error (thought symptoms differ) on 6000.0.25, running on Windows. For me, things mostly seem to still work, but my uGUI UI rendered via a 'screenspace - overlay' camera does not for some reason... not certain it is due to this error, but it used to work fine (and works fine in editor and on in a macOS player, neitehr of which shows this error).
maxruuen
Nov 04, 2024 10:21
Replicated on Unity 6000.0.25 when using OpenGL 4.6.0 on NVIDIA 560.35.03 drivers.
Switching to Vulkan API works correctly.
hunabku94
Oct 26, 2024 07:00
Same Here with Unity 6000.0.24
joseph_pocketwatch
Oct 17, 2024 15:04
Doe not happen with Vulkan API, seems to be OpenGL 4.5 Core issue on linux