https://bugs.kde.org/show_bug.cgi?id=439776
--- Comment #4 from Ralf Habacker <ralf.habac...@freenet.de> --- > Searched plugin > "C:/Programs/kmymoney5-230921/lib/qt5/plugins/kmymoney/kbanking.dll" Validity > true. This looks like you are using the 64-bit setup version. You can also try the portable package and/or the 32-bit variant to see if they all behave the same. Using the Dependency Walker from https://www.dependencywalker.com/ may give you more insight. 1. download the dependency walker with the same architecture as the installed kmymoney package and unpack it. 2. start dependency walker and open <kmymoney-install-root>\bin\kmymoney.exe 3. start the profiling 4. you can see more details afterwards, what happens in case of error Another problem can be that in the global PATH environment settings, other paths containing dll's with the same filename can be loaded instead. You can determine this with procexp https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer. 1. download procexp and unpack it 2. start kmymoney and procexp 3. in the procexp windows select kmymoney in the tree view 4. in the menu View select the item Bottom View -> DLLs 5. in the bottom view click on the table header and add the column "Path". 6. sort the table by path *.dll files should be loaded only from kmymoney installation directory or Windows path, e.g. c:\Windows. -- You are receiving this mail because: You are the assignee for the bug.