Edward Longman
Edward Longman
The errors show in the Error Log view, not problems view
On windows, approx 3% of execution time in a simulation I was running was spent in `cMessage::isStale()`. Largely this is because of the dynamic cast. Since the `isTerminated()` check is...
**Platform** - OMNeT++ version: 6pre12 - OS: Windows 10 **The bug** Doing search and replace (To replace `InterfaceEntry` with `NetworkInterface`) causes the whole editor to crash.  **To Reproduce** -...
**Platform** - OMNeT++ version: 6 - OS: Windows 10 **Describe the bug** OMNeT produces very long file names when doing parametric simulations as it adds all the parameters into the...
**Platform** - OMNeT++ version: 5.6 & 6 - OS: Windows 10 **Describe the bug** Shared preferences between OMNeT versions can cause simulations to fail cryptically. I receive the error: ```...
**Platform** - OMNeT++ version: 6pre12 - OS: Windows 10 **Describe the bug**  Warning symbol cannot be found and shown as question mark placeholder. What I would expect (from 5.6):...
**Platform** - OMNeT++ version: OMNeT 6-pre12 - OS: Windows 10 **Describe the bug** `getClassDescriptorFor` causes a huge slowdown of fingerprint calculation when filtering using fields. The simple Aloha simulation goes...
**Platform** - OMNeT++ version: 5.4 - OS: Windows **Describe the bug** When trying to filter packets for the INET Visualizer I applied a filter to the totalLength field to only...
**Platform** - OMNeT++ version: 5.6.2 - OS: Windows (not relevant) **Describe the bug** When restructuring my project I tried to import a `defs.msg` with `import common.defs` into `linklayer/linkLayerFrame.msg` . `defs.msg`...
**Platform** - OMNeT++ version: 5.6.2 - OS: Windows 10 **Describe the bug** The eventlog tool does not include the initialization event `E # 0` which the Sequence Chart needs to...