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. RPC server unavailable
Forum Updated to NodeBB v4.3 + New Features

RPC server unavailable

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 971 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.
  • SPlattenS Offline
    SPlattenS Offline
    SPlatten
    wrote on last edited by SPlatten
    #1

    I'm seeing to instances of this fault in the Issues panel:

    :-1: warning: Debugger encountered an exception: Exception at 0x751fb4b2, code: 0x6ba: RPC server unavailable, flags=0x1 (execution cannot be continued) (first chance)
    :-1: warning: Debugger encountered an exception: Exception at 0x751fb4b2, code: 0x6ba: RPC server unavailable, flags=0x1 (execution cannot be continued) (first chance)
    

    These are triggered as soon as the line below is executed.

    QString strPath(QFileDialog::getExistingDirectory(this, "Choose export location",
                                                                  strExportDestFolder));
    

    strExportDestFolder contains: "/"

    Kind Regards,
    Sy

    JonBJ 1 Reply Last reply
    0
    • SPlattenS SPlatten

      I'm seeing to instances of this fault in the Issues panel:

      :-1: warning: Debugger encountered an exception: Exception at 0x751fb4b2, code: 0x6ba: RPC server unavailable, flags=0x1 (execution cannot be continued) (first chance)
      :-1: warning: Debugger encountered an exception: Exception at 0x751fb4b2, code: 0x6ba: RPC server unavailable, flags=0x1 (execution cannot be continued) (first chance)
      

      These are triggered as soon as the line below is executed.

      QString strPath(QFileDialog::getExistingDirectory(this, "Choose export location",
                                                                    strExportDestFolder));
      

      strExportDestFolder contains: "/"

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @SPlatten
      Unless you know better than I or see any problems occurring: so far as I know, first chance exceptions occur "naturally" and can be ignored. Debuggers report them, VS used to do so all the time, you don't have to worry. It is probably happening down in the guts of the file dialog code for getting stuff to display, e.g. maybe looking at network (but that's only a guess).

      And just btw, RCP server unavailable is not the right title: you are looking at an RPC server, which is quite different from RCP :) Better title now :)

      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