Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Errors when running project
QtWS25 Last Chance

Errors when running project

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 860 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    johnmerlino
    wrote on last edited by
    #1
    • I install qt4 on mac "brew install qt" and I install qt creator for mac
    • I open qt creator and go to "open file or project"
    • I select the CMakeLists.txt file of the c++ project
    • I select a directory in which I want to build the project
    • I then select "Run CMake" and then select "done" within qt creator
    • Now the full project is available in qt creator
    • Now I select run in qt creator and nothing happens. Application output displays this:

    Starting /Users/johnmerlino/Documents/github/qt_project/MyGateway...
    MyGateway v0.0.6 on unknown045453009c92.att.net
    Error opening config file: /Users/johnmerlino/.MyGateway/database.json
    Error opening config file: /Users/johnmerlino/.MyGateway/database.json
    Settings file: /Users/johnmerlino/Library/Preferences/com.mysite.MyGateway.plist
    Loaded 0 devices from the settings...
    Error opening config file: /Users/johnmerlino/.MyGateway/config.json
    Listening on port 1731
    No mirror configuration file found...

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      Going by the output: This seems to be a (mostly unconfigured) service that is sitting there waiting for something to connect on port 1731. Read the documentation of your application for instructions on how to use it.

      Creator is working fine, there is nothing to fix there.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved