Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-23047

Running Qt Creator with "-settingspath" parameter creates unexpected behaviors in Japanese environment

XMLWordPrintable

    • Windows

      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

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            con Eike Ziller
            nagrohn Nahomi Gröhn (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes