You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ensures that GtkRadiant doesn't crash for this reason. But I don't know what the real cause is. In museum.map there are two (rain) brushes that trigger the WARNING: badly shaped brush warning I added, but when trying to edge-move I did not get any crashes.
Hi @TTimo,
today radiant.bin crashed from under me. I pinpointed the problem to an issue with
f2
beingNULL
inSelectFaceEdge
.I added the following patch to my debian build:
https://github.com/wdoekes/gtkradiant-deb/blob/61c8ae9571fe2c09cb352302d77a93cd7c66a8b6/patches/radiant-vertexcrash.patch
This ensures that GtkRadiant doesn't crash for this reason. But I don't know what the real cause is. In
museum.map
there are two (rain) brushes that trigger theWARNING: badly shaped brush
warning I added, but when trying to edge-move I did not get any crashes.Sample minimal testcase that crashes:
Select item, press E, and try to move the blue dot around (0,0,0).
Do you have some insight into the deeper cause?
Cheers,
Walter
The text was updated successfully, but these errors were encountered: