Unknown crash with fully packaged FreeCAD

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
Cyril
Posts: 133
Joined: Wed Aug 23, 2017 5:04 pm
Location: Geneva (Switzerland)
Contact:

Unknown crash with fully packaged FreeCAD

Post by Cyril »

(If you see a better title, let me know)
  1. I have downloaded the fully package 0.19_pre version of FreeCAD from github (FreeCAD_0.19.19697_x64_LP_12.1.2_PY3QT5-WinVS2015.7z)
  2. then I ran a python script (test.py)

    Code: Select all

    import FreeCAD
    import FreeCADGui
    FreeCADGui.showMainWindow()
    FreeCADGui.exec_loop()
    in cmd inside FreeCAD/bin folder :

    Code: Select all

    python "C:\full_path\test.py"
  3. Create a new document
Any idea ?
Is there a way to activate log records in the python script like when you do freecad -l from shell ?
I blog about HVAC / BIM / Energy : pythoncvc.net. If you like you can follow the RSS feed.
chrisb
Veteran
Posts: 54293
Joined: Tue Mar 17, 2015 9:14 am

Re: Unknown crash with fully packaged FreeCAD

Post by chrisb »

"GL context" sounds to me like a graphics card driver problem. According to similar things collected in the Known OS specific issues topic I would try an upgrade, and if that doesn't help a downgrade can be tried as well. What graphics card do you have?
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
kkremitzki
Veteran
Posts: 2518
Joined: Thu Mar 03, 2016 9:52 pm
Location: Illinois

Re: Unknown crash with fully packaged FreeCAD

Post by kkremitzki »

Isn't this the same error message we're seeing on the Raspberry Pi 4?
Like my FreeCAD work? I'd appreciate any level of support via Patreon, Liberapay, or PayPal! Read more about what I do at my blog.
Cyril
Posts: 133
Joined: Wed Aug 23, 2017 5:04 pm
Location: Geneva (Switzerland)
Contact:

Re: Unknown crash with fully packaged FreeCAD

Post by Cyril »

chrisb wrote: Thu Feb 27, 2020 8:47 pm "GL context" sounds to me like a graphics card driver problem. According to similar things collected in the Known OS specific issues topic I would try an upgrade, and if that doesn't help a downgrade can be tried as well.
Ok, we'll try. But he can start and use FreeCAD using FreeCAD.exe without apparent issue.
chrisb wrote: Thu Feb 27, 2020 8:47 pmWhat graphics card do you have?
Not mine. I need to ask him.
I blog about HVAC / BIM / Energy : pythoncvc.net. If you like you can follow the RSS feed.
Post Reply