-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.10.0
Running Qt Creator with "-settingspath" parameter + choosing CMake as build system for a project creates unexpected behaviors in Japanese environment
The behaviors are as follows.
- Build directory is named with an unrecognized name.
"build-test-Desktop_Qt_5_12_4_MSVC2017_64bit-u30c7u30d0u30c3u30b0" - "Custom executable file" window appears when running application (custom-executable-Window.png)
- The application crashes
How to reproduce :
1. Run "qtcreator.exe -settingspath C:/temp" from command line.
2. Create a new project with Qt Quick Application Empty and choose CMake as build system (Project name is "test" in this case).
-> Build directory is automatically named as "build-test-Desktop_Qt_5_12_4_MSVC2017_64bit-u30c7u30d0u30c3u30b0"
but succeed in CMake config.
3. Build and run
-> "custom executable file" window appears (attached image).
4. Choose build-test-Desktop_Qt_5_12_4_MSVC2017_64bit-u30c7u30d0u30c3u30b0\text.exe for "Executable"
-> Application crashes
This is the log file.
10:45:25: Starting D:\Users\ccc\Documents\build-test-
Desktop_Qt_5_12_4_MSVC2017_64bit-u30c7u30d0u30c3u30b0\test.exe ...
10:45:26: プログラムが突然終了しました。(Program was unexpectedly finished)
10:45:26: The process was ended forcefully.
Expected behaviors.
- Build directory should be named as build-test-Desktop_Qt_5_12_4_MSVC2017_64bit-Debug or build-test-Desktop_Qt_5_12_4_MSVC2017_64bit-Release
- Run application without choosing "custom executable file"
- Application should not crash
- relates to
-
QTCREATORBUG-23153 Unable to automatically detect .exe when a new project is created in an empty folder
-
- Closed
-