msys2 / MINGW-packages

Package scripts for MinGW-w64 targets to build under MSYS2.
https://packages.msys2.org
BSD 3-Clause "New" or "Revised" License
2.21k stars 1.19k forks source link

[freecad] starts with empty window #21004

Open Andy1978 opened 1 month ago

Andy1978 commented 1 month ago

Description / Steps to reproduce the issue

Open UCRT64 shell, pacman -S mingw-w64-ucrt-x86_64-freecad, freecad

Expected behavior

I expect the freecad window is shown with menu bars, 3D view and so on

Actual behavior

$ freecad Addon Manager Warning: Could not import QtWebEngineWidgets -- README data will display as text-only During initialization the error "'PySide6.QtWidgets.QStatusBar.removeWidget' called with wrong argument types: PySide6.QtWidgets.QStatusBar.removeWidget(QPushButton) Supported signatures: PySide6.QtWidgets.QStatusBar.removeWidget(PySide6.QtWidgets.QWidget)" occurred in C:/msys64/ucrt64/Mod/Tux/InitGui.py Please look into the log file for further information

and the window opens just with the "Ausgabefenster" (I guess "command output" in english)

Verification

Windows Version

MINGW64_NT-10.0-22631

MINGW environments affected

Are you willing to submit a PR?

No response

MehdiChinoune commented 1 month ago

I don't know Why It doesn't show anything at stare, Maybe because It defaults to "Start" which is not available on MinGW-w64 because of the missing QtWebEngine. As a workaround you could Go to preferences->Workbenches and choose a default workbench to start with in "Start up workbench".