http://bugs.winehq.org/show_bug.cgi?id=24039
Summary: 0x8000FFFF Product: Wine Version: 1.1.44 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: pc0999-2@hotmail.com
Hi, my first report.
I tried to run the demo of PCstitch9 (http://www.pcstitch.com/PCSPro/PCSPro.aspx) which runs fine on Windows7, but when I tried to instal it goes well till the end, then I get a new windows with this:
unhandled exe
0x8000FFFF setup will now terminate
Thanks I hope this is helpfull
http://bugs.winehq.org/show_bug.cgi?id=24039
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer Status|UNCONFIRMED |RESOLVED URL| |http://www.pcstitch.com/PCS | |Pro/PCSPro.aspx CC| |focht@gmx.net Resolution| |INVALID
--- Comment #1 from Anastasius Focht focht@gmx.net 2010-08-18 09:13:27 --- Hello,
the application installer bundles an old MFC42 dll on it's own. It seems at least one of the bundled application ActiveX/COM dlls is linked against a later version, hence self-registration fails for it, causing installer to fail.
--- snip --- ... 0042:Ret PE DLL (proc=0x195a0ca,module=0x1910000 L"ltocx14n.ocx",reason=PROCESS_ATTACH,res=(nil)) retval=1 0042:Ret KERNEL32.LoadLibraryExA() retval=01910000 ret=1003babe 0042:Call KERNEL32.GetProcAddress(01910000,1012d498 "DllRegisterServer") ret=1003bba5 0042:Ret KERNEL32.GetProcAddress() retval=01911d90 ret=1003bba5 0042:trace:seh:raise_exception code=80000100 flags=1 addr=0x7bc4a300 ip=7bc4a300 tid=0042 0042:trace:seh:raise_exception info[0]=01968412 0042:trace:seh:raise_exception info[1]=00001943 wine: Call from 0x7bc4a300 to unimplemented function MFC42.DLL.6467, aborting 0042:trace:seh:call_vectored_handlers calling handler at 0x68ba02a0 code=80000100 flags=1 0042:trace:seh:call_vectored_handlers handler at 0x68ba02a0 returned 0 0042:trace:seh:call_stack_handlers calling handler at 0x100bee4f code=80000100 flags=1 ... 0042:trace:seh:__regs_RtlUnwind calling handler at 0x100bed89 code=80000100 flags=3 0042:Call KERNEL32.GetLastError() ret=10005573 0042:Ret KERNEL32.GetLastError() retval=00000583 ret=10005573 ... 0042:Call KERNEL32.MultiByteToWideChar(00000000,00000000,00876bb0 "Err.Number=0x8000ffff\tErr.Source=\tErr.Description=\tErr.LastDllError=0x00000000",00000400,00000000,00000000) ret=1000591d 0042:Ret KERNEL32.MultiByteToWideChar() retval=00000400 ret=1000591d --- snip ---
How stupid is that? QA/release management on drugs? ;-)
Use a clean WINEPREFIX and 'winetricks mfc42' before running the installer to have a more recent version installed. With that prerequisite in place the install succeeds.
Regards
http://bugs.winehq.org/show_bug.cgi?id=24039
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|0x8000FFFF |PCStitch Pro Version 9 | |installer fails with code | |0x8000FFFF (ocx self | |registration fails because | |bundled MFC42 dll is too | |old)
--- Comment #2 from Anastasius Focht focht@gmx.net 2010-08-18 09:17:53 --- Hello,
... giving the summary a more descriptive meaning ;-)
Regards
http://bugs.winehq.org/show_bug.cgi?id=24039
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Severity|blocker |normal
--- Comment #3 from Austin English austinenglish@gmail.com 2010-08-18 09:31:33 --- Not a blocker, closing.
https://bugs.winehq.org/show_bug.cgi?id=24039
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|PCStitch Pro Version 9 |PCStitch Pro Version 9 |installer fails with code |installer crashes due to |0x8000FFFF (ocx self |unimplemented function |registration fails because |MFC42.DLL.6467 (app bundles |bundled MFC42 dll is too |old/incompatible MFC dll, |old) |'winetricks mfc42' is a | |workaround)
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
refined summary to get better Bugzilla/search engine hits.
It's not a really dupe of bug 35614 (same ordinal) because the vendor messed this up, bundling the incompatible MFC version on his own.
Regards