Re: New EXE

2003-09-01 Thread Dimitrie O. Paun
On August 30, 2003 04:16 pm, Jakob Eriksson wrote: Dimitrie O. Paun wrote: -- We should look for and report the exact version number of the OS. Now that we have a C program, it should not be difficult. == Tests prepared

Re: New EXE

2003-09-01 Thread Vincent Béron
Le dim 31/08/2003 à 19:01, Dimitrie O. Paun a écrit : On August 30, 2003 04:16 pm, Jakob Eriksson wrote: Dimitrie O. Paun wrote: -- We should look for and report the exact version number of the OS. Now that we have a C program, it should not be difficult.

Re: New EXE

2003-09-01 Thread Dimitrie O. Paun
On August 31, 2003 07:18 pm, Vincent Béron wrote: (And why haven't you installed SP3 yet? You've read the EULA for it? :)) Nah, I'm just lazy :) I don't use Windows much... In other words, the stuff returned by GetVersionEx():

Re: Source release and download directory

2003-09-01 Thread Dimitrie O. Paun
On August 31, 2003 01:18 pm, Jakob Eriksson wrote: http://vmlinux.org/jakov/Wine/ A few comments: -- The archive seems to be missing main.c -- I think it belongs in programs/ rather than tools -- Why do we need the entire xd distribution. It's public domain, just copy what you need

Re: New EXE

2003-09-01 Thread Ivan Leo Murray-Smith
Yes, it would be nice to have more frequent releases, but we would have trouble labeling them...unless we stick to the build date. But in that case, we have to have a well understood convention on what MMDD means in terms of time, and we have to stick to it (well, the person building this

Re: New EXE

2003-09-01 Thread Dimitrie O. Paun
On August 31, 2003 07:52 pm, Ivan Leo Murray-Smith wrote: What about an automatic build? Well, someone still has to donate the box, look up for it, upload the file to SF, etc. In other words, we need a volunteer that will do this regularly. If he can automate his task, the better, but that's his

Re: [ANN] Conformance testing campaign

2003-09-01 Thread Oleg Prokhorov
Hello Ferenc, Saturday, August 30, 2003, 4:50:02 AM, you wrote: FW Greetings! FW Hereby I ask people who have access to real Windows machines FW to help me gather information about the behaviour of cross- FW compiled conformance tests on the different platforms. I've got Win2k SP4 and kernel

Re: [ANN] Conformance testing campaign

2003-09-01 Thread Troy Rollo
On Mon, 1 Sep 2003 11:29, Oleg Prokhorov wrote: I've got Win2k SP4 and kernel test process just hangs on my PC, after generating a number of GPF :( Are you hoping for this functionality to be duplicated in Wine?

Re[2]: [ANN] Conformance testing campaign

2003-09-01 Thread Oleg Prokhorov
Hello Oleg, Monday, September 1, 2003, 8:29:57 AM, you wrote: FW Hereby I ask people who have access to real Windows machines FW to help me gather information about the behaviour of cross- FW compiled conformance tests on the different platforms. OP I've got Win2k SP4 and kernel test process

Windows Video Drivers on Linux

2003-09-01 Thread Steven Edwards
Hello, There is no code yet on this site but I would take this guy at his word as he is the one that developed the Private ICE debugger for Linux. One of our developers with the ReactOS project ported PICE to ReactOS so we could debug drivers. Well now it seems he has decided to try and

Re: Bugzilla bug #556

2003-09-01 Thread Dave Miller
Thanks, I hoped it would be that simple. I'll begin work on this and see if anyone yells my patches are wrong. :)

Re: Windows Video Drivers on Linux

2003-09-01 Thread Sylvain Petreolle
Hi Klaus and Steven, Since this project will provide Microsoft drivers functionnality, will it emulate vga.dll and others dlls ? I agree with the fact this sounds really interesting, but I dont see now in which case this could provide some gain to the linux user. Do some display exist and need

wine SIGSEGV at startup

2003-09-01 Thread Dimitrie O. Paun
Hi folks, For a few days now, I have a lot of problems with wine. I've managed to get it going a few days back, but I can't remember how. Now it just seg faults at startup. I just did a: [EMAIL PROTECTED] wine.build]$ make -s clean [EMAIL PROTECTED] wine.build]$ ../wine.src/configure --with-ntpd

Re: msi.dll broken with yacc in current cvs

2003-09-01 Thread Todd Vierling
On Sun, 31 Aug 2003, Mike McCormack wrote: : I think it's probably better to upgrade your yacc. I guess we could add : a configure test for this and disable msi.dll if yacc is not new enough, Currently configure.ac is already checking for yacc vs. bison (search for XYACC), but does nothing with

Re: msi.dll broken with yacc in current cvs

2003-09-01 Thread Mike McCormack
Hi Todd, I think we should make configure check whether %pure-parser is supported, rather than presuming that yacc doesn't support it and bison does. Mike Todd Vierling wrote: Currently configure.ac is already checking for yacc vs. bison (search for XYACC), but does nothing with that value.

AW: Windows Video Drivers on Linux

2003-09-01 Thread Klaus Gerlicher
Title: AW: Windows Video Drivers on Linux What it does is to emulate win32k.sys and videoprt.sys functionality and hook the X server up to use any available driver for Win2K/XP. The display driver in windows is a two component model, one DLL and one SYS. The DLL (display driver) links to

Re: add missing shell32 functions

2003-09-01 Thread dmiller
Sorry, that shouldn't be removed. First patch, first lesson learned. I started with wine-20030813, then patched against CVS. That one function was added in CVS. I'll fix it and resubmit. Vincent Béron [EMAIL PROTECTED] said: Le lun 01/09/2003 à 02:39, Dave Miller a écrit : This patch

Re: [ANN] Conformance testing campaign

2003-09-01 Thread Ferenc Wagner
Jakob Eriksson [EMAIL PROTECTED] writes: Oleg Prokhorov wrote: I've got Win2k SP4 and kernel test process just hangs on my PC, after generating a number of GPF :( Hangs also on WinME. Interestingly enough, 2k SP3 seems to more or less pass it. By the way, could you send me ME test results?

Re: Source release and download directory

2003-09-01 Thread Jakob Eriksson
Dimitrie O. Paun wrote: On September 1, 2003 04:40 am, Jakob Eriksson wrote: Yes, just get rid of everything but the xd.c file, and place that one in the same dir with the other stuff, no need for a subdir. ok. In the Makefile, have a variable with all the tests, like so: TESTS = \

Re: Source release and download directory

2003-09-01 Thread Dimitrie O. Paun
On September 1, 2003 01:00 pm, Jakob Eriksson wrote: This is what is in my queue of requests so far: http://vmlinux.org/cgi-bin/[EMAIL PROTECTED]@regression-bui lder Looks good. But why? I thought running the regrtest.exe with Wine was sufficient. Or is the problem Wine is reporting

Re: [ANN] Conformance testing campaign

2003-09-01 Thread Eric Pouech
It will not receive EXIT_PROCESS_DEBUG_EVENT, only EXCEPTION_DEBUG_EVENT first with ExceptionCode = STATUS_BREAKPOINT, then with ExceptionCode = STATUS_ACCESS_VIOLATION continually. it's likely the child process seg faults somewhere, and the test doesn't handle it. why the child seg faults is

Re: wine SIGSEGV at startup

2003-09-01 Thread Vincent Béron
Le lun 01/09/2003 à 10:28, Dimitrie O. Paun a écrit : Hi folks, For a few days now, I have a lot of problems with wine. I've managed to get it going a few days back, but I can't remember how. Now it just seg faults at startup. I just did a: [EMAIL PROTECTED] wine.build]$ make -s clean

Building winetests as a winelib app (Was: Re: Source release anddownload directory)

2003-09-01 Thread Jakob Eriksson
Dimitrie O. Paun wrote: No, there's no problem, but the question is more why not? It may be just for aethetics, but I think that counts in OSS :) If there are big problem, we can drop it, but if it's just a minimal attention to detail... Also, the big advantage is that would alow it's development

Re: [ANN] Conformance testing campaign

2003-09-01 Thread Jakob Eriksson
Ferenc Wagner wrote: Jakob Eriksson [EMAIL PROTECTED] writes: Oleg Prokhorov wrote: I've got Win2k SP4 and kernel test process just hangs on my PC, after generating a number of GPF :( Hangs also on WinME. Interestingly enough, 2k SP3 seems to more or less pass it. By the

Re: Source release and download directory

2003-09-01 Thread Dimitrie O. Paun
On September 1, 2003 04:40 am, Jakob Eriksson wrote: I already cut down stuff from the regular distribution. (Would you also like to get rid of the man page and html for instance? Just tell me.) Yes, just get rid of everything but the xd.c file, and place that one in the same dir with the

Re: wine SIGSEGV at startup

2003-09-01 Thread Dimitrie O. Paun
On September 1, 2003 10:36 am, Vincent Béron wrote: [EMAIL PROTECTED] wine.build]$ ../wine.src/configure --with-ntpd --silent make -s depend make -s -^ Should be --with-nptl :) OK, and why don't I get an error? I've always assumed

Re: wine SIGSEGV at startup

2003-09-01 Thread Vincent Béron
Le lun 01/09/2003 à 10:43, Dimitrie O. Paun a écrit : On September 1, 2003 10:36 am, Vincent Béron wrote: [EMAIL PROTECTED] wine.build]$ ../wine.src/configure --with-ntpd --silent make -s depend make -s -^ Should be

Re: New EXE

2003-09-01 Thread Jakob Eriksson
Dimitrie O. Paun wrote: On August 30, 2003 04:16 pm, Jakob Eriksson wrote: Dimitrie O. Paun wrote: -- We should look for and report the exact version number of the OS. Now that we have a C program, it should not be difficult. ==

listview expert required (again)

2003-09-01 Thread Eric Pouech
another bug description for listview (native listview works as expected here) configuration : - a listview in autoarrange mode - adding item one after the other - say the first item is created with the selection (LVIS_SELECTED) - some more items are inserted without the selection - in some

Re: Windows Video Drivers on Linux

2003-09-01 Thread Gerhard W. Gruber
On Sun, 31 Aug 2003 22:14:02 -0700 (PDT), Steven Edwards [EMAIL PROTECTED] wrote: There is no code yet on this site but I would take this guy at his word as he is the one that developed the Private ICE debugger for Linux. One of our developers with the ReactOS project And my bet is that there

Re: AW: Windows Video Drivers on Linux

2003-09-01 Thread Gerhard W. Gruber
On Mon, 1 Sep 2003 16:28:58 +0200, Klaus Gerlicher [EMAIL PROTECTED] wrote: What it does is to emulate win32k.sys and videoprt.sys functionality and hook the X server up to use any available driver for Win2K/XP. The display driver in windows is a two component model, one DLL and one SYS. The

Re: [ANN] Conformance testing campaign

2003-09-01 Thread Ferenc Wagner
Jakob Eriksson [EMAIL PROTECTED] writes: Ferenc Wagner wrote: By the way, could you send me ME test results? :) Just kill through the hangs! Killing on ME results in ME lock up. :) Sorry, I was not clear enough. May I ask you to run my package? (http://afavant.elte.hu/~wferi/wine) ME is

Re: Source release and download directory

2003-09-01 Thread Jakob Eriksson
Dimitrie O. Paun wrote: On August 31, 2003 01:18 pm, Jakob Eriksson wrote: http://vmlinux.org/jakov/Wine/ A few comments: -- The archive seems to be missing main.c Yes, I missed something. -- I think it belongs in programs/ rather than tools Sure. I just guessed. -- Why do we need the

Re: [ANN] Conformance testing campaign

2003-09-01 Thread Jakob Eriksson
Oleg Prokhorov wrote: Hello Ferenc, Saturday, August 30, 2003, 4:50:02 AM, you wrote: FW Greetings! FW Hereby I ask people who have access to real Windows machines FW to help me gather information about the behaviour of cross- FW compiled conformance tests on the different platforms. I've got

Re: wine SIGSEGV at startup

2003-09-01 Thread Mike McCormack
Dimitrie O. Paun wrote: I'd say autoconf works that way, just silently processing unknown args. Well, it does, but it's Just Not Cool(TM). I wonder if we could do some error checking ourselves. Is the current behaviour desirable? It works that way because it may call other configure scripts,

Re: wine SIGSEGV at startup

2003-09-01 Thread Mike Hearn
On Mon, 2003-09-01 at 16:01, Dimitrie O. Paun wrote: Well, it does, but it's Just Not Cool(TM). I wonder if we could do some error checking ourselves. Is the current behaviour desirable? Desirable, probably not. Standard, yes. It's just autotools sucking, it'd be nice to replace it with a newer

Re: add missing shell32 functions

2003-09-01 Thread Vincent Béron
Le lun 01/09/2003 à 02:39, Dave Miller a écrit : This patch begins reconciling the windows and wine spec files (bugzilla bug 556) If I've done this correctly and noone objects I'll follow up with more additions. ChangeLog Add some missing functions to shell32.spec ---

AW: AW: Windows Video Drivers on Linux

2003-09-01 Thread Klaus Gerlicher
Title: AW: AW: Windows Video Drivers on Linux Gerhard, I haven't really abandoned pICE, it's just that I didn't have the time nor guts to finish with it. Kernel development went ahead in big steps at that time and I couldn't follow anymore. I will now rather pursue development of the GDI

dinput/mouse handing

2003-09-01 Thread Michael Schlüter
Hi, I still have a problem with mouse handling in the demo of Star Trek Elite Force II. It looks like the game initializes the mouse with: 0009:trace:dinput:SysMouseAImpl_SetCooperativeLevel (this=0x40403e00,0x,0x0005) 0009:trace:dinput:SysMouseAImpl_SetCooperativeLevel cooperative