http://bugs.winehq.org/show_bug.cgi?id=8823
M.B.Lankhorst(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ben(a)atomnet.co.uk
------- Additional Comments From M.B.Lankhorst(a)gmail.com 2007-06-07 06:05 -------
*** Bug 8876 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 on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8876
M.B.Lankhorst(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From M.B.Lankhorst(a)gmail.com 2007-06-07 06:05 -------
Duplicate bug
*** This bug has been marked as a duplicate of 8823 ***
--
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=8879
Summary: MFC42.DLL errors
Product: Wine
Version: 0.9.40.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gary(a)donavan.org
[Compiled from source tarball]
Found mfc42.dll on the net and put into /usr/local/bin. Following error is returned:
err:module:import_dll Library MFC42.DLL (which is needed by
L"Z:\\home\\gary\\temp\\winecomp\\wine-0.9.40\\iview400_setup.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\gary\\temp\\winecomp\\wine-0.9.40\\iview400_setup.exe" failed,
status c0000135
With the file in /usr/local/lib/wine, following error is returned:
ine: Call from 0x405c69 to unimplemented function MFC42.DLL.6625, aborting
wine: Unimplemented function MFC42.DLL.6625 called at address 0x405c69 (thread
0009), starting debugger...
Suggestions? Or is this a bug?
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=8839
gary(a)donavan.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From gary(a)donavan.org 2007-06-07 04:12 -------
I have compiled from source and the program runs. However, I have another
problem which I am opening another bug report for. Thanks for the help.
--
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=8844
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-msi |wine-misc
------- Additional Comments From truiken(a)gmail.com 2007-06-07 03:07 -------
The custom action directly calls RtlAllocateHeap with size 0x10. It uses this
buffer to convert the product/package/upgrade code guids into an encoded form.
The encoded value is 32 characters long (plus one for null terminator), which is
much longer than the 16 bytes allocated. The custom action corrupts the heap by
overrunning the allocated buffer. This is not a bug in MSI, though I don't know
how it could work in Windows (but it does).
0012:Call ntdll.RtlAllocateHeap(006c0000,00000000,00000010) ret=100091f0
0012:Ret ntdll.RtlAllocateHeap() retval=006c03c8 ret=100091f0
0012:Call msi.MsiSetPropertyA(00000001,1001ea10 "ENCODEDPRODUCTCODE",006c03c8
"84A88FD7F6998CE40A22FB59F6B9C2BB") ret=100038c2
--
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=8840
------- Additional Comments From jiggy_vivek(a)yahoo.com 2007-06-07 00:49 -------
i did follow ur instructions, have attached the log file 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.
http://bugs.winehq.org/show_bug.cgi?id=8783
------- Additional Comments From damjan.jov(a)gmail.com 2007-06-07 00:42 -------
Created an attachment (id=7032)
--> (http://bugs.winehq.org/attachment.cgi?id=7032&action=view)
ignore some errors
I can't even find where in the kernel source it returns EINVAL for TIOCGICOUNT
:-(.
It could also be that it also failed on wine <= 0.9.22, but wine just ignored
the errors. This patch attempts to do the same, try it on a recent version of
wine and see if it helps.
--
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.