No subject


Fri Sep 18 15:31:18 CDT 2009


=0D
git am -3 <file>.txt=0D
=0D
on each of the files in cursor-work-20090723.tbz2 and then compile and plea=
se=0D
post your results (if the bug still happens).=0D
=0D
--- Comment #68 from Lisa Denia <eiffel56 at gmail.com>  2009-07-26 20:59:23 -=
--=0D
Another solution could be applying the attached patch.=0D
If using it, EVE won't know if it has lost or gained focus. This does not f=
ix=0D
the problem itself, but it won't trigger anymore.=0D
=0D
The patch has 2 drawbacks:=0D
1. EVE would stop rendering if it loses focus, so it will render all the ti=
me=0D
with that patch causing full system load all the time. We could extend the =
hack=0D
a bit more by disabling Direct3D9 rendering probably. Very very hacky...=0D
=0D
2. As EVE will render all the time, even if you change focus you will see E=
VE=0D
in the background. The hack could be extended to minimize the window every =
time=0D
we lose focus, EVE wouldn't be visible anymore.=0D
=0D
--- Comment #69 from Lisa Denia <eiffel56 at gmail.com>  2009-07-26 21:58:37 -=
--=0D
Created an attachment (id=3D22637)=0D
 --> (http://bugs.winehq.org/attachment.cgi?id=3D22637)=0D
No focus notifications=0D
=0D
--- Comment #70 from Anton Vorobyov <phoenix at mail.ru>  2009-08-07 16:45:34 =
---=0D
I used .27 version released today, applied all patches, eve doesn't even=0D
launch.=0D
=0D
First time it wrote huge log (log1), on each subsequent startup - smaller o=
ne=0D
(log2).=0D
=0D
--- Comment #71 from Anton Vorobyov <phoenix at mail.ru>  2009-08-07 16:48:27 =
---=0D
Created an attachment (id=3D22892)=0D
 --> (http://bugs.winehq.org/attachment.cgi?id=3D22892)=0D
1st log output of wine with cursor patches=0D
=0D
--- Comment #72 from Anton Vorobyov <phoenix at mail.ru>  2009-08-07 16:50:38 =
---=0D
Created an attachment (id=3D22893)=0D
 --> (http://bugs.winehq.org/attachment.cgi?id=3D22893)=0D
2nd log: output of wine with cursor patches on subsequent attempts to launc=
h=0D
EVE=0D
=0D
--- Comment #73 from Anton Vorobyov <phoenix at mail.ru>  2009-08-07 16:52:07 =
---=0D
Forgot to specify in comment 70 - i applied cursor patch set from comment 6=
7=0D
=0D
--- Comment #74 from Anton Vorobyov <phoenix at mail.ru>  2009-08-16 03:50:51 =
---=0D
There're couple of workarounds mentioned in bug #16136:=0D
=0D
1:=0D
--- event.c~ 2008-11-07 11:09:33.000000000 -0500=0D
+++ event.c 2008-11-20 13:10:15.000000000 -0500=0D
@@ -685,7 +685,7 @@=0D
if (hwnd =3D=3D GetForegroundWindow())=0D
{=0D
TRACE( "lost focus, setting fg to desktop\n" );=0D
- SetForegroundWindow( GetDesktopWindow() );=0D
+ //SetForegroundWindow( GetDesktopWindow() );=0D
}=0D
}=0D
}=0D
2:=0D
Focus loss and/or gain events are completely disabled by this patch:=0D
http://bugs.winehq.org/attachment.cgi?id=3D17410=0D
=0D
1st does work for me, although it may not work for some machines.=0D
=0D
--- Comment #75 from evanh <evanh at clear.net.nz>  2010-01-28 05:26:07 ---=0D
I believe this is the same bug as http://bugs.winehq.org/show_bug.cgi?id=3D=
14282=0D
=0D
-- =0D
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=3Demail=0D
Do not reply to this email, post in Bugzilla using the=0D
above URL to reply.=0D
------- You are receiving this mail because: -------=0D
You are watching all bug changes.=



More information about the wine-bugs mailing list