[Bug 156158] New: KDE applications have trouble loading libraries on Windows
Shinobu Maehara
congruwer at yahoo.co.uk
Sat Jan 19 06:16:55 GMT 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=156158
Summary: KDE applications have trouble loading libraries on
Windows
Product: kde
Version: unspecified
OS/Version: MS Windows
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: unassigned-bugs kde org
ReportedBy: congruwer yahoo co uk
Version: (using KDE 4.0.0)
Installed from: MS Windows Binaries
OS: MS Windows
KDE applications that need to dynamically load DLL's appear to have trouble doing so. This makes it impossible to use most applications, e.g. Konqueror, KWrite, and others. You get error messages like:
There was an error loading the module KHTML.
The diagnostics is:
QLibrary::load_sys: Cannot load C:/Program Files/KDE/lib/kde4/libkhtmlpart.dll (Kan opgegeven module niet vinden.)
["Kan opgegeven module niet vinden." means "Can't find specified module."]
It's strange because the file in question does exist and at least at first sight appears to be a valid DLL. When I opened it with the Dependency Walker, I saw the following:
LIBKDECORE.DLL - not found
LIBKHTML.DLL - not found
LIBKPARTS.DLL - not found
QTCORE4.DLL - not found
KERNEL32.DLL - OK
LIBKHTMLPART.DLL - OK
MSVCRT.DLL - OK
NTDLL.DLL - OK
However, all the "missing" libraries can be found in "C:\Program Files\KDE\bin" so that can't be the problem.
More information about the Unassigned-bugs
mailing list