Skip to content
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

unable to initialize vulkan video driver #73185

Closed
raoufowo opened this issue Feb 12, 2023 · 3 comments
Closed

unable to initialize vulkan video driver #73185

raoufowo opened this issue Feb 12, 2023 · 3 comments

Comments

@raoufowo
Copy link

Godot version

v4.0.rc1.official [8843d9a]

System information

windows 7 ,vulkan

Issue description

when I tried open softeware i get this error :
Your video card driver seem not to support required vulkan version .
if possible consider updating your video card driver or using the opengl3 driver
you can enable the opengl3 driver by.............................ETC
I tried put the command --rendering opengl3 it work but when I tried run the scene get the same error
PS:
when i convert my project from 3.x to 4.x i find my scene have alot of error and sometimes i can't open it for no reason

Steps to reproduce

N/A

Minimal reproduction project

N/A

@Calinou
Copy link
Member

Calinou commented Feb 12, 2023

Duplicate of #58927.

I tried put the command --rendering opengl3 it work but when I tried run the scene get the same error

The command line argument is not passed from the editor to the running project, so you need to change the rendering method to Compatibility using the drop-down in the top-right corner of the editor.

If you have trouble opening the editor, edit project.godot using a text editor and add this at the end (if you don't already have a [rendering] section):

[rendering]

renderer/rendering_method="gl_compatibility"

If you already have a [rendering] section in project.godot, only add the following line at the end of that section:

renderer/rendering_method="gl_compatibility"

@akien-mga
Copy link
Member

You should create a project using the Compatibility renderer:

image

@raoufowo
Copy link
Author

@akien-mga
i moved project from godot 3.x that's why didn't know about that but still have problme with opening scene have a big mess inside nothing in the correct place

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants