Re: Is there a way to set Z:\ as the whatever user's home folder?

2009-01-26 Thread Ben Klein
2009/1/27 Scott Ritchie : > I want to have a read-only wine prefix that multiple users might access, > however I also want to have a Z:\ drive that refers to a dynamic > location - a folder inside the current user's home folder. This isn't > possible as far as I can tell, as Wine requires a symlin

Is there a way to set Z:\ as the whatever user's home folder?

2009-01-26 Thread Scott Ritchie
I want to have a read-only wine prefix that multiple users might access, however I also want to have a Z:\ drive that refers to a dynamic location - a folder inside the current user's home folder. This isn't possible as far as I can tell, as Wine requires a symlink to the folder in the prefix's do

Re: Wine menu creation questions

2009-01-26 Thread Scott Ritchie
Reece Dunn wrote: > Along similar lines, building on what Owen said in the talk that if > all goes well Jane user will not notice that she is using Wine to run > her Windows software: why is there an entry in the Applications > section that says 'Wine' (and why does it have the folder icon and not

Re: [PATCH] wineps.drv: Add a simple implementation of PSDRV_SelectBitmap.

2009-01-26 Thread Lei Zhang
On Mon, Jan 26, 2009 at 6:03 AM, Alexandre Julliard wrote: > > Lei Zhang writes: > > > Hi, > > > > This fixes bug 17103 for me. I'm not sure if PSDRV_SelectBitmap() need > > to do more, but this is a start and it's better than a stub. > > If it doesn't do more, then removing it completely should

Re: gdi32: Implement QueryFontAssocStatus

2009-01-26 Thread ricardo_barbano
i don't know what might be wrong, but in case noone answers you: maybe divide this in much smaller patches? this way you can easily pinpoint areas where the problem is, because the patch is quite big. or you could try pinging julliard by mail or on IRC... regards, ricardo --

Re: [PATCH] ddrawex: use stack ctx instead of uninitialized variable

2009-01-26 Thread Austin English
On Mon, Jan 26, 2009 at 11:06 AM, Marcus Meissner wrote: > --- > dlls/ddrawex/ddraw.c |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/dlls/ddrawex/ddraw.c b/dlls/ddrawex/ddraw.c > index b581529..6607c78 100644 > --- a/dlls/ddrawex/ddraw.c > +++ b/dlls/ddrawex/dd

Re: [REGRESSION] Fix dlls/iphlpapi/ipstats.c on FreeBSD 6.4/i386

2009-01-26 Thread Austin English
On Mon, Jan 26, 2009 at 5:43 PM, Gerald Pfeifer wrote: > After Austin's recent changes (that were committed in the last 24h), > Wine no longer builds for me on FreeBSD 6.4/i386 with the following > failure mode. > > In file included from ipstats.c:71: > /usr/include/netinet/ip.h:160: error: expe

Re: Making the file dialog resizable(implementing OFN_ENABLESIZING)

2009-01-26 Thread Diaa Sami
Sorry for the multiple posts, happened by mistake.

Re: gdi32: Implement QueryFontAssocStatus

2009-01-26 Thread Byeongsik Jeon
Again... What's the problem? 2009-01-20 (Tue), 06:39 +0900, Byeongsik Jeon wrote: > 2009-01-19 (Mon), 09:40 +0900, Byeongsik Jeon wrote: > > QueryFontAssocStatus() is the undocumented function. > > This is a base patch for bug#16325. > > > > http://bugs.winehq.org/show_bug.cgi?id=16325 > > > Hm

Making the file dialog resizable(implementing OFN_ENABLESIZING)

2009-01-26 Thread Diaa Sami
Hi, Can you please have a look at the patch at http://bugs.winehq.org/show_bug.cgi?id=10394 ? It's pretty much done except for some nasty bug and the repainting problem. -- Regards, Diaa Sami

Making the file dialog resizable(implementing OFN_ENABLESIZING)

2009-01-26 Thread Diaa Sami
Hi, Can you please have a look at the patch at http://bugs.winehq.org/show_bug.cgi?id=10394 ? It's pretty much done except for some nasty bug and the repainting problem. -- Regards, Diaa Sami

Re: Re: Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-26 Thread David Adam
2009/1/26 Claudio Ciccani > I found that the reason of the crash was that VBOs were not removed when > using drawStridedSlow for vertex blending. > Attached is the modified patch, which doesn't make NOLF2 crash. > > > Il giorno lun, 26/01/2009 alle 12.12 +0100, Claudio Ciccani ha scritto: > > Il

Making the file dialog resizable(implementing OFN_ENABLESIZING)

2009-01-26 Thread Diaa Sami
Hi, The attached patch fixes the bug at http://bugs.winehq.org/show_bug.cgi?id=10394 , can you have a look at it. It's pretty much done except for some nasty bug and the repainting problem. -- Regards, Diaa Sami diff --git a/dlls/comdlg32/filedlg.c b/dlls/comdlg32/filedlg.c index a2826c8..bdfe5

[RFC] msvcrt: Implement _mbcjistojms

2009-01-26 Thread David Hedberg
Hello, This function is supposed to convert a jis-encoded (Japanese) character to sjis encoding. I think I botched my last attempt up in more than one way so I've now reworked it slightly and thought I'd try again, but perhaps I should first ask if there is anything else obviously wrong with it.

Re: Two simple fixes for ListView

2009-01-26 Thread Austin English
On Mon, Jan 26, 2009 at 4:29 PM, Michael James wrote: > Here are two simple fixes before I attempt anything more complex here. > > Michael James > > From d978eb3c3eff3b44fce6257892749c2c1c34277d Mon Sep 17 00:00:00 2001 > From: Michael James > Date: Sun, 25 Jan 2009 20:09:33 -0800 > Subject: [PAT

Re: Bugzilla question with respect to .NET 1.1SP1

2009-01-26 Thread Austin English
On Mon, Jan 26, 2009 at 1:03 PM, James Mckenzie wrote: > Austin English wrote: >>That's messy. Have them cc themselves to the original bug, and when >>its fixed, retest. No need to file a bug only to close it immediately >>as a duplicate. >> > I realize it's ugly, but I'm thinking like a software

re: advapi32: Fix potential NULL pointer dereference in LookupPrivilegeNameW [with test] (Saturn)

2009-01-26 Thread Dan Kegel
Cool, I didn't know about Saturn. I've updated http://wiki.winehq.org/StaticAnalysis with info about it. Offhand it looks like neither of these were caught by Coverity...?

Re: Bugzilla question with respect to .NET 1.1SP1

2009-01-26 Thread James Mckenzie
Austin English wrote: >Sent: Jan 26, 2009 11:48 AM >To: James Mckenzie >Cc: Alexandre Julliard , Paul Vriens >, "wine-devel@winehq.org" >Subject: Re: Bugzilla question with respect to .NET 1.1SP1 > >On Mon, Jan 26, 2009 at 12:34 PM, James Mckenzie > wrote: >> Alexandre Julliard >>>Sent: Jan 26

Re: Bugzilla question with respect to .NET 1.1SP1

2009-01-26 Thread Austin English
On Mon, Jan 26, 2009 at 12:34 PM, James Mckenzie wrote: > Alexandre Julliard >>Sent: Jan 26, 2009 7:21 AM >>To: Paul Vriens >>Cc: James Mckenzie , "wine-devel@winehq.org" >> >>Subject: Re: Bugzilla question with respect to .NET 1.1SP1 >> >>Paul Vriens writes: >> >>> So that means bug 14850 nee

Re: Bugzilla question with respect to .NET 1.1SP1

2009-01-26 Thread James Mckenzie
Alexandre Julliard >Sent: Jan 26, 2009 7:21 AM >To: Paul Vriens >Cc: James Mckenzie , "wine-devel@winehq.org" > >Subject: Re: Bugzilla question with respect to .NET 1.1SP1 > >Paul Vriens writes: > >> So that means bug 14850 needs to be reopened with a link to 13995? > >No, if it's the same bug

Was: Fwd: wine-bugs Digest, Vol 42, Issue 330

2009-01-26 Thread Jan Zerebecki
It wasn't easy to fish out the Information in this one *hint* :) On Tue, Jan 13, 2009 at 10:07:42AM -0600, Austin English wrote: > --- Comment #5 from Dmitry Timoshkov > 2009-01-13 08:40:35 --- > REMIND is not an appropriate resolution in Wine bugzilla. > --- Comment #6 from Maki 2009-01-13 08

Re: Bugzilla question with respect to .NET 1.1SP1

2009-01-26 Thread Paul Vriens
Alexandre Julliard wrote: > Paul Vriens writes: > >> Alexandre Julliard wrote: >>> Paul Vriens writes: >>> So that means bug 14850 needs to be reopened with a link to 13995? >>> No, if it's the same bug it should be a single report. If .NET doesn't >>> install then obviously all apps that t

Re: Bugzilla question with respect to .NET 1.1SP1

2009-01-26 Thread Alexandre Julliard
Paul Vriens writes: > Alexandre Julliard wrote: >> Paul Vriens writes: >> >>> So that means bug 14850 needs to be reopened with a link to 13995? >> >> No, if it's the same bug it should be a single report. If .NET doesn't >> install then obviously all apps that try to install it will be broken,

Re: Bugzilla question with respect to .NET 1.1SP1

2009-01-26 Thread Paul Vriens
Alexandre Julliard wrote: > Paul Vriens writes: > >> So that means bug 14850 needs to be reopened with a link to 13995? > > No, if it's the same bug it should be a single report. If .NET doesn't > install then obviously all apps that try to install it will be broken, > it doesn't make sense to c

Re: Bugzilla question with respect to .NET 1.1SP1

2009-01-26 Thread Alexandre Julliard
Paul Vriens writes: > So that means bug 14850 needs to be reopened with a link to 13995? No, if it's the same bug it should be a single report. If .NET doesn't install then obviously all apps that try to install it will be broken, it doesn't make sense to create a separate bug for each app that

Re: Bugzilla question with respect to .NET 1.1SP1

2009-01-26 Thread James Mckenzie
Paul Vriens wrote: >Sent: Jan 26, 2009 7:10 AM >To: James Mckenzie >Cc: "wine-devel@winehq.org" >Subject: Re: Bugzilla question with respect to .NET 1.1SP1 > >James Mckenzie wrote: >> Paul Vriens >>> Sent: Jan 26, 2009 4:45 AM >>> To: "wine-devel@winehq.org" >>> Subject: Bugzilla question with

Re: Bugzilla question with respect to .NET 1.1SP1

2009-01-26 Thread Paul Vriens
James Mckenzie wrote: > Paul Vriens >> Sent: Jan 26, 2009 4:45 AM >> To: "wine-devel@winehq.org" >> Subject: Bugzilla question with respect to .NET 1.1SP1 >> >> Hi, >> >> I have an application that won't install because it's trying to first do an >> install of .NET 1.1 and straight after that an

Re: Bugzilla question with respect to .NET 1.1SP1

2009-01-26 Thread James Mckenzie
Paul Vriens >Sent: Jan 26, 2009 4:45 AM >To: "wine-devel@winehq.org" >Subject: Bugzilla question with respect to .NET 1.1SP1 > >Hi, > >I have an application that won't install because it's trying to first do an >install of .NET 1.1 and straight after that an upgrade/update to SP1. > >.NET 1.1SP1

Re: [PATCH] wineps.drv: Add a simple implementation of PSDRV_SelectBitmap.

2009-01-26 Thread Alexandre Julliard
Lei Zhang writes: > Hi, > > This fixes bug 17103 for me. I'm not sure if PSDRV_SelectBitmap() need > to do more, but this is a start and it's better than a stub. If it doesn't do more, then removing it completely should work just as well. There doesn't seem to be much point in just storing the b

Re: Re: Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-26 Thread Claudio Ciccani
I found that the reason of the crash was that VBOs were not removed when using drawStridedSlow for vertex blending. Attached is the modified patch, which doesn't make NOLF2 crash. Il giorno lun, 26/01/2009 alle 12.12 +0100, Claudio Ciccani ha scritto: > Il giorno dom, 25/01/2009 alle 23.19 +0100,

Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-26 Thread David Adam
2009/1/25 Claudio Ciccani > > The patch implements a software fallback for vertex blending in > drawStridedSlow, fixing Bug #6955. > Although vertex blending is an old and outdated extension, there are > still many applications(games) relying on it nowadays. This because the > extension is genera

Re: Wine menu creation questions

2009-01-26 Thread Alexandre Julliard
Reece Dunn writes: > I have noticed that when wine creates a menu item (that for example, > on Ubuntu gets put in the Applications > Wine > Programs menu), the > command that gets written uses 'wine' as the program to run. This > means that you need to have Wine in your PATH and cannot use more t

Bugzilla question with respect to .NET 1.1SP1

2009-01-26 Thread Paul Vriens
Hi, I have an application that won't install because it's trying to first do an install of .NET 1.1 and straight after that an upgrade/update to SP1. .NET 1.1SP1 install fails (see bug http://bugs.winehq.org/show_bug.cgi?id=13995). Should I create a new bug report and say that it depends on 13

Re: d3d8/tests: Make tests pass on W2K8

2009-01-26 Thread Paul Vriens
Ge van Geldorp wrote: > Hi Henri, > >> From: Henri Verbeet >> 2009/1/26 Ge van Geldorp : >>> Changelog: >>> d3d8/tests: Make tests pass on W2K8 >>> >>> -ok(hr == D3D_OK || hr == D3DERR_INVALIDCALL, > "IDirect3D8_CreateDevice failed with %#08x\n", hr); >>> +ok(hr == D3D_OK || hr == D3DERR_

Re: d3d8/tests: Make tests pass on W2K8

2009-01-26 Thread Ge van Geldorp
Hi Henri, > From: Henri Verbeet > 2009/1/26 Ge van Geldorp : > > Changelog: > > d3d8/tests: Make tests pass on W2K8 > > > > >-ok(hr == D3D_OK || hr == D3DERR_INVALIDCALL, "IDirect3D8_CreateDevice failed with %#08x\n", hr); > >+ok(hr == D3D_OK || hr == D3DERR_INVALIDCALL || hr == D3DERR_NO

Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-26 Thread Henri Verbeet
2009/1/26 Paul TBBle Hampson : > On Mon, Jan 26, 2009 at 09:16:12AM +0100, Henri Verbeet wrote: >> 2009/1/25 Claudio Ciccani : > >>> +WORD vertexBlendSW : 1; /* vertexBlend software fallback >>> used */ > >> I'm not sure we want to implement vertex blending in software in the >> fi

Re: Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-26 Thread Claudio Ciccani
Il giorno dom, 25/01/2009 alle 23.19 +0100, David Adam ha scritto: > > > 2009/1/25 Claudio Ciccani > > The patch implements a software fallback for vertex blending > in > drawStridedSlow, fixing Bug #6955. > Although vertex blending is an old and outdate

Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-26 Thread Paul TBBle Hampson
On Mon, Jan 26, 2009 at 09:16:12AM +0100, Henri Verbeet wrote: > 2009/1/25 Claudio Ciccani : >> +WORD vertexBlendSW : 1; /* vertexBlend software fallback >> used */ > I'm not sure we want to implement vertex blending in software in the > first place (rather than through a shader)

Re: Checking an empty CDROM drive

2009-01-26 Thread Paul Vriens
Paul Vriens wrote: > Hi, > > I'm trying to come up with some test to show that GetDriveType returns > DRIVE_CDROM regardless whether there is or isn't a CD mounted. > > I have the following: > > diff --git a/dlls/kernel32/tests/drive.c b/dlls/kernel32/tests/drive.c > index a94cbdf..53b0262 1006

Checking an empty CDROM drive

2009-01-26 Thread Paul Vriens
Hi, I'm trying to come up with some test to show that GetDriveType returns DRIVE_CDROM regardless whether there is or isn't a CD mounted. I have the following: diff --git a/dlls/kernel32/tests/drive.c b/dlls/kernel32/tests/drive.c index a94cbdf..53b0262 100644 --- a/dlls/kernel32/tests/drive.c

Re: d3d8/tests: Make tests pass on W2K8

2009-01-26 Thread Henri Verbeet
2009/1/26 Ge van Geldorp : > Changelog: > d3d8/tests: Make tests pass on W2K8 > >-ok(hr == D3D_OK || hr == D3DERR_INVALIDCALL, "IDirect3D8_CreateDevice >failed with %#08x\n", hr); >+ok(hr == D3D_OK || hr == D3DERR_INVALIDCALL || hr == D3DERR_NOTAVAILABLE, >"IDirect3D8_CreateDevice faile

Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-26 Thread Henri Verbeet
2009/1/25 Claudio Ciccani : > > +WORD vertexBlendSW : 1; /* vertexBlend software fallback > used */ I'm not sure we want to implement vertex blending in software in the first place (rather than through a shader), but you can't just add a bitfield here without changing the padding.

Re: user32: Resend: Move character conversion logic to dde_server.d &remove todo's

2009-01-26 Thread Jeff Latimer
Dmitry Timoshkov wrote: > "Jeff Latimer" wrote: >> The issue is that the client passes data using messaging or DDEML >> there is no method in the api to inform the server whether the data >> is Unicode or not. The only method I have determined is to use >> IsTextUnicode() but that is guessing.