Blender crashing a lot due to, probably, GPU

So, whenever I try to do sth minimaly complex, like pluging a node socket in Animation Nodes add-on, Blender crashes instantly. When I check for stats in my task manager, my GPU has just spiked. Idk whether my GPU causes the crashing or it tries (always so unsuccessfully) to save the crashing. One thing is 4 sure: GPU spikes.

Does anybody know what’s happening?

I’ve never tried it myself before, but you can try opening blender via command line with --debug-all argument.
C:\someFolderWhereBlenderIsLocated\blender.exe --debug-all
It should log every possible error and you can have better understanding of whats going on.

If there is nothing you can do, you can try reporting the bug

EDIT:
you can read more about command line arguments here: https://docs.blender.org/manual/en/latest/advanced/command_line/arguments.html

1 Like