http://bugs.winehq.org/show_bug.cgi?id=6376
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |leotaglia1(a)gmail.com
------- Additional Comments From dmitry(a)codeweavers.com 2007-02-02 01:54 -------
*** Bug 7080 has been marked as a duplicate of this bug. ***
--
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=7080
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dmitry(a)codeweavers.com 2007-02-02 01:54 -------
Looks like a duplicate of the bug 6376.
*** This bug has been marked as a duplicate of 6376 ***
--
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=3687
------- Additional Comments From jeremielapuree(a)yahoo.fr 2007-02-02 01:46 -------
Bug is still here with git-wine dated of 2007-02-02.
To the developper of this great game: Maybe, you could send the version of your
patched version and explain the problem to Stephan Dosinger. Now, it is him who
works on ddraw and directx in wine.
Joaopa
PS: Obviously, I confirm this bug!!!!!
--
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=6794
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-02-02 01:40 -------
Here's another hack that makes Skype startup fine:
diff --git a/dlls/shell32/systray.c b/dlls/shell32/systray.c
index 119f17f..9c82232 100644
--- a/dlls/shell32/systray.c
+++ b/dlls/shell32/systray.c
@@ -138,7 +138,7 @@ BOOL WINAPI Shell_NotifyIconW(DWORD dwMe
else
{
noicon:
- cds.cbData = sizeof(*nid);
+ cds.cbData = sizeof(nid);
cds.lpData = nid;
}
r
As far as i can tell from the code this hack is just utterly wong, but it might
give a hint that sizeof(*nid) is just returning the wrong value. Maybe someone
who understands this piece of code could have a look at 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=5875
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jeremielapuree(a)yahoo.fr 2007-02-02 01:18 -------
Bug is fixed with wine-git dated of 2007-02-02.
So, one can close this bug as fixed.
Joaopa
--
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=7286
mk144210(a)bcm.tmc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4742 is|0 |1
obsolete| |
------- Additional Comments From mk144210(a)bcm.tmc.edu 2007-02-02 00:05 -------
Created an attachment (id=4743)
--> (http://bugs.winehq.org/attachment.cgi?id=4743&action=view)
Fixed conformance test
--
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=4561
amlau(a)alum.mit.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amlau(a)alum.mit.edu
--
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.