nalexandru / BlenderCompat

Windows 7 support for Blender 3.x and newer
BSD 3-Clause "New" or "Revised" License
245 stars 23 forks source link

3.2.0 Eevee bug #17

Closed FasterMars closed 2 years ago

FasterMars commented 2 years ago

Blender 3.2.0 crashes when switching to the Eevee renderer in the editor

nalexandru commented 2 years ago

Start Blender with "blender_debug_gpu.cmd" instead of "blender.exe" and switch to Eevee. After Blender crashes it should open a folder with two files, "blender_debug_output.txt" and "blender_system_info.txt". Please upload those 2 files.

FasterMars commented 2 years ago

blender_debug_output.txt blender_system_info.txt

These are the files, in the latest release, if I open Blender and switch to Eevee material preview mode, it blender freezes and never responds, the issue has slightly changed

nalexandru commented 2 years ago

I have looked at the logs and you are using an Intel HD Graphics 4000 GPU. This GPU is not supported by Blender and there are known issues with Eevee due to bugs in the driver: https://code.blender.org/2019/04/supported-gpus-in-blender-2-80/#intel

I believe this is the cause of your issues (both crashing and freezing). Unfortunately, this is not something i can fix.

FasterMars commented 2 years ago

Thanks for the reply, I appreciate the effort!