Matteo-Mannino
  • Joined on 2023-05-29
Matteo-Mannino closed issue blender/blender#108388 2023-06-11 05:16:37 +02:00
Blender freezes when making edits in the Layout
Matteo-Mannino commented on issue blender/blender#108388 2023-06-11 05:16:27 +02:00
Blender freezes when making edits in the Layout

I wrote some quick OpenGL tests and determined that anytime I tried to allocate a large vertex buffer object over 1GB and wrote into it, the GPU would stall. I did some allocation tests to…

Matteo-Mannino commented on issue blender/blender#108388 2023-06-04 05:56:49 +02:00
Blender freezes when making edits in the Layout

Oh, sorry, to answer your question on blender_debug_gpu_glitchworkaround.cmd, not it didn't help.

Matteo-Mannino commented on issue blender/blender#108388 2023-06-03 21:33:57 +02:00
Blender freezes when making edits in the Layout

Yup, it used to happen only after editing a scene in the Layout. Now it hangs on start up. Not sure what's different.

I've tried a fresh driver install. I also tried installing multiple…

Matteo-Mannino commented on issue blender/blender#108388 2023-06-01 11:44:21 +02:00
Blender freezes when making edits in the Layout

Note that in one of debug txt I posted above, it seems to be crashing here:

static bool detect_mip_render_workaround()

which seems to be failing on this opengl error: `debug::check_gl_erro…

Matteo-Mannino commented on issue blender/blender#108388 2023-06-01 07:45:38 +02:00
Blender freezes when making edits in the Layout

Here's s screenshot of my options. Neither are working for Blender.

The Ryzen 9 5900X does not have integrated graphics. Here's the spec sheet on the Ryzen 9 5900X: https://www.amd.com/en/produc

Matteo-Mannino commented on issue blender/blender#108388 2023-05-31 07:08:53 +02:00
Blender freezes when making edits in the Layout

I've tried changing my GPU to both options (the "Power saving" integrated GPU, and the High-Performance which I presume is the 6900XT). Neither fix the issue.

I tried installing older versions.…

Matteo-Mannino commented on issue blender/blender#108388 2023-05-29 23:47:34 +02:00
Blender freezes when making edits in the Layout

I've tried disabling Multi-sampling previously when going through this doc (I tried the debugging steps before coming here). That didn't work.

I tried downgrading to the AMD Software: PRO…

Matteo-Mannino commented on issue blender/blender#108388 2023-05-29 12:35:50 +02:00
Blender freezes when making edits in the Layout

It only happens in Layout when attempting to move or change an object. I can't reproduce this in any other view.

For example, I can go into Geometry Nodes and add a subdivision modifier. I can…

Matteo-Mannino commented on issue blender/blender#108388 2023-05-29 12:13:16 +02:00
Blender freezes when making edits in the Layout

I have these add-ons (attached image)... they seemed to have come with the installation. I only have Windows Defender - no other anti-virus. ![image](/attachments/afd4fb19-5a96-4666-9e95-31319e3a1…

Matteo-Mannino commented on issue blender/blender#108388 2023-05-29 12:05:20 +02:00
Blender freezes when making edits in the Layout

Yeah, I have the latest drivers for my graphics card and my windows 10 is up to date. I can't find any out-of-date drivers on my system. Are there any other specific drivers I should check to make…

Matteo-Mannino commented on issue blender/blender#108388 2023-05-29 11:54:39 +02:00
Blender freezes when making edits in the Layout

C:\Program Files\Blender Foundation\Blender 3.5>blender.exe --debug-depsgraph-no-threads --threads 1

It was the same issue - no change.

I also tried `C:\Program Files\Blender Foundation\Bl…

Matteo-Mannino commented on issue blender/blender#108388 2023-05-29 11:38:00 +02:00
Blender freezes when making edits in the Layout

Sure. Basically, as soon as I move the cube a little, the whole program freezes. I didn't actually finish moving the cube - the program freezes while I'm moving it. I'm trying to click on things…

Matteo-Mannino opened issue blender/blender#108388 2023-05-29 10:47:36 +02:00
Blender freezes when making edits in the Layout