http://bugs.winehq.org/show_bug.cgi?id=7768
Juan Lang <juan_lang(a)yahoo.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=8224
--- Comment #12 from Simon Kirby <sim(a)netnation.com> 2009-01-15 13:47:01 ---
There is no starting git tag, since this bug is simply regarding a stub WINAPI,
GetVolumePathNameW(). The patch has still not been merged in git head, which I
suspect is because the patch does not remove the stub "FIXME" and has this
comment:
/* As long as we don't handle volumemountpoints, and filename is something like
"X:\\blabla\\bla", it's probably safe to return "X:\" for now to keep some
applications happy */
Will we ever need to implement volume mount points? If not, we should make a
new patch that removes the FIXME, which will hopefully be merged. In any
event, the current patch does work for all applications currently.
It looks like volume mount points are just like how UNIX mount points work,
except that that a device letter is still allocated for the real device, and
this function is supposed to return it. The best I can think of in Wine's case
would be to check all of the available drive_x links and see if the resulting
destination statfs() equals the passed file's statfs(), or something. I
suspect there is already some code like this elsewhere in wine, since it has to
reverse-map already from unixland upon startup.
--
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=7768
--- Comment #7 from Juan Lang <juan_lang(a)yahoo.com> 2009-01-15 13:42:47 ---
Created an attachment (id=18715)
--> (http://bugs.winehq.org/attachment.cgi?id=18715)
Patch
This patch should fix it. The hardcoded 32 value is a potential problem, as:
1) There can be more than 32 processors on a system
2) The type of affinity mask is DWORD_PTR, not unsigned int.
The server protocol needs to be fixed to address the second point, and this is
a pretty minor problem, so I'm not super motivated to fix it. I'm uploading
this in case someone else cares more.
--
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=8036
Claudio <sick_soul(a)yahoo.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |1.1.12
--
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=7922
--- Comment #8 from Christoph Korn <c_korn(a)gmx.de> 2009-01-15 12:06:28 ---
Same error in current git.
--
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=8278
--- Comment #11 from Schmaker <smallsmaky(a)seznam.cz> 2009-01-15 12:02:20 ---
Cannot confirm it now, because E2160 is complaining about graphic driver while
initializing 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.
http://bugs.winehq.org/show_bug.cgi?id=7768
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.33.
--- Comment #6 from Juan Lang <juan_lang(a)yahoo.com> 2009-01-15 11:21:35 ---
Still present. I'm estimating the Wine version based on current version as of
the reporting date.
--
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=8598
Kirill K. Smirnov <lich(a)math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.39.
--- Comment #9 from Kirill K. Smirnov <lich(a)math.spbu.ru> 2009-01-15 11:10:31 ---
> Please retest in current git.
Still present.
--
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=9159
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|CVS/GIT |unspecified
--- Comment #9 from Austin English <austinenglish(a)gmail.com> 2009-01-15 10:53:17 ---
Removing deprecated CVS/GIT version tag. Please retest in current git. If still
present, update version field to earliest known version of wine that had this
bug. 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=9158
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|CVS/GIT |unspecified
--- Comment #16 from Austin English <austinenglish(a)gmail.com> 2009-01-15 10:53:14 ---
Removing deprecated CVS/GIT version tag. Please retest in current git. If still
present, update version field to earliest known version of wine that had this
bug. 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.