http://bugs.winehq.org/show_bug.cgi?id=4742
------- Additional Comments From qingdao33122(a)yahoo.com 2006-06-03 08:30 -------
I don't have stable internet access, so I'd rather not subscribe to
many lists. Besides I am unfamiliar with the whole process, haven't even used
'diff'.
Anyway I added the following test to my local dlls/user/tests/edit.c
static void test_em_sethandle(void)
{
HWND hEdit;
HLOCAL hLocal, hOld;
char *buffer;
trace("EDIT: EM_SETHANDLE\n");
hEdit = create_editcontrol(WS_BORDER | ES_MULTILINE, 0);
hLocal = (HLOCAL)LocalAlloc(LMEM_MOVEABLE, 100);
buffer = LocalLock(hLocal);
strcpy(buffer, "Hello!");
LocalUnlock(hLocal);
hOld = (HLOCAL)SendMessage(hEdit, EM_GETHANDLE, 0, 0);
LocalFree(hOld);
SendMessage(hEdit, EM_SETHANDLE, (WPARAM)hLocal, 0);
DestroyWindow(hEdit);
}
I've also temporarily fixed the crash problem by adding a test
mentioned in the orginal post.
/* countA = strlen(textA) + 1;
*/
if(textA){
countA = strlen(textA) + 1;
}
But the real problem is still there: when handling the EM_SETHANDLE message
the current code frees the old memory. It shoudn't. According to MSDN
users of this control should free the old memory manually.
Hope that current maintainer of this file will take a look into it and come
up with a patch.
--
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=4708
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clintcan(a)yahoo.com
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-03 08:16 -------
*** Bug 4750 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=4750
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-03 08:16 -------
Duplicate of bug 4708
*** This bug has been marked as a duplicate of 4708 ***
--
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=4708
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rauch.christian(a)gmail.com
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-03 08:16 -------
*** Bug 4751 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=4751
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-03 08:16 -------
Duplicate of bug 4708
*** This bug has been marked as a duplicate of 4708 ***
--
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=4747
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |94
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2006-06-03 07:53 -------
A long known problem.
--
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=4751
Summary: wine crashes on installing Internet Explorer
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rauch.christian(a)gmail.com
I tried installing Internet Explorer 6.0 SP1 on Wine, but it crashed right
on the beginning of the installation.
Btw. OS is Suse Linux 10.0 OSS, wine installed with the packages from sourceforge
using a clean .wine-directory.
I previously installed the Arial Font, DCOM98 and Microsoft Foundation Classes 4.x
via Winetools.
I will attach the Log of Winetools.
--
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=3945
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ivg2(a)cornell.edu
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-03 07:52 -------
*** Bug 4746 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=4746
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-03 07:52 -------
Resolving as duplicate
*** This bug has been marked as a duplicate of 3945 ***
--
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.