iut-ibk / DynaMind-ToolBox

DynaMind-ToolBox
www.dance4water.org
GNU General Public License v2.0
9 stars 6 forks source link

Loads of warning when installed #236

Closed maryamimani closed 9 years ago

maryamimani commented 10 years ago

I have installed the new release of DynaMind (version 5) on my 64-bit (with windows operating system and without Python) PC. Since then whenever I open DynaMind loads of warnings (in yellow) emerged saying "failed to load..." and "not recognised file name....". I have no idea how to deal with this? Is this normal or there is problem somewhere in the installation process? Thanks in advance for the support.

zacharias2k commented 10 years ago

When starting dynamind, the core checks for modules in several default directories. Whenever it encounters a non-dll file (windows OS case), it prints out "not recognized filename ending " - which should be a debug-only message in the next release (thus only visible to developers, you can ignore it). If the filename is supported (.dll), dynamind tries to load the library. If the linking fails, due to any reason, it prints out the "failed loading native module " warning - AFAIK this shouldn't be the case on a fresh installation of DM.

If you could paste the whole log in here, I may be able to resolve the issue.

maryamimani commented 10 years ago

dynamind warnings

zacharias2k commented 10 years ago

Those are just the Qt-Libraries, which shouldn't load anyway - so everything is fine. I leave this issue open, as we might want to change the installation subdirectory structure to get rid of those warnings (@abroxos).

Thanks for your submission!

abroxos commented 10 years ago

@maryamimani --- everything is fine --- in approx. one month there will be a new release --- we will let you know