http://bugs.winehq.org/show_bug.cgi?id=4434
Summary: The window of Word 95 is restored immediately when
minimizing it
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hallo(a)michael-kaufmann.ch
If you try to minimize the window of Microsoft Word 95, it reappears immediately.
This mainly happens because Word 95 calls SetWindowLong twice in its
WM_NCACTIVATE handler: The first time it removes the WS_VISIBLE style, the
second time it adds this style again.
There are two problems:
- The X11 driver updates the X11 window's style when Word 95 changes the
WS_VISIBLE style (in dlls/x11drv/winpos.c: X11DRV_SetWindowStyle). Because the
window gets mapped when Word 95 restores the WS_VISIBLE style, the window
appears again.
- The X11 driver doesn't know that the window has been minimized when it sends
the WM_NCACTIVATE notification. It receives the FocusOut event before the
UnmapNotify event. The WM_NCACTIVATE notification gets sent by the FocusOut
event. The FocusOut event handler calls SetForegroundWindow(0), and this
function calls set_active_window (dlls/user/focus.c), which finally sends the
WM_NCACTIVATE notification.
I'll attach a demo program with source.
--
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=4425
------- Additional Comments From reif(a)earthlink.net 2006-29-01 08:45 -------
Commenting out the call to X11DRV_AlphaBlend in GdiAlphaBlend lets the program
go into multiplayer mode so the problem is in X11DRV_AlphaBlend.
--
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=4433
Summary: Can't set resolution in Icewind Dale II
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: James.Trotter(a)gmail.com
The game Icewind Dale II fails to run when the resolution is set to anything
other than the desktop resolution. The game uses DirectDraw.
The desktop resolution is 1600x1200, and the game is configured to run in
800x600. If I set the desktop resolution to 800x600 it runs fine, (though it's
annoying to have to change resolution each time I run the game!). If I configure
the game resolution to 1600x1200 it runs, but very slowly.
The game should be able to resize the desktop on startup.
Here is the output with WINEDEBUG=+ddraw:
0027:trace:ddraw:initialize enabling DirectDraw HAL
0027:trace:ddraw:d3ddevice_init_at_startup Initializing GL...
0027:trace:ddraw:d3ddevice_init_at_startup GL version 1.2.0
0027:trace:ddraw:d3ddevice_init_at_startup GL supports following extensions used
by Wine :
0027:trace:ddraw:d3ddevice_init_at_startup - texture lod bias
0027:trace:ddraw:d3ddevice_init_at_startup - multi-texturing (8 stages)
0027:trace:ddraw:fill_caps : max texture size = 2048
0027:trace:ddraw:fill_caps : max active lights = 8
0027:trace:ddraw:fill_caps : max clipping planes = 6
0027:trace:ddraw:fill_caps : Z bits = 16
0027:trace:ddraw:DDRAW_bind_to_s3tc No S3TC software decompression library seems
to be present (libtxc_dxtn.so).
BEGIN LOGGING SESSION
0027:trace:ddraw:DirectDrawCreate ((null),0x7faab868,(nil))
0027:trace:ddraw:DDRAW_Create ((null),0x7faab868,(nil),0)
0027:trace:ddraw:DDRAW_FindDriver ((null))
0027:trace:ddraw:HAL_DirectDraw_Create
0027:trace:ddraw:HAL_DirectDraw_Construct (0x7fdd2bb8,0)
0027:trace:ddraw:User_DirectDraw_Construct (0x7fdd2bb8,0)
0027:trace:ddraw:Main_DirectDraw_QueryInterface
(0x7fdd2bb8)->({6c14db80-a733-11ce-a521-0020af0be560},0x7faab868)
0027:trace:ddraw:Main_DirectDraw_AddRef (0x7fdd2bb8)->() incrementing from 1.
0027:trace:ddraw:Main_DirectDraw_Release (0x7fdd2bb8)->() decrementing from 2.
0027:fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x7fdd2bb8)->(0x190022,00000011)
- DDSCL_FULLSCREEN DDSCL_EXCLUSIVE
0027:trace:ddraw:Main_DirectDraw_QueryInterface
(0x7fdd2bb8)->({b3a6f3e0-2b43-11cf-a2de-00aa00b93356},0x7faab86c)
0027:trace:ddraw:Main_DirectDraw_AddRef (0x7fdd2bb8)->() incrementing from 1.
0027:trace:ddraw:User_DirectDraw_EnumDisplayModes
(0x7fdd2bb8)->(0x00000001,0x7faaab5c,0x7faaab24,0x7f5915b0)
0027:trace:ddraw:User_DirectDraw_EnumDisplayModes Enumerate modes matching:
0027:trace:ddraw:User_DirectDraw_EnumDisplayModes - mode: 1600x1200
0027:trace:ddraw:User_DirectDraw_EnumDisplayModes - 32 bpp, R=00ff0000
G=0000ff00 B=000000ff
0027:trace:ddraw:HAL_DirectDraw_RestoreDisplayMode (0x7fdd2bb8)
0027:trace:ddraw:Main_DirectDraw_Release (0x7fdd2bb8)->() decrementing from 2.
0027:trace:ddraw:Main_DirectDraw_Release (0x7fdd2bb8)->() decrementing from 1.
--
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=4432
Summary: Blobby Volley
Product: Wine
Version: CVS
Platform: Other
URL: http://download.freenet.de/download.php?file_id=1815&dow
nload=Blobby%20Volley
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.buschinski(a)web.de
to the url: just click "Download Starten >>"
Blobby Volley hasnt any graphics
just the menu works
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x55905838)->(0x10024,00000013)
err:dplay:DP_IF_InitializeConnection Unable to load service provider
--
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=4384
b.buschinski(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From b.buschinski(a)web.de 2006-29-01 06:55 -------
it was a problem between my 64bit xorg and my 32bit xorg
so it has nothing todo with wine
--
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=4431
------- Additional Comments From imago(a)devinity.de 2006-29-01 06:00 -------
> First chance exception: 0xe06d7363 in 32-bit code (0x7fca9e53).
^^^^^^^^^^
That's just a standard C++ exception from the MS VC++ catch/throw implementation,
so probably not the crash you see.
Just pass down that exception to the application.
--
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=4415
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://education.ti.com/educ
| |ationportal/sites/US/nonProd
| |uctMulti/download_stepbystep
| |.html?bid=2
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-29-01 05:32 -------
Confirming+added downloadlink. The installer pops out with a message that
Internet Exzplorer should be installed.I also tried this on a ~/.wine directory
in which i had internet explorer installed. There installation worked just fine,
and also the app started fine. wine control actually also gave an entry for the app.
--
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.