You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: