registry test incorrect for xp

2004-11-07 Thread James Hawkins
I just completed building the wine conformance tests with Visual Studio .NET. When I ran the advapi32/security tests, there were 28 failures (compiled and tested on XP). The first error I looked at is: registry.c:93: Test failed: data_count set to 24 instead of 7 Looking at registry.c, this tes

Re: Fix for metafile test

2004-11-07 Thread Dan Kegel
[EMAIL PROTECTED] wrote: This is from when I ran winetest.exe from the desktop: http://test.winehq.org/data/200411021000/2000/gdi32:metafile.txt : metafile.c:126:hdcDisplay 76010815 metafile.c:154:hdcMetafile 202107C1 metafile.c:40:hdc 76010815, emr->iType 1, emr->nSize 108, param 0022FB58 met

Re: signaling unix threads

2004-11-07 Thread Marcus Meissner
On Sun, Nov 07, 2004 at 10:14:40PM -0800, Dan Kegel wrote: > Mike Hearn wrote: > > I quite liked Michaels idea of the RT signals. Is there some reason we > > can't use them? > > I didn't see Michael's proposal. Can you point to it? > > Now, I don't pretend to understand the issues here, but read

Re: signaling unix threads

2004-11-07 Thread Dan Kegel
Mike Hearn wrote: > I quite liked Michaels idea of the RT signals. Is there some reason we > can't use them? I didn't see Michael's proposal. Can you point to it? Now, I don't pretend to understand the issues here, but reading your patch, http://www.winehq.org/hypermail/wine-patches/2004/11/att-00

Re: Winetest questions

2004-11-07 Thread Dan Kegel
Dimitrie O. Paun wrote: On Sun, Nov 07, 2004 at 03:48:53PM -0800, Dan Kegel wrote: Ah, but you don't disable it, as far as I can tell. As of last month, I was able to run winetest under Linux, and because of that wrong environment setting, it got all the todo_wine's wrong. In fact, winetest.exe.so

Blocking automatic debugger launch

2004-11-07 Thread Kenneth Porter
I've got an app that seems to be crashing during shutdown. (Tribes Vengeance dedicated server) I'm running it detached inside a screen session, and I don't want the debugger to automatically launch when the app crashes. I just want the thing to die when I send it a "quit" command. Currently I'v

Re: Winetest questions

2004-11-07 Thread Dimitrie O. Paun
On Sun, Nov 07, 2004 at 03:48:53PM -0800, Dan Kegel wrote: > Ah, but you don't disable it, as far as I can tell. > As of last month, I was able to run winetest under Linux, and because of > that wrong environment setting, it got all the todo_wine's > wrong. In fact, winetest.exe.so is built by def

Re: winzip 9 doesn't run under wine :-(

2004-11-07 Thread Dan Kegel
Hans Leidekker wrote: On Sunday 7 November 2004 14:12, Dan Kegel wrote: While putting together a tutorial on how to contribute test cases to Wine (http://kegel.com/wine/sweng/), I noticed that the current version 9 of WinZip doesn't install under vanilla Wine; it aborts with I noticed that the Wi

Re: Winetest questions

2004-11-07 Thread Dan Kegel
Dimitrie O. Paun wrote: 3. winetest.exe currently assumes you're running under Windows. See main.c line 577: (putenv ("WINETEST_PLATFORM=windows") || Wouldn't it be useful to allow Linux results to be computed and reported via winetest, too? Presumably it could detect that it's running on Linux

Re: 150 test failures. advapi32 test crashes.

2004-11-07 Thread Michael Stefaniuc
On Sun, Nov 07, 2004 at 02:19:31PM -0800, Dan Kegel wrote: > Hey folks, > I pulled down sources from CVS this morning, and tried > running the regression tests. There are about 150 failures. > Here's a summary: > > $ grep "Test failed" log | sed 's/:.*//' | uniq -c | sort > 1 filtergraph.c

Re: Winetest questions

2004-11-07 Thread Dimitrie O. Paun
On Sun, Nov 07, 2004 at 02:01:13PM -0800, Dan Kegel wrote: > 1. Why are all the archived posts to wine-test-results empty? > See http://www.winehq.org/hypermail/wine-tests-results/2004/11 > Every message body is empty! What's up with that? That's a good question. Chris, what's going on? > 2. The

150 test failures. advapi32 test crashes.

2004-11-07 Thread Dan Kegel
Hey folks, I pulled down sources from CVS this morning, and tried running the regression tests. There are about 150 failures. Here's a summary: $ grep "Test failed" log | sed 's/:.*//' | uniq -c | sort 1 filtergraph.c 1 rsaenh.c 1 shelllink.c 1 shreg.c 2 typelib.c

Winetest questions

2004-11-07 Thread Dan Kegel
1. Why are all the archived posts to wine-test-results empty? See http://www.winehq.org/hypermail/wine-tests-results/2004/11 Every message body is empty! What's up with that? 2. The URL http://test.winehq.org/data/ appears to contain digests of all winetest results received by the server, but this

wine under cygwin

2004-11-07 Thread James Hawkins
I'm trying to compile wine under cygwin, but I am getting this error: Entering directory `/home/James Hawkins/wine/dlls/dsound/tests' gcc capture.o ds3d.o ds3d8.o dsound.o dsound8.o propset.o testlist.o -o dsound_test.exe -ldsound -lole32 -luser32 -lkernel32 -ldxguid -luuid -ldxerr8 /usr/lib/w32a

Re: winzip 9 doesn't run under wine :-(

2004-11-07 Thread Hans Leidekker
On Sunday 7 November 2004 14:12, Dan Kegel wrote: > While putting together a tutorial on how to contribute > test cases to Wine (http://kegel.com/wine/sweng/), > I noticed that the current version 9 of WinZip > doesn't install under vanilla Wine; it aborts with I noticed that the WinZip installer

Re: SetupComm insize 1600 outsize 1600

2004-11-07 Thread Andreas Mohr
Hi, On Sun, Nov 07, 2004 at 03:43:26AM +0200, MediaHost (TM) wrote: > The problem below was that of the application and not of wine! Therefore my > apologiesand a good opportunity to thank the wine community and encourage > you, to continue your good work! I always follow your doings closely

winipcfg.exe issues

2004-11-07 Thread Saulius Krasuckas
[EMAIL PROTECTED] antras]$ /sbin/ifconfig | grep ^[^\ ] eth0 Link encap:Ethernet HWaddr 00:50:22:80:F0:49 loLink encap:Local Loopback ppp0 Link encap:Point-to-Point Protocol If run winipcfg with Wine, it lets me to change the adapter I want to inspect by selecting its name

Re: winzip 9 doesn't run under wine :-(

2004-11-07 Thread Mike Hearn
On Sun, 07 Nov 2004 05:12:38 -0800, Dan Kegel wrote: > Seems like a bit of a showstopper. No more than any other missing feature is. WinZip isn't special. > What's the plan > for addressing this? Is it a 0.9 feature? Somebody needs to implement HTML help :) We have actually started on this, t

winzip 9 doesn't run under wine :-(

2004-11-07 Thread Dan Kegel
While putting together a tutorial on how to contribute test cases to Wine (http://kegel.com/wine/sweng/), I noticed that the current version 9 of WinZip doesn't install under vanilla Wine; it aborts with the message WinZip was unable to locate a recent version of the Windows HTML help viewer, w

Scrollbars

2004-11-07 Thread Nicolai Kuntze
Hi, I have played with my continuing bug (#2302) but I have some problems understanding the meaning of the output: fixme:win:GetWindowModuleFileNameA GetWindowModuleFileNameA(hwnd 0x40032, lpszFileName 0x40670548, cchFileNameMax 80) stub! trace:scroll:SetScrollInfo hwnd=0x10074 nBar=1 info=0x406

Scrollbars

2004-11-07 Thread Nicolai Kuntze
Hi, I have played with my continuing bug (#2302) but I have some problems understanding the meaning of the output: fixme:win:GetWindowModuleFileNameA GetWindowModuleFileNameA(hwnd 0x40032, lpszFileName 0x40670548, cchFileNameMax 80) stub! trace:scroll:SetScrollInfo hwnd=0x10074 nBar=1 info=0x406

Re: signaling unix threads

2004-11-07 Thread Mike Hearn
On Sun, 07 Nov 2004 12:10:15 +0200, Jukka Heinonen wrote: > I was myself thinking about using a single signal > whose handler just pulls asynchronous requests from > wineserver as an implementation of the multiplexing system. > Locking issues could be fixed using worker threads, > signal safe crit

Re: D3D8

2004-11-07 Thread Ann and Jason Edmeades
All I can say is any assistance with the d3d8/9 stuff is very gratefully accepted! If you have any questions or want help, feel free to drop me a note or post on wine-devel, and I'll try to respond. As per Lionel's note, I'm trying to move all the code into wined3d and make d3d8 and d3d9 call it,

Re: signaling unix threads

2004-11-07 Thread Jukka Heinonen
Alexandre Julliard: > It would certainly be nice if we could convince dosvm to stop using > SIGUSR2, there are lots of other things that could make better use of > it. I don't really have a good solution to offer though (except maybe > getting rid of dosvm altogether ;-) Well, I'm not going to co

STL with WINE problems

2004-11-07 Thread Dagan Shai
Hi,   I'm trying to compile a C++ file using WINE. The file includes STL's map. I am using STLPort with WINE.   I get a long list of errors starting with:   /starhome/iu/wine/include/wine/msvcrt/cstdlib:97: `div' not declared /starhome/iu/wine/include/wine/msvcrt/cstdlib:102: `ldiv'

Re: D3D8

2004-11-07 Thread Lionel Ulmer
On Sat, Nov 06, 2004 at 03:03:46PM -0600, Joel Konkle-Parker wrote: > Right, I realize that. I was looking for information about how to help > out with the existing Wine version. Well, I think that wine-devel would be also the right place to discuss this (so you will reach all potential developpe