[Bug 12723] New: LEGO Island Xtreme Stunts: always wants to install DirectX8.1
http://bugs.winehq.org/show_bug.cgi?id=12723 Summary: LEGO Island Xtreme Stunts: always wants to install DirectX8.1 Product: Wine Version: 0.9.59. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: directx-ddraw AssignedTo: wine-bugs(a)winehq.org ReportedBy: Georg.Klug(a)gmx.net Created an attachment (id=12375) --> (http://bugs.winehq.org/attachment.cgi?id=12375) Log of the starting with "WINEDEBUG=+ddraw,+d3d7" The game installs fine at first, but wants to install DirectX 8.1 also. Starting the application after that shows up a menu. This menu does NOT allow the actual game playing, but only offers an option to install DirectX 8.1. Conclusion might be that the game cannot detect a DirectX Version 8.1. See log. -- 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=12723 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #1 from Lei Zhang <thestig(a)google.com> 2008-04-21 23:39:08 --- Is there a demo with the same problem? It might be checking for a registry key or file. -- 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=12723 --- Comment #2 from Georg Klug <Georg.Klug(a)gmx.net> 2008-04-22 00:23:46 --- (In reply to comment #1)
Is there a demo with the same problem? It might be checking for a registry key or file.
I don't know of a demo. Is there any possibility that I can check the registry accesses? -- 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=12723 --- Comment #3 from Lei Zhang <thestig(a)google.com> 2008-04-22 03:10:13 --- I think WINEDEBUG=+reg should do the trick. -- 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=12723 --- Comment #4 from Georg Klug <Georg.Klug(a)gmx.net> 2008-04-22 13:01:31 --- Created an attachment (id=12393) --> (http://bugs.winehq.org/attachment.cgi?id=12393) Log file with WINEDEBUG=+reg at start -- 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=12723 --- Comment #5 from Georg Klug <Georg.Klug(a)gmx.net> 2008-04-22 13:06:26 --- Created an attachment (id=12394) --> (http://bugs.winehq.org/attachment.cgi?id=12394) Log with strace -- 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=12723 --- Comment #6 from Georg Klug <Georg.Klug(a)gmx.net> 2008-04-22 17:18:32 --- I actually jumped deeper into the strace logs and even did a strace -f command with detailed output. The attachement shows an interesting region. One child pid of the program tries do find the d3d8.dll file, and does a few stats on that. After this the process writes some message "unfinished..." to stderr and ends. Maybe this is the relevant part of the logs !?! -- 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=12723 --- Comment #7 from Georg Klug <Georg.Klug(a)gmx.net> 2008-04-22 17:19:43 --- Created an attachment (id=12401) --> (http://bugs.winehq.org/attachment.cgi?id=12401) possibly the relevant part of a strace -f ... -- 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=12723 Jens Albretsen <jens(a)albretsen.dk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jens(a)albretsen.dk --- Comment #8 from Jens Albretsen <jens(a)albretsen.dk> 2008-04-29 12:10:06 --- I've send a patch that fixes this issue, however you are then able to run first race, but it crashes afterwards. It was checking if it was able to create the IDirectPlay8Peer interface, which was not implemented, i've created a stub implementation in my patch. -- 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=12723 --- Comment #9 from Georg Klug <Georg.Klug(a)gmx.net> 2008-05-07 00:54:21 --- Is the patch incorporated in the 0.9.61 version or do I need to pull the current git for that? -- 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=12723 --- Comment #10 from Jens Albretsen <jens(a)albretsen.dk> 2008-05-07 02:07:27 --- The patch did not get into git yet, i'm waiting for a maintainer to apply it. -- 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=12723 --- Comment #11 from Jens Albretsen <jens(a)albretsen.dk> 2008-05-09 02:04:23 --- Created an attachment (id=12839) --> (http://bugs.winehq.org/attachment.cgi?id=12839) IDirectPlay8Peer patch Makes the infinite DirectX8.1 test go away. -- 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=12723 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=12723 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #12 from joaopa <jeremielapuree(a)yahoo.fr> 2008-09-02 11:39:12 --- This bug could be fixed, since these functions are now implemented. Could you confirm? Joaopa -- 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=12723 --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2009-03-10 14:55:23 --- Is this still an issue in current (1.1.16 or newer) wine? -- 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=12723 Georg Klug <Georg.Klug(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #14 from Georg Klug <Georg.Klug(a)gmx.net> 2009-03-18 14:45:17 --- Thank you very much. The bug is gone in 1.1.17 -- 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=12723 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> 2009-03-27 13:49:53 --- Closing bugs fixed in 1.1.18. -- 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=12723 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|directx-ddraw |directx-d3d -- 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