简体   繁体   English

在omnet ++中运行#0并出现错误

[英]run #0 finished with error in omnet++

我正在使用OMNET 5.0静脉4.4和SUMO 0.25.0 ...一切正常,直到上次尝试运行代码时,模拟窗口没有出现,但其图标出现在任务栏中,模拟因此崩溃错误我拥有所有重新安装程序,但问题仍然存在(我在其他主题中已经阅读过,我必须验证版本,但是根据http://veins.car2x.org/download/,我的版本是可数的),请您能帮我吗?

I know only OMNeT++ Version 5.0 with INET 3.4 and Versions before ... In OMNeT++ is Language C++ used, you have to take about nullptr or garbarge in memory. 我只知道带有INET 3.4的OMNeT ++ 5.0版和之前的版本...在OMNeT ++中使用Language C ++,您必须在内存中使用nullptr或垃圾。

The first step is to run GDB in OMNeT++ this graphical user interface in eclipse editor is quite enough to get neccessary information. 第一步是在OMNeT ++中运行GDB,在eclipse编辑器中的图形用户界面足以获取必要的信息。

If it don't run after simple checking memory, objects, nullptr, exceptions and so on. 如果在简单检查内存,对象,nullptr,异常等后仍无法运行。 See working with valgrind http://www.eclipse.org/linuxtools/projectPages/valgrind/ 请参阅使用valgrind http://www.eclipse.org/linuxtools/projectPages/valgrind/

But usally it is enough to workout with GDB, try to initialize everything, check exception and it works sthhow ... 但是通常情况下,使用GDB锻炼就足够了,尝试初始化所有内容,检查异常,它可以正常工作...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM