Re: Recording error: "Should descend into data chunk. Please report."

2005-11-22 Thread Peter Åstrand
On Tue, 22 Nov 2005, Eric Pouech wrote: Well, sort of. The error message is gone; MCIERR_UNRECOGNIZED_COMMAND is not returned any more. However, something else is wrong: No recording file is saved. There should be a file called .wav in the "Tal" directory, but no such file exists after r

Re: GTA installer - hidden message boxes [ user32 ]

2005-11-22 Thread Ivan Gyurdiev
[EMAIL PROTECTED] wrote: On Sat, 08 Oct 2005 08:47:09 +0200, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: well some times, things that ont work in normal mode, do work in desktop mode There is an old bug, the dialog boxes getiing behind the main window I get similar behaviour on an Insta

Steam regression of the day

2005-11-22 Thread Ivan Gyurdiev
The networking bug has been fixed, but another problem is that I can't see any of the text. Appdb mentions something about installing tahoma.ttf from a Windows installation, which makes no sense to me, since I could see Steam displayed fine earlier, making this a regression. Any suggestions as

Re: ADVPACK/tests: exit after 0x8007007e

2005-11-22 Thread Detlef Riekenberg
Am Donnerstag, den 17.11.2005, 18:38 + schrieb James Hawkins: > > I have NT3.51sp5 with ie5.00 here. (qemu) > > Tell me, what you want to be tested. > Can you run the advpack test after applying and compiling the > following patch? Just send back the output. advpack.dll is not present on NT

winspool: comments for "GetPrinterDriverDirectory updated" please

2005-11-22 Thread Detlef Riekenberg
Hi. I ask for comments before sending this as 2 or 3 patches. - Correct 2 failing tests on win9x - Add Documentation for GetPrinterDriverDirectoryW/A (c2man) - Add Function "validate_envW" to validate the user-supplied Printing Environment (respect "Windows Version" - Setting) - Change GetPri

Re: GCC 4.0.1 / WINE bug?

2005-11-22 Thread Evil
[EMAIL PROTECTED] wrote: > Have you tried 4.0.2 ? This seems to be the version adopted by > distros using gcc4. > > I am rebuilding Gentoo with 4.1-beta . When I get to wine I'll post if > I get the bug. > > regards. Mandriva 2006 ships with 4.0.1 and does not have an official package for 4.0

Re: popen() to execute\read a Linux (not windows) command

2005-11-22 Thread Rob Shearman
Sergio Tridente wrote: Sergio wrote: Hi, From a win32 program compiled with winelib I am trying to execute the following: FILE *program; if (program = popen("dcop amarok player nowPlaying", "r")) fgets(buff, sizeof(buff), program); The idea is to read the current track amarok's playi

Re: popen() to execute\read a Linux (not windows) command

2005-11-22 Thread Sergio Tridente
Sergio wrote: > Hi, > >>From a win32 program compiled with winelib I am trying to execute the > following: > FILE *program; > if (program = popen("dcop amarok player nowPlaying", "r")) > fgets(buff, sizeof(buff), program); > The idea is to read the current track amarok's playing. But I ke

Re: Implement directory object in wineserver.

2005-11-22 Thread Vitaliy Margolen
Tuesday, November 22, 2005, 3:14:15 PM, Robert Shearman wrote: +struct object *permanent_obj[25]; +int permanent_obj_cnt = 0; >>>This looks a bit ugly to me. Why not just keep track of the individual >>>objects that need to be kept around in named variables? >>Because there will be more. Po

Re: Implement directory object in wineserver.

2005-11-22 Thread Robert Shearman
Vitaliy Margolen wrote: +struct object *obj, *parent; +struct unicode_str name_l = *attr->name; What does name_l stand for? L for local. I don't like to give local variables to long of the names. I'd drop the "_l" suffix. It confused me when reading your patch into

Re: GetOpenFileNameA has trouble with UTF-8 locale and UTF-8 encoded pathname

2005-11-22 Thread Troy Rollo
On Tue, 22 Nov 2005 19:35, Michael Jung wrote: > Are you saying that on an asian system CP_ACP is actually a double byte > encoding? Is anybody on the list using an asian locale on her system? Does > it break the unixfs extension? The Chinese, Japanese and Korean code pages ( 932, 936, 949 and 95

Re: Implement directory object in wineserver.

2005-11-22 Thread Vitaliy Margolen
Tuesday, November 22, 2005, 1:51:05 PM, Robert Shearman wrote: >> ChangeLog: >> Implement directory object in wineserver. > I like the design, but I have a few comments on the patch. Thank you. That's like 6st revision of it. >>+#define DIRECTORY_QUERY (0x0001) >>+#define DIRECTOR

Re: Wine bug id 3900

2005-11-22 Thread Dimi Paun
From: " Andrew Webb" <[EMAIL PROTECTED]> > I think I have the right format for a patch. But if not, please be > patient as its my first attempt. Andrew, it seems to me the patch is wrapped. The easiest way to avoid the wrapping would be to simply attach it as a text file. -- Dimi Paun <[EMA

Re: Recording error: "Should descend into data chunk. Please report."

2005-11-22 Thread Eric Pouech
Peter Åstrand wrote: On Mon, 21 Nov 2005, Eric Pouech wrote: Peter Åstrand wrote: Any ideas? does this help (lines in patch are likely to be wrapped)? Well, sort of. The error message is gone; MCIERR_UNRECOGNIZED_COMMAND is not returned any more. However, something else is wrong: No r

Re: Implement directory object in wineserver.

2005-11-22 Thread Robert Shearman
Vitaliy Margolen wrote: ChangeLog: Implement directory object in wineserver. I like the design, but I have a few comments on the patch. server/Makefile.in |1 server/directory.c | 384 +++ server/main.c |1 server/object.c |

Re: Fwd: Re: MBR was destroyed

2005-11-22 Thread wino
On Tue, 22 Nov 2005 12:30:02 +0100, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: Seorge, can you explain, how did you exactly restored MBR using GRUB, please? fiddle with wine, one step at a time , running the following check at each step, keeping notes on what is done each time. dd if=/dev

Re: GCC 4.0.1 / WINE bug?

2005-11-22 Thread wino
On Thu, 17 Nov 2005 14:32:19 +0100, Evil <[EMAIL PROTECTED]> wrote: Dmitry Timoshkov wrote: Does compiling with -O0 fix the problem? Unfortunately not. I disabled athlon-xp tuning, then compiled with -O0... first just win.c, then the entirety of WINE in case it was related to passed param

Re: error of double click chinese name txt file in softwares (e.g winefile, WinRAR)

2005-11-22 Thread Paul Vriens
On Tue, 2005-11-22 at 15:02 +0800, mengzhuo li wrote: > ChangeLog: > dlls/kernel/process.c > > limengzhuo [EMAIL PROTECTED] > > fix the error of double clicking chinese name txt file in software > (e.g. winfile). > > it shows the error > wine: cannot open builtin library for L"C:\\windo

Re: error of double click chinese name txt file in softwares (e.g winefile, WinRAR)

2005-11-22 Thread Andreas Mohr
Hi, On Tue, Nov 22, 2005 at 03:02:16PM +0800, mengzhuo li wrote: > ChangeLog: > dlls/kernel/process.c > > limengzhuo [EMAIL PROTECTED] > > fix the error of double clicking chinese name txt file in software (e.g. > winfile). > > it shows the error > wine: cannot open

Re: [wined3d] pixel shader cross compiler [3] resend

2005-11-22 Thread Oliver Stieber
The code was coppied from d3d8 so I asssumed it was correct, I'll go through and recheck everything. Thanks, Oliver. --- Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: > > > +typedef FLOAT D3DMATRIX44[4][4]; > > +typedef FLOAT D3DMATRIX43[4][3]; > > +typedef FLOAT D3DMATRIX34[4][4]; > > +typedef

Re: safedisc

2005-11-22 Thread Vitaliy Margolen
Monday, November 21, 2005, 4:54:56 PM, Ivan Leo Puoti wrote: > Raphael Junqueira asked on bugzilla what the safedisc status is. Currently it > works fine, and I > believe what we have is more or less ready for CVS. However Vitaly > told me Alexandre didn't like the > object manager Vitaly wrote,

Re: WINEMAILER: a new winelib app

2005-11-22 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> writes: > Changelog > Added winemailer, a winelib app that wraps the native OS > mail client. I think this could just as well go into winebrowser, it's really a very similar functionality. -- Alexandre Julliard [EMAIL PROTECTED]

Re: OpenGL bug in 0.9.1

2005-11-22 Thread Oliver Stieber
--- Daniel <[EMAIL PROTECTED]> wrote: > On Tue, Nov 22, 2005 at 02:05:07PM +, Oliver Stieber wrote: > > >From ATI's documentation on pbuffers, but still about glx and X11 > > [...] > > To use pbuffers, you need a custom version of "libGL.so.1.2" installed - > > including our GLX 1.3 emulatio

Re: OpenGL bug in 0.9.1

2005-11-22 Thread Daniel
On Tue, Nov 22, 2005 at 02:05:07PM +, Oliver Stieber wrote: > >From ATI's documentation on pbuffers, but still about glx and X11 > [...] > To use pbuffers, you need a custom version of "libGL.so.1.2" installed - > including our GLX 1.3 emulation code. Our driver installation tool will > automa

Re: OpenGL bug in 0.9.1

2005-11-22 Thread Oliver Stieber
--- Daniel <[EMAIL PROTECTED]> wrote: > On Tue, Nov 22, 2005 at 08:55:05AM +0100, Raphael wrote: > > > Daniel is putting a patch together, his card only supported glx 1.2 and > > > glXChooseFBConfig required 1.3. There was some old code that works with > > > 1.2 > > > that he's using. > > > > N

Re: Fwd: Re: MBR was destroyed

2005-11-22 Thread seorge
> Seorge, can you explain, how did you exactly restored MBR using GRUB, > please? I've booted with grub-floppy, then when the system was up, I executed 'grub-install /dev/hda'.

Re: OpenGL bug in 0.9.1

2005-11-22 Thread Daniel
On Tue, Nov 22, 2005 at 08:55:05AM +0100, Raphael wrote: > > Daniel is putting a patch together, his card only supported glx 1.2 and > > glXChooseFBConfig required 1.3. There was some old code that works with 1.2 > > that he's using. > > No, all cards "supports" glx 1.3. > GLX is implemented on X

Re: wine and automation objects

2005-11-22 Thread Boaz Harrosh
Curro Amores wrote: hi, I have an application with Access 97 and i use automation for some aspects. The app runs perfectly but when i want to do something that uses automation it crashes. Anybody could help me? thanks maybe it will work with Native OLE implementation. If you must use it I

Re: Visual changes after running tests

2005-11-22 Thread Rein Klazes
On Mon, 21 Nov 2005 14:28:14 +0100 (CET), you wrote: >the problem with the big icons is due to the fact that (somehow) >CaptionWidth is changed. I see it now, on XP in the Tele Tubby mode. Classic Windows is alright. Hmm, it looks like the icons get bigger on about any SP_SETNONCLIENT call. I n

Re: Fwd: Re: MBR was destroyed

2005-11-22 Thread Saulius Krasuckas
* On Mon, 21 Nov 2005 [EMAIL PROTECTED] wrote: > * On Mon, 21 Nov 2005 15:05:28 +0100, seorge <[EMAIL PROTECTED]> wrote: > > > > Please tell me, what exact information should I provide the developers > > with the experiment described below. > > You may run dd command to retrieve MBR at every mom

Re: windows.h

2005-11-22 Thread Marcus Meissner
On Tue, Nov 22, 2005 at 01:30:59AM -0500, Steven Edwards wrote: > Hi All, > I don't understand the reason we are still manually including each > header in most of the sources. Its like totally incompatible with the > latest PSDK unless you add a define for _X86_. We are getting to the > point in so

Re: wine and automation objects

2005-11-22 Thread Marcus Meissner
On Tue, Nov 22, 2005 at 10:08:07AM +0100, Curro Amores wrote: > hi, > > I have an application with Access 97 and i use automation for some aspects. > The app runs perfectly but when i want to do something that uses automation > it crashes. > > Anybody could help me? Just open a bugreport in bug

wine and automation objects

2005-11-22 Thread Curro Amores
hi, I have an application with Access 97 and i use automation for some aspects. The app runs perfectly but when i want to do something that uses automation it crashes. Anybody could help me? thanks

Re: GetOpenFileNameA has trouble with UTF-8 locale and UTF-8 encoded pathname

2005-11-22 Thread Michael Jung
Hi, On Monday 21 November 2005 18:38, Alex Villací­s Lasso wrote: > I was rather hoping for an explanation of which is the "correct" > behavior for an UTF-8 locale: Sorry. I guess I'm not that competent when it comes to character encoding stuff. But then, Alexandre and Troy already answered your