Problems unveiled by the last version.c patch

2004-12-16 Thread pvriens
Hi, just started with a fresh wine install from CVS. I've tried to install vc6redistsetup_enu.exe and was not able to select a directory via the browse dialog. Some regression testing and debugging showed: before patch http://cvs.winehq.org/patch.py?id=14894 : trace:shell:BrsFolderDlgProc hwnd=

Problems with Managed Mode

2004-12-08 Thread pvriens
Hi, just compiled wine (CVS from yesterday 12/7/2004). Started with a clean wine environment. Running 'wine notepad.exe' works fine. Running the same command when the config-file shows: [AppDefaults\\notepad.exe\\x11drv] "Desktop" = "800x600" gives: wine: Unhandled exception (thread 0009), st

Re: Always create a suspended thread in CreateThread and resume it if CREATE_SUSPENDED flag is not set as Windows does

2004-12-02 Thread pvriens
Hi, just wanted to mention the fact that after this fix, my ZooTycoon demo installs like a charm. It doesn't run yet, but I will look into this and hopefully come up with some answers/patches. I guess several Microsoft Game Installers will work as well now. Good stuff. Cheers, Paul Vriens.

Still trying to install ZooTycoon (demo-version)

2004-04-19 Thread pvriens
Hi, I'm still trying (won't give up) to install the ZooTycoon demo from M$. Unfortunatly I've been debugging for the last weeks and cannot seem to find the cause/error/reason it fails. I'm downloading new versions from CVS daily but only seem to find other stuff :-). The installation (copying of

Re: Installing DCOM98 with latest CVS

2004-04-18 Thread pvriens
Went back to the new implementation of GetDiskFreeSpace*. This gives me the following tracing after starting 'wine dcom98.exe' with full tracing on: 0009:Call kernel32.GetDiskFreeSpaceA(,406cfc40,406cfc38,406cfc3c,406cfc28) ret=01004f8a 0009:trace:volume:GetDiskFreeSpaceA (null),0x406cfc40

Installing DCOM98 with latest CVS

2004-04-18 Thread pvriens
Hi, I was trying to install dcom98.exe with the latest CVS and run into several errors ranging from file-not-found errors upto problems with getting the free diskspace of drives. Tracing showed (amongst others): trace:file:GetLongPathNameW L"E:\\TOOLS",0x406cf144,1024 trace:file:RtlDosPathNameToN

'unicode' usage in x11drv/window.c (X11DRV_CreateWindow)

2004-03-31 Thread pvriens
Hi, while going through some of the code I saw that in the above mentioned function we sometimes do a SendMessage(A/W) depending on the setting of the unicode parameter. In the same function we do 3 SendMessageW's without checking unicode. Is this correct or is this not harmful ? Cheers, Paul Vr

Re: Problem with installing ZooTycoon (demo version)

2004-03-28 Thread pvriens
Hi, > > That's the way it's supposed to work; message queues are per-thread, > and a thread will never retrieve messages sent to another > thread. Looks like there's some other problem here that causes the > main thread to not run its message loop. > > -- > Alexandre Julliard > [EMAIL PROTECTED] >

Problem with installing ZooTycoon (demo version)

2004-03-26 Thread pvriens
Hi, I've been trying to get the installation of ZooTycoon (demo downloadable from M$) to work. The installation stops at about 25% during the copying of files, right at the time a new background picture should be shown. I have some questions now (with some accompanying text): ZooTycoon creates a

[PATCH] Small (visual) issue in generating html documentation

2004-03-25 Thread pvriens
Hi, Just a small contribution. Hey, have to start somewhere. When doing a 'make htmlpages' the resulting index.html has no ',' between Q and R for the Index pages. Attached path should fix that. Cheers, Paul --- wine/tools/c2man.pl 2004-02-09 21:44:22.0 +0100 +++ mywine/tools/c2man.pl 2