Re: GTA installer - hidden message boxes [ user32 ]

2005-10-07 Thread Vijay Kiran Kamuju
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 On 10/8/05, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: > Vijay Kiran Kamuju wrote: > > Well, whats the behavior in desktop mode? > > Is this in deskto

Re: GTA installer - hidden message boxes [ user32 ]

2005-10-07 Thread Ivan Gyurdiev
Vijay Kiran Kamuju wrote: Well, whats the behavior in desktop mode? Is this in desktop mode or normal mode? It's normal mode... Yes! I see both boxes in desktop mode (now that I've tried this). The second one contains nothing (???) (set text event being ignored maybe - I see not all of the events

Re: GTA installer - hidden message boxes [ user32 ]

2005-10-07 Thread Vijay Kiran Kamuju
Well, whats the behavior in desktop mode? Is this in desktop mode or normal mode? On 10/8/05, Ivan Gyurdiev <[EMAIL PROTECTED]> wrote: > I think I'm on the right track to figuring out why I can't get GTA to > install. I thought ole was at fault, but now I suspect user32. It seems > that the instal

GTA installer - hidden message boxes [ user32 ]

2005-10-07 Thread Ivan Gyurdiev
I think I'm on the right track to figuring out why I can't get GTA to install. I thought ole was at fault, but now I suspect user32. It seems that the installer pops up various message boxes (or at least, it supposed to...but it doesn't). Then it waits for a reply, and it never receives one, be

Re: msvcrt: Fix _ismbblead test: Make it pass on windows

2005-10-07 Thread James Hawkins
On 10/8/05, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > well you are try to make it pass on wine, but the behavior on windows > is different. > It returns 4, but wine returns 1. > Vitaliy isn't trying to make the test pass on wine, but in Windows. It's still marked todo_wine which means the t

Re: msvcrt: Fix _ismbblead test: Make it pass on windows

2005-10-07 Thread Vijay Kiran Kamuju
well you are try to make it pass on wine, but the behavior on windows is different. It returns 4, but wine returns 1. On 10/8/05, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: > Any reason why this patch wasn't committed? > http://www.winehq.com/pipermail/wine-patches/2005-October/021091.html > > Vi

Re: Heap issues

2005-10-07 Thread Mike McCormack
Randall Walls wrote: Mostly I'm just curious if this is an issue with Wine's heap implementation, or if it is more likely just a poorly built application that I should give up on. No and no. It's likely to be an issue with some other function in Wine that is corrupting the heap. The best w

Re: msvcrt: Fix _ismbblead test: Make it pass on windows

2005-10-07 Thread Vitaliy Margolen
Any reason why this patch wasn't committed? http://www.winehq.com/pipermail/wine-patches/2005-October/021091.html Vitaliy Margolen Saturday, October 1, 2005, 11:58:45 AM, Vitaliy Margolen wrote: > This test clearly fails on all windows versions. > Vitaliy Margolen > changelog: > msvcrt: > F

Re: shell32/test: Make shelllink.c compile with mingw and work with win2k

2005-10-07 Thread Vitaliy Margolen
Any reason why this patch wasn't committed? http://www.winehq.com/pipermail/wine-patches/2005-October/021090.html Vitaliy Margolen Saturday, October 1, 2005, 11:39:36 AM, Vitaliy Margolen wrote: > ILFree, ILIsEqual and SHILCreateFromPath are not exported by names at least on > my win2k. > Vitali

Heap issues

2005-10-07 Thread Randall Walls
Greetings, I've been (unsuccessfully) attempting to run a children's program through wine for some time. I've been trying successive releases since about may, without luck. The program appears to be extremely simple, just some painting apps for toddlers, but each run fails with what looks like

Slackware packages missing fonts.

2005-10-07 Thread Vitaliy Margolen
Got one report on #winehq that Slackware binary packages missing fonts. Whoever is the maintainer could you look into this please? -- Best regards, Vitaliy

Re: Documentation of Parallel and Serial port configuration?

2005-10-07 Thread Kuba Ober
> > > we can probably do better than inb() / outb(). > > You can't do any better than that [It] is the only one that makes sense > > (when you run things on ia32). > ... and when you're not on an ia32 platform with a superIO chip? That's a moot point. Then you have to emulate ia32 to run windows p

Re: wcmd unusable when DISPLAY not set. Again.

2005-10-07 Thread Detlef Riekenberg
Am Montag, den 03.10.2005, 17:40 +0200 schrieb Alexandre Julliard: > > So I think we just should switch defaults to a nulldrv, but let the ttydrv > > lives here and waits for a better times. Please. > > Why? It's really an empty skeleton at this point, all it does is mess > up the screen and

Re: OLEAUT32: add full multiplication/division support for DECIMAL (in small patches)

2005-10-07 Thread Alexandre Julliard
Alex Villací­s Lasso <[EMAIL PROTECTED]> writes: > I sent the patches again with the required changes (use DWORDs instead > of bytes where possible, refrain from using malloc()) on October 3. > However, there has been no response about them. Has anybody noticed the > new patches, and if so, wha

Re: winelib .so change in 20050930?

2005-10-07 Thread Alexandre Julliard
Michael Ost <[EMAIL PROTECTED]> writes: > I started down this path with some success and then realized that, gulp, > I would have to create a spec file for my libraries. Hundreds of C++ > functions in several libraries. If this is indeed required, is there any > help in building a spec file? Is it

CreateFile access/sharing problem

2005-10-07 Thread Michael Ost
Vitaliy wrote on Oct 6: > I think this is the way it might look like. It's a hack and not the > real solution. I tested out your patch from Oct 6 on my CreateFile() ReadFile() test program and it worked. Just thought you might like to know... mo

Re: OLEAUT32: add full multiplication/division support for DECIMAL (in small patches)

2005-10-07 Thread Alex Villací­s Lasso
Alexandre Julliard wrote: Alex Villací­s Lasso <[EMAIL PROTECTED]> writes: Both this and the malloc issue can be fixed. However, I don't see why this should prevent the test patch from being submitted, unless there is a policy about not allowing tests that do not yet pass with current cod

Re: user: make A->W WM_GETTEXTLENGTH use WM_GETTEXT [try 4]

2005-10-07 Thread Kimmo Myllyvirta
Frank Richter wrote: On 22.09.2005 16:57, Frank Richter wrote: Diff to try 3: Use less callbacks, only pass window func. SendMessageW() is used in case the func is 0. Frank Richter <[EMAIL PROTECTED]> When doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind the scenes to obtain an exact leng

[daniel: OpenGL bug in 20050930]

2005-10-07 Thread Daniel
Hi, some combination of wine and my system seems to be triggering a strange bug: Every program that uses OpenGL or D3D crashes upon trying to initialize the graphics. Attached is a sample log of trying to run Starsiege Tribes. The other attachment is some system info (even though DRI is disabled,

Steam Installer doesn't work in the latest release of wine

2005-10-07 Thread 刘 远曦
At lease I saw three guys claims the same problem... The SteamInstaller will crash when it tries to display the lincens agreement. the debug information is following: style.c:62: ME_ToCF2W: Assertion `from->cbSize >= sizeof(CHARFORMAT2W)' failed. wine: Unhandled exception (thread 0009) Is it a

Re: Documentation of Parallel and Serial port configuration?

2005-10-07 Thread Paul Millar
Hi all, If the bit-wise manipulation of the parallel port is exposed as some kind of interface under Win9x, we can probably do better than inb() / outb(). Under Linux, there's ppdev (a user-land bit-twiddling interface since 2.4-series kernels). Advantages of using ppdev over simple inb() /

[Resend] printer dialog fixes part1 + french

2005-10-07 Thread Jonathan Ernst
Le vendredi 07 octobre 2005 à 08:35 -0400, Dimi Paun a écrit : > On Fri, 2005-10-07 at 17:55 +0530, Vijay Kiran Kamuju wrote: > > Changelog > > --- > > Add the messages in rc file and h file > > One patch per email, please. > Changelog --- Vijay Kiran Kamuju <[EMAIL PR

Re: printer dialog fixes part1

2005-10-07 Thread Vijay Kiran Kamuju
On 10/7/05, Vijay Kiran Kamuju <[EMAIL PROTECTED]> wrote: > Each patch file is a one liner, as i dont have cvs access i tend to > send the one patch per file in the directory. > > On 10/7/05, Dimi Paun <[EMAIL PROTECTED]> wrote: > > On Fri, 2005-10-07 at 17:55 +0530, Vijay Kiran Kamuju wrote: > > >

Fwd: printer dialog fixes part1

2005-10-07 Thread Vijay Kiran Kamuju
Each patch file is a one liner, as i dont have cvs access i tend to send the one patch per file in the directory. > On 10/7/05, Dimi Paun <[EMAIL PROTECTED]> wrote: > > On Fri, 2005-10-07 at 17:55 +0530, Vijay Kiran Kamuju wrote: > > > Changelog > > > --- > > > Add the messages in rc

Re: printer dialog fixes part1

2005-10-07 Thread Dimi Paun
On Fri, 2005-10-07 at 17:55 +0530, Vijay Kiran Kamuju wrote: > Changelog > --- > Add the messages in rc file and h file One patch per email, please. -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: respect ph.dwHow on SetProperty and some other transfers from joystick_linux.c

2005-10-07 Thread Christoph Frick
On Thu, Oct 06, 2005 at 12:30:48PM -0700, Daniel Remenak wrote: > > @@ -859,15 +939,14 @@ > > - JoystickAImpl_Acquire(iface); > > + IDirectInputDevice8_Acquire(iface); > > - JoystickAImpl_Unacquire(iface); > > + IDirectInputDevice8_Unacquire(iface); > > Wha