AliAbdulKareem - 2024-03-17

I was trying to use omnetpp and they have embedded mingw inside their app I believe, I am trying to use a specific package inside my project:
quisp and I believe, I am encountering a bug:
when I load the package as followed in their wiki I am getting:

Starting...
$ cd D:/omnetpp-6.0.3-windows-x86_64/omnetpp-6.0.3/quisp/quisp/simulations
$ ../quisp.exe -m -n ..;../channels;../modules;../networks --image-
path=../images test.ini
Mingw-w64 runtime failure:
32 bit pseudo relocation at 00007FF6AA3E753D out of range, targeting
00007FF892E61920, yielding the value 00000001E8A7A3DF.
Simulation terminated with exit code: 3
Working directory: D:/omnetpp-6.0.3-windows-x86_64/omnetpp-
6.0.3/quisp/quisp/simulations
Command line: ../quisp.exe -m -n ..;../channels;../modules;../networks --
image-path=../images test.ini
Environment variables:
PATH=;D:\omnetpp-6.0.3-windows-x86_64\omnetpp-6.0.3\bin;D:\omnetpp-6.0.3-
windows-x86_64\omnetpp-6.0.3\tools\win32.x86_64\opt\mingw64\bin;D:\omnetpp-
6.0.3-windows-x86_64\omnetpp-6.0.3\tools\win32.x86_64\usr\bin;D:\omnetpp-
6.0.3-windows-x86_64\omnetpp-
6.0.3\tools\win32.x86_64\mingw64\bin;;D:/omnetpp-6.0.3-windows-
x86_64/omnetpp-
6.0.3/ide//plugins/org.eclipse.justj.openjdk.hotspot.jre.full.stripped.win32.
x86_64_17.0.10.v20240120-1143/jre/bin/server;D:/omnetpp-6.0.3-windows-
x86_64/omnetpp-
6.0.3/ide//plugins/org.eclipse.justj.openjdk.hotspot.jre.full.stripped.win32.
x86_64_17.0.10.v20240120-1143/jre/bin;D:\omnetpp-6.0.3-windows-
x86_64\omnetpp-6.0.3\bin;D:\omnetpp-6.0.3-windows-x86_64\omnetpp-
6.0.3\tools\win32.x86_64\opt\mingw64\bin;D:\omnetpp-6.0.3-windows-
x86_64\omnetpp-6.0.3\tools\win32.x86_64\mingw64\bin;D:\omnetpp-6.0.3-windows-
x86_64\omnetpp-6.0.3\tools\win32.x86_64\usr\local\bin;D:\omnetpp-6.0.3-
windows-x86_64\omnetpp-6.0.3\tools\win32.x86_64\usr\bin;D:\omnetpp-6.0.3-
windows-x86_64\omnetpp-
6.0.3\tools\win32.x86_64\usr\bin;C:\Windows\System32;C:\Windows;C:\Windows\Sy
stem32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\omnetpp-6.0.3-
windows-x86_64\omnetpp-6.0.3\tools\win32.x86_64\usr\bin\site_perl;D:\omnetpp-
6.0.3-windows-x86_64\omnetpp-
6.0.3\tools\win32.x86_64\usr\bin\vendor_perl;D:\omnetpp-6.0.3-windows-
x86_64\omnetpp-6.0.3\tools\win32.x86_64\usr\bin\core_perl;D:\omnetpp-6.0.3-
windows-x86_64\omnetpp-6.0.3\quisp;
OMNETPP_RELEASE=omnetpp-6.0.3
OMNETPP_IMAGE_PATH=D:\omnetpp-6.0.3-windows-x86_64\omnetpp-6.0.3\images

which I believe is a bug inside the mingw compiler, the only related issue I have found was this:
but that one suggests it is an issue with clang, which I don't have installed because

g++ --version

returns 12.0.1 (I beleive a very recent version) while

clang++ --versions

returns that clang is an unknown command.
please let me know what kind of other information I can provide you with to help fixing this issue.

Thanks,
Ali