Hi, I’m getting the same error as hellwolf. My logs are below:
QQuickWidget::invalidateRenderControl could not make context current
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (8 8 8 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 8 8 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 8 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 8)
INFO 2024-03-27 18:01:55,598 [mainlogs:_log_run:138] Core(app_version=3.8.7.50516, platform=Linux-x86_64-ubuntu/22.04) initialized
INFO 2024-03-27 18:01:55,611 [mainsettings:_load_settings:236] Loaded settings, machine fingerprint = NORebR9IC9qdKyVOTgjm8BX3BqY=
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (8 8 8 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 8 8 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 8 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 8)
QQuickWidget: Failed to make context current
QQuickWidget::resizeEvent() no OpenGL context
QQuickWidget: Failed to make context current
INFO 2024-03-27 18:01:55,682 [app:start_core:65] core started
INFO 2024-03-27 18:01:55,684 [unix_socket_server:start:106] unix socket server thread start
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (8 8 8 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 8 8 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 8 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 8)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig (1 1 1 8)
qt.qpa.backingstore: composeAndFlush: makeCurrent() failed
qt.qpa.backingstore: composeAndFlush: makeCurrent() failed
qt.qpa.backingstore: composeAndFlush: makeCurrent() failed
QQuickWidget: Attempted to render scene with no context
QQuickWidget: Attempted to render scene with no context
js: Failed to load https://app.posthog.com/decide/?v=2&ip=1&_=1711562515881&ver=1.26.0: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'file://' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
js: Bad HTTP status: 0
js: Enqueued failed request for retry in 6000
js: Failed to load https://app.posthog.com/e/?ip=1&_=1711562515998&ver=1.26.0: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'file://' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
js: Bad HTTP status: 0
js: Enqueued failed request for retry in 6000
js: Failed to load https://app.posthog.com/decide/?v=2&ip=1&_=1711562516026&ver=1.26.0: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'file://' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
js: Bad HTTP status: 0
js: Enqueued failed request for retry in 6000
js: Failed to load https://app.posthog.com/e/?ip=1&_=1711562518886&ver=1.26.0: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'file://' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
js: Bad HTTP status: 0
js: Enqueued failed request for retry in 6000
qt.qpa.backingstore: composeAndFlush: makeCurrent() failed
qt.qpa.backingstore: composeAndFlush: makeCurrent() failed
qt.qpa.backingstore: composeAndFlush: makeCurrent() failed
js: Failed to load https://app.posthog.com/decide/?v=2&ip=1&_=1711562515881&ver=1.26.0: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'file://' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
js: Bad HTTP status: 0
js: Enqueued failed request for retry in 12000
js: Failed to load https://app.posthog.com/e/?ip=1&_=1711562518886&ver=1.26.0: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'file://' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
js: Bad HTTP status: 0
js: Enqueued failed request for retry in 12000
js: Failed to load https://app.posthog.com/e/?ip=1&_=1711562515998&ver=1.26.0: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'file://' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
js: Bad HTTP status: 0
js: Enqueued failed request for retry in 12000
js: Failed to load https://app.posthog.com/decide/?v=2&ip=1&_=1711562516026&ver=1.26.0: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. Origin 'file://' is therefore not allowed access. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
js: Bad HTTP status: 0
js: Enqueued failed request for retry in 12000
This is on a fresh install of Ubuntu on WSL:
❯ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
Version info:
❯ insync version
3.8.7.50516
I’m a long term user, and its quite important to my workflow, so happy to help out with the investigation in any way