mayo icon indicating copy to clipboard operation
mayo copied to clipboard

both v0.9.0 and master segfault

Open rickyrockrat opened this issue 9 months ago • 1 comments

mayo is built from source on Alpine Linux Edge. When a step file is loaded it first throws what appears to be a QT error: Error: OpenGl_Context is unable to wrap OpenGL context Then segfaults when the model is clicked on to display. under GDB: [LWP 29151 exited]

Thread 1 "mayo" received signal SIGSEGV, Segmentation fault. 0x00007ffff5ffd00a in SelectMgr_ViewerSelector::Pick(int, int, opencascade::handle<V3d_View> const&) () from /usr/lib/libTKV3d.so.7.8 Using opencascade-7.8.1-r3 qt5-qtbase-5.15.10_git20230714-r4

rickyrockrat avatar Mar 31 '25 13:03 rickyrockrat

Hello @rickyrockrat Try to set option "Force OpenGL Fallback Widget" to ON in the Tools->Options dialog: Image

Then restart Mayo application

HuguesDelorme avatar Apr 15 '25 06:04 HuguesDelorme