Re: CrossCallsWtoA - updated

2008-10-19 Thread Kai Blin
On Monday 20 October 2008 06:39:10 Austin English wrote: > Howdy, > > I ran the winapi_check tool today, seems the wiki hadn't been updated > in a while 2 years. For those curious, here are the results (I removed > the nonbugs as mentioned on the wiki). > > dlls/ws2_32/socket.c: ws2_32: WSAStringTo

[Fwd: mpr: fix NULL pointer dereference in WNetGetResourceInformationW]

2008-10-19 Thread James McKenzie
Was this ever processed through Patchwatcher? James McKenzie Original Message Subject:mpr: fix NULL pointer dereference in WNetGetResourceInformationW Date: Tue, 07 Oct 2008 20:18:00 +0400 From: Andrey Turkin <[EMAIL PROTECTED]> Reply-To: wine-devel@winehq.org

CrossCallsWtoA - updated

2008-10-19 Thread Austin English
Howdy, I ran the winapi_check tool today, seems the wiki hadn't been updated in a while 2 years. For those curious, here are the results (I removed the nonbugs as mentioned on the wiki). dlls/imm32/imm.c: imm32: ImmConfigureIMEW: illegal call to strdupWtoA (Unicode -> ASCII) dlls/imm32/imm.c: imm

DOS game support - just needs a little VGA love?

2008-10-19 Thread Dan Kegel
Hey, that CGA video support patch today from Peter Dons Tychsen, http://winehq.org/pipermail/wine-patches/2008-October/063417.html reminded me there's an old downloadable DOS game my wife likes to dig out every now and then. I tried it today and discovered that what's stopping it is support for a

Re: latest GIT

2008-10-19 Thread Austin English
On Sun, Oct 19, 2008 at 9:15 PM, chris ahrendt <[EMAIL PROTECTED]> wrote: > Anyone else having a problem compiling the latest git? > > mine has failed 2 times when I compile... one with a clean tree and one > with an older tree.. > > chris > > > > __

winedos interrupts getting lost.

2008-10-19 Thread Peter Dons Tychsen
Hello. It starting with me trying to figure out why i was loosing keyboard events in winedos. 1) I then traced the keyboard events to a call to signal(SIGUSR2) in function DOSVM_QueueEvent(). 2) The signal() triggers code in ntdll, which generates an exception EXCEPTION_VM86_STI for the current

latest GIT

2008-10-19 Thread chris ahrendt
Anyone else having a problem compiling the latest git? mine has failed 2 times when I compile... one with a clean tree and one with an older tree.. chris __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://m

Re: Windowing bug under KDE4.1

2008-10-19 Thread James McKenzie
Evil Jay wrote: > I've replaced my video card and am now having MUCH better results with > CounterStrike:Source (I love Wine!). Most of my problems were due to > a defective EVGA 9600GT. > > However, I discovered a new windowing bug today with CS:S and other > Source-based games (I verified the sa

Re: Windowing bug under KDE4.1

2008-10-19 Thread Dmitry Timoshkov
"Evil Jay" <[EMAIL PROTECTED]> wrote: > I hope some dev can make sense of my rambling and use it to improve > Wine. Thanks. This not a proper place to report bugs, bugs.winehq.org is. -- Dmitry.

Re: dlls/shlwapi/assoc.c:fix ASSOC_GetExecutable not to use uninitialised variable

2008-10-19 Thread Rob Shearman
2008/10/18 Joris Huizer <[EMAIL PROTECTED]>: > --- On Fri, 10/17/08, Austin English <[EMAIL PROTECTED]> wrote: >> >> git repo-config user.name "Your Name" >> git repo-config user.email "[EMAIL PROTECTED]" >> > > Uhm no that doesn't work. I had already tried that (or actually, the > equivalent of a

Windowing bug under KDE4.1

2008-10-19 Thread Evil Jay
I've replaced my video card and am now having MUCH better results with CounterStrike:Source (I love Wine!). Most of my problems were due to a defective EVGA 9600GT. However, I discovered a new windowing bug today with CS:S and other Source-based games (I verified the same behavior under the Zombi

Re: dlls/shlwapi/assoc.c:fix ASSOC_GetExecutable not to use uninitialised variable

2008-10-19 Thread Joris Huizer
--- On Fri, 10/17/08, Austin English <[EMAIL PROTECTED]> wrote: > > git repo-config user.name "Your Name" > git repo-config user.email "[EMAIL PROTECTED]" > Uhm no that doesn't work. I had already tried that (or actually, the equivalent of adding these to .git/config) but it didn't make any dif

Re: wininet: quiet a noisy fixme (try 2)

2008-10-19 Thread Vincent Povirk
Uh, you're changing what the function does. *lpdwStatus = INTERNET_CONNECTION_LAN; will only happen the first time. Vincent Povirk 2008/10/18 Austin English <[EMAIL PROTECTED]>: > Didn't receive any feedback on this one last time... > > -- > -Austin > > > >

milestone: cygwin nearly working properly

2008-10-19 Thread Dan Kegel
The main thing missing at the moment is cygwin's symlinks aren't working, http://bugs.winehq.org/show_bug.cgi?id=15679 and I couldn't find the file needed to start cygwin's X server. (And of course the thing that drives me nuts, it only works inside wineconsole. That might be harder to fix.) Wit

Re: winex11.drv: Handle GetDeviceCaps COLORRES capability index(resend)

2008-10-19 Thread Dmitry Timoshkov
"Andrew Nguyen" <[EMAIL PROTECTED]> wrote: > Where would the conformance tests for winex11.drv be located? Their > location was not obvious to me, and a methodology for testing my > change was not obvious to me, so I didn't think to include a test. Find out which DLL exports GetDeviceCaps, winex1

Re: winex11.drv: Handle GetDeviceCaps COLORRES capability index (resend)

2008-10-19 Thread Andrew Nguyen
On Sun, Oct 19, 2008 at 3:53 AM, Roderick Colenbrander <[EMAIL PROTECTED]> wrote: > Hi, > > Since you mentioned in your first patch that this fix is inspired by behavior > on Windows, please add a test to our test suite to prove it. > > Roderick > Where would the conformance tests for winex11.drv

Re: winex11.drv: Handle GetDeviceCaps COLORRES capability index (resend)

2008-10-19 Thread Roderick Colenbrander
Hi, Since you mentioned in your first patch that this fix is inspired by behavior on Windows, please add a test to our test suite to prove it. Roderick > The previous patch returns the incorrect variable, so I've made the > correction in this resend. > --- > dlls/winex11.drv/init.c |3 ++-