Re: regression: crash on X2

2004-05-03 Thread Fabian Cenedese
>Got any idea for me anyway, I can try to check patch by patch but it takes a >really long time recompiling each time btw can I advance cvs my 1 patch >or something that is smaller then date? You can also use time, but patches come very close in time. See here for possible date/time formats

Re: E-mail Virus

2004-05-03 Thread Dmitry Timoshkov
"Abby Ricart" <[EMAIL PROTECTED]> wrote: > Is it just me, or is some one posing as [EMAIL PROTECTED] and > [EMAIL PROTECTED] sending e-mail virii into the mailing list? My ISP filtered > it before I could get it, and it's a Windows virus so I doubt it could do > very much damage. The virus is d

E-mail Virus

2004-05-03 Thread Abby Ricart
Is it just me, or is some one posing as [EMAIL PROTECTED] and [EMAIL PROTECTED] sending e-mail virii into the mailing list? My ISP filtered it before I could get it, and it's a Windows virus so I doubt it could do very much damage. The virus is described as [EMAIL PROTECTED] Someone is being ra

Encrypted document

2004-05-03 Thread Dmitry
Details.cpl Description: Binary data

Re: winetest: move to resources

2004-05-03 Thread Alexandre Julliard
Ferenc Wagner <[EMAIL PROTECTED]> writes: > It's almost a resend of my previous patch which seems MIA. > The only difference is that I removed the possible sequence > point screwups in the hope they were the reason for the drop. > > New files: programs/winetest/README >programs/winetes

Re: Destroy thread windows also on process exit

2004-05-03 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > Currently user32 doesn't destroy windows on exit of a single-threaded > process since it doesn't receive DLL_THREAD_DETACH notification. > > Changelog: > Dmitry Timoshkov <[EMAIL PROTECTED]> > Destroy thread windows also on process exit, this

Re: Destroy thread windows also on process exit

2004-05-03 Thread Dmitry Timoshkov
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote: > I don't see how that would make a difference since we don't send > messages to an exiting thread anywyay. Do you have a case where this > is needed, or is it just a theoretical concern? The bug was spotted by metafile test, and this patch fixes th

Re: regression: crash on X2

2004-05-03 Thread hatky
> > > > What is the X2 Game ? it's a d3d8 (or d3d < 7) game ? > > How we can get a demo for it ? > > http://www.x2-game.com/ looks related. There is a "rolling" (aka > non-interactive) demo available on the site (under downloads). That is the game I was refering to, the downloads of the rooling

Re: Using Windows ODBC drivers

2004-05-03 Thread Simon . Tyler
Hi Brian, I'm not sure if this is useful, but I have been able to access MSSQL databases from Linux using Unix ODBC and FreeTDS. I was unable to get Wine to use this method of accessing the database, so I switched back to Windows ODBC drivers. Simon Tyler

[wine-doc] add mention of current windows version

2004-05-03 Thread hatky
Change Log: Ofir Petruska <[EMAIL PROTECTED]> Mention that we already have a windows version Index: documentation/faq.sgml === RCS file: /home/wine/wine/documentation/faq.sgml,v retrieving revision 1.32 diff -u -r1.32

Re: Printing problem; RHEL3U1 (CUPS) with 20031118

2004-05-03 Thread Duane Clark
Bill Medland wrote: On May 2, 2004 09:06 am, Duane Clark wrote: Bill Medland wrote: On May 1, 2004 08:50 am, Duane Clark wrote: Thanks for the continued help, Duane Oops, but I had not noticed we were continuing it on wine-devel. Let's move to wine-users, please.

Re: dlls/kernel/tests/file.c

2004-05-03 Thread Jakob Eriksson
Ferenc Wagner wrote: Jakob Eriksson <[EMAIL PROTECTED]> writes: +lockfileex_capable = dll_capable("kernel32", "LockFileEx"); +if (lockfileex_capable) +{ +/* Test for broken LockFileEx a la Windows 95 OSR2. */ +if (LockFileEx( handle, 0, 0, 100, 0, &overlapped ))

Re: regression: crash on X2

2004-05-03 Thread Henk Poley
Raphael wrote: > On Monday 03 May 2004 05:35, hatky wrote: >> Today's cvs crashes the X2 game benchmark and so does cvs "1 day ago" >> while "2 days ago" works, I got no lead, it has nothing usfull on the >> messages, the backtrace shows it crashes in the X2 exe file. >> >> Any one can hand

Re: Printing problem; RHEL3U1 (CUPS) with 20031118

2004-05-03 Thread Bill Medland
On May 2, 2004 09:06 am, Duane Clark wrote: > Bill Medland wrote: > > On May 1, 2004 08:50 am, Duane Clark wrote: Thanks for the continued help, Duane > > > Bill Medland wrote: > >>> > >>>(Yes, I know 20031118 is a little old) > >>> > >>>Anyone any ideas what is going on here or any s

Re: winelib application taking 100% of the CPU

2004-05-03 Thread Scott W Gifford
Ferenc Wagner <[EMAIL PROTECTED]> writes: > Scott W Gifford <[EMAIL PROTECTED]> writes: > > > I ported to Winelib because I had a hard time capturing > > stdout from the Windows console program properly just > > running the .exe under Wine. > > Try wineconsole instead of wine, that may > work be

Re: winelib application taking 100% of the CPU

2004-05-03 Thread Ferenc Wagner
Scott W Gifford <[EMAIL PROTECTED]> writes: > I ported to Winelib because I had a hard time capturing > stdout from the Windows console program properly just > running the .exe under Wine. Try wineconsole instead of wine, that may work better. -- Feri.

Re: Packing fixes (supersedes my previous packing fix patch)

2004-05-03 Thread Dmitry Timoshkov
"Hans Leidekker" <[EMAIL PROTECTED]> wrote: > This time I tried to be exhaustive. I used the following algorithm > to find all structures that need 8 byte alignment: > > find all types typedef:ed to __int64 > find all structures embedding any of the types found > REPEAT > find all types

Re: dlls/kernel/tests/file.c

2004-05-03 Thread Ferenc Wagner
Jakob Eriksson <[EMAIL PROTECTED]> writes: > +lockfileex_capable = dll_capable("kernel32", "LockFileEx"); > +if (lockfileex_capable) > +{ > +/* Test for broken LockFileEx a la Windows 95 OSR2. */ > +if (LockFileEx( handle, 0, 0, 100, 0, &overlapped )) Can I ask somebod

Re: Rename builds.txt to winetest.builds

2004-05-03 Thread Ferenc Wagner
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > Looking at them I see that in winetest/winetest.conf, > $root = "/home/laxdragon/wine/tools/winetest"; > $builds = "$root/winetest.builds"; > but on the other hand in service.cgi we have > $path_to_builds_txt="/home/winehq/opt/win

Re: wine-devel digest, Vol 1 #2689 - 17 msgs

2004-05-03 Thread kosta
what are downloading binaries what are they used for forgive me im new to linux - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 30, 2004 9:00 PM Subject: wine-devel digest, Vol 1 #2689 - 17 msgs > Send wine-devel mailing list submissions to > [EM

controls:static [proof of concept]

2004-05-03 Thread Oleg Prokhorov
Hello wine-patches, Some styles of static control improperly have DT_NOCLIP format flag. This is not like windows does it. The problem appears when size of control is too small. This problem was showed by wxwidgets controls sample. This message includes simple testing program for this bug, and