-
Notifications
You must be signed in to change notification settings - Fork 36
[email protected]_py312_qt6: freecad
command runtime issue with both macos & gnu+linux installs #666
Copy link
Copy link
Open
Labels
Description
i'm getting the below error when launch the freecad
command from the symlink provided by the post install step when launching / running freecad
after installing the [email protected]_py312_qt6.rb
formula, on both macos and gnu+linux,
macos
╰─λ freecad 0 (0.017s)
FreeCAD 1.0.0, Libs: 1.0.0RUnknown
(C) 2001-2024 FreeCAD contributors
FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.
(qt.qpa.plugin) Could not find the Qt platform plugin "cocoa" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
fish: Job 1, 'freecad' terminated by signal SIGABRT (Abort)
gnu+linux
FreeCAD 1.0.0, Libs: 1.0.0RUnknown
(C) 2001-2024 FreeCAD contributors
FreeCAD is free and open-source software licensed under the terms of LGPL2+ license.
(qt.qpa.plugin) From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: minimalegl, eglfs, offscreen, wayland, linuxfb, vkkhrdisplay, minimal, wayland-egl, xcb, vnc.
fish: Job 1, 'freecad' terminated by signal SIGABRT (Abort)