RPC server unavailable
Solved
General and Desktop
-
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: "/"
-
@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,Better title now :)RCP server unavailable
is not the right title: you are looking at anRPC
server, which is quite different fromRCP
:)