Black dialog of doom

1 post / 0 new
Offline
Last seen: 4 years 10 months ago
Joined: 06/25/2019
Posts: 1
Black dialog of doom

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

the get the fowlloing error when the netwrok is lost:

NDDS_Transport_UDP_send_unblock_message: unblock recieve resource message failed.

im trying to avoid the cmd prom to appear and we tried to set:

ConfigLogger.get_instance().set_mode(LoggerMode.NDDS_CONFIG_LOGGER_MODE_DISABLE_STANDARD_DEVICES);

ConfigLogger.get_instance().set_output_file_set("DdsLogger", ".txt", 100000, 10000);

which didnt help. can you please assist?