https://bugs.winehq.org/show_bug.cgi?id=39792
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello Austin,
--- quote --- Is this the reason for various (Windows) QT apps having lines like:
err:module:import_dll Library QtXmlPcQt324.dll (which is needed by L"C:\Program Files\PictureCode\PhotoNinja32_1.2.5\plugins\imageformats\qsvg4.dll") not found (bug 38596)
in their log? --- quote ---
No, it has nothing to do with this problem.
Although the error message from Wine loader might look scary, the QT plugin 'LoadLibrary' failure is completely harmless.
The same would happen on Windows - it's just that the NT loader is silent about these 'LoadLibrary' failures unless loader snaps are enabled (internal loader trace/diagnostics functionality).
Import table of 'qsvg4.dll':
--- snip ---
1. ImageImportDescriptor: OriginalFirstThunk: 0x00004DA0 TimeDateStamp: 0x00000000 (GMT: Thu Jan 01 00:00:00 1970) ForwarderChain: 0x00000000 Name: 0x00004EF4 ("QtSvgPcQt324.dll") FirstThunk: 0x000041D8
Ordinal/Hint API name ------------ --------------------------------------- 0x0060 "?render@QSvgRenderer@PcQt@@QAEXPAVQPainter@2@ABVQRectF@2@@Z" 0x0005 "??0QSvgRenderer@PcQt@@QAE@PAVQObject@1@@Z" 0x0097 "?viewBox@QSvgRenderer@PcQt@@QBE?AVQRect@2@XZ" 0x0041 "?load@QSvgRenderer@PcQt@@QAE_NPAVQXmlStreamReader@2@@Z" 0x000D "??1QSvgRenderer@PcQt@@UAE@XZ" 0x003F "?load@QSvgRenderer@PcQt@@QAE_NABVQByteArray@2@@Z"
2. ImageImportDescriptor: OriginalFirstThunk: 0x00004DBC TimeDateStamp: 0x00000000 (GMT: Thu Jan 01 00:00:00 1970) ForwarderChain: 0x00000000 Name: 0x00004F88 ("QtXmlPcQt324.dll") FirstThunk: 0x000041F4
Ordinal/Hint API name ------------ --------------------------------------- 0x0066 "??0QXmlStreamReader@PcQt@@QAE@XZ" 0x024E "?setDevice@QXmlStreamReader@PcQt@@QAEXPAVQIODevice@2@@Z" 0x0095 "??1QXmlStreamReader@PcQt@@QAE@XZ"
3. ImageImportDescriptor: OriginalFirstThunk: 0x00004D0C TimeDateStamp: 0x00000000 (GMT: Thu Jan 01 00:00:00 1970) ForwarderChain: 0x00000000 Name: 0x000055D0 ("QtGuiPcQt324.dll") FirstThunk: 0x00004144
Ordinal/Hint API name ------------ --------------------------------------- 0x05F7 "??4QColor@PcQt@@QAEAAV01@ABV01@@Z" 0x076F "??BQColor@PcQt@@QBE?AVQVariant@1@XZ" 0x03BC "??0QTransform@PcQt@@QAE@XZ" ... --- snip ---
Regards