Annoying problem with Qt Creator software after update
-
wrote on 1 Dec 2024, 14:16 last edited by
anyone have any idea?
-
Moderatorswrote on 1 Dec 2024, 15:15 last edited by Axel Spoerl 12 Jan 2024, 15:15
I guess the update has switched the license server from using a local file to checking the license online.
Tryqtlicd.exe --mode cli --log-level silly
-
I guess the update has switched the license server from using a local file to checking the license online.
Tryqtlicd.exe --mode cli --log-level silly
wrote on 1 Dec 2024, 15:29 last edited by@Axel-Spoerl said in Annoying problem with Qt Creator software after update:
qtlicd.exe --mode cli --log-level silly
where do i write this?
-
On the command line. The executable is in your Qt installation directory under
...\Tools\LicenseService
.
My guess is that your internet connection / firewall doesn't allow the license server to call home.
If the log output supports this assumption, you can set the environment variableQTLICD_LICENSE_IMPORT_PATH
to your local license file. -
On the command line. The executable is in your Qt installation directory under
...\Tools\LicenseService
.
My guess is that your internet connection / firewall doesn't allow the license server to call home.
If the log output supports this assumption, you can set the environment variableQTLICD_LICENSE_IMPORT_PATH
to your local license file.wrote on 1 Dec 2024, 15:43 last edited byi have no "LicenseService"
-
In
Qt\LicenseService
? -
In
Qt\LicenseService
?wrote on 1 Dec 2024, 16:43 last edited byfound it, what do i do here?
-
In
Qt\LicenseService
?wrote on 1 Dec 2024, 20:58 last edited by@Axel-Spoerl there is no
qtlicd.exe
inside that folder -
Moderatorswrote on 1 Dec 2024, 21:15 last edited by Axel Spoerl 12 Feb 2024, 06:38
-
That’s the license directory, not the one I asked you to look up.
Here it is on my PC:
wrote on 2 Dec 2024, 16:25 last edited by@Axel-Spoerl weird i dont have that folder...
-
How have you installed Qt Creator then?
-
How have you installed Qt Creator then?
wrote on 2 Dec 2024, 17:16 last edited by@Axel-Spoerl Qt Online Installer for Windows (x64)
-
How have you installed Qt Creator then?
wrote on 2 Dec 2024, 17:50 last edited by@Axel-Spoerl i uninstalled Qt and about to install it again but i dont see the "Licenses Manager Tools" in the installer
-
@Axel-Spoerl i uninstalled Qt and about to install it again but i dont see the "Licenses Manager Tools" in the installer
wrote on 2 Dec 2024, 17:59 last edited by Pl45m4 12 Feb 2024, 18:02@Kris-Revi said in Annoying problem with Qt Creator software after update:
i uninstalled Qt and about to install it again but i dont see the "Licenses Manager Tools" in the installer
By default, Qt License Service is automatically installed as an on-demand service when you install any Qt or Quality Assurance product with Qt Online Installer.
However, sometimes you might need a different launching method for Qt License Service. In these cases, you can install Qt License Service manually. Manually installed Qt License Service can operate either as a system service, as an on-demand service, or as a user-space process.
( https://doc.qt.io/qtlicenseserver/qls-how-to-install-service.html )
And... I mean... If you don't find it, it can't be stuck or the reason why your QtCreator isn't working properly, right?!
-
wrote on 3 Dec 2024, 14:06 last edited by
Please do create a bug report at https://bugreports.qt.io/secure/CreateIssue.jspa?pid=10512
Don't be shy with the information, the more the merrier.
You can enable the Qt Creator's Screen Recording Plugin install
ffmpeg
and do a screen cast, and export as.mp4
. You can have two Qt Creator instances, one for screen recording and the other for opening the project.This way we can see how bad the things are 😅
-
@Kris-Revi said in Annoying problem with Qt Creator software after update:
i uninstalled Qt and about to install it again but i dont see the "Licenses Manager Tools" in the installer
By default, Qt License Service is automatically installed as an on-demand service when you install any Qt or Quality Assurance product with Qt Online Installer.
However, sometimes you might need a different launching method for Qt License Service. In these cases, you can install Qt License Service manually. Manually installed Qt License Service can operate either as a system service, as an on-demand service, or as a user-space process.
( https://doc.qt.io/qtlicenseserver/qls-how-to-install-service.html )
And... I mean... If you don't find it, it can't be stuck or the reason why your QtCreator isn't working properly, right?!
-
wrote on 4 Dec 2024, 12:13 last edited by
i even did this
See if you can set the environment variable in QtCreator:
"QTC_USE_NAMEDLICENSE=1"but sadly nothing :(
-
wrote on 4 Dec 2024, 13:34 last edited by
had to upload the video -> https://streamable.com/oxeb11
here you can see what i mean in action it happens constantly
-
had to upload the video -> https://streamable.com/oxeb11
here you can see what i mean in action it happens constantly
wrote on 4 Dec 2024, 13:46 last edited by JoeCFD 12 Apr 2024, 13:48@Kris-Revi The funny thing is that I had the same problem with QtCreator 14 on Ubuntu 22.04. But the same issue is gone in QtCreator 15 on Ubuntu 22.04. I am wondering if Qt developers have done enough testing before any releases.
-
@Kris-Revi The funny thing is that I had the same problem with QtCreator 14 on Ubuntu 22.04. But the same issue is gone in QtCreator 15 on Ubuntu 22.04. I am wondering if Qt developers have done enough testing before any releases.
15/35