You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Subproject(s) affected?
None
### Problem description
Fllowing lines are written in the bash console ater having opened a FC document in a wayland session. The first lines are related to the other problem (Syntax error) reported in a previous post. Only last lines are relevant to the present issue:
/usr/local/Ext/freecad/fc_cadquery/selectors.py:178: SyntaxWarning: invalid escape sequence '\|'
"""
/usr/local/Ext/freecad/fc_cadquery/selectors.py:556: SyntaxWarning: invalid escape sequence '\|'
"""
/usr/local/Ext/freecad/fc_cadquery/selectors.py:608: SyntaxWarning: invalid escape sequence '\|'
"""
QSocketNotifier: Can only be used with threads started with QThread
QOpenGLFunctions created with non-current context
Loading Assembly workbench...
/usr/local/Mod/Start/StartPage/StartPage.py:189: SyntaxWarning: invalid escape sequence '\/'
_Re_Pattern = "<Property name=\"{}\".*?String value=\"(.*?)\"\/>"
(qt.qpa.wayland) Wayland does not support QWindow::requestActivate()
FreeCAD: ./src/glue/gl.cpp:2234: const cc_glglue* cc_glglue_instance(int): Assertion `current_ctx && "Must have a current GL context when instantiating cc_glglue!! (Note: if you are using an old Mesa GL version, set the environment variable COIN_GL_NO_CURRENT_CONTEXT_CHECK to get around what may be a Mesa bug.)"' failed.
### Anything else?
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
I have just seen that this problem was already dealt at void-linux/void-packages#41425.
The solution of executing "QT_QPA_PLATFORM=xcb FreeCAD" instead of simple "FreeCAD" worked also for me.
But would it possible to insert this option inside the FreeCAD code instead of having to put it in the command line ?.
Is there an existing issue for this?
Version
0.21 (Development)
Full version info
The text was updated successfully, but these errors were encountered: