Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. [SOLVED] Error launching my App after PR 1.3
QtWS25 Last Chance

[SOLVED] Error launching my App after PR 1.3

Scheduled Pinned Locked Moved QML and Qt Quick
6 Posts 2 Posters 2.8k 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.
  • A Offline
    A Offline
    AlterX
    wrote on last edited by
    #1

    Hi,
    I noticed that I'm not able to launch my app directly from my N9; it works well launching it thru QtCreator and works well on N950.
    This is the error on N9 if I launch the app thru terminal:

    Bus error:

    org.freedesktop.DBus.Error.AccessDenied

    Rejected send message, 3 matched rules; type="method_call", sender=":1.117" (uid=29999 pid=2736 comm="./SoftairRealFight ") interface="com.nokia.positioningd.client" member="registerListener" error name="(unset)" requested_reply=0 destination="com.nokia.positioningd.client" (uid=29999 pid=1163 comm="/usr/bin/positioningd "))

    DBus error:

    org.freedesktop.DBus.Error.AccessDenied

    Rejected send message, 3 matched rules; type="method_call", sender=":1.117" (uid=29999 pid=2736 comm="./SoftairRealFight ") interface="com.nokia.positioningd.client" member="configSession" error name="(unset)" requested_reply=0 destination="com.nokia.positioningd.client" (uid=29999 pid=1163 comm="/usr/bin/positioningd "))

    Qt Ambassador
    Real-time cooperative teams: http://www.softairrealfight.net
    Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

    https://codereview.qt-project.org/...

    1 Reply Last reply
    0
    • EddyE Offline
      EddyE Offline
      Eddy
      wrote on last edited by
      #2

      What import version did you use in your qml file?

      I had similar problems.

      Using 1.0 instead of 1.1 worked for me.

      Qt Certified Specialist
      www.edalsolutions.be

      1 Reply Last reply
      0
      • A Offline
        A Offline
        AlterX
        wrote on last edited by
        #3

        [quote author="Eddy" date="1342206769"]What import version did you use in your qml file?

        I had similar problems.

        Using 1.0 instead of 1.1 worked for me.[/quote]

        It was already 1.0!

        Qt Ambassador
        Real-time cooperative teams: http://www.softairrealfight.net
        Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

        https://codereview.qt-project.org/...

        1 Reply Last reply
        0
        • A Offline
          A Offline
          AlterX
          wrote on last edited by
          #4

          [quote author="Eddy" date="1342206769"]What import version did you use in your qml file?

          I had similar problems.

          Using 1.0 instead of 1.1 worked for me.[/quote]

          Sorry, but you are speaking about "import QtQuick 1.0" or "import com.nokia.meego 1.0" ??

          Qt Ambassador
          Real-time cooperative teams: http://www.softairrealfight.net
          Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

          https://codereview.qt-project.org/...

          1 Reply Last reply
          0
          • A Offline
            A Offline
            AlterX
            wrote on last edited by
            #5

            I've discovered the problem!
            I don't know about that error (it's always shown), but the app crash was due to QHostInfo::fromName with rear space in the domain name!)

            Incredible...

            Qt Ambassador
            Real-time cooperative teams: http://www.softairrealfight.net
            Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

            https://codereview.qt-project.org/...

            1 Reply Last reply
            0
            • EddyE Offline
              EddyE Offline
              Eddy
              wrote on last edited by
              #6

              [quote author="AlterX" date="1342690647"]

              Sorry, but you are speaking about "import QtQuick 1.0" or "import com.nokia.meego 1.0" ??
              [/quote]
              Sorry to be late, but to answer your question:
              I changed it for both

              Qt Certified Specialist
              www.edalsolutions.be

              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