Page 2 of 2

Re: Bug: Program received signal SIGSEGV, Segmentation fault.

Posted: Mon May 23, 2022 1:53 pm
by xadox
wmayer wrote: Mon May 23, 2022 1:01 pm Add this to user.cfg:
Thanks :)
But it doesn't help
Instead of

Code: Select all

$ ./FreeCAD.exe
[7684:6160:0523/152047.325:ERROR:gl_surface_wgl.cc(388)] wglCreatePbufferARB not available.
[7684:6160:0523/152047.325:ERROR:gl_surface_qt.cpp(197)] Requested OpenGL implementation is not supported. Implementation: 1
Illegal storage access...
Unhandled Base::Exception caught in GUIApplication::notify.
The error message is: Illegal storage access! Please save your work under a new file name and restart the application!
Segmentation fault
now i see

Code: Select all

$ ./FreeCAD.exe
Illegal storage access...
Unhandled Base::Exception caught in GUIApplication::notify.
The error message is: Illegal storage access! Please save your work under a new file name and restart the application!
Segmentation fault

Re: Bug: Program received signal SIGSEGV, Segmentation fault.

Posted: Mon May 23, 2022 3:22 pm
by wmayer
Unhandled Base::Exception caught in GUIApplication::notify.
Can you post again your crash.log, please?

Re: Bug: Program received signal SIGSEGV, Segmentation fault.

Posted: Mon May 23, 2022 4:16 pm
by xadox
wmayer wrote: Mon May 23, 2022 3:22 pm
Unhandled Base::Exception caught in GUIApplication::notify.
Can you post again your crash.log, please?
yep
crash.log
(46 KiB) Downloaded 13 times

Re: Crash after start

Posted: Mon May 23, 2022 5:03 pm
by wmayer
The callstack is pretty much the same as for the previous crash. So, it seems to be a general OpenGL problem with KVM and I don't know how to make it working.

You can try to remove/delete the directories Start and Web to avoid to load the WebEngine module. You may get starting FreeCAD but then very likely will see a crash as soon as you create a new document.

Re: Crash after start

Posted: Mon May 23, 2022 7:05 pm
by thomas-neemann
xadox wrote: Fri May 13, 2022 11:40 am ....Windows Server 2019 Standard Evaluation....
is windows server suitable for freecad?

Re: Crash after start

Posted: Tue May 24, 2022 9:42 am
by xadox
thomas-neemann wrote: Mon May 23, 2022 7:05 pm
xadox wrote: Fri May 13, 2022 11:40 am ....Windows Server 2019 Standard Evaluation....
is windows server suitable for freecad?
Why it cannot be?

Re: Crash after start

Posted: Tue May 24, 2022 9:50 am
by thomas-neemann
xadox wrote: Tue May 24, 2022 9:42 am ...
I don't know, but for games it's e.g. probably unsuitable


https://www.reddit.com/r/windows/commen ... just_dont/


Bildschirmfoto_2022-05-24_11-48-33.png
Bildschirmfoto_2022-05-24_11-48-33.png (12.01 KiB) Viewed 927 times

Re: Crash after start

Posted: Tue May 24, 2022 4:37 pm
by xadox
wmayer wrote: Mon May 23, 2022 5:03 pm You can try to remove/delete the directories Start and Web to avoid to load the WebEngine module. You may get starting FreeCAD but then very likely will see a crash as soon as you create a new document.
I tried but i had the same error.

Re: Crash after start

Posted: Tue May 24, 2022 4:48 pm
by wmayer
I tried but i had the same error.
What does the crash.log say? The callstack should be quite different now.

Re: Crash after start

Posted: Wed May 25, 2022 2:11 am
by Kunda1
wmayer, does it make a difference that v0.19.x is being used and not v0.20dev?