[Bug 34275] New: Louisiana Adventure Demo fails with 'OLE error 80004001'
http://bugs.winehq.org/show_bug.cgi?id=34275 Bug #: 34275 Summary: Louisiana Adventure Demo fails with 'OLE error 80004001' Product: Wine Version: 1.7.0 Platform: x86 URL: http://www.atomicgamer.com/files/101304/louisiana-adve nture-demo OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: andrey.goosev(a)gmail.com CC: andrey.goosev(a)gmail.com Classification: Unclassified Created attachment 45631 --> http://bugs.winehq.org/attachment.cgi?id=45631 log Fails after launch. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=34275 Andrey Gusev <andrey.goosev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=34275 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=34275 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2013-08-16 12:37:55 CDT --- Does 'winetricks ie7' help? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=34275 --- Comment #2 from Andrey Gusev <andrey.goosev(a)gmail.com> 2013-08-16 14:40:16 CDT --- Created attachment 45636 --> http://bugs.winehq.org/attachment.cgi?id=45636 log-ie7 No error message with installed ie7 but still not launches. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=34275 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht(a)gmx.net Component|-unknown |mshtml Summary|Louisiana Adventure Demo |Louisiana Adventure Demo |fails with 'OLE error |fails with 'OLE error |80004001' |80004001' | |(HTMLStyleSheet_GetIDsOfNam | |es is a stub) Ever Confirmed|0 |1 --- Comment #3 from Anastasius Focht <focht(a)gmx.net> 2013-08-17 05:49:24 CDT --- Hello folks, confirming, it fails due to HTMLStyleSheet_GetIDsOfNames() being a stub. --- snip --- nexus4[~/.wine/drive_c/users/focht/Application Data/Louisiana Adventure] WINEDEBUG=+tid,+seh,+relay wine ./Louisiana.exe >> log.txt 2>&1 ... 0025:fixme:mshtml:HTMLStyleSheet_GetIDsOfNames (0x3c56ed8)->({00000000-0000-0000-0000-000000000000} 0x33e7c4 1 2048 0x33e7dc) 0025:Call KERNEL32.FormatMessageW(00003200,00000000,80004001,00000000,0033e56c,00000100,00000000) ret=009bcb30 0025:Ret KERNEL32.FormatMessageW() retval=00000000 ret=009bcb30 ... 0025:Call KERNEL32.MultiByteToWideChar(00000000,00000000,0033c348 "OLE error %.8x",0000000f,0033c764,00001000) ret=00d5fb3c 0025:Ret KERNEL32.MultiByteToWideChar() retval=0000000f ret=00d5fb3c 0025:Call KERNEL32.RaiseException(0eedfade,00000001,00000007,0033e7a4) ret=009af239 0025:trace:seh:raise_exception code=eedfade flags=1 addr=0x7b83a857 ip=7b83a857 tid=0025 0025:trace:seh:raise_exception info[0]=009af239 0025:trace:seh:raise_exception info[1]=017dd800 0025:trace:seh:raise_exception info[2]=80004001 0025:trace:seh:raise_exception info[3]=0033e7e0 0025:trace:seh:raise_exception info[4]=0033e814 0025:trace:seh:raise_exception info[5]=0033e868 0025:trace:seh:raise_exception info[6]=0033e7c0 0025:trace:seh:raise_exception eax=7b826919 ebx=7b8b9000 ecx=0033e7c0 edx=0033e720 esi=0033e7a4 edi=0033e770 0025:trace:seh:raise_exception ebp=0033e748 esp=0033e6e4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00200287 ... 0025:Call user32.MessageBoxW(000100b2,017b1fc4 L"OLE error 80004001",017dcfc4 L"Louisiana",00000010) ret=00a2bb06 ... --- snip --- Source: http://source.winehq.org/git/wine.git/blob/07e72de9a4ddaff75c05a351d7d84e96b... --- snip --- 464 static HRESULT WINAPI HTMLStyleSheet_GetIDsOfNames(IHTMLStyleSheet *iface, REFIID riid, 465 LPOLESTR *rgszNames, UINT cNames, 466 LCID lcid, DISPID *rgDispId) 467 { 468 HTMLStyleSheet *This = impl_from_IHTMLStyleSheet(iface); 469 FIXME("(%p)->(%s %p %u %u %p)\n", This, debugstr_guid(riid), rgszNames, cNames, 470 lcid, rgDispId); 471 return E_NOTIMPL; 472 } --- snip --- $ wine --version wine-1.7.0-137-g029c112 $ du -sh Louisiana_Installer.exe 1.4G Louisiana_Installer.exe $ sha1sum Louisiana_Installer.exe a95fe6bce960274e1651c569e00df5a8e0068eac Louisiana_Installer.exe Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=34275 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |34268 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=34275 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek(a)codeweavers.com --- Comment #4 from Jacek Caban <jacek(a)codeweavers.com> 2013-08-19 05:15:43 CDT --- Patch sent: http://source.winehq.org/patches/data/97985 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=34275 --- Comment #5 from Anastasius Focht <focht(a)gmx.net> 2013-08-19 17:43:20 CDT --- Hello folks, still fails with 80004001 but now due to another stub. Marking this fixed by commit http://source.winehq.org/git/wine.git/commitdiff/3172d351884de55175336e426ba... and creating a new bug. Thanks Jacek. Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=34275 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |3172d351884de55175336e426ba | |798ca251aca98 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Anastasius Focht <focht(a)gmx.net> 2013-08-19 17:49:49 CDT --- Now really marking fixed ... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=34275 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> 2013-08-30 13:05:51 CDT --- Closing bugs fixed in 1.7.1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=34275 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.6.x -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=34275 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.6.x |--- --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2013-11-15 13:40:19 CST --- Removing 1.6.x milestone from bugs included in 1.6.1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
participants (1)
-
wine-bugs@winehq.org