http://bugs.winehq.org/show_bug.cgi?id=4255
Summary: Worms Armageddon demo does not create window (negative
sizes)
Product: Wine
Version: 0.9.5.
Platform: Other
URL: http://wormsarmageddon.team17.com/main.html?page=good&ar
ea=demo&file=1
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The Worms Armageddon demo's window is not created when starting the game. I get
the sound from the intro films and interface (moving the mouse over buttons
etc.) but I cannot see anything. It changes the resolution, and either shows a
black screen or a bit of the desktop/program that was open when the game started.
Looking at the console output, it seems it tries to start a window with negative
height/width values.
--
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=3834
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |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=3687
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-07-01 07:55 -------
Hello,
with cvs dated from 2006/01/07, I have a crash.
I attached the trace file
Joaopa
--
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=3042
------- Additional Comments From alex(a)thehandofagony.com 2006-07-01 07:52 -------
I have experienced similar problems with several games; what fixed it for me was
to use the OSS driver instead of the ALSA driver.
--
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=3691
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |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=3944
b.buschinski(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From b.buschinski(a)web.de 2006-07-01 07:07 -------
I dont know why but but doesnt appear
in todays cvs 20060107
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=4253
Summary: Bad behaviour with hook functions in file dialog
Product: Wine
Version: 20050725
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lurch(a)gmx.li
If an hook function has been installed for the "OK" button, wine shows the
following behaviour:
1. It sends a WM_NOTIFY message with CDN_FILEOK
2. The hook function gets executed
3. The hook function sets either a zero or nonzero DWL_MSGRESULT via
SetWindowLong
4. The hook function returns with either an zero or nonzero value
Unfortunately, wines behaviour with respect to the two return values differs
from Windows behaviour. Wine ignores the normal return value of the hook
procedure and only checks for the DWL_MSGRESULT.
I have found at least one application (Ragtime Solo,
http://appdb.winehq.org/appview.php?versionId=2637 ) which shows wrong
behaviour cause of that. According to the application developers, they use a
nonzero DWL_MSGRESULT to hinder Windows from sending an FILEOKSTRING message
("These WM_NOTIFY messages supersede the FILEOKSTRING, LBSELCHSTRING,
SHAREVISTRING, and HELPMSGSTRING registered messages used by previous versions
of the Open and Save As dialog boxes. However, the hook procedure also
receives the superseded message after the WM_NOTIFY message if the WM_NOTIFY
processing does not use SetWindowLong to set a nonzero DWL_MSGRESULT
value." [1]).
In [2], MSDN states for the hook procedure:
"Return Value
If the hook procedure returns zero, the dialog box accepts the specified
file name and closes.
To reject the specified file name and force the dialog box to remain open,
return a nonzero value from the hook procedure and call the SetWindowLong
function to set a nonzero DWL_MSGRESULT value."
So IMHO wine should take the DWL_MSGRESULT in account _only_, if the return
value is nonzero.
[1]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winu…
[2]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winu…
--
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.