GUI is not showing #1933
Replies: 8 comments
-
Please upgrade and see if your issues are fixed |
Beta Was this translation helpful? Give feedback.
-
Hi @timmo001 , I'm afraid I don't really see much improvement. First I removed data folder to start fresh. (c:\Users\Mitja\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\Local\timmo001) Still some SQL errors on startup and the GUI is still blank. I clicked on "show settings" on 14:53:14 timestamp. Everything before that was simply me running python command and watching the output (no input from my side). |
Beta Was this translation helpful? Give feedback.
-
I also have this problem. Additionally, I get an error of:
System Bridge 3.4.1 is installed. I can open the GUI log, grab the URL, and open it in a browser though. |
Beta Was this translation helpful? Give feedback.
-
FYI, same occurs with 3.4.4 |
Beta Was this translation helpful? Give feedback.
-
I had an issue with a laptop that had pyside6 installed but not fully. I ended up running: python -m pip install --force --upgrade PySide6 which fixed the issue of PySide7 not being found |
Beta Was this translation helpful? Give feedback.
-
I figured out my problem.
|
Beta Was this translation helpful? Give feedback.
-
I also use Python from Windows Store. Solved missing Qt6WebEngineCore.dll by adding new OS environment variable
But the GUI from within the app is still not shown. It shows the main window, it blinks once and then this is the logged error. I can still access the GUI from the browser but would be nice to have this working as well.
This is Windows 10 headless server and I tried from RDP session as well as from TeamViewer (thinking that display driver is to blame). |
Beta Was this translation helpful? Give feedback.
-
I've done all of my testing via Remote Desktop. As I mentioned in my previous posting, do not use Python from Windows Store - it's part of what caused my problems. Here's some more reading on the weirdness of fake pathing that the Store does to its packages: |
Beta Was this translation helpful? Give feedback.
-
Description
After clicking on tray icon and opening Settings or View data, empty System Bridge window appears with errors in backend console. Image and logs attached.
system-bridge-gui (settings).log
system-bridge (settings).log
system-bridge-console (settings).log
.
What Platform / OS are you running?
Windows
What version are you running?
3.2.1
Anything in the logs or a references that might be useful?
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions