https://bugs.winehq.org/show_bug.cgi?id=39493
Bug ID: 39493 Summary: GImageX v2.1.1 (gui for ImageX tool from Windows Assessment and Deployment Kit) crashes on unimplemented function wimgapi.dll.WIMRegisterMessageCallback Product: Wine Version: 1.7.53 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 39462
Any action, such as 'create', 'append', 'export' results in crash.
--- snip --- $ wine ./gimagex.exe .... wine: Call from 0x7b845f21 to unimplemented function wimgapi.dll.WIMRegisterMessageCallback, aborting wine: Unimplemented function wimgapi.dll.WIMRegisterMessageCallback called at address 0x7b845f21 (thread 0038), starting debugger... Unhandled exception: unimplemented function wimgapi.dll.WIMRegisterMessageCallback called in 32-bit code (0x7b845f21). ... --- snip ---
$ sha1sum gimagex.zip ddd503f1e8aec8510fe9804e7fb4bf925badcfa1 gimagex.zip
$ du -sh gimagex.zip 556K gimagex.zip
$ wine --version wine-1.7.53-135-g4fb840b
Regards