FreeCAD closes on startup

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
tenfrozentoes
Posts: 3
Joined: Wed Jan 04, 2023 11:55 pm

Re: FreeCAD closes on startup

Post by tenfrozentoes »

Having the same issue. I have 0.18 Installed and it WAS working but it seems to hang after the splash screen and then just hangs (+10 min...). 0.20.2 what I was trying to update to. I have tried on 2 computers- the other one is running Win7. On both machines 0.20.2 displays the splash screen and then terminates- I have watched it the process manager and it does terminate on both machines. Install files were downloaded separately (I just mean that I am not using the actual same file)

Attached is the log file (I think?)

Jim
Attachments
FreeCAD.log
(51.34 KiB) Downloaded 25 times
wmayer
Founder
Posts: 20307
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: FreeCAD closes on startup

Post by wmayer »

tenfrozentoes wrote: Thu Jan 05, 2023 4:41 am Attached is the log file (I think?)
In your case the OpenGL version is the problem:

Code: Select all

Log: Init: App::FreeCADInit.py done
Log: Init: Creating Gui::Application and QApplication
Log: Local server 'FreeCAD' started
Log: This system does not support framebuffer objects
Log: This system does not support NPOT textures
Log: OpenGL version is: 1.1 (1.1.0)
At the very least OpenGL 2 is required. You should update your graphic driver.
tenfrozentoes
Posts: 3
Joined: Wed Jan 04, 2023 11:55 pm

Re: FreeCAD closes on startup

Post by tenfrozentoes »

Ok thank you for the reply. I will fix that.

Jim
tenfrozentoes
Posts: 3
Joined: Wed Jan 04, 2023 11:55 pm

Re: FreeCAD closes on startup

Post by tenfrozentoes »

I'm in Thank you very much. I was able to update/upgrade to OpenGL3.3

Sincerely appreciate it!
Jim
Mooney542
Posts: 36
Joined: Sun Jan 09, 2022 2:59 am

Re: FreeCAD closes on startup

Post by Mooney542 »

Got it running.

I had to:

1) delete all previous versions of FreeCad before installing 0.20.2
2) check the "delete preferences and settings" option when uninstalling previous versions.

So far, so good.
Ernie
Posts: 1
Joined: Sat Jan 28, 2023 10:18 am

Re: FreeCAD closes on startup

Post by Ernie »

wmayer wrote: Fri Dec 30, 2022 9:21 am
I'm getting a bunch of errors like this:
For some reason the QtWebEngine module doesn't work correctly. It's hard to say why this happens.

A workaround is to remove the folder StartPage from the Mod directory. If this still doesn't work then also remove the AddonManager directory.
I removed the file and the software finally booted, but unfortunately, I was only able to access the app, but cannot do anything. Here's a screenshot of it.
Attachments
Screenshot 2023-01-28 184010.png
Screenshot 2023-01-28 184010.png (112.53 KiB) Viewed 643 times
Post Reply