Version: (using Devel) Compiler: msvc200x OS: MS Windows Installed from: Compiled sources Because kfilemodule gets a 'lib' prefix (WITH_PREFIX in CMakeLists.txt) it could not be loaded with KPluginLoader/findLibraryInternal() and therefore e.g. kate is crashing (see kfiledialog.cpp:145). I can't fix it because I don't know why WITH_PREFIX is added in the first place but I think it is wrong.
kate crashes when you try to open a file
Happens in all applications that can open file (tested with Kolourpaint, KWrite & Gwenview).
Fixed in r1014877.
@Actually, the fix for this bug caused the same crash on Linux (reverse way): bug 205069.