[Bug 15365] New: 3DMark 2008 Vantage
http://bugs.winehq.org/show_bug.cgi?id=15365 Summary: 3DMark 2008 Vantage Product: Wine Version: 1.1.4 Platform: PC-x86-64 URL: http://www.futuremark.com OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P1 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: DjSpiker(a)Yandex.ru CC: DjSpiker(a)Yandex.ru Created an attachment (id=16212) --> (http://bugs.winehq.org/attachment.cgi?id=16212) output in console Don't run 3D Mark 2008 Vantage -- 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=15365 --- Comment #1 from Victor <DjSpiker(a)Yandex.ru> 2008-09-21 23:46:49 --- http://appdb.winehq.org/objectManager.php?sClass=version&iId=13623 -- 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=15365 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|DjSpiker(a)Yandex.ru | Alias|Vantage | Severity|critical |normal Priority|P1 |P2 --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-09-22 09:28:15 --- Please attach readable terminal output. What you attached is all one line. -- 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=15365 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-09-22 22:34:40 --- Confirming. -- 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=15365 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #16212|0 |1 is obsolete| | --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-09-22 22:35:21 --- Created an attachment (id=16228) --> (http://bugs.winehq.org/attachment.cgi?id=16228) output in git -- 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=15365 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-09-22 22:36:07 --- Created an attachment (id=16229) --> (http://bugs.winehq.org/attachment.cgi?id=16229) +relay,+seh,+tid in git -- 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=15365 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #6 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-09-27 13:15:38 --- (In reply to comment #5)
Created an attachment (id=16229) --> (http://bugs.winehq.org/attachment.cgi?id=16229) [details] +relay,+seh,+tid in git
0009:Call advapi32.RegOpenKeyExW(80000000,0032fbbe L"CLSID\\{56FDF344-FD6D-11D0-958A-006097C9A090}",00000000,00020019,0032fc18) ret=7e652cce 0009:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=7e652cce 0009:err:ole:CoGetClassObject class {56fdf344-fd6d-11d0-958a-006097c9a090} not registered 0009:err:ole:CoGetClassObject no class object {56fdf344-fd6d-11d0-958a-006097c9a090} could be created for context 0x1 0009:Ret ole32.CoCreateInstance() retval=80040154 ret=0041d089 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x41d08b 0009:trace:seh:raise_exception info[0]=00000000 Looks like a duplicate of http://bugs.winehq.org/show_bug.cgi?id=14139. Does the patch there help to work around the bug? -- 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=15365 --- Comment #7 from Rico <kgbricola(a)web.de> 2008-09-27 15:15:59 --- Yes this patch solves the problem for me. It doesn't apply any more to 1.1.5. You have to change line 44 from "int i = 0;" to "unsigned int i = 0;". -- 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=15365 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #8 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-09-28 05:52:10 --- i've rediffed the patch against current git here: http://bugs.winehq.org/attachment.cgi?id=16324 resolving this one as duplicate *** This bug has been marked as a duplicate of bug 14139 *** -- 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=15365 --- Comment #9 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-09-28 05:52:26 --- closing dupe -- 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=15365 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Lei Zhang <thestig(a)google.com> 2008-09-28 15:14:24 --- closing dup. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=15365 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |shdocvw Summary|3DMark 2008 Vantage |Futuremark 3DMark 2008 | |Vantage crashes due to | |missing Shell | |'ITaskbarList' | |implementation URL|http://www.futuremark.com |https://web.archive.org/web | |/20210303100557/https://dow | |nload.gamestar.de/public/37 | |700/37765/3d-mark-vantage_3 | |d19503.exe CC| |focht(a)gmx.net -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla