https://bugs.winehq.org/show_bug.cgi?id=39792 --- Comment #3 from Anastasius Focht <focht(a)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(a)QSvgRenderer@PcQt@@QAEXPAVQPainter(a)2@ABVQRectF(a)2@@Z" 0x0005 "??0QSvgRenderer(a)PcQt@@QAE(a)PAVQObject@1@@Z" 0x0097 "?viewBox(a)QSvgRenderer@PcQt@@QBE?AVQRect(a)2@XZ" 0x0041 "?load(a)QSvgRenderer@PcQt@@QAE_NPAVQXmlStreamReader(a)2@@Z" 0x000D "??1QSvgRenderer(a)PcQt@@UAE(a)XZ" 0x003F "?load(a)QSvgRenderer@PcQt@@QAE_NABVQByteArray(a)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(a)PcQt@@QAE(a)XZ" 0x024E "?setDevice(a)QXmlStreamReader@PcQt@@QAEXPAVQIODevice(a)2@@Z" 0x0095 "??1QXmlStreamReader(a)PcQt@@QAE(a)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(a)PcQt@@QAEAAV01(a)ABV01@@Z" 0x076F "??BQColor(a)PcQt@@QBE?AVQVariant(a)1@XZ" 0x03BC "??0QTransform(a)PcQt@@QAE(a)XZ" ... --- snip --- Regards -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.