sock_init: ERROR in sock_check_pollhup()

2009-03-02 Thread Austin English
I'm occasionally seeing this error when starting an application in OpenSolaris. Seems to be about 1/4 of the time. Looked for it in the source, found it in server/sock.c: void sock_init(void) { sock_shutdown_type = sock_check_pollhup(); switch ( sock_shutdown_type ) { case

Re: appdb issue: can't search for apps platinum on 1.0.x!

2009-03-02 Thread Pauli Nieminen
On Sat, Feb 28, 2009 at 10:47 AM, Alexandre Julliard julli...@winehq.org wrote: Ben Klein shackl...@gmail.com writes: Now as this is *your* project, AJ, what do you think? Should stable branch be supported better by AppDB/bugzilla etc? At the moment, 1.0.1 is considered too old in some cases.

Re: appdb issue: can't search for apps platinum on 1.0.x!

2009-03-02 Thread Ben Klein
2009/3/2 Pauli Nieminen suok...@gmail.com: On Sat, Feb 28, 2009 at 10:47 AM, Alexandre Julliard julli...@winehq.org wrote: Time based stable releases that are coming about once in a year could be good idea. Making stable release should be a lot easier with passing and improving test suit. If

Re: sock_init: ERROR in sock_check_pollhup()

2009-03-02 Thread Francois Gouget
Austin English a écrit : I'm occasionally seeing this error when starting an application in OpenSolaris. Seems to be about 1/4 of the time. Looked for it in the source, found it in server/sock.c: [...] Is it anything to worry about? Or safe to ignore? I have also seen it occasionally but I

Re: storing the registry key class name to make PDFXChange-Viewer happy

2009-03-02 Thread Patrick
On Son, 2009-03-01 at 19:07 -0600, Austin English wrote: On Sun, Mar 1, 2009 at 11:41 AM, Patrick ragamuf...@datacomm.ch wrote: On Sam, 2009-02-28 at 19:04 -0600, Austin English wrote: On Sat, Feb 28, 2009 at 7:04 PM, Austin English austinengl...@gmail.com wrote: On Sat, Feb 28, 2009 at

Re: CreateThread timing behaviour (Bug 15323 affecting Warhammer Online)

2009-03-02 Thread Paul TBBle Hampson
On Mon, Mar 02, 2009 at 06:51:06AM +0200, Pauli Nieminen wrote: There seems to be at least partial synchronization for dll loading but threading part doesn't include this lock. It seems like wine doesn't need it so maybe it is enough to just simulate windows with following small patch.

kernel32/tests: Mark debugger test broken for Win9x and WinME behavior

2009-03-02 Thread Drew Ronneberg
From eccfbb44e3ed41b2447aa0b41e47ba081d957ef1 Mon Sep 17 00:00:00 2001 From: Drew Ronneberg drew_ronneb...@yahoo.com Date: Mon, 23 Feb 2009 22:48:01 -0500 Subject: Mark Win9x and WinME behavior as broken(). --- dlls/kernel32/tests/debugger.c |8 1 files changed, 4 insertions(+), 4

Kernel32 profile/INI mappings to registry

2009-03-02 Thread Silver Blade
Hi guys, Whilst looking into some winmm.dll modifications for ReactOS, I found that the Drivers and Drivers32 registry keys (used for determining the wavemapper, midi devices etc.) effectively replace those entries found in SYSTEM.INI of previous Windows versions. Looking around in the

Re: kernel32/tests: Mark debugger test broken for Win9x and WinME behavior

2009-03-02 Thread Dmitry Timoshkov
Drew Ronneberg drew_ronneb...@yahoo.com wrote: -ok(exit_code == 0x || /* Win 9x */ - exit_code == 0x80 || /* NT4 */ - exit_code == STATUS_DEBUGGER_INACTIVE, /* Win = XP */ +ok(exit_code == STATUS_DEBUGGER_INACTIVE || /* Win = XP */ +

Re: kernel32/tests: Mark debugger test broken for Win9x and WinME behavior

2009-03-02 Thread Paul Vriens
Drew Ronneberg wrote: Hi, Could you change those magic constants? (defined in winerror.h and winbase.h): #define ERROR_WAIT_NO_CHILDREN 128 () #define WAIT_FAILED 0x -- Cheers, Paul.

Re: kernel32/tests: Mark debugger test broken for Win9x and WinME behavior

2009-03-02 Thread Paul Vriens
Paul Vriens wrote: Drew Ronneberg wrote: Hi, Could you change those magic constants? (defined in winerror.h and winbase.h): #define ERROR_WAIT_NO_CHILDREN 128 () #define WAIT_FAILED 0x Oh,

Re: Kernel32 profile/INI mappings to registry

2009-03-02 Thread Nikolay Sivov
Silver Blade wrote: Hi guys, Whilst looking into some winmm.dll modifications for ReactOS, I found that the Drivers and Drivers32 registry keys (used for determining the wavemapper, midi devices etc.) effectively replace those entries found in SYSTEM.INI of previous Windows versions.

Crashes on lack of times.ttf (bug 9623) and using Liberation Serif instead

2009-03-02 Thread David Gerard
http://bugs.winehq.org/show_bug.cgi?id=9623 Various versions of Photoshop, and now Safari 4, insist on Times New Roman being present or they crash on startup. (winetricks corefonts works around it.) Packaging Liberation Serif with Wine and putting a registry key to substitute Times New Roman

Re: kernel32/tests: Mark debugger test broken for Win9x and WinME behavior

2009-03-02 Thread Paul Vriens
Paul Vriens wrote: Paul Vriens wrote: Drew Ronneberg wrote: Hi, Could you change those magic constants? (defined in winerror.h and winbase.h): #define ERROR_WAIT_NO_CHILDREN 128 () #define WAIT_FAILED

Re: Fixed a number of buffer overflows with cmd, bug #13469

2009-03-02 Thread Vincent Povirk
Send only one patch per mail, please. Vincent Povirk On Mon, Mar 2, 2009 at 8:41 AM, Diaa Sami diaas...@gmail.com wrote: ,

Re: storing the registry key class name to make PDFXChange-Viewer happy

2009-03-02 Thread Juan Lang
Hi Patrick, There are two different versions of the fix. I would prefer the second one because it preserves backwards compatibility: In case the key class attribute is set, it is put in brackets between the key name and modification time. Otherwise nothing changes. The usual thing is to

Re: wine shirts

2009-03-02 Thread Ismael Barros²
Hi there We didn't forget about the T-shirt, even if there haven't been news for a while :) Our artist has been very busy lately with other projects, but hopefully she can start polishing the design in one or two weeks... Cheers Ismael On Fri, Feb 27, 2009 at 4:07 PM, Dan Kegel d...@kegel.com

WineHQ.org downtime

2009-03-02 Thread Jeremy Newman
The WineHQ.org server will be down tomorrow starting at 10:00 CST. We will be performing software upgrades to the server. The downtime is expected to last for a few hours. During that time frame, the website, mailing lists, and source repositories will be off-line.

Re: dlls/userenv: fixed stubs GetUserProfileDirectoryW/A

2009-03-02 Thread Nikolay Sivov
Andreas Rosenberg wrote: +TRACE(%p %s %p\n, hToken, debugstr_w(lpProfileDir), lpcchSize ); +/* profile specific tokens not supported, so hToken ignored */ + +SetLastError(0); +res = RegOpenKeyExW(HKEY_LOCAL_MACHINE,profile_pathname,0L,KEY_QUERY_VALUE,keyProfileDir); Why do

Re: wine shirts

2009-03-02 Thread Hervÿffffe9 Chanal
It's far from being finished (and I don't know if I will finish it), but Dan what do you think of that for your shirt : http://img522.imageshack.us/img522/8526/wines2.jpg That's a nice, simple design, but something's missing. Oddly, the original drunken penguin shirts, or ripoffs thereof,

wine shirts

2009-03-02 Thread Hervÿffffe9 Chanal
Oups, I hadn't seen the Ismael answer, sorry for the spam. It's far from being finished (and I don't know if I will finish it), but Dan what do you think of that for your shirt : http://img522.imageshack.us/img522/8526/wines2.jpg That's a nice, simple design, but something's missing.

old testresults in AppDB are useful

2009-03-02 Thread Joerg-Cyril . Hoehle
Hi, this is a pladoyer in favour of being able to add test data about old releases of wine to the AppDB. Currently, the oldest selectable release is 1.1.11, which is just not enough IMHO. From a developer point of view, I understand very well that bug reports should be against the newest

Re: dlls/userenv: fixed stubs GetUserProfileDirectoryW/A

2009-03-02 Thread Andreas Rosenberg
On Monday 02 March 2009 17:26:47 Nikolay Sivov wrote: Andreas Rosenberg wrote: +TRACE(%p %s %p\n, hToken, debugstr_w(lpProfileDir), lpcchSize ); +/* profile specific tokens not supported, so hToken ignored */ + +SetLastError(0); +res =

Re: dlls/userenv: fixed stubs GetUserProfileDirectoryW/A

2009-03-02 Thread Nikolay Sivov
Andreas Rosenberg wrote: On Monday 02 March 2009 17:26:47 Nikolay Sivov wrote: Andreas Rosenberg wrote: +TRACE(%p %s %p\n, hToken, debugstr_w(lpProfileDir), lpcchSize ); +/* profile specific tokens not supported, so hToken ignored */ + +SetLastError(0); +res =

Re: Fixed a number of buffer overflows with cmd, bug #13469

2009-03-02 Thread Austin English
On Mon, Mar 2, 2009 at 8:41 AM, Diaa Sami diaas...@gmail.com wrote: , + WCHAR stemofsearch[MAX_PATH];// maximum allowed executable name is +// MAX_PATH, including null character No C++ comments please, use /* regular C comments */. -- -Austin

Re: Crashes on lack of times.ttf (bug 9623) and using Liberation Serif instead

2009-03-02 Thread Remco
On Mon, Mar 2, 2009 at 3:06 PM, David Gerard dger...@gmail.com wrote: The only problem I can see is that the Liberation fonts are GPL (plus font). Would including the font with the Wine download be possible without making Wine entirely GPL? Yes, I would think that that constitutes mere

Re: wine shirts

2009-03-02 Thread Gert van den Berg
On Mon, Mar 2, 2009 at 7:54 PM, Dan Kegel d...@kegel.com wrote: Herve wrote: http://img522.imageshack.us/img522/8526/wines2.jpg Not bad! Now for text... something like  Linux + Wine Dissolve Windows headaches fast! :-) Wine cures your Windows hangover! :)

Re: Crashes on lack of times.ttf (bug 9623) and using Liberation Serif instead

2009-03-02 Thread David Gerard
2009/3/2 Remco remc...@gmail.com: On Mon, Mar 2, 2009 at 3:06 PM, David Gerard dger...@gmail.com wrote: The only problem I can see is that the Liberation fonts are GPL (plus font). Would including the font with the Wine download be possible without making Wine entirely GPL? Yes, I would

Re: Fixed a number of buffer overflows with cmd, bug #13469

2009-03-02 Thread Diaa Sami
On 03/02/2009 05:34 PM, Vincent Povirk wrote: Send only one patch per mail, please. Vincent Povirk Ok, I've consolidated the patches into one since they fix the same problem. + WCHAR stemofsearch[MAX_PATH];// maximum allowed executable name is +

Re: wine shirts

2009-03-02 Thread David Gerard
2009/3/2 Gert van den Berg wine-de...@mohag.net: Wine cures your Windows hangover! :) That's what I didn't like about that drunk penguin picture ... Use Wine in moderation. - d.

Re: wine shirts

2009-03-02 Thread Ismael Barros²
On Mon, Mar 2, 2009 at 5:33 PM, Hervÿe9 Chanal chanal_he...@yahoo.fr wrote: http://img522.imageshack.us/img522/8526/wines2.jpg Heh, looks cool, too bad we can't print a design with so many gradients If you want some dumb Wine slogans to inspire you, there are some in

Conformance tests

2009-03-02 Thread Keith Muir
Hi, Running conformance tests on windows on some builds is impossible it wont even complete 1.1.15 was the last one that would run to completion and versions between 1.1.14 and 1.1.15 also failed to complete. Regards, Keith

Windows Unix Subsystem finally catches up to Wine

2009-03-02 Thread Steven Edwards
Hi, This is just some interesting reading you guys might enjoy. It seems, the Unix subsystem will give you the ability to create a mixed application able to call Win32 and Unix functionality. In effect PSX becomes like wineserver and you have to wrap your win32 libs as posix libraries. (sound

Re: Windows Unix Subsystem finally catches up to Wine

2009-03-02 Thread Steven Edwards
On Mon, Mar 2, 2009 at 3:37 PM, Steven Edwards winehac...@gmail.com wrote: Hi, This is just some interesting reading you guys might enjoy. It seems, the Unix subsystem will give you the ability to create a mixed application able to call Win32 and Unix functionality. In effect PSX becomes like

Re: Testing DIB Engine - Better blitting and partial ROP3 support

2009-03-02 Thread Matt Perry
On Sun, Feb 22, 2009 at 10:28 AM, Massimo Del Fedele m...@veneto.com wrote: I put a new (bugfix) version on bug 421 page. Please use that one for testing, it should have most font error corrected. Hi Max, Were you able to schedule a code review with Alexandre on IRC?

Re: msacm32: acmFormatEnum - implementing ACM_FORMATENUMF_SUGGEST (2nd try)

2009-03-02 Thread James McKenzie
Stefano Guidoni wrote: This patch implements ACM_FORMATENUMF_SUGGEST and fixes bug 16394. From MSDN: The WAVEFORMATEX structure pointed to by the pwfx member of the ACMFORMATDETAILS structure is valid. The enumerator will enumerate all suggested destination formats for the given pwfx

Effects in D3D10 and D3DX

2009-03-02 Thread Luis C. Busquets Pérez
I have seen that Henri Verbeet has begun the implementation of ID3D10Effect. Since there is a ID3DX9Effect interface I wonder of the possibility of creating something like wined3deffect and refer ID3DXEffect and ID3D10Effect to that wined3deffect implementation.

Re: Effects in D3D10 and D3DX

2009-03-02 Thread Henri Verbeet
2009/3/3 Luis C. Busquets Pérez luis.busqu...@ilidium.com:  I have seen that Henri Verbeet has begun the implementation of ID3D10Effect. Since there is a ID3DX9Effect interface I wonder of the possibility of creating something like wined3deffect and refer ID3DXEffect and ID3D10Effect to that

Re: Conformance tests

2009-03-02 Thread Francois Gouget
On Mon, 2 Mar 2009, Keith Muir wrote: Hi, Running conformance tests on windows on some builds is impossible it wont even complete 1.1.15 was the last one that would run to completion and versions between 1.1.14 and 1.1.15 also failed to complete. Which Windows version? Did you notice on