https://bugs.kde.org/show_bug.cgi?id=396709
--- Comment #12 from Ralf Habacker <ralf.habac...@freenet.de> --- Comment on attachment 114098 --> https://bugs.kde.org/attachment.cgi?id=114098 current visualc++ installed on fully patched Windows 7 RTM KMyMoney on Windows >= 4.8.1 does not use an msvc compiler and should therefore not depend on any of these redistributables. I suggest to start kmymoney.exe through dependency walker (http://www.dependencywalker.com/), which may give some insides what goes wrong. Choose the x86_64 variant for x86_64 kmymoney builds. One issue may be pathes in the global PATH environment variables, pointing to different versions of shared libraries kmymoney.exe depends on. 1. download dependency walker and unpack it somewhere 2. Open a command shell in bin dir of kmymoney installation 3. run <some-path>\depends.exe kmymoney.exe 4. selecct 'c:\' in the toolbar to see pathes 5. Select menu entry "Profile" -> "Start Profiling" and let kmymoney.exe run In the module windows you can see all loaded modules and from which path they were loaded. There should be only the kmymoney bin dir and pathes below the windows installation path e.g c:\Windows. If there are any pathes this may indicate a path issue I mentioned before. -- You are receiving this mail because: You are watching all bug changes.