Rudolf Hornig

Results 74 comments of Rudolf Hornig

It's strange as the file reporting the error (gdbinit.py) is in OMNeT++ and does not reference any inet specific package so I don't know why it throws an exeception. I...

Hmmm. `.nedexclusions` file should be optional, so this is an issue. To work aorund just `touch .nedexclusions` to generate an empty file. Besides, the following packages are used by the...

Normally the debugger should not depend on optional packages, but it seems it is not the case. It is definitely a bug. As a workaround try to install the following...

Please note that the FIX is not yet taken-over to the master branch. It is fixed only in the 4.5.x branch.

indeed. (I forgot to fetch from the repo before checking this). A tip: Make sure that 'setenv' form INET is also sourced before launching the IDE. That script adds the...

The problem is that the 'setenv' script of inet is obviously INET specific. When you start the OMNeT++ IDE, there is absolutely no knowledge what kind of models will be...

Just tested this with eclipse 25-09 and macOS 26. The issue is still there BUT: this happens ONLY on the Parameters, Histograms, Scalars and Vectors page but NOT on the...

While this is definitely a more lean workflow and a lot better discoverable than having a modifier key pressed before the execution I fear that this is way too easy...

Interesting because `libpython3-dev` is explicitly installed by the install script. Does the same happen with the ubuntu 24.04 image?

This is an unrelated issue caused by missing the `python3-config` command. What python are you using. Did you set up the environment from HOMEBREW and the executed the instal.sh as...