http://bugs.winehq.org/show_bug.cgi?id=2127
------- Additional Comments From david.guembel(a)gmx.de 2005-03-10 06:23 -------
Thanks, that helps! I changed the code to use EnterCritcalSection for mutual
exclusion, and tried requesting GENERIC_WRITE. Using GENERIC_WRITE, it seems
that the problem disappears. Could you please point me to the bug no. or any
other reference that explains the "other bug" you're refering to?
If it helps, I can attach the changed sample code, or email it to you. Just say
a word.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=942
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 06:19 -------
No news from reporter and I know some people are running (not sure about
installing) Visual Studio on Wine.
This bug seems abandoned, please reopen if you have some more news.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=959
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 06:16 -------
Has the code for 2) been commited ?
Can you give us a status update for this bug please ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=69
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 06:15 -------
yep. no one got around to write such a beast yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=69
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 06:03 -------
Still unchanged two years later I guess ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1205
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 06:01 -------
Is it still the case ? Can you report back using latest Wine release ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=899
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 06:01 -------
This has been fixed long time ago: http://appdb.winehq.org/appview.php?versionId=51
If that's not the case for you, please reopen the bug and give more informations.
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3118
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 05:59 -------
I sent this patch to wine-patches as nobody did it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1314
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 05:53 -------
Can you try using latest Wine version and report back please ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2127
------- Additional Comments From julliard(a)winehq.com 2005-03-10 05:52 -------
The error 5 is because you didn't request GENERIC_WRITE access. This is still a
bug in Wine, but a different one.
Also note that the mutex in your sample code is useless since you create a new
one for every invocation of the function. Still, it shouldn't fail even without
a mutex.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.