[Bug 38332] New: Aces High II frame stuttering
https://bugs.winehq.org/show_bug.cgi?id=38332 Bug ID: 38332 Summary: Aces High II frame stuttering Product: Wine Version: 1.7.33 Hardware: x86 URL: http://www.hitechcreations.com/ OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: charlton(a)openmailbox.org CC: erich.e.hoover(a)wine-staging.com Regression SHA1: 3d5fe2074e569a9d846a6018792d68d76d3eb38d Distribution: --- Basicly with this commit "3d5fe2074e569a9d846a6018792d68d76d3eb38d" I see frame stuttering with the game Aces High 2. To reproduce this problem: 1. Download http://downloads.hitechcreations.com/AH2322.EXE 2. Install and run the game using a wine version greater or equal to 1.7.33 3. You should notice the frames are stuttering immediatly inside the menu if not click on "Offline Practice" to do further testing. The frame rate is smooth if you reverse this commit. Also if you are using mesa you need libtxc_dxtn to see most of the textures. -- 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=38332 charlton(a)openmailbox.org changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |x86-64 -- 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=38332 charlton(a)openmailbox.org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- 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=38332 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian(a)fds-team.de -- 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=38332 Henri Verbeet <hverbeet(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |directx-d3d -- 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=38332 Henri Verbeet <hverbeet(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=38332 Sergey Isakov <isakov-sl(a)bk.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |isakov-sl(a)bk.ru --- Comment #1 from Sergey Isakov <isakov-sl(a)bk.ru> --- (In reply to charlton from comment #0)
Also if you are using mesa you need libtxc_dxtn to see most of the textures.
You probably should report this to wine-staging. wine-hq have no deal with libtxc_dxtn. -- 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=38332 Michael Müller <michael(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael(a)fds-team.de --- Comment #2 from Michael Müller <michael(a)fds-team.de> ---
You probably should report this to wine-staging. wine-hq have no deal with libtxc_dxtn.
Wine staging only uses libtxc_dxtn if the application wants to convert the texture in the CPU memory, but if the application passes such a texture to the graphic card, the driver is responsible for displaying it. Some mesa drivers don't have hardware support for DXTN and convert the texture using libtxc_dxtn in the cpu. If you don't have this library installed they only display a black texture. Referring to the fact that you need libtxc_dxtn, can just mean that the person is using a mesa driver like the intel one and doesn't necessarily have anything to do with staging. -- 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=38332 --- Comment #3 from Sergey Isakov <isakov-sl(a)bk.ru> --- OK, goot to know. As I am using MacOS I know nothing about Mesa. -- 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=38332 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #4 from super_man(a)post.com --- I am not claiming that I know how to fix this, but the commit did a very little change in source code. ddraw: Fix inverted logic for enumerating secondary devices. diff --git a/dlls/ddraw/main.c b/dlls/ddraw/main.c - if (cont_enum && (flags & ~DDENUM_ATTACHEDSECONDARYDEVICES)) + if (cont_enum && (flags & DDENUM_ATTACHEDSECONDARYDEVICES)) -- 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=38332 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #5 from winetest(a)luukku.com --- Can this bug still be reproduced the game has been updated version 3? -- 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=38332 --- Comment #6 from Henri Verbeet <hverbeet(a)gmail.com> --- Can anyone still reproduce this? Otherwise this should probably be resolved ABANDONED. -- 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=38332 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #7 from joaopa <jeremielapuree(a)yahoo.fr> --- What about this bug with current wine(3.20)? -- 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=38332 --- Comment #8 from joaopa <jeremielapuree(a)yahoo.fr> --- As suggested by Henri, it is time to close this bug as ABANDONED, right? -- 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=38332 --- Comment #9 from joaopa <jeremielapuree(a)yahoo.fr> --- Bug still occurs with wine-4.18. -- 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=38332 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED CC| |z.figura12(a)gmail.com Status|UNCONFIRMED |RESOLVED --- Comment #10 from Zebediah Figura <z.figura12(a)gmail.com> --- The download available from the url in comment 0 is not Aces High II but rather Aces High III, and it doesn't use ddraw and hence probably doesn't suffer from this bug (if there is a performance problem it is likely unrelated). Accordingly I'm going to close this bug as ABANDONED; if anyone has an old copy of Aces High 2 and can still reproduce this bug please feel free to reopen. -- 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=38332 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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