Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.10.1, 5.11.2
-
Windows 10 x64 1709 build 16299.371, VS 2015 x64 (Native Tools Command Prompt), Visual Studio 2017 Community Edition (15.6.6), licheck f12da8f
Description
configure.bat -release -static -ltcg -no-pch -optimize-size -opengl desktop -platform win32-msvc -prefix "D:\programs\qt\5.10.1-static" -skip webengine -nomake tools -nomake tests -nomake examples
I get "Selecting Qt Edition" prompt, everything's fine so far:
Selecting Qt Edition. Type 'c' if you want to use the Commercial Edition. Type 'o' if you want to use the Open Source Edition. Which edition of Qt do you want to use?
I type c (Commercial) and hit enter. Then it barely shows the prompt for choosing the license:
You have multiple valid licenses: 0) X11/Embedded Linux/Windows/Mac/Embedded Windows/Android/QNX/VxWorks/INTEGRITY/iOS/WinRT/Embedded Android, Device Creation, Full Commercial
...and licheck crashes immediately after that, so I don't even have a second to enter the number of license. And then after the crash I get this (naturally):
ERROR: You are not licensed to use this software.
Crash details from Windows Application Event Log:
Faulting application name: licheck.exe, version: 0.0.0.0, time stamp: 0x5a13d7c7 Faulting module name: licheck.exe, version: 0.0.0.0, time stamp: 0x5a13d7c7 Exception code: 0xc0000005 Fault offset: 0x00029ea0 Faulting process id: 0xa84 Faulting application start time: 0x01d3d24df6cd1f92 Faulting application path: D:\programs\qt\5.10.1\Src\qtbase\bin\licheck.exe Faulting module path: D:\programs\qt\5.10.1\Src\qtbase\bin\licheck.exe Report Id: 14144de7-c9e1-4c54-bace-382997a6da23 Faulting package full name: Faulting package-relative application ID:
Exception details from Visual Studio debugger:
Unhandled exception at 0x00CA9EA0 in licheck.exe: 0xC0000005: Access violation reading location 0x00000000. occurred
Attachments
Issue Links
- duplicates
-
QTBUG-69926 License checker (licheck) crashes in Qt configure for commercial build if Design Studio license is assigned to the user
- Closed