-
Notifications
You must be signed in to change notification settings - Fork 1
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
Crash on launching #1
Comments
Hi @Protoxy22, sadly this stack trace doesn't provide a lot of info. What makes you think the error is related to validation layers? In fact, that you didn't provide any errors from said validation layers makes me think, that they are indeed not properly setup/installed. Because these validation layers print warnings if some Vulkan methods like the vkCreateSwapchainKHR that crashes your application get called with arguments that aren't in the proper state. In other words: Usually, if a Vulkan method like vkCreateSwapchainKHR crashes, there will be a warning from the validation layer in the application logs with some details. But your post also doesn't contain the "normal" logs from the engine, so I wonder if those are printed correctly in your setup/IDE. If all of this doesn't help, I can also add a bunch of logging so we can see what your hardware specs exactly are and what might not be supported in my default setup, but I doubt it will be super helpful. In general, I'm not a huge Vulkan expert and am learning along the way - The engine is currently setup in a way that runs on my machine and a few others where I have been able to test it. But there will be for sure some things, that will not run immediately on all hardwares and that need to be abstracted. Let's hope this is not the case here :) Kind regards |
Hi @Protoxy22, |
Hi, your engine looks promising and I wanted to test it
I get a crash when starting TestImGui, or others Tests classes
I may think it's because of a Vulkan validation layer or something like that, but I don't know how to configure it
Have you any idea ? Thanks
The text was updated successfully, but these errors were encountered: