http://bugs.winehq.com/show_bug.cgi?id=1054
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:29 -------
Bug comments restored from Gmane.org:
File is completely accessible (user has rwx-rights); Filesystem is FAT32, the
file is local.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1053
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:28 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1052
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:28 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application.
------- Additional Comments From fgouget <at> codeweavers.com 2003-05-04 20:14
-------
*** Bug 1055 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1051
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:27 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application. The reall Error seems to hide
in the number given to the debugger (The error-message isn't completely
understandable for me)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-10-05
23:44 -------
Are you saying that the debugger starts but reminder 99 keeps on working?
------- Additional Comments From helmut.frik <at> ptv.de 2002-10-06 23:22 -------
Well, the debugger doesn't start, since it's not installed (at least not
correct enough in this case), but reminder 99 keeps on working, that's right.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=78
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |dpaun(a)rogers.com
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 11:03 -------
I think since Dimi was working on this (IIRC) a few months ago, I think it
should be assigned to him, if anyone objects, feel free to slap me and change
it back.. ;)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=78
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 10:59 -------
I think since Dimi was working on this (IIRC) a few months ago, I think it
should be assigned to him, if anyone objects, feel free to slap me and change
it back.. ;)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=52
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 10:47 -------
Well, in sweeping this place, I decided to take another look at this bug..
Your last comment Francois says that you believe the fact that LockWindowUpdate
is implemented only as a stub function is the cause of the problem..
In looking at msdn articles on this function, I have turned up this:
The LockWindowUpdate function disables or enables drawing in the specified
window. Only one window can be locked at a time.
BOOL LockWindowUpdate(
HWND hWndLock // handle to window
);
Parameters
hWndLock
[in] Specifies the window in which drawing will be disabled. If this parameter
is NULL, drawing in the locked window is enabled.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero, indicating that an error
occurred or another window was already locked.
Windows NT/2000/XP: To get extended error information, call GetLastError.
Remarks
If an application with a locked window (or any locked child windows) calls the
GetDC, GetDCEx, or BeginPaint function, the called function returns a device
context with a visible region that is empty. This will occur until the
application unlocks the window by calling LockWindowUpdate, specifying a value
of NULL for hWndLock.
If an application attempts to draw within a locked window, the system records
the extent of the attempted operation in a bounding rectangle. When the window
is unlocked, the system invalidates the area within this bounding rectangle,
forcing an eventual WM_PAINT message to be sent to the previously locked window
and its child windows. If no drawing has occurred while the window updates were
locked, no area is invalidated.
LockWindowUpdate does not make the specified window invisible and does not
clear the WS_VISIBLE style bit.
A locked window cannot be moved.
Requirements
Windows NT/2000/XP: Included in Windows NT 3.1 and later.
Windows 95/98/Me: Included in Windows 95 and later.
Header: Declared in Winuser.h; include Windows.h.
Library: Use User32.lib.
--
Hopefully that is enough info for ya. After reading it, I would have to agree
with your last comment
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1543
Summary: Microsoft font installers fall down after uncompressing
files
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: dyakov(a)bk.ru
---
$ wine georgi32.exe
fixme:win32:PE_CreateModule Security directory ignored
fixme:process:CreateProcessA (E:\IXP003.TMP\fontinst.exe,...):
NORMAL_PRIORITY_CLASS ignored
---
I just compiled and installed wine, so there was a default /usr/share/wine-c
drive. It hangs after this whith no other messages. I checked, it created folder
E:\IXP003.TMP\ and the files. I started E:\IXP003.TMP\fontinst.exe and it
finished well. 20030408 worked perfect
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1542
Summary: Unsupported MS comctl32.dll update patch
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: reza_prima77(a)yahoo.com
I tried to install Rational Requisite Pro from CD. Setup.exe complained that "installed"
version of comctl32.dll is 5.0.0, and it needs 5.8.0. It offered to install update patch
(50upd.exe ??). Then I set the .winerc file to use that dll file but it complained that
comctl16 (maybe?) not found.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=965
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-24-06 16:43 -------
MaskBlt was implemented and committed on 2003-05-16.
Please retest the program.
The attachment no longer appears to be valid (pointing to a screenshot
instead of a tarball).
Considering Fixed.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.