https://bugs.winehq.org/show_bug.cgi?id=39573
Bug ID: 39573 Summary: GImageX v2.1.1 (gui for ImageX tool from Windows Assessment and Deployment Kit) crashes on unimplemented function wimgapi.dll.WIMCreateFile Product: Wine Version: 1.7.54 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
continuation of bug 39493
Any action, such as 'create', 'append', 'export' results in crash.
--- snip --- $ wine ./gimagex.exe .... fixme:wimgapi:WIMRegisterMessageCallback ((nil) 0x402720 (nil)) stub wine: Call from 0x7b8461c9 to unimplemented function wimgapi.dll.WIMCreateFile, aborting wine: Unimplemented function wimgapi.dll.WIMCreateFile called at address 0x7b8461c9 (thread 0047), starting debugger... --- snip ---
Dump of import table for 'WIMGAPI.DLL' (what to expect further):
--- snip --- ->Import Table ... 3. ImageImportDescriptor: OriginalFirstThunk: 0x00029C3C TimeDateStamp: 0x00000000 (GMT: Thu Jan 01 00:00:00 1970) ForwarderChain: 0x00000000 Name: 0x00029E5A ("WIMGAPI.DLL") FirstThunk: 0x00022224
Ordinal/Hint API name ------------ --------------------------------------- 0x0010 "WIMGetAttributes" 0x001E "WIMRegisterMessageCallback" 0x0019 "WIMLoadImage" 0x0002 "WIMApplyImage" 0x0007 "WIMCreateFile" 0x0024 "WIMSetTemporaryPath" 0x0004 "WIMCloseHandle" 0x0026 "WIMUnmountImage" 0x0017 "WIMGetMountedImages" 0x001A "WIMMountImage" 0x0022 "WIMSetImageInformation" 0x0012 "WIMGetImageInformation" 0x000C "WIMExportImage" 0x0009 "WIMDeleteImage" 0x0020 "WIMSetBootImage" 0x0011 "WIMGetImageCount" 0x0003 "WIMCaptureImage" 0x0029 "WIMUnregisterMessageCallback" ... --- snip ---
$ sha1sum gimagex.zip ddd503f1e8aec8510fe9804e7fb4bf925badcfa1 gimagex.zip
$ du -sh gimagex.zip 556K gimagex.zip
$ wine --version wine-1.7.54-302-g5cf9539
Regards