Re: [hhctrl.ocx] Null pointer fix, new patch

2010-06-27 Thread James McKenzie
Jaroslav Šmíd wrote: On Wed, Jun 23, 2010 at 6:50 AM, Dmitry Timoshkov wrote: Jaroslav Šmíd wrote: diff -urN Wine-git.orig/dlls/hhctrl.ocx/chm.c Wine-git/dlls/hhctrl.ocx/chm.c --- Wine-git.orig/dlls/hhctrl.ocx/chm.c 2010-06-22 12:41:54.03454 +0200 +++ Wine-git/dlls/hhctrl.

Re: Fwd: Possible patch for #12706

2010-06-27 Thread James McKenzie
Jeff Cook wrote: This is a patch that makes WINE detect snd_usb_audio mics and assign them a mixer and working master control. See bug #12706 for more information about this problem: http://bugs.winehq.org/show_bug.cgi?id=12706 Please hold this patch until after Wine 1.2 is released. Others

Re: Release plans

2010-06-27 Thread wylda
Hi, another week and Sunday gone. Lastly Scott had a nice idea about release & "drop in non-deferred patches". I like it too, but no more stat in this area ;) 340 regressions <-- release announcement 356 regressions <-- release announcement + 1week 339 regressions <-- release announcement + 2week

Re: How do you make x64 crosstests?

2010-06-27 Thread André Hentschel
Am 26.06.2010 04:47, schrieb Austin English: > On Fri, Jun 25, 2010 at 2:49 AM, Ilya Basin wrote: > > Should be install 64-bit mingw, compile wine in 64-bit mode, and run > 'make crosstest'. Though I just tried this on Ubuntu Lucid, and it > fails for me there (configure is looking for > checking

Re: Reg ukrainian translation update

2010-06-27 Thread Michael Stefaniuc
Hello Igor, On 06/27/2010 12:35 PM, Igor Paliychuk wrote: Updated translation, changed cyrillic 'i' to latin 'i' because first one in cmd is shown as '?'. you don't need that because there is no problem with that. Wine needs a proper windows console. Try it out in "wineconsole cmd" and there i

Re: [1/3] msvcrt.dll: Tests for getenv_s and _wgetenv_s

2010-06-27 Thread Piotr Caban
> Is there any known MSVCRT version in which getenv_s is exported and > _set_invalid_parameter_handler is not? Both under Windows Vista and Windows 7 getenv_s is exported and _set_invalid_paramter_handler is not.

Re: Debian package backorder

2010-06-27 Thread Ben Klein
On 26 June 2010 17:13, Ben Klein wrote: > On 25 June 2010 15:17, Ben Klein wrote: >> Unless someone wants to donate an AM2/DDR2 motherboard to me, someone >> is going to have to take over the packaging of Debian Stable, Testing >> and Unstable packages. >> > > Good news: I got a motherboard that

Re: Wine on cygwin now compiles!

2010-06-27 Thread Stefan Dösinger
For dx10 you just need wined3d and the client libs. Those work since quite a while without any other wine component

Re: Wine on cygwin now compiles!

2010-06-27 Thread David Gerard
2010/6/27 Conan Kudo (ニール・ゴンパ) : > DirectX 10 games on Windows XP :P > Seriously though, being able to run programs that ran on Windows 9x but not > NT based Windows would be a pretty good use for Wine. Granted, most of those > programs are games, but meh. And then there's being able to run 16-bit

Re: Wine on cygwin now compiles!

2010-06-27 Thread ニール・ゴンパ
On Sun, Jun 27, 2010 at 3:59 AM, Aleksey Bragin wrote: > Is there any real, practical interest in Wine on Windows? > I've been making some progress in this direction recently (though I think > my approach would be to have a ported, NT-version of wineserver.exe which > just uses native functions o

Re: add russian translation for winerrs messages

2010-06-27 Thread Nikolay Sivov
On 6/26/2010 18:23, Vitaly Lipatov wrote: It patch adds russian translation for kernel32 windows error code descriptions This one: --- +LanguageNames=(RUS=0x419:winerr) --- should be --- +LanguageNames=(RUS=0x19:winerr) --- cause #define LANG_RUSSIAN0x19

Re: Wine on cygwin now compiles!

2010-06-27 Thread Aleksey Bragin
Is there any real, practical interest in Wine on Windows? I've been making some progress in this direction recently (though I think my approach would be to have a ported, NT-version of wineserver.exe which just uses native functions of the OS instead of emulating them over cygwin, which emul