prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.63k stars 1.92k forks source link

2.4.0-Alpha0 crash when adding brim while in preview #6794

Closed jmd73 closed 3 years ago

jmd73 commented 3 years ago

Version

Built from source version_2.4.0-alpha0-1030-g4c646905f 4c646905fd462b71a74754030ff2dc668b7880b9

Operating system type + version

Windows 10 Pro 64bit

3D printer brand / version + firmware version (if known)

MK2.5S, MK3S + MMU2S

Behavior

Crashes to desktop when changing any settings while in preview. (No, not just the brim setting but it was easy to change.)

The function is called from GLCanvas3D.cpp line 5110, in function _render_objects.

Unfortunately I don't have time to dig in figure out a fix (I don't know the code good enough.) If more data is needed or I have a bad build because something is not up to date. Please let me know.

lukasmatena commented 3 years ago

@jmd73 Thanks. Could you please verify that https://github.com/prusa3d/PrusaSlicer/commit/7f2ad140b63711e0bf4db6cbf19fc0a60983f296 fixed it?

jmd73 commented 3 years ago

@lukasmatena Yes, this fixes the crashing!

Great work!

I'll close this issue.