http://bugs.winehq.org/show_bug.cgi?id=12053
Summary: User32: msg test fails
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11419)
--> (http://bugs.winehq.org/attachment.cgi?id=11419)
+msg trace in git
User32's msg.c test fails for me consistently in git. +msg log attached. This
is on a fresh install of Ubuntu Hardy on an few years old toshiba laptop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2467
--- Comment #141 from Vincent Povirk <madewokherd(a)gmail.com> 2011-08-17 15:43:49 CDT ---
Wait, is it that we need to draw over the foreground window AND not overwrite
bits that the program didn't change?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2467
--- Comment #140 from Vincent Povirk <madewokherd(a)gmail.com> 2011-08-17 15:41:53 CDT ---
If it's really because we don't read from the screen when locking the primary
surface, that could be a problem. In theory, we can do something like that in
virtual desktop mode without ill effects (assuming it's implemented more
cleanly and we can implement LockWindowUpdate), but performance may be bad.
Anyway, the thing we need to avoid (to be a good X citizen) is writing directly
to the screen, not reading from it. If we're already writing the screen
directly, well, we shouldn't be, but we can get away with leaving that as is.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2467
--- Comment #139 from Joel Pichette <jpichette(a)hotmail.com> 2011-08-17 15:12:29 CDT ---
(In reply to comment #129)
> Cut the chatter, please. It just makes it hard for anyone who wants to work on
> this bug to sort out the useful information (Comment #111) from the rest
> (everything else on this bug).
>
> The reason this hasn't been fixed yet is that, while ddraw in exclusive mode on
> Windows will happily draw directly to the screen, this has negative
> consequences that we don't want in Wine. It won't work when a compositing
> window manager is being used. Even without a compositing window manager, any UI
> drawn by another program (such as the window you see when you press alt+tab)
> will be drawn over by any fullscreen ddraw program. Alexandre has made the
> decision that being a good X citizen, and thus avoiding this sort of problem,
> is more important than being fully correct.
>
> I think that if someone can find a way to allow ddraw to draw over any Wine
> window, but not just any X window, (without hurting performance too much) then
> we could avoid the problems with drawing to the screen, and that change would
> have a chance of being accepted. I don't know how we could do that, though.
Let's discuss how to implement this into wine then.
We understand that windows 1.0, 2.0, 3.0, 3.1, 95, 98, 2000, and xp uses direct
rendering without compositing window manager.
We also undertand that microsoft decided that window manager was the new
default for windows vista & 7... and that a normal user could not disable it...
unless he terminates explorer.exe while he plays his game (starcraft)...
I'm thinking we should consider an approach like a dosbox frontend for old
school programs (games mostly)...
Maybe we should implement a hack in winecfg only for diablo 1 / warcraft2 &
starcraft (enabling the patch every time the game is started)
or
Maybe we should implement a hack in winecfg for ignoring Alexandre who is a
good X citizen ?!?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2467
--- Comment #138 from Vytautas <vytautas1987(a)yahoo.com> 2011-08-17 06:00:46 CDT ---
It is fixed in Cedega with hack. Also try hack for battle.net menus (4.99 KB,
patch) posted here as attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2841
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |xerox_xerox2000(a)yahoo.co.uk
Resolution| |FIXED
--- Comment #35 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-08-17 03:08:05 CDT ---
(In reply to comment #34)
> Created an attachment (id=35996)
--> (http://bugs.winehq.org/attachment.cgi?id=35996) [details]
> VC6 Project + Compiled
>
> Tested on 1.3.26. Works for me, tested under clean prefix, installed MSVC6,
> compiled the attached project and run. The minimize button is there on XFCE,
> need to test on gnome?
Minimize button also present on gnome+metacity. Based on your comment, and the
previous comment (#33), i think we can resolve this as fixed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6687
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |xerox_xerox2000(a)yahoo.co.uk
Resolution| |FIXED
--- Comment #18 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-08-17 03:01:32 CDT ---
(In reply to comment #17)
> Created an attachment (id=35995)
--> (http://bugs.winehq.org/attachment.cgi?id=35995) [details]
> VB6 Project + Compiled
>
> Tested under 1.3.26 and it's working as expected, the app shows a message box
> saying "Type Mismatch" if the text field is not a number and "Object required"
> if you change the value to a number because another required object does not
> exist in the form.
>
> Can anyone retest?
I tested it + also in windows in VirtualBox; doesn't crash and produces exactly
the same behaviour on windows as on wine. So this is fixed indeed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4463
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #8 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-08-16 22:56:19 CDT ---
Tested in 1.3.26, still present.
Download link:
http://www.thebest3d.com/dogwaffle/free/Dogwaffle_Install_1_2_free.exe
The same flood from comment #4.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2841
--- Comment #34 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-08-16 19:13:54 CDT ---
Created an attachment (id=35996)
--> (http://bugs.winehq.org/attachment.cgi?id=35996)
VC6 Project + Compiled
Tested on 1.3.26. Works for me, tested under clean prefix, installed MSVC6,
compiled the attached project and run. The minimize button is there on XFCE,
need to test on gnome?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5322
--- Comment #43 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-08-16 19:03:32 CDT ---
I tested on 1.3.26, works for me on the english version of Visual Studio 6. I
have tested the installation under a clean prefix. Tested the installation of
components separately and changing the installation later by running the setup
app again.
Can anyone confirm?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.