Re: GetLastError strangeness with FindClose

2003-08-17 Thread Alex Pasadyn
Dmitry Timoshkov wrote: "Eric Pouech" <[EMAIL PROTECTED]> wrote: So, it looks like somewhere in FindClose Wine is resetting the last error. I started digging through there and the functions it calls but I was unable to find where it was getting reset. Can anyone shed some light on this? Is

Re: GetLastError strangeness with FindClose

2003-08-16 Thread Alex Pasadyn
Eric Pouech wrote: You're missing my point (or maybe you're not and you just don't agree with me - in either case, let me make my point in a clearer way). If windows doesn't say it won't change the last error, we, as programmers, should assume that it might. In my experience, a large number of

GetLastError strangeness with FindClose

2003-08-16 Thread Alex Pasadyn
Hi all, I observed a program that was bailing out with an absolutely baffling error message. I have traced it to its cause, but now I'm stuck. Basically, it was telling me that it had an error in FindNextFile of "success". I did a relay trace and found out that it was calling FindFirstFile, F

Re: Is wine a debugger?

2003-07-24 Thread Alex Pasadyn
Dan Timis wrote: I am trying to load a security Windows dll that does not run under a debugger. When I load the dll I get a SIGTRAP, and then wine breaks in its debugger. My understanding is that if I run wine as opposed to winedbg I am not running under a debugger. But, if there is a crash o

Re: Question about WINE and adding the "low-level" CD access APIs...

2003-07-21 Thread Alex Pasadyn
Mike Hearn wrote: I don't know much about SecureRom other than that some Blizzard games use it. (and others) So, there we go. I expect it would not be all that hard to make Wine work with SecuRom at least, you just need to make the mapping between MSCDEX and the Linux low level CD routines. Unfort

Re: Half Life problems

2003-06-09 Thread Alex Pasadyn
Mathew McBride wrote: fixme:system:ChangeDisplaySettingsA ((nil),0x), stub flags= fixme:system:ChangeDisplaySettingsAdevmode=NULL (return to default mode) You are showing ChangeDisplaySettings as a stub, but a while ago I submitted a patch implementing ChangeDisplaySettings and

Re: Warcraft 3 Issues (RedHat 9)

2003-06-09 Thread Alex Pasadyn
Ann and Jason Edmeades wrote: Hiya, Firstly I can only talk about wine, not winex as I really dont have a clue about that. fixme:file:SetFileAttributesW (L"C:\\WINDOWS\\SYSTEM\\SIntf16.dll"):100 >attribute(s) not implemented. fixme:file:SetFileAttributesW (L"C:\\WINDOWS\\SYSTEM\\SIntf32.dll"):10

Re: PATCH: video mode changes

2003-04-12 Thread Alex Pasadyn
Lionel Ulmer wrote: Anyway, there is not only Desktop mode but people which either do not have XVidMode or who have it disabled... Should they always play HalfLife or games using their desktop size or will they be allowed to change the resolution ? For exemple, I will always disable XVidMode in

Re: debugger detection in newbin.

2003-01-23 Thread Alex Pasadyn
d and post it now, but it would appreciate comments from someone who knows more Regards, Alex Pasadyn