ns3-rdma icon indicating copy to clipboard operation
ns3-rdma copied to clipboard

No output in the cmd

Open MoayedHajiAli opened this issue 6 years ago • 2 comments

Hello, I have successfully run the simulator on my windows machine and the default program generated the trace file successfully. However, when running the hello-simulator or first project, I do not get any output in the cmd. I tried adding an std::clog to the project and it worked fine. is the NS_LOG_UNCOND deactivated in this version or there is something else wrong? Thanks.

MoayedHajiAli avatar Jul 10 '19 17:07 MoayedHajiAli

Honestly, I don't know.. I usually rely on the trace file instead of the cmd output.

bobzhuyb avatar Jul 10 '19 17:07 bobzhuyb

Also, Sometimes I get the following error: "assert failed. cond="g_markingTimes->count (time) == 1", msg="Time object 0000017F66195D78 registered 0 times (should be 1).", file=......\src\core\model\time.cc, line=284" I cannot trace the error or think what might be the reason behind it. Usually rebuilding the whole solution again solves the problem.

MoayedHajiAli avatar Jul 10 '19 17:07 MoayedHajiAli