tunafishj Every new file I've made, whenever I add the meshinstance3d it always is black. I'm new to the 3d part so I'd like some advice please. I am on a mac computer. I also have tried materials but it doesn't work on my shapes for some reason. I've tried redownloading godot multiple times. Sorry if this is very basic 😭 .
tunafishj xyz I checked and there is.. a lot. All the files I made were fresh so I don't know what's wrong. I think a lot of them are repeating too. Any help would be appreciated 👍️ .
tunafishj tunafishj I realize you cant even see most of em so here's an excerpt because it's pretty much repeating. ERROR: servers/rendering/rendering_device.cpp:3972 - Condition "!pipeline.driver_id" is true. Returning: RID() ERROR: servers/rendering/rendering_device.cpp:3972 - Condition "!pipeline.driver_id" is true. Returning: RID() ERROR: servers/rendering/renderer_rd/forward_clustered/scene_shader_forward_clustered.cpp:392 - Condition "pipeline.is_null()" is true. ERROR: servers/rendering/rendering_device.cpp:3972 - Condition "!pipeline.driver_id" is true. Returning: RID() ERROR: servers/rendering/renderer_rd/forward_clustered/scene_shader_forward_clustered.cpp:392 - Condition "pipeline.is_null()" is true. ERROR: servers/rendering/renderer_rd/forward_clustered/scene_shader_forward_clustered.cpp:392 - Condition "pipeline.is_null()" is true. ERROR: servers/rendering/rendering_device.cpp:3972 - Condition "!pipeline.driver_id" is true. Returning: RID() ERROR: servers/rendering/renderer_rd/forward_clustered/scene_shader_forward_clustered.cpp:392 - Condition "pipeline.is_null()" is true. ERROR: vkCreateGraphicsPipelines failed with error -3. ERROR: servers/rendering/rendering_device.cpp:3972 - Condition "!pipeline.driver_id" is true. Returning: RID() ERROR: servers/rendering/renderer_rd/forward_clustered/scene_shader_forward_clustered.cpp:392 - Condition "pipeline.is_null()" is true. ERROR: vkCreateGraphicsPipelines failed with error -3. ERROR: servers/rendering/rendering_device.cpp:3972 - Condition "!pipeline.driver_id" is true. Returning: RID() ERROR: servers/rendering/renderer_rd/forward_clustered/scene_shader_forward_clustered.cpp:392 - Condition "pipeline.is_null()" is true. ERROR: vkCreateGraphicsPipelines failed with error -3. ERROR: servers/rendering/rendering_device.cpp:3972 - Condition "!pipeline.driver_id" is true. Returning: RID() ERROR: servers/rendering/renderer_rd/forward_clustered/scene_shader_forward_clustered.cpp:392 - Condition "pipeline.is_null()" is true.
xyz tunafishj Try switching the renderer from Forward+ to Compatibility. It's in the top right corner of the editor window. Btw what kind of graphics card does your computer have? Also can you post the very first few error messages?
tunafishj xyz It worked thank you so much! My computer is fairly old so it's the NVIDIA GeForce GTX 775M 2 GB. I'm guessing the Compatibility is better for lower or older computers?
xyz tunafishj Yes your card probably doesn't fully support Vulkan. With compatibility renderer you may lose access to few advanced rendering features but most standard features should work properly. You can try updating the gpu drivers but if the card is fairly old it may not make a difference.