Hi, omnet communityI`m beginning with omnet++ recently.The environment is omnet++ 5.1.1 in Windows 10 64bits.And now I have problem in running example code "tictoc" which I right click "omnetpp.ini" click run as "Omnet++ Simulation"(Run configuration`s User interface is set in Qtenv by default I think)And then my Console stuck in Loading images... ,and the GUI shows up in toolbar but has no window actually. (screen shot as below)Even I reinstalled and rebuild the whole omnet++ 5.1.1 from unzip.This problem still exist.Beside, it is running well when set User Interface in Tkenv.Thank for any tips and response.WU--
You received this message because you are subscribed to the Google Groups "OMNeT++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.
Visit this group at https://groups.google.com/group/omnetpp.
For more options, visit https://groups.google.com/d/optout.
Hi, Alex. Thanks for the response.Following your mentioned:1- do you have the environment variable set? QT_PLUGIN_PATH, this should be sth like \Uses\Administrator\src\omnetpp-5.1.1\tools\macosx\plugins2- try to run the command in terminal: tictoc.exe -m -u Qtenv omnetpp.ini
I add the "plugins" in User environment variable, and run as "tictoc.exe -m -u Qtenv omnetpp.ini".
But still stuck in "Loading images..."(as picture)Is there anything I made mistakes?
Alex於 2018年9月10日星期一 UTC+9下午3時21分49秒寫道:Hi YIJU,1- do you have the environment variable set? QT_PLUGIN_PATH, this should be sth like \Uses\Administrator\src\omnetpp-5.1.1\tools\macosx\plugins2- try to run the command in terminal: tictoc.exe -m -u Qtenv omnetpp.iniBR,