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
Reproducible in v4.3.rc2.official [3978628], v4.2.2.stable.official [15073af]
System information
Godot v4.3.rc2 - Windows 10.0.22631 - Vulkan (Forward+) - integrated Intel(R) Iris(R) Plus Graphics (Intel Corporation; 30.0.100.9864) - Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz (8 Threads)
Issue description
When opening the game (using f5), after running for a while, the game freezes, and the error below are printed in the console.
The game does not seem to ever unfreeze, and becomes unresponsive. I've managed to make a small project that reproduces this fairly consistently for me, but the errors appear randomly in my actual project (sometimes, it does not show up at all).
I'm new to reporting stuff like this, so if something is missing, please let me know.
Godot Engine v4.3.rc2.official.3978628c6 - https://godotengine.org
OpenGL API 3.3.0 - Build 30.0.100.9864 - Compatibility - Using Device: Intel - Intel(R) Iris(R) Plus Graphics
Godot Engine v4.3.rc2.official.3978628c6 - https://godotengine.org
Vulkan 1.2.187 - Forward+ - Using Device #0: Intel - Intel(R) Iris(R) Plus Graphics
Devices:
#0: Intel Intel(R) Iris(R) Plus Graphics - Supported, Integrated
- Vulkan Variable Rate Shading supported:
Pipeline fragment shading rate
- Vulkan multiview supported:
max view count: 16
max instances: 268435454
- Vulkan subgroup:
size: 32
min size: 8
max size: 32
stages: STAGE_VERTEX, STAGE_TESSELLATION_CONTROL, STAGE_TESSELLATION_EVALUATION, STAGE_GEOMETRY, STAGE_FRAGMENT, STAGE
supported ops: FEATURE_BASIC, FEATURE_VOTE, FEATURE_ARITHMETIC, FEATURE_BALLOT, FEATURE_SHUFFLE, FEATURE_SHUFFLE_RELAD
quad operations in all stages
Vulkan 1.2.187 - Forward+ - Using Device #0: Intel - Intel(R) Iris(R) Plus Graphics
Steps to reproduce
Simply open the project using f5 and let it run for a while. If the error does not show up, I've been able to force it by moving the window a couple of times.
Tested versions
System information
Godot v4.3.rc2 - Windows 10.0.22631 - Vulkan (Forward+) - integrated Intel(R) Iris(R) Plus Graphics (Intel Corporation; 30.0.100.9864) - Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz (8 Threads)
Issue description
When opening the game (using f5), after running for a while, the game freezes, and the error below are printed in the console.
The game does not seem to ever unfreeze, and becomes unresponsive. I've managed to make a small project that reproduces this fairly consistently for me, but the errors appear randomly in my actual project (sometimes, it does not show up at all).
I'm new to reporting stuff like this, so if something is missing, please let me know.
Errors in the console:
Info from the console, (in case that's useful):
Steps to reproduce
Simply open the project using f5 and let it run for a while. If the error does not show up, I've been able to force it by moving the window a couple of times.
Minimal reproduction project (MRP)
VulkanError_MinRepo.zip
The text was updated successfully, but these errors were encountered: