kadas-albireo / kadas-albireo2

KADAS Albireo
GNU General Public License v2.0
66 stars 14 forks source link

Can't find procedure on installation #29

Open MarcelBuehlmann opened 1 year ago

MarcelBuehlmann commented 1 year ago

When installing KADAS 2.1.95 the procedurepoint (Prozedureinsprungpunkt) "_ZN13QwtPlotMarkerC1Ev" couldn't be found in "libkadas_gui.dll". How can this be fixed?

manisandro commented 1 year ago

Looks like there is an old qwt-qt5.dll on your system which kadas is picking up instead of the one it was built against. Make sure you have deployed the correct dependent libraries with your kadas build.

MarcelBuehlmann commented 1 year ago

So I searched on my drive for another outdated qwt-qt5.dll file. But apart from the file which is in the installation folder of kadas there's no other file with that name on my drive. How can I check my dependencies on the kadas build? Neither Jetbrains dotPeek nor VSC could open the .dll files.

For reference: I'm currently running Windows 11, but also on my second system with Windows 10 it threw the same exception.

manisandro commented 1 year ago

Are you compiling KADAS yourself?

MarcelBuehlmann commented 1 year ago

No, I'm using the kadas-portable-win64-v2.1.95

xenakes commented 1 year ago

I'm having the same problem with the same install file.

ibdmn commented 1 year ago

Same issue here

xxhhgg commented 1 year ago

Was there ever a solution to this Problem?

MarcelBuehlmann commented 1 year ago

Unfortunately I never found a working solution. Neither by building Kadas myself through the docker image nor with the portable .exe version.