Re: DirectDrawEnumerateExW calls DirectDrawEnumerateExA

2005-10-26 Thread Saulius Krasuckas
* On Thu, 26 Oct 2005, Vincent [ISO-8859-1] B?ron wrote: > * Le mer 26/10/2005 ? 16:26, Lionel Ulmer a ?crit : > > * On Wed, Oct 26, 2005 at 10:03:36PM +0300, Saulius Krasuckas wrote: > > > > > > As this struct keeps base information about a driver and it uses > > > char strings, I guess %Subject

Re: DirectDrawEnumerateExW calls DirectDrawEnumerateExA

2005-10-26 Thread Saulius Krasuckas
* On Wed, 26 Oct 2005, Lionel Ulmer wrote: > * On Wed, Oct 26, 2005 at 10:03:36PM +0300, Saulius Krasuckas wrote: > > > > As this struct keeps base information about a driver and it uses char > > strings, I guess %Subject% cross call should be marked invalid in the > > wiki. Right? > > If one

Re: XEmbed Systray Support

2005-10-26 Thread James Liggett
On Wed, 2005-10-19 at 14:33 +0200, Alexandre Julliard wrote: > I'm afraid it's too big a change to get in at this point. Besides, > there are still problems with that patch. Now that 0.9 is released and the freeze is over, can you please tell me what the problems are so I can fix them? Thanks, J

WM_SIZING

2005-10-26 Thread Rob D
I Finally got Wine working on Solaris 9 and tweaked the Makefiles to get my 250k lines of code app to compile on Winelib!! Of course it crashes immediately and core dumps but that is (apparently known) issue that I will investigate later. Due to the extensive amount of time it took to get 3 m

directx 7/8/9

2005-10-26 Thread Christian Gmeiner
Hi all.. can somebody give me a light on the directx stuff in wine? Maybe i am wrong, but isn't it true that in each version are very similar renderstates.. I want to fix some err: now... err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_LINEPATTERN (000a) value :

Re: DirectDrawEnumerateExW calls DirectDrawEnumerateExA

2005-10-26 Thread Vincent Béron
Le mer 26/10/2005 à 16:26, Lionel Ulmer a écrit : > On Wed, Oct 26, 2005 at 10:03:36PM +0300, Saulius Krasuckas wrote: > > As this struct keeps base information about a driver and it uses char > > strings, I guess %Subject% cross call should be marked invalid in the > > wiki. Right? > > Well, w

Re: DirectDrawEnumerateExW calls DirectDrawEnumerateExA

2005-10-26 Thread Lionel Ulmer
On Wed, Oct 26, 2005 at 10:03:36PM +0300, Saulius Krasuckas wrote: > As this struct keeps base information about a driver and it uses char > strings, I guess %Subject% cross call should be marked invalid in the > wiki. Right? Well, we could move the DDraw code to Unicode and do the opposite (ha

Re: Wine regression testing: PIT_

2005-10-26 Thread Lionel Ulmer
On Wed, Oct 26, 2005 at 10:04:46AM +, Molle Bestefich wrote: > I want to find which patch ruins an application. > The application, according to one note, worked in 2003. > I decide to try and see how it really runs with the 2003 version of > Wine mentioned in the note. The question now is: why

Re: Small CVS-Update-Script

2005-10-26 Thread Christian Lachner
Hmm, it's always good to have an alternative i think and the second thing is that my script is a little bit simpler and is a general cvs-update-script which is configured for wine. You can easily use it for something else too. It's some bash-exercise for me and... don't you like it? it should be q

DirectDrawEnumerateExW calls DirectDrawEnumerateExA

2005-10-26 Thread Saulius Krasuckas
DirectDrawEnumerateExW (dlls/ddraw/main.c) calls DirectDrawEnumerateExA, which uses ddraw_driver struct (dlls/ddraw/ddraw_private.h), which has a member DDDEVICEIDENTIFIER2 struct (include/ddraw.h), which is defined this way: typedef struct tagDDDEVICEIDENTIFIER2 { charszDriver[MAX_DDDEV

Re: CVS Update hangs in wine/documentation

2005-10-26 Thread Uwe Bonnes
> "Christian" == Christian Lachner <[EMAIL PROTECTED]> writes: Christian> maybe there was... atm it works for me :). On 10/26/05, Uwe Christian> Bonnes <[EMAIL PROTECTED]> wrote: >> Hallo, >> >> CVS updates hangs for me in wine/documentation. Is there any CVS >> probl

Re: CVS Update hangs in wine/documentation

2005-10-26 Thread Saulius Krasuckas
* On Wed, 26 Oct 2005, Christian Lachner wrote: > * On 10/26/05, Uwe Bonnes <[EMAIL PROTECTED]> wrote: > > > > CVS updates hangs for me in wine/documentation. Is there any CVS problem? > > maybe there was... atm it works for me :). Maybe the 4 MB size patch of documentation/Changelog.OLD was the

Re: CVS Update hangs in wine/documentation

2005-10-26 Thread Christian Lachner
maybe there was... atm it works for me :). On 10/26/05, Uwe Bonnes <[EMAIL PROTECTED]> wrote: > Hallo, > > CVS updates hangs for me in wine/documentation. Is there any CVS problem? > > Bye > -- > Uwe Bonnes[EMAIL PROTECTED] > > Institut fuer Kernphysik Schlossgartenstrasse 9 6428

CVS Update hangs in wine/documentation

2005-10-26 Thread Uwe Bonnes
Hallo, CVS updates hangs for me in wine/documentation. Is there any CVS problem? Bye -- Uwe Bonnes[EMAIL PROTECTED] Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt - Tel. 06151 162516 Fax. 06151 164321 --

Re: Wine regression testing: PIT_

2005-10-26 Thread Saulius Krasuckas
* On Wed, 26 Oct 2005, Jonathan Ernst wrote: > * Le mercredi 26 octobre 2005 ?? 16:49 +0200, Molle Bestefich a ??crit : > > > > The approach is useless however, until these simple fixes are applied > > to the tarballs (preferably through the versioning system). > > How do you decide what things

Re: Wine regression testing: PIT_

2005-10-26 Thread gslink
A lot of people have had this same problem in the past. Managing it is a problem but there is a solution. Establish a policy that all regression testing be done within the two latest versions. If it doesn't run now and it did a year ago consider it a different problem. This is the only solut

World of Warcraft 1.8.1 in Wine 0.9 issues

2005-10-26 Thread Joseph Garvin
-Sound only works when Hardware Acceleration is set to Emulated and Driver Emulation is turned on in winecfg. I have nforce2 sound, but I think this is true for everyone judging by the gentoo forums. -Sound doesn't work very well it cuts out periodically and there are constant buffer underrun

Re: OLEAUT32: multiplication/division support for DECIMAL (patch 1 of 4)

2005-10-26 Thread Alexandre Julliard
Alex Villací­s Lasso <[EMAIL PROTECTED]> writes: > + /* this one shows that native oleaut32 is willing to lose significant > digits in order to avert an overflow */ > + SETDEC(l,2,0,0,0xULL);SETDEC(r,0,0,0,401ULL); > MATH2(VarDecMul);EXPECTDEC(1,0,0xee6b2800,0x1999

Re: Wine regression testing: PIT_

2005-10-26 Thread Jonathan Ernst
Le mercredi 26 octobre 2005 à 16:49 +0200, Molle Bestefich a écrit : > > The approach is useless however, until these simple fixes are applied > to the tarballs (preferably through the versioning system). How do you decide what things have to be fixed in old tarballs ? Do you test each old tarba

winedbg and ddd/kdbg problem...

2005-10-26 Thread Markus G�mmel
Hi, I'm coming from Windows, so a graphical debugging system is needed :-) I'm trying to connect winedbg to ddd as described in the docu, but the following error occured during startup: wine-pthread: gdbproxy.c:1984: extract_packets: Assertion 'i == gdbctx->out_len' failed. Same happens when

Re: Wine regression testing: PIT_

2005-10-26 Thread Molle Bestefich
Mike McCormack wrote: > To do a valid regression test, you really want to run it on a system > that worked in 2003, so you probably should be compiling it and running > it on Slackware 9.0 or rather than Slackware 10.1, or whatever system > you were using back then. Probably. I don't require 100%

Re: Small CVS-Update-Script

2005-10-26 Thread Andreas Schneider
Why don't you help to do further development on the WineCVS script instead of writing your own? http://sourceforge.net/projects/winecvs/ -- andreas Christian Lachner wrote: > I know that there is something like my script out there but i did > (again) spend some time on rewriting my own o

Re: Missing and zero precision specifiers are different. Fixes bug #3646.

2005-10-26 Thread Jesse Allen
On 10/26/05, Mike McCormack <[EMAIL PROTECTED]> wrote: > ChangeLog: > Missing and zero precision specifiers are different. Fixes bug #3646. > > dlls/msvcrt/wcs.c | 14 -- > 1 files changed, 8 insertions(+), 6 deletions(-) > > That's fixed one of the precision bugs. The other on

Re: wine/. ANNOUNCE ChangeLog VERSION configure

2005-10-26 Thread Mike Hearn
On Tue, 25 Oct 2005 17:10:03 -0500, Robert Shearman wrote: > Congratulations all around. Everyone should deserve a beer for reaching > this milestone. Absolutely - well done to everybody who has worked on making Wine what it is. All 800+ of us! And especially well done to our incredibly persistent

Re: Wine release 0.9

2005-10-26 Thread Thom Rechak
CONGRATULATIONS on this amazing milestone!! - Original Message - From: "Alexandre Julliard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 25, 2005 5:47 AM Subject: Wine release 0.9 This is release 0.9 of Wine, a free implementation of Windows on Unix. After 12 ye

winelib app compatibility between wine versions

2005-10-26 Thread Eugene Aksenov
our winelib app was originally built/run under wine-*-20050524 and we also ran the binaries under the next versions of wine, for example under wine-20050725. But under wine-20050930 the binary failed to start with 'segmentation fault'. i also tried to run notepad.exe.so from wine-20050524 bin

Re: AppDB

2005-10-26 Thread Chris Morgan
It has been removed. Chris On Wednesday 26 October 2005 2:52 am, Molle Bestefich wrote: > Oh, and while I'm complaining about the AppDB :-).. > > I'm getting slightly annoyed with the > over hers > that's printed in every version of every application. What's that? > Debug output? Use if you

Re: Wine and Mono

2005-10-26 Thread Andreas Mohr
Hi, On Wed, Oct 26, 2005 at 08:13:22AM -0400, David Lee Lambert wrote: > Now that Wine is finally, officially, in a numbered release, it might > be a good idea to reopen the question of Wine/Mono dynamic linking or > other cooperation. For an example of the bad feelings that some .NET > users

Re: Wine and Mono

2005-10-26 Thread David Lee Lambert
Jonathan Ernst wrote: .exe files are often associated with Wine so that it's easy for users to double click a windows application and have it working like any native application. Wouldn't it be possible for Wine to detect .Net application and run them using mono (mono app.exe) instead of just f

Re: Wine regression testing: PIT_

2005-10-26 Thread Marcus Meissner
On Wed, Oct 26, 2005 at 01:04:30PM +0200, [EMAIL PROTECTED] wrote: > Very good points. It seems a lot of this has been accepted over the years > on the basis that wine was alpha software and in that context , the past > is the past - get the new release etc. > > It seems that the result is , a

Re: Wine regression testing: PIT_

2005-10-26 Thread wino
Very good points. It seems a lot of this has been accepted over the years on the basis that wine was alpha software and in that context , the past is the past - get the new release etc. It seems that the result is , as you say, regression testing is a PITA and as a result often gets skipped

Re: Wine regression testing: PIT_

2005-10-26 Thread Mike McCormack
I then spend several days pulling various releases, just trying to compile them. They all fail miserably, because some fix required to compile correctly with newer Linux versions is /missing/. For example, - any Wine before 2004-01-02 won't work because it won't compile against newer ALSA vers

Wine regression testing: PIT_

2005-10-26 Thread Molle Bestefich
Regression testing with Wine is a pain in the butthole. For very bad reasons: Stuff that is simple to fix, but haven't been. I'd like to help improve that situation. Example: I want to find which patch ruins an application. The application, according to one note, worked in 2003. I dec

Wine 0.9 on news.google.de

2005-10-26 Thread Andreas Mohr
Hi all, just wanted to mention that you can see Wine 0.9 making headlines on http://news.google.de if you visit it right now... (I also got a screenshot) Andreas -- No programming skills!? Why not help translate many Linux applications! https://launchpad.ubuntu.com/rosetta