https://bugs.winehq.org/show_bug.cgi?id=35524
--- Comment #11 from m27315 m27315@gmail.com --- Created attachment 47534 --> https://bugs.winehq.org/attachment.cgi?id=47534 regression test script
I finally have a test script that will build a usable wine installation and allow me to test if the app succeeds or not (see attachment).
Curiously, wine-1.5.31 fails using my regression build, even though it succeeds using the Gentoo ebuild of wine-1.5.31. Currently, it is failing with this brief output:
fixme:win:EnumDisplayDevicesW ((null),0,0x33e028,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33e028,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33e028,0x00000000), stub! fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0) fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4100c (device=4 access=0 func=403 method=0) err:ole:CoUninitialize Mismatched CoUninitialize
The addition of the last line is the only difference between the failing and succeeding versions.
Incidentally, there is a bug in Gentoo:
https://bugs.gentoo.org/show_bug.cgi?id=499952
Tracking libpng discrepancies between 32-bit and 64-bit. This is probably related to the earlier error message, but I do not know if it is related to this most recent error message, since it has no reference to PNG (err:ole:CoUninitialize Mismatched CoUninitialize).
Thoughts and suggestions? ... Thanks!