使用Cmdenv模拟时遇到的问题
在过去的几个月里,我一直在使用 simu5G 学习 OMNET++,在尝试使用命令行(Cmdenv)模拟网络时遇到了问题。该设置在 Qtenv 中运行良好,但是,当我尝试将用户界面更改为 Cmdenv 时,出现如下错误:
模拟批次已完成,但出现错误错误:网络“”或 'simu5g.模拟.演示。'未找到,请检查 .ini 和 .ned 文件
我尝试将工作目录更改为更高级别,但这会导致解析 xml 文件时出错。
期待您的帮助。
I have been learning about OMNET++ with simu5G for the past few months and i encountered a problem when trying to simulate the network using command line (Cmdenv). The setup works fine with Qtenv, however, when i try to change the user interface to Cmdenv, i got error such as below:
Simulation batch Finished with Error <!> Error: Network '' or
'simu5g.simulations.demo.' not found, check .ini and .ned files
I have tried to change my working directory to a higher level, but it would results in error to parsing the xml file.
Looks forward for your kind help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使用 gui 窗口在 cmd 模式下运行模拟,
您可以编辑运行配置(“运行方式”下面的下一个选项)。
选择配置字段的值。此处不选择值会引发您报告的错误。
将用户界面字段的选项从“Qtenv”更改为“Cmdenv”
To run the simulation in cmd mode using gui window,
you can edit the run configurations (next option below "run as").
Select a value for configuration field. Not selecting a value here is raising the error you reported.
Change the option for user interface field from "Qtenv" to "Cmdenv"