Re: Steam Problems

2005-06-30 Thread Ivan Gyurdiev
> I've sent a patch to wine-patches some time ago, but it wasn't accepted > because it's wrong. The link is > http://www.winehq.org/hypermail/wine-patches/2005/03/0504.html > > You may try it, it fixes Steam in this aspect, but it may break other apps. Yes, the patch works for Steam, and fixes

Re: dlls/ntdll/cdrom.c breakage

2005-06-30 Thread Dmitry Timoshkov
"Gerald Pfeifer" <[EMAIL PROTECTED]> wrote: I don't see how it worked before then, you need to investigate why '#ifdef SENSEBUFLEN' case doesn't work for you. I checked, and there is no occurrence of SENSEBUFLEN in /usr/include on a SUSE 9.2 machine nor on FreeBSD nor in the entire Wine source

Re: dlls/ntdll/cdrom.c breakage

2005-06-30 Thread Dmitry Timoshkov
"Gerald Pfeifer" <[EMAIL PROTECTED]> wrote: This means that HAVE_SCSIREQ_T_CMD is not defined for you, i.e. scsireq_t has not been detected. Very likely this is caused by a wrong/missing header includes in the configure.ac test, please fix it, it's easy enough. I found that FreeBSD does not ha

Re: dlls/ntdll/cdrom.c breakage

2005-06-30 Thread Gerald Pfeifer
On Thu, 30 Jun 2005, Dmitry Timoshkov wrote: >> cdrom.c: In function `CDROM_ScsiPassThroughDirect': >> drom.c:1423: error: invalid application of `sizeof' to an incomplete type >> cdrom.c: In function `CDROM_ScsiPassThrough': >> cdrom.c:1543: error: invalid application of `sizeof' to an inc

Bug in dlls/comctl32/comctl32undoc.c

2005-06-30 Thread Sascha Cunz
Hi, playing around a bit with wine, i found a thing that is obviously a bug. In lines 1944 and 1977 of dlls/comctl32/comctl32undoc.c the value "0x7FFF" is used to check for the boundary of a 32 bit integer. However, there should be used MAX_INT instead. By the way: Looking at current MSDN, DPA

Re: dlls/ntdll/cdrom.c breakage

2005-06-30 Thread Gerald Pfeifer
On Thu, 30 Jun 2005, Dmitry Timoshkov wrote: >> Alexandre, please find below another patch which does not fix this either, >> but gets rid of some unused variable warnings. >> ChangeLog: >> Avoid unused variable warnings in CDROM_ScsiPassThroughDir() and >> CDROM_ScsiPassThrough(). > This means th

Re: advapi32: Branch the LSA functions from security.c to lsa.c [RESEND]

2005-06-30 Thread Robert Shearman
James Hawkins wrote: --- /dev/null 2005-06-27 14:12:40.646578496 -0500 +++ dlls/advapi32/lsa.c 2005-06-27 16:51:17.0 -0500 @@ -0,0 +1,433 @@ +/* + * Implementation of the Local Security Authority API + * + * This library is free software; you can redistribute it and/or + * modify it un

Re: unixfs registered by default now in cvs

2005-06-30 Thread Michael Jung
On Thursday 30 June 2005 21:21, Brian Vincent wrote: > Does this mean there's no longer a need to map a Z: drive to /? You still can only access the parts of the filesystem, which are accessible by a wine drive. You will see the complete unix directory structure, but you will only be able to sel

Re: Wine avitools/aviplay fails with CO_E_NOTINITIALIZED for any AVI file

2005-06-30 Thread Alex Villací­s Lasso
It worked in the past. When pclsidHandler is set to NULL it performs a registry lookup as the native version does it. If these registry entries are missing it has a problem and could perhaps return the mentioned error - don't know as I have never tested it. In the past these informations were

Re: unixfs registered by default now in cvs

2005-06-30 Thread Brian Vincent
On 6/30/05, Michael Jung <[EMAIL PROTECTED]> wrote: > With the current CVS version, the unixfs shell namespace extension is now > registered by default at the desktop. So if you do a 'regsvr32 shell32' you Does this mean there's no longer a need to map a Z: drive to /? -Brian

Re: Anybody looking for a pet Wine project?

2005-06-30 Thread Jacek Caban
I forgot to attach hh.exe... #include typedef int WINAPI DOWINMAIN(HMODULE hMod, LPSTR cmdline); int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR cmdline, int cmdshow) { HMODULE hModule; DOWINMAIN *doWinMain; hModule = LoadLibrary("hhctrl.ocx"); doWinMain = GetPro

Wine avitools/aviplay fails with CO_E_NOTINITIALIZED for any AVI file

2005-06-30 Thread Alex Villací­s Lasso
I recently downloaded Wine-20050628 (self contained install with fake Windows drive) and tried to use the aviplay program in programs/avitools directory. However, this program fails with this odd error trace: [bash$] WINEDEBUG=shell,ole wine ~/temp/wine/wine-20050628-patch/programs/aviplay.exe

Re: Anybody looking for a pet Wine project?

2005-06-30 Thread Jacek Caban
Hello. I think it will be great to have it done. I'd like to point out one thing for the way to implement it: the most important is to have it working with native shdocvw.dll and mshtml.dll. It won't work with built in in the current state of them, but it will be fixed soon and I believe it can be

Re: MSHTML: fix blank.htm resources

2005-06-30 Thread Jacek Caban
Alexandre Julliard wrote: >That's a feature ;-) We can't support loading builtins as datafiles, >so the idea is that it's more likely that the app will be happy with >loading the native as datafile than loading the builtin in normal >mode. It does make the behavior a bit surprising I agree. > >

Re: MSHTML: fix blank.htm resources

2005-06-30 Thread Alexandre Julliard
Jacek Caban <[EMAIL PROTECTED]> writes: > This patch depends on my patch to wrc. Alexandre, > I discovered why the test didn't fail for me. There is > a bug in Wine that causes loading of the native dll instead > of builtin when you load it as a data file, so I tested the > builtin dll with native

Re: Sony Station

2005-06-30 Thread Oliver Stieber
--- Chuck Hall <[EMAIL PROTECTED]> wrote: > Was there a specific game that you wanted to test > here? > Well, I've just got a copy of Everquest II, but it would be nice to get any of the Sony Station games working. It looks like I can just change a setting in the registry so long as I've run th

Re: [user/tests]: Re: Fix bug that left mouse buttons swapped after tests

2005-06-30 Thread Saulius Krasuckas
* On Thu, 30 Jun 2005, Paul Vriens wrote: > > > Saulius Krasuckas <[EMAIL PROTECTED]> > > - Break from the loop to restore SM_SWAPBUTTON metrics. ... > > --- dlls/user/tests/sysparams.c 20 Jun 2005 15:36:17 - 1.38 > > +++ dlls/user/tests/sysparams.c 30 Jun 2005 07:36:40 - > > @@ -10

Question about deadlock in winmm

2005-06-30 Thread Vitaliy Margolen
Lately I'm seeing a lot of deadlocks in wine's sound system. Most notably winealsa. But the code in question affects all (in my case oss since it's working better for me then others). I'm not sure what exactly happens (deadlock because of race condition or else) but code bellow deadlocks with othe

Re: [user/tests]: Re: Fix bug that left mouse buttons swapped after tests

2005-06-30 Thread jakov
> Saulius Krasuckas wrote: >>>ChangeLog: Fix bug that left mouse buttons swapped after tests >>> >>>Ivan. >> >> >> I think your patch causes test to fail on Wine, Ivan. My try goes next. > > Maybe that isn't a bad thing, the results from the latest build of > winetest shows this test fails > on wi

Re: Fix ntdll compilation in Darwin

2005-06-30 Thread Dmitry Timoshkov
"Phil Krylov" <[EMAIL PROTECTED]> wrote: > #ifdef SENSEBUFLEN > if (pPacket->SenseInfoLength > SENSEBUFLEN) > +#elif defined( __APPLE__ ) > +if (pPacket->SenseInfoLength > kSenseDefaultSize) > #else > if (pPacket->SenseInfoLength > sizeof(struct request_sense)) > #endif Please do no

Re: Fix ntdll compilation in Darwin

2005-06-30 Thread Phil Krylov
Hi Dmitry, On Thu, 30 Jun 2005 22:27:01 +0900 "Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote: > "Phil Krylov" <[EMAIL PROTECTED]> wrote: > > > Index: dlls/ntdll/cdrom.c > > === > > RCS file: /home/wine/wine/dlls/ntdll/cdrom.c,v > > re

Re: Fix ntdll compilation in Darwin

2005-06-30 Thread Dmitry Timoshkov
"Phil Krylov" <[EMAIL PROTECTED]> wrote: Index: dlls/ntdll/cdrom.c === RCS file: /home/wine/wine/dlls/ntdll/cdrom.c,v retrieving revision 1.59 diff -p -u -r1.59 cdrom.c --- dlls/ntdll/cdrom.c 29 Jun 2005 19:18:54 - 1.59 +++ dlls

Re: unixfs registered by default now in cvs

2005-06-30 Thread Michael Jung
On Thursday 30 June 2005 15:01, Dimi Paun wrote: > This is fantastic! Way to go Michael, you've nailed an important > integration issue. BTW, if it is registered by default, why do we > need to 'regsvr32 shell32'? Thanks. If you start without a .wine directory, you won't need the 'regsvr32 shell3

Re: unixfs registered by default now in cvs

2005-06-30 Thread Dimi Paun
On Thu, 2005-06-30 at 14:05 +0200, Michael Jung wrote: > With the current CVS version, the unixfs shell namespace extension is > now registered by default at the desktop. So if you do a 'regsvr32 > shell32' you will see the unix filesystem in the file dialogs. This is fantastic! Way to go Michael,

The wine-patches archives

2005-06-30 Thread Tom Wickline
Looks like ""Downloadable version" is stuck at 9 MB last time I checked we were at a new record of 10.2 MB . Newman to the rescue ? Cheers, Tom

unixfs registered by default now in cvs

2005-06-30 Thread Michael Jung
Hi, With the current CVS version, the unixfs shell namespace extension is now registered by default at the desktop. So if you do a 'regsvr32 shell32' you will see the unix filesystem in the file dialogs. It's probably still quite buggy though. It would be cool if we could get the biggest proble

Re: Delays in FileOpen

2005-06-30 Thread Uwe Bonnes
> "Michael" == Michael Jung <[EMAIL PROTECTED]> writes: Michael> On Wednesday 29 June 2005 23:36, Uwe Bonnes wrote: >> File Open Dialogs for me have some noticable initial delay when >> starting up. For example, try in internet explorer "Save under". I >> don't remember seeing

Fwd: Anybody looking for a pet Wine project?

2005-06-30 Thread Vijay Kiran Kamuju
-- Forwarded message -- From: Vijay Kiran Kamuju <[EMAIL PROTECTED]> Date: Jun 30, 2005 3:42 PM Subject: Re: Anybody looking for a pet Wine project? To: Mike McCormack <[EMAIL PROTECTED]> typelib info of hhctrl.ocx of winxp (used pe explorer) --

Re: [user/tests]: Re: Fix bug that left mouse buttons swapped after tests

2005-06-30 Thread Ivan Leo Puoti
Saulius Krasuckas wrote: ChangeLog: Fix bug that left mouse buttons swapped after tests Ivan. I think your patch causes test to fail on Wine, Ivan. My try goes next. Maybe that isn't a bad thing, the results from the latest build of winetest shows this test fails on windows 2000, windows

Re: [user/tests]: Re: Fix bug that left mouse buttons swapped after tests

2005-06-30 Thread Paul Vriens
>> ChangeLog: Fix bug that left mouse buttons swapped after tests >> >> Ivan. > > I think your patch causes test to fail on Wine, Ivan. My try goes next. > > > ChangeLog: > Saulius Krasuckas <[EMAIL PROTECTED]> > - Break from the loop to restore SM_SWAPBUTTON metrics. > - SetLast

Re: Delays in FileOpen

2005-06-30 Thread Michael Jung
On Wednesday 29 June 2005 23:36, Uwe Bonnes wrote: > File Open Dialogs for me have some noticable initial delay when starting > up. For example, try in internet explorer "Save under". I don't remember > seeing that delay some time before. Dif recent shfolder changes cause that > delay? There was a

Re: Using ReactOS Registry format

2005-06-30 Thread Jürgen Schmied
Hi! Wine had support for reading win2000 registry files once. It was dropped some time ago. I had implemented it around 1999/2000. Have a look in the CVS. Bye Juergen > Hi Martin, > Thanks for this info. It looks like this might work. How do I contact > Eric Kohl? > > Thanks, > James > > On

Re: Mouse-buttons swapped after winetest

2005-06-30 Thread Saulius Krasuckas
* On Fri, 24 Jun 2005, Paul Vriens wrote: > * On Fri, 2005-06-24 at 17:44, Saulius Krasuckas wrote: > > > > Then would be nice to print "err" in following format "err=%0x%08lx" or > > such after a restoration. Any more ideas? Sorry, I meant 0x%08lx. > Why do you want to change that? I thought

Anybody looking for a pet Wine project?

2005-06-30 Thread Mike McCormack
Hi All, If anybody is looking for a small project, I've got just the thing for you! hh.exe and hhctrl.ocx are two components of the Microsoft HTML help engine. hh.exe is a small wrapper around hhctrl.ocx, which is the HTML help viewer. hhctrl.ocx embeds IE and feeds it HTML documents decod

Re: [MSXML] : add declarations for XMLDOM

2005-06-30 Thread Mike McCormack
Hi Vijay, Vijay Kiran Kamuju wrote: I am sending a new patch for th XMLDOM stuff ChangeLog add definitions and declarations for XMLDOM stuff Thanks for sending the patch in. After looking through it, here are my notes: * try cut it up into small bits, the smaller the bett