Crash after start

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
xadox
Posts: 14
Joined: Wed Mar 09, 2022 12:30 pm

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

Post 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
wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

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

Post by wmayer »

Unhandled Base::Exception caught in GUIApplication::notify.
Can you post again your crash.log, please?
xadox
Posts: 14
Joined: Wed Mar 09, 2022 12:30 pm

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

Post 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 12 times
wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Crash after start

Post 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.
User avatar
thomas-neemann
Veteran
Posts: 11801
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Crash after start

Post by thomas-neemann »

xadox wrote: Fri May 13, 2022 11:40 am ....Windows Server 2019 Standard Evaluation....
is windows server suitable for freecad?
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
xadox
Posts: 14
Joined: Wed Mar 09, 2022 12:30 pm

Re: Crash after start

Post 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?
User avatar
thomas-neemann
Veteran
Posts: 11801
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Crash after start

Post 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 880 times
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
xadox
Posts: 14
Joined: Wed Mar 09, 2022 12:30 pm

Re: Crash after start

Post 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.
wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Crash after start

Post by wmayer »

I tried but i had the same error.
What does the crash.log say? The callstack should be quite different now.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Crash after start

Post by Kunda1 »

wmayer, does it make a difference that v0.19.x is being used and not v0.20dev?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply