GlassWire does use Qt for its UI framework. As @ittroll mentioned, we will soon be in the process of updating the framework to the latest version. I’ll share your scenario and questions with our engineering team so that they are aware and get back to you with any info that may be helpful.
I shared the details you provided with our development team, and they were able to investigate further. They’ve identified the root cause of the issue and plan to include a fix in the next version we release.
In the meantime, you can use the following workaround.
Create a file named glasswire.bat on your Desktop.
Open the file and add the lines below. If GlassWire is installed in a non-standard location, replace C:\Program Files (x86)\GlassWire with the correct path.
Save the file and double-click it to run GlassWire.
@echo off
set QT_PLUGIN_PATH=C:\Program Files (x86)\GlassWire
set QT_QPA_PLATFORM_PLUGIN_PATH=C:\Program Files (x86)\GlassWire\platforms
start "" /d "C:\Program Files (x86)\GlassWire" "GlassWire.exe"
Please let us know if this workaround helps, and thank you again for reporting the issue.
I posed this question to our development team and their response is that the qt.conf file we use is built into the GlassWire executable itself. It isn’t a separate file that you can drop next to the exe, so adding your own qt.conf beside GlassWire.exe won’t change how Qt loads its plugins.
This issue will be fixed in the next version of GlassWire.