I tried to use godot on my laptop, it has an intel i5-3337 cpu and an amd hd 7670m gpu (I know this is pretty crappy) and every time I try to open a project, even a new and empty one, the program crashes, does anyone know how to fix this? Any help would be greatly appreciated.
Hi, can you try to get some logs by running the program from the console? Adding a --verbose parameter might also help
Hi, thanks for answering, as soon as I open godot, the is a yellow warning stating: warning your video card drivers seem not to support the required opengl 3.3 version, switching to angle. Then, after trying to open any project, there is another yellow warning stating: warning your video card drivers seem not to support vulkan, switching to direct3d 12. which is followed by three red errors: d3d12createdevice failed with error 0x887a0004. ; then condition “err != ok” is true. returning: err_cant_create ; and the third one: failed to initialize driver for device.
Hi inky, I have been into the same problem with you. You can view my solution here: Crash after opening a just created project - #8 by lubakachi89