Re: [lostwages] Update download-deb page with better information, error fixes

2007-02-02 Thread Vitaliy Margolen
Detlef Riekenberg wrote: > On Di, 2007-01-30 at 01:09 -0800, Scott Ritchie wrote: >> + >> +While there is currently no Wine package explicitly designed for >> the 64-bit version >> +of Ubuntu, there are several hacks that can be used to install the >> 32-bit package >> +into the 64-bit distributio

Re: winetest: add support for http_proxy environment variable

2007-02-02 Thread Detlef Riekenberg
On So, 2007-01-14 at 15:13 +0100, Németh Márton wrote: Welcome to wine. I have some comments about your Patch: > diff -u -r wine-0.9.29.orig/ChangeLog wine-0.9.29/ChangeLog > --- wine-0.9.29.orig/ChangeLog 2007-01-09 16:42:47.0 +0100 > +++ wine-0.9.29/ChangeLog 2007-01-14 15:02:31.

Re: [PATCH] ole32: Add CoWaitForMultipleHandles to spec file do it will be visible to windows apps.

2007-02-02 Thread John Morris
On 2/2/07, Paul Vriens <[EMAIL PROTECTED]> wrote: John Morris wrote: > I'm resubmitting the patch without the changelog entry. > > > > > From 4c51e49d432eb8342cadb71a3d539b2e8574849b Mon Sep 17 00:00:00 2001 > From: John Mor

Re: [PATCH] ole32: Add CoWaitForMultipleHandles to spec file do it will be visible to windows apps.

2007-02-02 Thread Paul Vriens
John Morris wrote: I'm resubmitting the patch without the changelog entry. From 4c51e49d432eb8342cadb71a3d539b2e8574849b Mon Sep 17 00:00:00 2001 From: John Morris <[EMAIL PROTECTED]> Date: Fri, 2 Feb 2007 13:20:34 -0600

Re: Added CoWaitForMultipleHandles to ole32.spec so it will be visible to W indows apps.

2007-02-02 Thread John Morris
Sorry, I misunderstood the sending patches guideline on the winehq page. It sounds like it is instructing me to include a changelog entry. I'll resubmit it. Thanks, John On 2/1/07, Michael Stefaniuc <[EMAIL PROTECTED]> wrote: Hello John, thanks for the patch. You do not need to add the en

Re: comdlg32-colordlg fix bgcolor

2007-02-02 Thread Dmitry Timoshkov
"Ivan Sinitsin" <[EMAIL PROTECTED]> wrote: This line obviously sets color (considering the current scheme), it transfers as a background current system color of the scheme for display of a background of elements of management. Has checked up, at change of color schemes - dialogue is displayed

Re: Getting Fallout 2 to work well

2007-02-02 Thread Mirek
Hi, for me Flatout 2 works perfect with latest CVS wine and some Stefan patches from 26.1.2007 I have GF6800GS, GLSL enabled, FBO enabled, thread patch (for better sound), ALSA, Pixel and vertex shaders enabled too. There was big performance regression in latest wine release (0.9.30). Mirek

Re: Getting Fallout 2 to work well

2007-02-02 Thread Stefan Dösinger
Am Freitag 02 Februar 2007 08:34 schrieb Joonas Koivunen: > Profiling with oprofile (GDI session) shows that most of the time is used > in the game (I suppose it's the "anon" from wine-preload), next most time > consuming is winex11 drivers X11DRV_DIB_SetImageBits which seems to be > doing the conv

Re: Getting Fallout 2 to work well

2007-02-02 Thread Felix Nawothnig
Joonas Koivunen wrote: The problem I have is that fallout2.exe takes all the available CPU power, optimizing that might make other old games work better too. I'm interested in the task, though I haven't got much of an idea how GDI or DirectDraw api's work and I'd need some pointers where to sta

Re: [PATCH 3/7] server: Implement object's security descriptor check against token.

2007-02-02 Thread Vitaliy Margolen
Robert Shearman wrote: > Vitaliy Margolen wrote: >> +res = token_access_check( token, obj->sd, *access, &priv, >> &priv_count, >> + &mapping, access, &status ) == >> STATUS_SUCCESS && >> + status == STATUS_SUCCESS; >> +if (!res) >> +{ >> +fp

Getting Fallout 2 to work well

2007-02-02 Thread Joonas Koivunen
Hello everyone! Recently I tried fallout2 again, and for some reason it has again started working with wine. I searched the archives and it seems there have been lots of times when it has worked and then again hasn't.. Glad to see I'm not the only one interested in it :) From what I gathered fr

Re: [PATCH 1/7] server: Get the primary group from the token.

2007-02-02 Thread Vitaliy Margolen
Robert Shearman wrote: > Vitaliy Margolen wrote: >> list_add_tail( &token->groups, &group->entry ); >> +/* Use first owner capable group as an owner */ >> +if (!token->primary_group && group->owner) >> +token->primary_group = &group->sid; >> +

Re: comdlg32-colordlg fix bgcolor

2007-02-02 Thread Ivan Sinitsin
В сообщении от 1 февраля 2007 07:00 Dmitry Timoshkov написал(a): > "Ivan Sinitsin" <[EMAIL PROTECTED]> wrote: > > The patch corrects background color of a dialogue window " Choose color " > > at copying a triangular marker, the user colors and the predetermined > > colors. Earlier the background ab

Re: Conformance test for bug #7286

2007-02-02 Thread Dmitry Timoshkov
"Koshelev, Misha Vladislavo" <[EMAIL PROTECTED]> wrote: I copied and pasted that code straight from the StartNotificationThread function in the same file (well, minus the fact that I am waiting for two events, which is how the refcount problem is brought about), that is dlls/kernel32/tests/cha