You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10.0.19045 - Vulkan (Compatibility) - GeForce GT 540M- Intel Core i7-2670QM CPU @ 2.20GHz (8 Threads)
Issue description
Opening any Godot 4.1.1 compatibility project (including new projects) with the Godot 4.1.1 editor causes those 4 errors to be printed in the Godot console:
ERROR: Condition "!texture_allocs_cache.has(p_id)" is true.
at: texture_free_data (drivers/gles3/storage/utilities.h:111)
ERROR: Cubemap Arrays are not supported in the GL Compatibility backend.
at: (drivers/gles3/storage/texture_storage.cpp:763)
ERROR: Attempting to use an uninitialized RID
at: (./core/templates/rid_owner.h:199)
ERROR: Condition "!t" is true.
at: texture_free (drivers/gles3/storage/texture_storage.cpp:705)
I was not able to find their source in the editor settings.
The projects I used to test are new projects so I don't suspect them to be the cause.
I assume they may only happen with the compatibility compiler, as one of them mentions it.
I wasn't able to test other compilers because my hardware does not support them.
The errors do not cause any further problems for a project, but they can look confusing, especially for a new user.
Steps to reproduce
Create a new compatibility project.
Open the project with Godot editor with console.
Check for the errors in the console.
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered:
Godot version
v4.1.1.stable.official.bd6af8e0e
System information
Windows 10.0.19045 - Vulkan (Compatibility) - GeForce GT 540M- Intel Core i7-2670QM CPU @ 2.20GHz (8 Threads)
Issue description
Opening any Godot 4.1.1 compatibility project (including new projects) with the Godot 4.1.1 editor causes those 4 errors to be printed in the Godot console:
I was not able to find their source in the editor settings.
The projects I used to test are new projects so I don't suspect them to be the cause.
I assume they may only happen with the compatibility compiler, as one of them mentions it.
I wasn't able to test other compilers because my hardware does not support them.
The errors do not cause any further problems for a project, but they can look confusing, especially for a new user.
Steps to reproduce
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: