Page MenuHome

Bevel modifier segments crash
Closed, DuplicatePublic

Description

System Information
Operating system: Windows-10-10.0.18362 64 Bits
Graphics card: Intel(R) HD Graphics 620 Intel 4.5.0 - Build 23.20.16.4973

Blender Version
Broken: version: 2.82 (sub 3), branch: master, commit date: 2019-12-05 06:30, hash: rB722b8e469282
Worked: (optional)

Short description of error
Adding segments higher than 2 to an object using the bevel modifier produce a crash.

Exact steps for others to reproduce the error
1- Open the provided file.
2- Select the object.
3- Add a Bevel modifier.
4- Increase the segments to 3 (either dragging the slider or via keyboard).
5- Blender crash.

Thank you for checking this issue.

Event Timeline

Philipp Oeser (lichtwerk) lowered the priority of this task from 90 to 30.Dec 5 2019, 10:56 AM

No crash here.

Note: for those kinds of cylinder-like objects [lots os faces connecting to ngons], you are much better off restricting this to edge bevel weights [you end up with better topology...]
But that just on the side...

Please try with File → Defaults → Load Factory Settings to see if you still can reproduce this issue.

Not sure if it's the same since in the T72175 is related to the Subdiv modifier and this is about the Bevel modifier... but who knows, maybe they are related?
Thanks for checking that in another version it doesn't crash.

Ah, OK, was testing with rB6ba09f8515bd, indeed rB722b8e469282 crashes...
Anyways, this is resolved now, so will merge this report with T72175: Crash When Drawing Large Meshes

No crash here.

Note: for those kinds of cylinder-like objects [lots os faces connecting to ngons], you are much better off restricting this to edge bevel weights [you end up with better topology...]
But that just on the side...

Please try with File → Defaults → Load Factory Settings to see if you still can reproduce this issue.

I follow your suggestion to Load Factory Settings and I still get the crash if the Segments are greater than 2.

It did crash in

2019-12-05 06:30, hash: rB722b8e469282

But doesn't crash in newest build:

2019-12-05 09:23, hash: rB6ba09f8515bd

Awesome work, I can confirm it doesn't crash in the newest build 2019-12-05 09:23, hash: rB6ba09f8515bd. :)

Thank you.