Re: msi: add dummy thread just to initialize an MTA; fixes bug 18070

2009-06-21 Thread Austin English
On Sat, Jun 20, 2009 at 11:23 PM, Dan Kegeld...@kegel.com wrote: This gets Photoshop CS4 installer to start up. Per the suggestion in http://bugs.winehq.org/show_bug.cgi?id=18070#c6 I am not worthy... +DWORD WINAPI dummy_thread_proc(void *arg) +{ +DWORD dwWaitResult; + +

Re: Strange issue with recv in Launchpad Enhanced

2009-06-21 Thread Damjan Jovanovic
On Sun, Jun 21, 2009 at 1:06 AM, Erich Hooverehoo...@mines.edu wrote: I'm trying to track down an issue with Launchpad Enhanced were it fails to download its updates (Bug #17443).  It appears that the issue stems from recv being called with a buffer from a different process, so as a result the

Re: Wine translation statistics sources

2009-06-21 Thread Detlef Riekenberg
On Sa, 2009-06-20 at 19:19 +0200, Alexandre Julliard wrote: Mikołaj Zalewski miko...@zalewski.pl writes: It's online again. Having it on WineHQ would probably give a better uptime It's now online at http://source.winehq.org/transl/ and will be updated every time there's a git push.

Re: W-related helper functions for our tests

2009-06-21 Thread Detlef Riekenberg
On Fr, 2009-06-19 at 12:44 +0200, Paul Vriens wrote: I was wondering if it would make sense to introduce several helper functions that could be used by all our tests. The main ones needed are the ones to cope with Win9x missing several W-functions. Another one used quite often in the

Re: Wine translation statistics sources

2009-06-21 Thread Detlef Riekenberg
On Mo, 2009-06-08 at 23:24 +0200, Michael Stefaniuc wrote: And we of course need something to cope with the change to the clock resource files as mentioned by Michael Stefaniuc. Or we should change our clock resources to fit in the rest of wine? You mean reverting Alexandre's patch?

Crash in the mlang test

2009-06-21 Thread Detlef Riekenberg
Hi Ge The mlang tests where reordered and now it crashed on on your Win98 machine with mlang.dll 4.72.3110.0. http://test.winehq.org/data/675e6e93b1d2b4555d05e311764510abf763d21d/98_gvg-w98/mlang:mlang.html Please send me the results for the test with: set WINETEST_REPORT_SUCCESS=1 Thanks

Re: Wine translation statistics sources

2009-06-21 Thread André Hentschel
Alexandre Julliard schrieb: Mikołaj Zalewski miko...@zalewski.pl writes: It's online again. Having it on WineHQ would probably give a better uptime (and a much better latency, but this should also improve on my side, when I won't need a temporary SSH tunnel anymore and will move the HTTP

disabled mail on bouncing bugzilla accounts

2009-06-21 Thread Jan Zerebecki
Thanks to Jeff Zaroyko, who went through the bounce mail, I just disabled sending bug mail to a few bugzilla accounts. Anyone who is affected by this and has fixed his mail reception can ask an bugzilla admin to enable it again (e.g. by mailing me directly). Jan

Re: msi: add dummy thread just to initialize an MTA; fixes bug 18070

2009-06-21 Thread Hans Leidekker
Hi Dan, +/* Dummy thread just to initialize an MTA for the benefit of custom action DLLs */ +static HANDLE dummy_thread_event = NULL; +static HANDLE dummy_thread_handle = NULL; + +DWORD WINAPI dummy_thread_proc(void *arg) It appears that calling CreateThread in DLL_PROCESS_ATTACH can

Re: Strange issue with recv in Launchpad Enhanced

2009-06-21 Thread Erich Hoover
On Sun, Jun 21, 2009 at 1:36 AM, Damjan Jovanovic damjan@gmail.comwrote: On Sun, Jun 21, 2009 at 1:06 AM, Erich Hooverehoo...@mines.edu wrote: I'm trying to track down an issue with Launchpad Enhanced were it fails to download its updates (Bug #17443). It appears that the issue stems

Re: msi: add dummy thread just to initialize an MTA; fixes bug 18070

2009-06-21 Thread Dan Kegel
On Sun, Jun 21, 2009 at 8:13 AM, Hans Leidekkerh...@codeweavers.com wrote: It appears that calling CreateThread in DLL_PROCESS_ATTACH can cause deadlocks:  http://blogs.msdn.com/mgrier/archive/2005/06/21/431378.aspx There seems to be a better explanation of the deadlock issues at

Re: Strange issue with recv in Launchpad Enhanced

2009-06-21 Thread Erich Hoover
On Sun, Jun 21, 2009 at 10:23 AM, Erich Hoover ehoo...@mines.edu wrote: On Sun, Jun 21, 2009 at 1:36 AM, Damjan Jovanovic damjan@gmail.comwrote: ... Maybe the memory is writable but not readable, and WSARecvFrom()/recv() is reading it while memcpy() is not? Maybe the memory is from a

Re: msi: add dummy thread just to initialize an MTA; fixes bug 18070

2009-06-21 Thread Hans Leidekker
On Sunday 21 June 2009 07:39:39 pm Dan Kegel wrote: I'm more worried about thread shutdown. It seems wrong to just hope that the thread finishes terminating before DllMain returns and the system calls FreeLibrary, but as oldnewthing explains, you can't wait for a thread to terminate inside

Re: Wine translation statistics sources

2009-06-21 Thread Mikołaj Zalewski
The results for Wone 1.0.x ( http://pf128.krakow.sdi.tpnet.pl/wine-transl/ ) won't open (tryied several times yesterday and today) The correct URL is http://www.mikolaj.zalewski.pl/wine-transl/1.0.x/ . This can be fixed in config.php (I've forgotten to update the example config in the

Re: Test patch

2009-06-21 Thread Austin English
On Sat, Jun 20, 2009 at 9:37 PM, Joshua Reisenauerkd7...@gmail.com wrote: I am sending this test patch to see if I used the correct formatting.  I would like feedback on what the wine dev community likes and doesn't like in patches.  For example do you prefer .txt or .patch? .txt please, much

Problems with ~/.wine/dosdevices symlinks on samba servers

2009-06-21 Thread Dan Kegel
According to http://groups.google.com/group/Google-Labs-Picasa-for-Linux/browse_thread/thread/9b0c746965d34f73 a user is having trouble because the symlinks in ~/.wine/dosdevices don't work when on a Samba share. It's unfortunate at this late date to realize that one of the key choices Wine made

Re: Problems with ~/.wine/dosdevices symlinks on samba servers

2009-06-21 Thread Dan Kegel
On Sun, Jun 21, 2009 at 7:25 PM, Dan Kegeld...@kegel.com wrote: According to http://groups.google.com/group/Google-Labs-Picasa-for-Linux/browse_thread/thread/9b0c746965d34f73 a user is having trouble because the symlinks in ~/.wine/dosdevices don't work when on a Samba share. It's

XI2 DirectInput/RawInput/WH_*_LL hooks

2009-06-21 Thread Paul TBBle Hampson
I've been thinking about the XI2 a fair bit since the last time we discussed it on the mailing list, and a few things have come to mind, which I think need sanity checking before I explore any harder. I'm assuming we want one X11 connection turning XI2 events into WH_*_LL events, RawInput events,