[Bug 18139] New: WineD3D: add version information to DLL
http://bugs.winehq.org/show_bug.cgi?id=18139 Summary: WineD3D: add version information to DLL Product: Wine Version: unspecified Platform: PC OS/Version: Windows XP Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: directx-d3d AssignedTo: wine-bugs(a)winehq.org ReportedBy: andrejohn.mas(a)gmail.com The WineD3D DLL which is made available to users of VirtualBox lacks any version meta data. This means if I right-click and show the properties there is no version tab. It would be useful to have this information, since if a user runs into issues this would allow them to know when version they have installed, and report this information. Since there is no other way to know the version, that I can find, this is one approach. I was using 1.1.19 (I believe, can't be 100% sure since there in no version) when I made this observation. -- 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=18139 Robert Millan <rmh(a)aybabtu.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rmh(a)aybabtu.com --- Comment #1 from Robert Millan <rmh(a)aybabtu.com> 2009-04-21 13:24:36 --- Hi, I agree this could be useful, but I'm not going to diverge from official Wine source in order to add such info. I think it's trivial to add it (version.rc file) if Wine developers are OK with including it (let me know if you want a 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=18139 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-04-22 03:08:31 --- Report it to VirtualBox developers not here. There is no a bug in Wine due to lack of version info in wined3d.dll. -- 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=18139 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-04-22 03:09:26 --- Closing. -- 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=18139 --- Comment #4 from Robert Millan <rmh(a)aybabtu.com> 2009-04-22 04:36:54 --- (In reply to comment #2)
Report it to VirtualBox developers not here. There is no a bug in Wine due to lack of version info in wined3d.dll.
Hi Dmitry, VirtualBox doesn't provide win32 builds of WineD3D; I provide them (http://www.nongnu.org/wined3d) mainly for VirtualBox but can also be useful in other situations. Anyway, that is not a fork of Wine, it builds from pristine source, or as close as possible to it. If there is a bug somewhere, it is in Wine. If you don't consider it a bug, that's too bad, but is not my problem, please don't ask people to report such things to me, as I can do nothing about it. Thanks -- 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=18139 --- Comment #5 from Andre-John Mas <andrejohn.mas(a)gmail.com> 2009-04-22 08:12:27 --- As someone external to the project, where should I be reporting related issues then? I am a little lost here. Is there a source repository that contains the code and build script that creates the DLL? Who is that hosted by? -- 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=18139 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID | --- Comment #6 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-04-22 08:30:37 --- It's an enhancement. Don't see a reason why we can't have the version information. -- 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=18139 --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-04-22 09:01:26 --- (In reply to comment #6)
It's an enhancement.
And what is the problem in Wine exactly? What application is affected?
Don't see a reason why we can't have the version information.
How would it look like? Match the Wine released version 1.01? Anything else? How would that help at all, and to whom? -- 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=18139 --- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-04-22 09:44:35 ---
And what is the problem in Wine exactly? What application is affected? There isn't one. It's an enhancement request. Not all bugs are ... bugs :)
Don't see a reason why we can't have the version information. How would it look like? Match the Wine released version 1.01? Should be a standard version resource to be seen in file properties. The best case it needs to match the the version from "wine --version". Should use the same mechanism as winecfg (see PACKAGE_STRING in it's resources). Of course it should match the version information format.
Anything else? How would that help at all, and to whom? Don't know. It's not me who needs 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=18139 --- Comment #9 from Robert Millan <rmh(a)aybabtu.com> 2009-04-22 10:54:00 --- (In reply to comment #5)
Is there a source repository that contains the code and build script that creates the DLL? Who is that hosted by?
Yes, in Savannah. It's linked from the page where you downloaded it.
As someone external to the project, where should I be reporting related issues then? I am a little lost here.
There's a BTS, but it's only for issues related to the build system. Everything else is a Wine issue (be it a bug, an enhancement, whatever). Anyway, FWIW, I think it doesn't hurt to add this information. -- 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=18139 --- Comment #10 from Andre-John Mas <andrejohn.mas(a)gmail.com> 2009-04-22 11:32:09 --- Okay, moved the ticket to here: https://savannah.nongnu.org/bugs/index.php?26293 BTW could we have a small blurb here: http://wiki.winehq.org/WineD3D to point to the Savannah project page, to avoid other people making the same mistake as me. -- 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=18139 --- Comment #11 from Robert Millan <rmh(a)aybabtu.com> 2009-04-22 12:05:45 --- (In reply to comment #10)
Okay, moved the ticket to here: https://savannah.nongnu.org/bugs/index.php?26293
BTW could we have a small blurb here: http://wiki.winehq.org/WineD3D to point to the Savannah project page, to avoid other people making the same mistake as me.
The project at Savannah is a build system. I do NOT want any sort of information there unless it is related to the build system or is essential for operation of WineD3D on native win32. -- 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=18139 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2009-11-04 12:58:08 --- Patch committed: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5f0940e08aecf0cebb81ee... -- 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=18139 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> 2009-11-13 12:43:41 --- Closing bugs fixed in 1.1.33. -- 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=18139 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Windows XP |Windows -- 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