-
Notifications
You must be signed in to change notification settings - Fork 215
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
compatibility vulkan error #674
Comments
I have this issue on Linux too. It is because they forked from a random commit in Godot master that is broken. They need to pull from Godot master again or rebase on a stable branch like 4.3 |
GODOOOOOOT shakes fist at sky |
Do you know which file or commit it is? We'd rather just fix it if we can. |
Only pull request I recall that touched any part of the Vulkan API was this one... Can't really say if it's related or not, I'm inclined to dig deeper and see if I'm missing something... but might be worth trying to revert this change and see what happens: godotengine/godot@b52811b |
We'll get a look at this soon yeah. |
Godot's current master branch has been merged to our master, so I believe this should be closed but I'd like that confirmed. |
Just tried master. Looks like it is still broken here and Godot upstream master branch on Ubuntu Linux 24.04.1 X86_64:
Tested with this repo:
Run this project (or any signifigant 3d project) and it just hangs or crashes:
|
So does this have a corresponding Godot issue? |
Try out the just released 4.3 beta version. I opened a similar issue here, and with that version it seems solved: Redot UI freezes completely |
Thanks for the leg work. I'm guessing this one is caused by upstream changes breaking things on 4.4dev. If our 4.3 betas are looking good, then we'll be good to go and we just need to let Godot do their thing upstream for 4.4 so we can then pull it down to our 4.4 |
Pretty sure that one isn't, 4.4 alpha 1 just lacks any production optimizations because we never released a production build for it. |
Ahhh gotcha |
Tested versions
Redot Engine v4.4.dev.custom_build.4f67c65d2 (2024-10-11 03:36:55 UTC)
System information
arch linux - v4.4.dev.custom - compatibility
Issue description
ERROR: Condition "err != VK_SUCCESS" is true. Returning: ERR_CANT_CREATE
at: _initialize_devices (drivers/vulkan/rendering_context_driver_vulkan.cpp:831)
ERROR: Condition "err != OK" is true. Returning: err
at: initialize (drivers/vulkan/rendering_context_driver_vulkan.cpp:936)
Steps to reproduce
i just open engine
Minimal reproduction project (MRP)
new-game-project.zip
The text was updated successfully, but these errors were encountered: