http://bugs.winehq.org/show_bug.cgi?id=2892
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From the3dfxdude(a)gmail.com 2006-10-04 00:37 -------
I looked at the current source of programs/wcmd/wcmdmain.c and another version
of the patch got applied. Fixed.
--
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=5034
------- Additional Comments From hannibal(a)megapolis.pl 2006-10-04 00:32 -------
Mike, I make almost identical change to ArrangeCtrlPositions, but this fix
only inital dialog size change. But something strange change diaglog size
after that, and this is second part of 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=5035
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://http://boards1.wizard|
|s.com/showpost.php?p=1523213|
|&postcount=4 |
Summary|gethostbyname crashes when |Magic the Gathering Online
|passed argument "null" |crashes
------- Additional Comments From mike(a)codeweavers.com 2006-10-04 00:16 -------
Please describe bugs, not the suspected solution in the summary.
--
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=5035
------- Additional Comments From the3dfxdude(a)gmail.com 2006-10-04 00:04 -------
I just looked at the current source in dlls/ws2_32/socket.c and it does seem to
do what you want. Please try to confirm there is problem with the latest version
of Wine. If there is, we'll likely need to see logs of the app and create test
cases for 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=5034
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)codeweavers.com 2006-09-04 23:00 -------
Maybe something like this can point you in the right direction when trying to
fix the bug?
diff --git a/dlls/commdlg/filedlg.c b/dlls/commdlg/filedlg.c
index 428841f..d46e7b0 100644
--- a/dlls/commdlg/filedlg.c
+++ b/dlls/commdlg/filedlg.c
@@ -696,6 +696,8 @@ static void ArrangeCtrlPositions(HWND hw
else
{
rectParent.bottom += rectChild.bottom;
+ if (rectParent.right < rectChild.right)
+ rectParent.right = rectChild.right;
}
/* finally use fixed parent size */
--
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=5034
------- Additional Comments From tony.lambregts(a)gmail.com 2006-09-04 22:36 -------
Created an attachment (id=2262)
--> (http://bugs.winehq.org/attachment.cgi?id=2262&action=view)
ScreenShot of RAD tools showing missing buttons
I do not think it has anything to do with LogPixels: I have set mine to 0x4c
(decimal 77) to match the screens dpi and I still get the same results
$ xdpyinfo | grep dots
resolution: 78x76 dots per inch
As you can (just) see from the screenshot there are other buttons that are cut
off.
--
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=5015
------- Additional Comments From the3dfxdude(a)gmail.com 2006-09-04 21:36 -------
If applying a new 1.11b No-CD exe doesn't make it work again, then try these steps:
1) regedit, delete Diablo II registry keys from HKCU and HKLM
2) reinstall D2, and LOD if you have it
3) download patch installer from http://ftp.blizzard.com/pub/ and run it
4) apply new No-CD exe
5) and you may run it using the script
Then see if it works.
--
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=5031
nemecb(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2257 is|0 |1
obsolete| |
------- Additional Comments From nemecb(a)gmail.com 2006-09-04 21:19 -------
Created an attachment (id=2261)
--> (http://bugs.winehq.org/attachment.cgi?id=2261&action=view)
Crash output with debugging
Oops. Have to remember that the ebuild turns off debugging in the future. I
think this one is unstripped, although since I'm not that familiar with it I
could be wrong (I assume the ebuild did that too).
--
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.