Black dialog of doom

2 posts / 0 new
Last post
Offline
Last seen: 1 year 8 months ago
Joined: 07/16/2015
Posts: 19
Black dialog of doom

When RTI DDS gets upset (Windows) it seems to stick up a black dialog with error information.

I've reworked an app to use minimum number of domain participants (the subject of another post) which seem to be working except when I close the app it throws a black-dialog-of-doom just long enough to flash but not see what it's saying. 

 
Does the same information get logged anywhere?
 
 
I'm not sure this dialog is ever appropriate for user-apps - is there anyway to disable this? 
 
In other circumstances I've had the black-dialog-of-doom appear but containing no information - are there additional levels of logging/debugging that could be enabled for this to become useful?
Organization:
Gerardo Pardo's picture
Offline
Last seen: 3 weeks 1 day ago
Joined: 06/02/2010
Posts: 601

Hi,

The error output goes to a black dialog console window by default. But you can re-direct the output to go somewhere else, for example, a file. This is done using the NDDSConfigLogger object. 

If you call NDDSConfigLogger::set_output_file to configure an output file the messages will stop going to the console.

Gerardo