[Bug 32006] New: Two Direct3D10 SDK samples abort with "Could not enumerate adapters. This application will now exit."
http://bugs.winehq.org/show_bug.cgi?id=32006 Bug #: 32006 Summary: Two Direct3D10 SDK samples abort with "Could not enumerate adapters. This application will now exit." Product: Wine Version: 1.5.15 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Classification: Unclassified Install the DirectX SDK from June 2010, then look in c:/Program Files/Microsoft DirectX SDK (June 2010)/Samples/C++/Direct3D10/Bin/x86 and try running 10BitScanout10.exe or MultiMon10.exe. They both abort with a log like: fixme:dxgi:dxgi_output_GetDesc iface 0x1511c8, desc 0x33fbdc stub! and a MessageBox saying "Could not enumerate adapters. This application will now exit." -- 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=32006 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.microsoft.com/en | |-us/download/details.aspx?i | |d=6812 -- 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=32006 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |directx-dxgi -- 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=32006 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|directx-dxgi |directx-d3d --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2012-10-23 14:06:45 CDT --- Henri has asked to please use directx-d3d instead of making new components (I merged them a while back..). -- 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=32006 John <the.ideals(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |the.ideals(a)gmail.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=32006 Adam Bolte <abolte(a)systemsaviour.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abolte(a)systemsaviour.com -- 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=32006 sacrediou <vmerlet(a)april.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vmerlet(a)april.org -- 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=32006 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robertvloon(a)gmail.com --- Comment #2 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 39007 has been marked as a duplicate of this bug. *** -- 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=32006 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Summary|Two Direct3D10 SDK samples |Multiple games and |abort with "Could not |applications need |enumerate adapters. This |'IDXGIOutput::GetDesc' |application will now exit." |method implementation | |(Direct3D10 SDK samples, | |Need for Speed Most Wanted | |2012) --- Comment #3 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, refining the summary to use this a collector bug. Obviously still present. https://source.winehq.org/git/wine.git/blob/3fe5d9b6d2e592c4635e1aaf9a640014... $ wine --version wine-1.7.48-76-g8c0792c Regards -- 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=32006 --- Comment #4 from BlookeMan <robertvloon(a)gmail.com> --- Sorry for a noob question but is Dan Kegel's post (comment 1) actually a solution to this problem? Or is there another solution? -- 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=32006 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com --- Comment #5 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- A patch can be found in staging. https://github.com/wine-compholio/wine-staging/tree/master/patches/dxgi-GetD... -- 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=32006 --- Comment #6 from BlookeMan <robertvloon(a)gmail.com> --- Thanx Alistair. I must say, I added a pre compiled wine solution which I know is nut supported. I suppose that using this patch will require me to compile wine from scratch on my mac using git? -- 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=32006 --- Comment #7 from Henri Verbeet <hverbeet(a)gmail.com> --- (In reply to Alistair Leslie-Hughes from comment #5)
A patch can be found in staging.
Please don't link to Wine forks like wine-staging or PlayOnLinux from WineHQ bugzilla. They are not developed or supported by the Wine project. -- 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=32006 --- Comment #8 from BlookeMan <robertvloon(a)gmail.com> --- I just read somewhere that Wine doesnt support DX10 and DX11 yet. If that is the case then my original post is not a bugreport but a missing feature as this game requires DX10+. -- 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=32006 Erich E. Hoover <erich.e.hoover(a)wine-staging.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |erich.e.hoover(a)wine-staging | |.com Resolution|--- |DUPLICATE --- Comment #9 from Erich E. Hoover <erich.e.hoover(a)wine-staging.com> --- (In reply to Henri Verbeet from comment #7)
Please don't link to Wine forks like wine-staging or PlayOnLinux from WineHQ bugzilla. They are not developed or supported by the Wine project.
Henri, this is exactly the kind of isolating behavior that people are complaining about. A patch has been developed to help with this bug that is complaint with the Wine Development Guidelines and someone has pointed out that it applies to this bug. This is excellent new information, since it means that this bug is a duplicate of Bug #31998. I'm sure that if you talked to Michael Müller he'd be happy to work with you on upstreaming the patch. *** This bug has been marked as a duplicate of bug 31998 *** -- 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=32006 --- Comment #10 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, lower bug id/patch reference doesn't automatically mean the bug has the quality of being a collector unless you put some work into it. Resolving this bug as dupe of bug 31998 essentially destroys the purpose this bug was reworked for. You didn't even try to transform bug 31998 into a collector, which will potentially causes confusion among users and triagers/developers. * summary targets one app, no one will think of it being a collector * summary is plain misleading, none of the games merged as dupes suffer from that problem described * proper analysis missing - just saying "patch x" works doesn't really explain the behaviour * regression sha1 referenced in that bug has nothing to do with the app/games listed here, merged as dupes * dupes merged here must be re-merged to the parent * rename this bug again to avoid being mistaken as collector But well ... keep on going. Regards -- 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=32006 Matteo Bruni <matteo.mystral(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |matteo.mystral(a)gmail.com Resolution|DUPLICATE |--- --- Comment #11 from Matteo Bruni <matteo.mystral(a)gmail.com> --- Reopening. -- 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=32006 Andrey Gusev <andrey.goosev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.goosev(a)gmail.com -- 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=32006 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |STAGED CC| |michael(a)fds-team.de, | |sebastian(a)fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/dxgi-GetDesc -- 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=32006 Józef Kucia <joseph.kucia(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |af196e5f25daf99cc7bf6f2dc1f | |e5d48dc992e19 Status|STAGED |RESOLVED CC| |joseph.kucia(a)gmail.com Resolution|--- |FIXED -- 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=32006 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.8-rc2. -- 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