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. Is QtService.h obsolete? Crashes on 5.10 build on Windows 8.1

Is QtService.h obsolete? Crashes on 5.10 build on Windows 8.1

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 669 Views 1 Watching
  • 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.
  • G Offline
    G Offline
    graniteDev
    wrote on last edited by
    #1

    Hi, I'm working on migrating one of our services from Qt 5.4 to Qt 5.10, but the service crashes as soon as it calls the pure virtual function "start()". At this point I'm at a complete loss, as the debugger doesn't give any data, it just says there has been an exception and I get no stack trace.

    I opened up the documentation to see if anything had changed that maybe i needed to take note of and could not find the class QtServices that my class inherits from. Has QtServices been deprecated, and is that why I can't get this to run?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Do you mean QtService from the QtSolutions module ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • G Offline
        G Offline
        graniteDev
        wrote on last edited by
        #3

        Not sure, but this is the parent of my service class

        QtService<QCoreApplication>
        
        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Where did you get the QtService sources ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

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