Re: WineDBG / dbghelp symbol problem

2006-08-20 Thread Eric Pouech
Dbghelp looks for the ELF module in the PATH and LD_LIBRARY_PATH environment variables, while the internal loader relies on WINEDLLPATH and the default DLL dir (or the build one). You could work around this by setting one of those variables. Dbghelp needs to be updated to follow the loader's rules

Re: wined3d: print real unhandled D3DCMPFUNC value

2006-08-20 Thread Chris Robinson
On Sunday 20 August 2006 18:36, you wrote: > (I forgot if I verified this, but) I think that when a state is > beeing set This->stateBlock->renderState[State] has the previous > value and only Value has the one to be set. From a quick glance > it seems the code for this renderstate (and maybe more

Re: wined3d: print real unhandled D3DCMPFUNC value

2006-08-20 Thread Jan Zerebecki
On Sun, Aug 20, 2006 at 01:37:04PM -0700, Chris Robinson wrote: > --- dlls/wined3d/device.c 10 Aug 2006 09:43:54 - 1.275 > +++ dlls/wined3d/device.c 20 Aug 2006 20:31:10 - > @@ -3666,7 +3666,7 @@ > case D3DCMP_GREATEREQUAL: glParm = GL_GEQUAL; break; >

Re: KDE wineconfig module & audio

2006-08-20 Thread EA Durbin
Any pointers on where to start, or anybody else who wants to take this Though I haven't written much C code, I would start by reviewing the code in wine/programs and get a feel for how the other programs are written and how to add controls to forms etc. And read up on the windows API, specific

configure.ac: Show Messages about additional Packages with "--verbose"

2006-08-20 Thread Detlef Riekenberg
We should inform the User, when Wine is build without some Features. This Patch add Hints for additional Packages, which Wine can use. + X11-Extensions: Xext (Shm and shape), XRandr, XRender, Xxf86vmode added + libxslt1 added (libxslt1 depends on libxml2) + libhal added (libhal depends on libdbus

WineDBG / dbghelp symbol problem

2006-08-20 Thread Roderick Colenbrander
Hi Eric, One of my wine development machines is running a 64bit version of Debian. In case of debian all 32bit libraries and programs are installed in a 32bit 'chroot' /emul/ia32-linux. Wine is installed there aswell and further the 32bit libs from the chroot environment are in the library path

Re: KDE wineconfig module & audio

2006-08-20 Thread Yuriy
On 7/21/06, Dan Kegel <[EMAIL PROTECTED]> wrote: On 7/20/06, Yuriy <[EMAIL PROTECTED]> wrote: > Also, I'd like to put in a button to test if sound is working. Is > there any software included in wine to play a wav? It needs to be > something that would be installed by default when wine is insta

Re: Allow older game to start up directx

2006-08-20 Thread Stefan Dösinger
Am Sonntag 20 August 2006 04:42 schrieb Tony Lambregts: > I have a game that uses Direct X[1] and complains that it is not > installed without this device. Credit for this patch goes to / > /Lionel Ulmer <[EMAIL PROTECTED]> > > [1] See bug 2229 for more details. > http://

Re: [AppDB] Assorted language fixes for the front page

2006-08-20 Thread Kai Blin
On Sunday 20 August 2006 12:48, Alexander Nicolaysen Sørnes wrote: > Assorted language fixes for the AppDB front page. Shouldn't the first hunk be "howtos" instead of "howto's", anyway? Cheers, Kai -- Kai Blin, WorldForge developerhttp://www.worldforge.org/ Wine developer http://w

Re: LOSTWAGES: Replace references to CVS with Git

2006-08-20 Thread Mike McCormack
Robert Shearman wrote: I think we should leave the reference to the CVS tree page (but still add a link to the Git tree). Some people find it easier to work with CVS than Git. I think Alexandre would prefer to receive patch submissions in Git format, as they are easier to apply and waste le

Re: LOSTWAGES: Replace references to CVS with Git

2006-08-20 Thread Saulius Krasuckas
> Date: Sun, 20 Aug 2006 14:45:03 +0300 (EEST) > From: Saulius Krasuckas <[EMAIL PROTECTED]> > > > Date: Fri, 18 Aug 2006 11:36:31 -0500 > > From: EA Durbin <[EMAIL PROTECTED]> > > > > When trying to run git clone git://source.winehq.org/git/wine.git wine or > > git clone http://source.winehq.or

compiling monolithic winetest executable with MSVC

2006-08-20 Thread Saulius Krasuckas
I've run "tools/api/msvcmaker --no-wine" and got winetest.dsp and wineruntests.dsp project files. If I exclude MSVC-non-compilable separate tests from the last project, some exe file is made. But is does nothing usefull. The first project produces winetest.lib, but its size is only 1272 byte

Re: LOSTWAGES: Replace references to CVS with Git

2006-08-20 Thread Saulius Krasuckas
> Date: Fri, 18 Aug 2006 11:36:31 -0500 > From: EA Durbin <[EMAIL PROTECTED]> > > 1.0.3 is the latest version in the ubuntu repository, even after > uncommenting all the #deb lines in the apt config file and updating. > > When trying to run git clone git://source.winehq.org/git/wine.git wine or