http://bugs.winehq.org/show_bug.cgi?id=7216
------- Additional Comments From dank(a)kegel.com 2007-19-01 14:35 -------
Also, what version of Wine are you using, and how did you build it (or where did you download it from)?
--
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=4753
------- Additional Comments From mfreitas(a)gmail.com 2007-19-01 14:10 -------
Created an attachment (id=4651)
--> (http://bugs.winehq.org/attachment.cgi?id=4651&action=view)
add code to wait output buffer to go empty and do some sleeping
this patch (which is not a fix) adds some waiting and sleeping to the serial
driver so that communications now seems to work with dynamic c ide.
processor is detected and it uploads loader/bios/etc. then some other strange
problems happen but they seem to be related to compilation.
--
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=7220
Summary: IDA 5 demo fails to install
Product: Wine
Version: CVS
Platform: PC
URL: http://www.datarescue.be/idademo/idademo50.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nog.lkml(a)gmail.com
IDA 5 demo fails to install with "Access violation at address 004096DA Write of
address 00400000"
This is a regression caused by:
ommit 3dc21d387ba3506275a775ba79663ecf88e794a9
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Dec 13 13:06:12 2006 +0100
ntdll: Map the PE header up to the specified size, and clear the rest of the
page.
This "fixes" it:
--- a/dlls/ntdll/virtual.c
+++ b/dlls/ntdll/virtual.c
@@ -1167,7 +1167,7 @@ static NTSTATUS map_image( HANDLE hmapping, int fd, char
*base, SIZE_T total_siz
/* set the image protections */
- VIRTUAL_SetProt( view, ptr, ROUND_SIZE( 0, header_size ), VPROT_COMMITTED |
VPROT_READ );
+ VIRTUAL_SetProt( view, ptr, ROUND_SIZE( 0, header_size ), VPROT_COMMITTED |
VPROT_READ | VPROT_WRITE );
sec = (IMAGE_SECTION_HEADER*)((char
*)&nt->OptionalHeader+nt->FileHeader.SizeOfOptionalHeader);
for (i = 0; i < nt->FileHeader.NumberOfSections; i++, sec++)
But I'm sure it's wrong.. I can provide logs, etc. 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.
http://bugs.winehq.org/show_bug.cgi?id=7218
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-19-01 12:29 -------
Closing
--
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=7218
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2007-19-01 12:29 -------
Unless you have a real problem, please ignore all messages that Wine outputs.
--
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=7200
------- Additional Comments From flexo(a)holycrap.org 2007-19-01 12:28 -------
Maybe your box is too fast. :-)
Believe me, it's there (switch between the tabs over and over again and you'll
eventually see it).
It's also obvious from the code that we aren't even trying to avoid flickering,
everytime a tab is focused/added/deleted we call TAB_InvalidateTabArea() which
does just that, invalidates the hole tab area.
--
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=7219
Summary: Get Code Page problems
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: philip.kent(a)ntlworld.com
When launching EmEditor, I get an infinte ammount of the following error in the
terminal:
fixme:mlang:fnIMultiLanguage_GetCodePageInfo
The application, in this case, refuses to start.
Using a Win2K mlang dll fixes this problem, apparently, though I have not tested
(this Win2K thing was reported by a Mike).
--
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.