http://bugs.winehq.org/show_bug.cgi?id=3928
Summary: EnunChildWindows fails to find a child window who did
setParent
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew7webb(a)comcast.net
PROBLEM:
EnunChildWindows() fails to find a child window who did setParent().
There are two windows, "WidgetTest2" and "DockingWidget".
"DockingWidget" is created with "WidgetTest2" as its parent.
"WidgetTest2" later calls
EnumChildWindows( This->handle(), EnumChildProc, (LPARAM)0 )
But although EnumChildWindows returns true, EnumChildProc is never called.
WINE OUTPUT OF PROGRAM:
"EnumChildWindows returned true"
WINDOWS OUTPUT OF PROGRAM:
I can break on the DestroyWindow( hwndChild ); inside EnumChildProc().
HOW TO REPRODUCE THE PROBLEM:
Run either the WINE or windows program and try to close the outer window.
On windows the program will exit,
but on WINE it hangs because the docked window is not destroyed.
--
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=1434
Bug 1434 depends on bug 3411, which changed state.
Bug 3411 Summary: Mouse input doesn't work properly in dungeon siege 2
http://bugs.winehq.org/show_bug.cgi?id=3411
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |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=3411
oliver_stieber(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From oliver_stieber(a)yahoo.co.uk 2005-24-11 12:58 -------
comfirming as fixed, I managed to get all the way into the game play so it looks
like cursor support should get this one to bronze.
--
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=3475
------- Additional Comments From andrew.james.barr(a)gmail.com 2005-24-11 12:51 -------
I am getting a similar issue with FileMaker Pro 8. The license key MaskEdit
control does not appear in Wine versions 20050930 or later. IIRC it appears in
20050830 but there are other issues with builtin MSI that cause the installer to
fail later. I was able to install and run FileMaker with Wine 0.9.2 with the
following change reverted:
http://cvs.winehq.org/cvsweb/wine/dlls/msi/dialog.c.diff?r1=1.56&r2=1.57
'patch' reports some fuzzy offsets but it does revert w/o error.
AFAICT native MSI is not an option for FileMaker Pro 8 because in requires
Windows 2k/XP.
--
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=3573
------- Additional Comments From dragoran(a)feuerpokemon.de 2005-24-11 12:21 -------
the problem still exists in wine 0.9.2:
err:rebar:REBAR_AdjustBands Phase 1 failed, x=740, maxx=-4, start=0, end=0
err:rebar:REBAR_AdjustBands Phase 1 failed, x=740, maxx=-4, start=0, end=0
err:rebar:REBAR_AdjustBands Phase 1 failed, x=40, maxx=-4, start=1, end=1
err:rebar:REBAR_AdjustBands Phase 1 failed, x=740, maxx=-4, start=0, end=0
err:rebar:REBAR_AdjustBands Phase 1 failed, x=40, maxx=-4, start=1, end=1
err:rebar:REBAR_AdjustBands Phase 1 failed, x=100, maxx=-4, start=2, end=2
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 3341
Current serial number in output stream: 3343
--
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=3927
Summary: wine-0.9.2.tar.bz2 from sf.net has size 0
Product: WineHQ.com
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas.bierfert(a)lowlatency.de
No matter what mirror I try... the file size is always 0...
--
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=3924
------- Additional Comments From vitaliy(a)kievinfo.com 2005-24-11 09:47 -------
No, it's trying to open file. Why would Wine search all these directories then?
And 0xc0000034 is STATUS_OBJECT_NAME_NOT_FOUND.
--
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=3891
------- Additional Comments From wijn(a)wanadoo.nl 2005-24-11 09:42 -------
The log shows fd leaks that were fixed in Wine 0.9.1
It looks that you are not using the version that you think you are using.
--
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.