ns3-rdma
ns3-rdma copied to clipboard
No output in the cmd
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.
Honestly, I don't know.. I usually rely on the trace file instead of the cmd output.
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.