http://bugs.winehq.org/show_bug.cgi?id=7703
Summary: Trying to print, Wine gets stuck trying to select a
bitmap in a different DC type (affects e.g. Platinum
BPWin 2.5 SP2)
Product: Wine
Version: 0.9.32.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: inckie(a)gmail.com
First of all, right now I don't know where to obtain a trial version of this
application, as it seems to have been discontinued. (Trivia: its maker, Logic
Works, was acquired by Platinum in 1998, which has in turn been acquired in 1999
by Computer Associates, whose site I have unsuccessfully searched for a demo.)
Well, this bug is easy to reproduce: simply create a model and try to print it,
and Wine will get stuck before the document is sent to the printer, with a bunch
of fixme's as output:
fixme:msg:pack_message msg 31 (WM_GETFONT) not supported yet
fixme:msg:pack_message msg 30 (WM_SETFONT) not supported yet
fixme:msg:pack_message msg 30 (WM_SETFONT) not supported yet
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
fixme:bitmap:BITMAP_SetOwnerDC Trying to select bitmap 0x538 in different DC type
fixme:bitmap:BITMAP_SetOwnerDC Trying to select bitmap 0x538 in different DC type
fixme:bitmap:BITMAP_SetOwnerDC Trying to select bitmap 0x538 in different DC type
It doesn't seem to get beyond that point, and nothing is printed.
Which channel logs should I look at in order to get at the causes if this issue?
I'll upload a +bitmap log I took, but it doesn't seem to be as useful as I hoped
it to be.
--
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=7641
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-13-03 12:53 -------
Created an attachment (id=5333)
--> (http://bugs.winehq.org/attachment.cgi?id=5333&action=view)
patch
Registering all the classes happens in both comctl32 v6.0 and v5.82 (the
version shipped Windows XP for applications without a manifest) so I think we
may change it. Does the attached patch help?
--
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=7685
------- Additional Comments From zthg4821(a)gmail.com 2007-13-03 12:33 -------
Created an attachment (id=5332)
--> (http://bugs.winehq.org/attachment.cgi?id=5332&action=view)
winsock-trace.tar.bz2
Here's a trace of web interface logins only (no ED2K server, Kad, or peer
connections running), from both a local browser and a remote browser. This is
eMule 0.47c under Wine 0.9.32. The browsers are both Firefox 2.0.
Something I just noticed that's different with this version of Wine is the
locally-connected web interface session is no longer completely functioning --
the login screen is fine, but after logging in the web interface doesn't
completely load, there's a couple of GIFs missing. If I hit the browser's
reload button it manages to fetch the missing images however. Strange.
--
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=7646
------- Additional Comments From thestig(a)google.com 2007-13-03 12:08 -------
Johiko, I think you misunderstood the git bisect directions. After you do:
git bisect start
git bisect good wine-0.9.30
git bisect bad wine-0.9.31
you need to recompile Wine, try the app again, and then run git bisect good or
git bisect bad depending on whether the app worked or not. repeat until git says
something like: "the first bad commit is...."
--
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=7698
------- Additional Comments From l_bratch(a)yahoo.co.uk 2007-13-03 11:44 -------
On second thought - should this even be wine-directx-d3d?
--
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=7702
Summary: changing WS_CAPTION of a window is ignored in EVE Online
Product: Wine
Version: CVS
Platform: PC
URL: http://www.eve-online.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
The game is able to run in windowed mode but if you start in windowed mode the
border of the window is missing.
Also the border should be removed when the game enters fullscreen mode and be
restored when returning to windowed mode.
- the x11driver needs support to allow WS_CAPTION change of an existing window
(X11DRV_SetWindowStyle)
- the IWineD3DDeviceImpl_RestoreWindow function needs a better detection of the
current window style in the case of fullscreen app, activating WS_CAPTION and
then resetting the d3d device to windowed mode as "This->style" contains an
incorrect value (and removes the WS_CAPTION again)
--
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=5168
kelfe(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From kelfe(a)gmx.de 2007-13-03 10:35 -------
actually the display mode change is working now
creating an other report for the WS_CAPTION problem
--
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=7272
------- Additional Comments From pinardhq(a)claer.dyndns.org 2007-13-03 10:22 -------
I encountered the same problem in the same environment :
- `uname -m' reports x86_64 ;
- wine version 0.9.29 under Gentoo Linux.
--
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.