[Bug 41127] New: Art of Murder: Hunt for the Puppeteer demo needs IDirect3DBaseTexture9 interface
https://bugs.winehq.org/show_bug.cgi?id=41127 Bug ID: 41127 Summary: Art of Murder: Hunt for the Puppeteer demo needs IDirect3DBaseTexture9 interface Product: Wine Version: 1.9.16 Hardware: x86-64 URL: http://gamefront.online/files/13257786/AoM2_HuntForThe Puppeteer_Demo.zip OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs(a)winehq.org Reporter: andrey.goosev(a)gmail.com Distribution: --- warn:d3d9:d3d9_device_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce} not implemented, returning E_NOINTERFACE. warn:d3d9:d3d9_swapchain_QueryInterface {580ca87e-1d3c-4d54-991d-b7d3e3c298ce} not implemented, returning E_NOINTERFACE. wine-1.9.16-161-gd6d0d96 -- 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=41127 --- Comment #1 from Matteo Bruni <matteo.mystral(a)gmail.com> --- Is there any actual issue outside of the couple WARNs? -- 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=41127 Matteo Bruni <matteo.mystral(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Matteo Bruni <matteo.mystral(a)gmail.com> --- This isn't actually a bug in Wine, those QueryInterface() calls are supposed to fail (i.e. game is dumb). Resolving invalid. -- 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=41127 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #3 from winetest(a)luukku.com --- (In reply to Matteo Bruni from comment #2)
This isn't actually a bug in Wine, those QueryInterface() calls are supposed to fail (i.e. game is dumb). Resolving invalid.
Would it be possible to change the error message then when it's supposed to fail? Now it looks like something is missing/broken. -- 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=41127 Andrey Gusev <andrey.goosev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Andrey Gusev <andrey.goosev(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.
https://bugs.winehq.org/show_bug.cgi?id=41127 --- Comment #5 from Matteo Bruni <matteo.mystral(a)gmail.com> --- (In reply to winetest from comment #3)
Would it be possible to change the error message then when it's supposed to fail? Now it looks like something is missing/broken.
Not really, no. Notice that it's a WARN (as opposed to a FIXME or an ERR), which means it can be triggered by broken applications. -- 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=41127 --- Comment #6 from Henri Verbeet <hverbeet(a)gmail.com> --- (In reply to Matteo Bruni from comment #2)
to fail (i.e. game is dumb). Not even necessarily. QueryInterface() is a legitimate way to query if a certain object implements a certain interface, for example to test if a given resource is a texture or something else. In particular, d3d9's surface_init() will use it to test if the surface container is a texture.
-- 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