* 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
* 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
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
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
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 :
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
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
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
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 (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
> "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
* 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
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
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 --
* 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
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
-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
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
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
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
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%
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
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
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
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
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
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
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
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
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
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
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
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
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
34 matches
Mail list logo