Re: Combining Fuse and Wine - What's the best way?

2008-12-25 Thread Richard Stitz
Tried adding in those other options and the only difference it makes is that I get an additional error message when I try to execute the program as a normal user. Instead of getting: fusermount: failed to open /etc/fuse.conf: Permission denied fusermount: waitpid: No child processes ...I now

Re: Bugzilla - CVS/GIT tag

2008-12-25 Thread Austin English
On Thu, Dec 25, 2008 at 10:39 AM, Dmitry Timoshkov wrote: > "Austin English" wrote: > >> On Wed, Dec 24, 2008 at 8:50 PM, Vitaliy Margolen >> wrote: >>> >>> Austin English wrote: In an effort to remove the CVS/GIT tag, I was going to go through and start changing the versions base

Re: Bugzilla's down

2008-12-25 Thread Tomasz Sałaciński
It seems WINE is gaining popularity, more and more users are connecting to the bugzilla's database:) Max_user_connection reached! Happy holidays to everyone! Dnia 2008-12-25, czw o godzinie 14:13 -0600, Austin English pisze: > Newman/whomever else, if you're not busy with family etc., mind taking

Bugzilla's down

2008-12-25 Thread Austin English
Newman/whomever else, if you're not busy with family etc., mind taking a look? Happy holidays everyone! -- -Austin

Re: Combining Fuse and Wine - What's the best way?

2008-12-25 Thread Vitaliy Margolen
Bottom post here! Richard Stitz wrote: > > On Wed, Dec 24, 2008 at 6:54 PM, Vitaliy Margolen > wrote: >> Just using "winegcc" is not enough. You have to run it with Wine: >> http://forum.winehq.org/viewtopic.php?t=3177 > I thought that the "main" executable being produced by winegcc was > just a

Re: oledlg: Implement OleUIAddVerbMenuA/W functions [resend]

2008-12-25 Thread Nikolay Sivov
Vitaly Lipatov wrote: > В сообщении от 25 декабря 2008 Вы написали: > ... > >> You could start with testing for some special cases (such as NULL input >> parameters). >> > If I will add test case for NULL input and returned values, my commit will be > accepted? > I don't know actually.

Re: Bugzilla - CVS/GIT tag

2008-12-25 Thread Dmitry Timoshkov
"Austin English" wrote: > On Wed, Dec 24, 2008 at 8:50 PM, Vitaliy Margolen > wrote: >> Austin English wrote: >>> In an effort to remove the CVS/GIT tag, I was going to go through and >>> start changing the versions based on when the bug was filed. I.e., >>> look at when 1.1.10 was out, and any

Re: [PATCH] Fix ddraw surface version setting (redux)

2008-12-25 Thread Austin English
On Wed, Dec 24, 2008 at 8:48 PM, Nick Burns wrote: > > Resubmitting patch with correct email address and against tot wine > > > This fixes the d3d6 rendering problem reported by Ben Slackin against Wine > 1.1.3 >http://appdb.winehq.org/objectManager.php?sClass=version&iId=8524 >http://img

Re: [PATCH] Fix ddraw surface version setting (redux)

2008-12-25 Thread Vincent Povirk
No attachment? Vincent Povirk

Re: Bugzilla - CVS/GIT tag

2008-12-25 Thread Austin English
On Wed, Dec 24, 2008 at 8:50 PM, Vitaliy Margolen wrote: > Austin English wrote: >> In an effort to remove the CVS/GIT tag, I was going to go through and >> start changing the versions based on when the bug was filed. I.e., >> look at when 1.1.10 was out, and any bugs filed in those dates with >>

Re: gdi32: Correct order of matrix elements in World transform

2008-12-25 Thread Dmitry Timoshkov
"Konstantin Kondratyuk" wrote: > Oops, this patch is not full. > > I think, there is code with bad index also: > >/* Extra transformation specified by caller */ >if (lpmat && !is_identity_MAT2(lpmat)) >{ >FT_Matrix extraMat; >extraMat.xx = FT_FixedFromFIXED(lpmat->eM

Feedback needed

2008-12-25 Thread Andre Wisplinghoff
Hi all, i need some feedback for my submitted patch (winecfg: Add a dll override instead of closing the dialog on pressing return in the combobox at 'libraries' tab): http://www.winehq.org/pipermail/wine-patches/2008-December/066619.html Thank you and Happy Holidays!! -- Andre Wisplinghoff

Re: oledlg: Implement OleUIAddVerbMenuA/W functions [resend]

2008-12-25 Thread Vitaly Lipatov
В сообщении от 25 декабря 2008 Вы написали: ... > You could start with testing for some special cases (such as NULL input > parameters). If I will add test case for NULL input and returned values, my commit will be accepted? > For me your comment looks suspicious: > - > > + * TODO >

Re: gdi32: Correct order of matrix elements in World transform

2008-12-25 Thread Konstantin Kondratyuk
Oops, this patch is not full. I think, there is code with bad index also: /* Extra transformation specified by caller */ if (lpmat && !is_identity_MAT2(lpmat)) { FT_Matrix extraMat; extraMat.xx = FT_FixedFromFIXED(lpmat->eM11); extraMat.xy = FT_FixedFromFIXED(l

Re: wine-1.2 release criteria? (USB device support)

2008-12-25 Thread Vitaly Lipatov
В сообщении от 25 декабря 2008 Pavel Troller написал(a): ... > > We (Etersoft) are realized USB support in wine via libusb and do many ... > Is your work accessible as a patch to the current wine tree, or as a git > branch somewhere ? Please check http://git.etersoft.ru/people/lav/packages/wine.

RE: [PATCH] Fix glReadPixels call from read_from_framebuffer (re-redux)

2008-12-25 Thread Stefan Dösinger
Your wined3d_gl.h patch was applied, the others weren't Sometimes too much discussion makes AJ wait on a patch too, to see how the discussion turns out. If you resend your patches I'll just reply with an "patch is ok" mail to avoid further confusion > -Original Message- > From: Nick Burn

RE: Combining Fuse and Wine - What's the best way?

2008-12-25 Thread Stefan Dösinger
> $ winegcc -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -lfuse -o main > main.c > $ mkdir test > $ ./main test > fusermount: failed to open /etc/fuse.conf: Permission denied > fusermount: waitpid: No child processes > $ sudo umount test Sorry, I've no idea. Probably fuse uses some sort

Re: wine-1.2 release criteria?

2008-12-25 Thread Pavel Troller
> ? ? ?? 15 ??? 2008 Pavel Troller ???(a): > ... > > All these things have a common denominator: proprietary USB drivers. It's > > fine that wine can use USB scanners/cameras/printers etc, which can be > > interfaced though native Linux drivers/libraries, but these are almost > > al