winetestbot question

2013-08-07 Thread Stefan Leichter
Hello, i like to know why the WXPX64 VM of winetestbot does not have the 32 bit vc runtime 2008. The other 64 bit VMs have the runtime installed. Because of the missing runtime each patch for the unit tests of the dlls msvcr90 and msvcp90 is marked as "Failed" at http://source.winehq.org/patche

spec file and -arch

2013-03-05 Thread Stefan Leichter
Hi, when i look into msvcr100.spec file i find lots of different parameters for the switch (?) -arch . So fare i have seen: arm, i386, win32, win64 and x86_64 . To me it is not clear what is the difference between win64 and x86_64. The same for i386 and win32. What are is the criteria to choose

Re: [2/2] gdi32/tests: Added tests for GetFontResourceInfoW (try 2)

2013-01-05 Thread Stefan Leichter
Saturday 29 December 2012 Dmitry Timoshkov > Stefan Leichter wrote: > > First of all: The issues your are pointing out have been in the previous > > version of the patch too. Why didn't you complain in your first review. > > To my understanding this is a wast of my

Re: [2/2] gdi32/tests: Added tests for GetFontResourceInfoW (try 2)

2012-12-28 Thread Stefan Leichter
Monday 17 December 2012 Dmitry Timoshkov > Stefan Leichter wrote: > > +BYTE buffer[MAX_PATH]; > > This should be WCHAR if you decided to test unicode version of the API > (although testing ANSI variant would be much easier), that will help > to avoid all those ca

Re: [2/2] gdi32/tests: Added tests for GetFontResourceInfoW

2012-12-14 Thread Stefan Leichter
Friday 14 December 2012 Dmitry Timoshkov > Stefan Leichter wrote: > > > > +pCopyFileW = (void *)GetProcAddress(hkernel32, "CopyFileW"); > > > > +pExpandEnvironmentStringsW = (void *)GetProcAddress(hkernel32, > > > > "ExpandEnv

Re: [2/2] gdi32/tests: Added tests for GetFontResourceInfoW

2012-12-13 Thread Stefan Leichter
Friday 14 December 2012 Dmitry Timoshkov > Stefan Leichter wrote: > > +pCopyFileW = (void *)GetProcAddress(hkernel32, "CopyFileW"); > > +pExpandEnvironmentStringsW = (void *)GetProcAddress(hkernel32, > > "ExpandEnvironmentStringsW&q

Re: advapi32: fix a too small buffer in CredUnmarshalCredentialW [try2]

2012-11-15 Thread Stefan Leichter
Wednesday 14 November 2012 Stefan Leichter > Wednesday 14 November 2012 Hans Leidekker > > > On Wed, 2012-11-14 at 16:28 +0100, Stefan Leichter wrote: > > > @@ -2053,6 +2053,8 @@ static BOOL cred_decode( const WCHAR *cred, > > > unsigned int len, char *buf ) >

Re: advapi32: fix a too small buffer in CredUnmarshalCredentialW [try2]

2012-11-14 Thread Stefan Leichter
Wednesday 14 November 2012 Hans Leidekker > On Wed, 2012-11-14 at 16:28 +0100, Stefan Leichter wrote: > > @@ -2053,6 +2053,8 @@ static BOOL cred_decode( const WCHAR *cred, > > unsigned int len, char *buf ) > > > > char c0, c1, c2, c3; > > const WCHAR *

Re: fix a too small buffer in CredUnmarshalCredentialW

2012-11-14 Thread Stefan Leichter
Wednesday 14 November 2012 Hans Leidekker > On Wed, 2012-11-14 at 09:48 +0100, Stefan Leichter wrote: > > +char buffer[6]; > > +unsigned int buflen, *size = (unsigned int*) buffer; > > > > -if (len < 9 || !cred_decode( cred + 3, 6, (char

Re: comctl32: When created with TCS_VERTICAL, TCS_MULTILINE is set automatically

2012-05-17 Thread Stefan Leichter
Thursday 17 May 2012 Nikolay Sivov > - DWORD dwStyle; > + DWORD style; Any reason for changing the name?

Re: kernel32: check the last parameter of K32EnumProcessModules for NULL before use (with test)

2012-05-17 Thread Stefan Leichter
Thursday 17 May 2012 Nikolay Sivov > On 5/17/2012 11:46, Stefan Leichter wrote: > > SetLastError(0xdeadbeef); > > > > +pEnumProcessModules(hpQI,&hMod, sizeof(HMODULE), NULL); > > +ok(GetLastError() == ERROR_ACCESS_DENIED, "expected > &

Re: Rethinking WineConf

2012-01-14 Thread Stefan Leichter
Hello, most of the answers i read so far were about the "content" of wineconf. Here are two different ideas: 1. when i looked around a wineconf i noticed that wineconf 2012 is not fixed jet. I know lots of companies here in Germany who ask their employee to announce the plans for the holidays

Re: registry keys of serial ports

2011-10-18 Thread Stefan Leichter
Am Dienstag 18 Oktober 2011, 22:28:26 schrieb Uwe Bonnes: > Hello, > > while hunting down why a drop down box didn't offer me the serial port I > configured, I stumbled across Stefans proposal from Summer 09. The patch > still applied cleanly, and after setting up hal and the hal development > lib

Re: [1/4] winscard: implementation

2011-10-06 Thread Stefan Leichter
Am Donnerstag 06 Oktober 2011, 16:07:29 schrieb Bruno Jesus: > 2011/10/3 André Hentschel : > > Am 03.10.2011 09:31, schrieb Vincent Hardy: > >> First submitted on wine-devel and modified following comments from Marcus > >> Meissner (MAX_ATR_SIZE / bytecount). > >> > > > > OK, some notes: > > "wins

Re: Creating tests for rasapi32.dll

2011-04-22 Thread Stefan Leichter
Am Freitag 22 April 2011, 08:43:19 schrieb Gerold Jens Wucherpfennig: > Hi, > > I want to try to create some tests for rasapi32.dll. > May I just create some tests and do the implementation > later? For the time being that will mean that > RASAPI32 tests will fail, because of missing code in > ras

Re: kernel32/process: Add stderr redirection for native linux programs started from windows program

2011-02-14 Thread Stefan Leichter
Am Montag 14 Februar 2011, 07:13:21 schrieb Igor Egorov: > A week ago I submitted a patch for stderr redirection > (http://www.winehq.org/pipermail/wine-patches/2011-February/098578.html), > is there still something wrong with it? Will it be accepted? If you look at http://source.winehq.org/patche

Re: ddraw: Add tests for the foreground window set by SetCooperativeLevel

2010-10-25 Thread Stefan Leichter
Am Monday 25 October 2010 20:11:35 schrieb David Adam: > Any problems with patch? > > A+ > > David > > -- Forwarded message -- > From: David Adam > Date: 2010/10/24 > Subject: ddraw: Add tests for the foreground window set by > SetCooperativeLevel > To: wine-patches http://source

Re: msvideo: Forward MCIWndCreate16 to MCIWndCreateA (2nd)

2010-08-22 Thread Stefan Leichter
Am Thursday 19 August 2010 11:58:23 schrieb Alexandre Julliard: > Stefan Leichter writes: > > +HINSTANCE hinst32; > > +if (hinst16 == GetModuleHandle16("msvideo.dll")) > > +hinst32 = GetModuleHandleA("msvfw32.dll"); > > +els

Re: RFC kernel32: add test for FindFirstFileA with a path ending with "/>"

2010-05-09 Thread Stefan Leichter
Am Sunday 09 May 2010 10:26:07 schrieb Vincent Pelletier: > This test passes on win2k & winxp, fails on wine. > Failing tests on wine needs to be marked with the todo_wine macro see http://www.winehq.org/site/docs/winedev-guide/testing-platforms and http://www.winehq.org/pipermail/wine-devel/200

Re: [1/2] include/wine: add option to specify the unittest target via environment variable

2010-04-20 Thread Stefan Leichter
Am Tuesday 20 April 2010 20:57:41 schrieb Paul Vriens: > On 04/20/2010 08:37 PM, Stefan Leichter wrote: > > Am Tuesday 20 April 2010 07:59:22 schrieb Paul Vriens: > >> On 04/19/2010 11:44 PM, Stefan Leichter wrote: > >>> --- > >>>include/wine/test.h

Re: [1/2] include/wine: add option to specify the unittest target via environment variable

2010-04-20 Thread Stefan Leichter
Am Tuesday 20 April 2010 07:59:22 schrieb Paul Vriens: > On 04/19/2010 11:44 PM, Stefan Leichter wrote: > > --- > > include/wine/test.h |6 +- > > 1 files changed, 5 insertions(+), 1 deletions(-) > > Hi Stefan, > > What's the idea/thought behind t

wine in press

2010-04-19 Thread Stefan Leichter
Hi, while reading the german heise news i came across an article about wine. Luckily there is an english version too: http://www.h-online.com/open/news/item/Wine-update-improves-Direct3D-and-64-bit-support-980599.html german version: http://www.heise.de/open/meldung/Wine-mit-verbesserter-3D-u

Re: [PATCH] Implement OleCreatePropertyFrame (try 3)

2010-01-29 Thread Stefan Leichter
Am Friday 29 January 2010 15:01:55 schrieb Geoffrey Hausheer: > Is there anything I can do to move this patch forward? I've fixed all the > issues that have been raised so far. I have no dea what it is waiting on, > and if there is anything I can do to get it committed or if it is just a > questi

Re: relay log problem

2010-01-29 Thread Stefan Leichter
Am Friday 29 January 2010 01:20:24 schrieb Henri Verbeet: > On 29 January 2010 00:21, Michael Stefaniuc wrote: > > On 01/28/2010 10:59 PM, Henri Verbeet wrote: > >> On 28 January 2010 22:39, Stefan Leichter > >> > >>  wrote: > >>> Is this a know pro

relay log problem

2010-01-28 Thread Stefan Leichter
Hello, does anyone notice a problem that the lines of the logging are written over each other as in the attached log? My system has an AMD Phenom(tm) II X2 550 Processor on a NVIDIA GeForce 8300 Chipset running running Debian Lenny 32 bit Is this a know problem? Is a work around available? --

Re: Garmin watches and USB

2009-11-26 Thread Stefan Leichter
Am Tuesday 24 November 2009 22:38:53 schrieb Chris Teague: > > I'm trying to figure out exactly what the installer is looking for to > see if the dongle is present. I get a "You must connect your USB ANT > Stick.." message in a dialogbox, and a Retry button. I thought it was > checking for the pr

Re: setupapi: add stub and some tests for SetupGetInfFileListW [resend]

2009-11-10 Thread Stefan Leichter
Am Tuesday 10 November 2009 10:09:22 schrieb Henri Verbeet: > 2009/11/9 Stefan Leichter : > > my crystal ball is still not working, therefore resending unchanged > > Try http://source.winehq.org/patches/ > > And indeed, the patch doesn't apply: > > diff -urw wine-gi

Re: setupapi: add stub and some tests for SetupGetInfFileListW [resend]

2009-11-10 Thread Stefan Leichter
Am Tuesday 10 November 2009 10:09:22 schrieb Henri Verbeet: > 2009/11/9 Stefan Leichter : > > my crystal ball is still not working, therefore resending unchanged > > Try http://source.winehq.org/patches/ > > And indeed, the patch doesn't apply: > > diff -urw wine-gi

Re: [CHANGE] Patch: regional settings update & translation

2009-11-07 Thread Stefan Leichter
Am Friday 06 November 2009 21:49:26 schrieb lejcik: > Signed-off-by: lejcik > --- > dlls/kernel32/nls/csy.nls | 38 +++--- > dlls/kernel32/nls/sky.nls | 42 > +- > 2 files changed, 40 insertions(+), 40 deletions(-) To ge

Re: crypt32: Implement CertAddEncodedCertificateToSystemStoreA/W

2009-11-03 Thread Stefan Leichter
Am Tuesday 03 November 2009 23:32:42 schrieb Juan Lang: > These were too easy to pass up. > --Juan +BOOL WINAPI CertAddEncodedCertificateToSystemStoreW(LPCWSTR pszCertStoreName, + const BYTE *pbCertEncoded, DWORD cbCertEncoded) +{ [snip] +store = CertOpenSystemStoreA(0, pszCertStoreName); Thi

Re: ntdll: add stub for RtlGetFunctionTableListHead

2009-10-22 Thread Stefan Leichter
Am Thursday 22 October 2009 15:45:34 schrieb Alexandre Julliard: > Stefan Leichter writes: > > --- wine-git/dlls/ntdll/ntdll.spec 2009-10-08 19:00:17.0 +0200 > > +++ wine-build/dlls/ntdll/ntdll.spec2009-08-27 14:23:39.0 > > +0200 > > @@ -62

Re: jscript: Update German translation

2009-09-25 Thread Stefan Leichter
Am Friday 25 September 2009 17:37:24 schrieb André Hentschel: > --- > dlls/jscript/jscript_De.rc |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) +IDS_JSCRIPT_EXPECTED"JScript bjekt erwartet" looks like you miss an "O" -- Stefan

Re: RFC: registry keys of serial ports

2009-09-11 Thread Stefan Leichter
Am Friday 11 September 2009 12:30:01 schrieb Christian Gmeiner: > Hi Stefan, > > I like the idea of adding more registry keys for hardware components. > I want some registry keys for usb devices > so I had a look at your patch. I don't like the mess with the added > goto serial. If in future there

Re: registry keys of serial ports

2009-09-11 Thread Stefan Leichter
Hello Dmitry, Thank You for your review, but Am Friday 11 September 2009 10:31:14 schrieb Dmitry Timoshkov: > "Stefan Leichter" wrote: > > i like to know what modifikations the attached patch needs to go into > > git. > > 1. patch needs to be created with git

RFC: registry keys of serial ports

2009-09-11 Thread Stefan Leichter
:12.0 +0200 @@ -0,0 +1,76 @@ +/* + * Handling of serial port + * + * Copyright 2009 Stefan Leichter + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation;

Build failure on current git

2009-08-24 Thread Stefan Leichter
Hello, building current git fails for me with: make: Entering directory `/usr/src/wine/wine-build/dlls/winemp3.acm' ../../tools/winegcc/winegcc -B../../tools/winebuild --sysroot=../.. -shared ../../../wine-git/dlls/winemp3.acm/winemp3.acm.spec mpegl3.o-o winemp3.acm.so -lwinmm -lu

Re: (resend) shell32: fix program search in ShellExecuteEx, quote program name if it contains spaces [3rd]

2009-08-21 Thread Stefan Leichter
Am Friday 21 August 2009 14:22:14 schrieb Alexandre Julliard: > Stefan Leichter writes: > > Am Friday 21 August 2009 11:37:56 schrieb Alexandre Julliard: > >> Stefan Leichter writes: > >> > @@ -1711,32 +1713,35 @@ > >> > } > >> >

Re: (resend) shell32: fix program search in ShellExecuteEx, quote program name if it contains spaces [3rd]

2009-08-21 Thread Stefan Leichter
Am Friday 21 August 2009 11:37:56 schrieb Alexandre Julliard: > Stefan Leichter writes: > > @@ -1711,32 +1713,35 @@ > > } > > else > > { > > - /* If the executable name is not quoted, we have to use this search > > loop here, +

Re: Request for test on at least one Windows box

2009-08-19 Thread Stefan Leichter
Am Wednesday 19 August 2009 23:16:12 schrieb Stefan Leichter: > Am Wednesday 19 August 2009 19:27:28 schrieb Juan Lang: > > Hi all, could someone with the ability to build and run a test on > > Windows run the attached test for me? I have a fix for bug 19760, but > > I'd

Re: Request for test on at least one Windows box

2009-08-19 Thread Stefan Leichter
Am Wednesday 19 August 2009 19:27:28 schrieb Juan Lang: > Hi all, could someone with the ability to build and run a test on > Windows run the attached test for me? I have a fix for bug 19760, but > I'd just like to double check that it's correct before sending it in > (and I don't have access to W

Re: shell32: fix program search in ShellExecuteEx, quote program name if it contains spaces (resend)

2009-08-14 Thread Stefan Leichter
Am Friday 14 August 2009 18:05:23 schrieb Juan Lang: > > Finally, this isn't about whitespace but style: > +if((needs_quote = NULL != strstrW(wszApplicationName,wSpace))) > +len +=2; > > The expression in the if is unnecessary complicated. You could use > consistent spacing here too. H

convert a testcase into a unittest (bug #19666)

2009-08-11 Thread Stefan Leichter
Hi, i got a testcase that exhibits bug #19666. Now i'm looking for a way to integrate the testcase into the testsuite. The testcase needs a program (currently c:\ShellExecuteClient.exe) that must be called without parameters. Therefore i can not use eg. shell32_test.exe itself. I'm searching f

Re: Testers on windows needed

2009-07-28 Thread Stefan Leichter
Am Tuesday 28 July 2009 18:56:46 schrieb Hin-Tak Leung: > --- On Tue, 28/7/09, Stefan Leichter wrote: > > Hello, > > > > i'm looking for some good souls testing the attached patch > > one windows. > > > > While looking for bug 7701 i found that the fu

Testers on windows needed

2009-07-28 Thread Stefan Leichter
Hello, i'm looking for some good souls testing the attached patch one windows. While looking for bug 7701 i found that the function __vbaNew2 of the MSVBVM60.dll does not like return values from SHGetFileInfoA bigger than 0x7fff Can you please report at least the results of the trace statemen

Re: drmclien: add stub dll

2009-06-25 Thread Stefan Leichter
Am Thursday 25 June 2009 00:47:59 schrieb Austin English: > Makes IE6 installer a little happier > 0002-t2embed-add-stub-dll.txt > From 6b2a780718210b35cff17f519559a2c8faa80a07 Mon Sep 17 00:00:00 2001 > From: Austin English > Date: Mon, 4 May 2009 22:52:37 -0500 > Subject: [PATCH] t2embed: add

Re: wldap32: fix a compiler warning on Mac OS X

2009-06-09 Thread Stefan Leichter
Am Tuesday 09 June 2009 23:46:51 schrieb Austin English: > Cast was removed by d576c2d9342e769c01fb99c0cc200a0bc4b9cded, but > causes a compiler warning on OS X. The same cast is used ~20 lines > later. You forgot the patch -- Stefan

Re: mpr: Added an implementation of test cases

2009-06-05 Thread Stefan Leichter
Am Friday 05 June 2009 17:27:32 schrieb Vitaly Perov: You need to check if GetProcAddress succeeded. If GetProcAddress failed call win_skip and don't try to execute WNetGetUniversalNameW -- Stefan

Re: Fw: Need a temporary list moderator

2009-06-01 Thread Stefan Leichter
Am Monday 01 June 2009 16:13:43 schrieb Luke Bratch: > --- On Thu, 28/5/09, Luke Bratch wrote: > > In a couple of weeks I'm going to be travelling around > > India for about a month, from 14th June - 17th July, so I'll > > need somebody to cover list moderation during that period. > > > > It's a s

Re: [shell32] stub for ExtractVersionResource16W

2009-05-02 Thread Stefan Leichter
Am Saturday 02 May 2009 12:54:14 schrieb Dmitry Timoshkov: > "Stefan Leichter" wrote: > > +/*** > > + * ExtractVersionResource16W (SHELL32.@) > > + */ > > +BOOL WINAPI Extrac

Re: start: correct German translation

2009-04-15 Thread Stefan Leichter
Am Tuesday 14 April 2009 19:43:13 schrieb Dawncrow: > --- > programs/start/De.rc |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Please send patches with your real name. -- Stefan

Re: [mountmgr.sys] add unittests for registry keys of serial ports

2009-04-14 Thread Stefan Leichter
Am Tuesday 14 April 2009 06:38:20 schrieb Dmitry Timoshkov: > "Stefan Leichter" wrote: > > [mountmgr.sys] add unittests for registry keys of serial ports > > The closest match these tests belong to is dlls/kernel32/tests/comm.c I asked where to put the implementation bef

Registry keys for serial ports

2009-04-03 Thread Stefan Leichter
Hello Alexandre, you said in http://www.winehq.org/pipermail/wine-devel/2008-November/070691.html that registry entries for the serial ports should be created from the information received from hal. i 'm planing to implement this code. But before i start coding i like to know where the code s

Bugzilla down!

2009-02-28 Thread Stefan Leichter
Hi, i'm getting -- Software error: Can't connect to the database. Error: User winehq already has more than 'max_user_connections' active connections Is your database installed and up and running? Do you have the cor

Re: Wine build failed

2008-12-27 Thread Stefan Leichter
Am Tuesday 23 December 2008 20:48 schrieb Austin English: > On Tue, Dec 23, 2008 at 3:43 AM, Stefan Leichter wrote: > > make[2]: Leaving directory `/usr/src/wine/wine-build/dlls/gdi32' > > make[1]: *** [gdi32] Fehler 2 > > make[1]: Leaving directory `/usr/src/wine

Wine build failed

2008-12-23 Thread Stefan Leichter
Hello, building current git tree fails to me on Debian Etch (x86) with: ccache gcc -c -I../../../wine-git/dlls/gdi32 -I. -I../../../wine-git/include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-stateme

Re: [1\3] setupapi: add CM_Locate_DevNodeA\W stubs

2008-12-12 Thread Stefan Leichter
Am Friday 12 December 2008 01:42 schrieb ricardo filipe: >--- a/dlls/setupapi/setupapi.spec >+++ b/dlls/setupapi/setupapi.spec >@@ -53,7 +53,7 @@ > @ stub CM_Free_Res_Des > @ stub CM_Free_Res_Des_Ex > @ stub CM_Free_Res_Des_Handle >-@ stub CM_Get_Child >+@ stdcall CM_Get_Child(ptr long long) > @ s

Re: Crosstest building question

2008-08-23 Thread Stefan Leichter
Am Saturday 23 August 2008 15:28 schrieb Nikolay Sivov: > I have a problem building crosstest for GDI+ call GdipFillClosedCurve2. > > I've got the following: > > graphics.cross.o: In function > `func_graphics':/home/mrlarch/wine/dlls/gdiplus/tests/graphics.c:593: > undefined reference to [EMAIL PRO

Re: rasapi32: the tests need raserror.h to build using MS headers.

2008-07-21 Thread Stefan Leichter
Am Monday 21 July 2008 21:44 schrieb Reece Dunn: > The error constants (e.g. ERROR_BUFFER_TOO_SMALL) are defined in > raserror.h, which is needed for the tests to build using the Microsoft > headers (checked against the Vista SDK headers). > > - Reece my wine tree does not have the raserror.h head

[winehq] broken link

2008-07-12 Thread Stefan Leichter
Hi, when i click on the "Development" link in the "Development" section i get an 404 error. Can someone please fix this. Thanks Stefan

Re: test for RasEnumDevicesA [2/2]

2008-07-06 Thread Stefan Leichter
Please use this version Am Sunday 06 July 2008 13:49 schrieb Stefan Leichter: ChangeLog - added some more tests for RasEnumDevicesA, fix wine not to crash on the tests --- dlls/rasapi32/rasapi.c.2 2008-07-06 13:30:22.0 +0200 +++ dlls/rasapi32/rasapi.c 2008-07-06 13:31

Re: shell32: implement SHGetFolderPathAndSubDirA/W [try2][resend]

2008-04-18 Thread Stefan Leichter
Alexandre Julliard schrieb: > Stefan Leichter <[EMAIL PROTECTED]> writes: > >> @@ -1758,7 +1836,7 @@ >> */ >> if (!(nFolder & CSIDL_FLAG_CREATE)) >> { >> -hr = HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND); >> +

Re: winex11: Standardize a stub trace and add a trailing '\n'.

2008-04-14 Thread Stefan Leichter
Am Monday 14 April 2008 01:01 schrieb Francois Gouget: > --- > +FIXME("(%p, %x): stub\n"); You forgot the parameters hIMC and fFlag Bye Stefan

Re: shell32: implement SHGetFolderPathAndSubDirA/W [2nd resend]

2008-04-13 Thread Stefan Leichter
Zachary Goldberg schrieb: > On Mon, Mar 31, 2008 at 10:01 AM, Alexandre Julliard > <[EMAIL PROTECTED]> wrote: >> Stefan Leichter <[EMAIL PROTECTED]> writes: >> >> > +if (pszSubPath && (length = MultiByteToWideChar(CP_ACP, 0, >> ps

make install broken

2008-04-09 Thread Stefan Leichter
Hello, installing wine does not longer work for me. It fails with: make[2]: Entering directory `/usr/src/wine/wine-build/programs/xcopy' /usr/bin/install -c xcopy.exe.so /usr/local/lib/wine/xcopy.exe.so make[2]: Leaving directory `/usr/src/wine/wine-build/programs/xcopy' make[1]: *** Keine Rege

test.winehq.org

2008-01-31 Thread Stefan Leichter
Hello, i just noticed that the test results for advapi32:service tests are not available for the last build (http://test.winehq.org/data/200801301937/). It looks like the parser did not create the files. Can someone familar with this stuff have a look? Thanks Stefan

Re: Fix for LoadStringW

2008-01-19 Thread Stefan Leichter
Am Saturday 19 January 2008 07:32 schrieb Christopher: > Ferenc Wagner wrote: > > "Dmitry Timoshkov" <[EMAIL PROTECTED]> writes: > >> "Christopher" <[EMAIL PROTECTED]> wrote: > >>> Thanks for pointing that out! Am I suppose to attach a test case for > >>> all my patches to wine-patches? I had submi

winetest.exe broken

2007-11-09 Thread Stefan Leichter
Hello, as you all may have noticed winetest.exe does not longer build (see http://quisquiliae.physics.gla.ac.uk/crossbuild-logs/20071109-11:05.txt ). The patch: 65d865d96313d96889bf8cbe88c931b5e1e9bb74 is first bad commit commit 65d865d96313d96889bf8cbe88c931b5e1e9bb74 Author: Alexandre Julliar

wnaspi and DVD Burner

2007-10-17 Thread Stefan Leichter
Hello, i tried to make some progress with Ahead Nero, but now i'm stuck. I found the NeroSDK-1.08.zip and inside the comand line tool NeroAPITest.exe. The source code of NeroAPITest.exe is in the archive too. This makes finding the problems easier. Executing the comand 'wine NeroAPITest.exe --

Re: Minimal Background Intelligent Transfer Service (bits) implementation

2007-09-22 Thread Stefan Leichter
Am Wednesday 19 September 2007 19:28 schrieb Roy: > Howdy, > > Resubmission of bits skeleton with a DLL_WINE_PREATTACH case added to > DllMain. Thanks for the advice! > > Peace, > -Roy > Hello Roy, you may have more luck to get this patch into the wine tree, if you send it to wine-patches again.

Re: osalt.com top-requested commercial app stats

2007-09-04 Thread Stefan Leichter
Am Tuesday 04 September 2007 21:27 schrieb Roderick Colenbrander: > > Number 4 of the list Nero has a native Linux version using GTK2. It even > supports HDDVD and Blu-Ray. Further it used (?) to run on wine using > wineaspi in case you were using scsi hardware/emulation. > > Roderick What Nero Ver

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-20 Thread Stefan Leichter
Hello Paul, Am Monday 20 August 2007 11:42 schrieb Paul Vriens: > > OK, I gave it a try. > [snip] > > http://www.xs4all.nl/~pvriens/200708181000_with_todo_yellow_border_and_group/ > is the same but also shows that are are todo's for a group in the > summary. > I like the version above. > (The y

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-13 Thread Stefan Leichter
Am Monday 13 August 2007 13:28 schrieb Paul Vriens: > Stefan Leichter wrote: > > Am Friday 10 August 2007 12:15 schrieb Paul Vriens: > >> Hi, > >> > >> I just want to get people's opinion(s) about the > >> needs/requirements/whishes for bot

Re: Allow building of ddraw.dll / ddrawex.dll on MingW

2007-08-12 Thread Stefan Leichter
Am Sunday 12 August 2007 15:17 schrieb Roderick Colenbrander: > Allow building of ddraw/ddrawex on mingw. By default the dxguid from mingw > is used which doesn't work for us as it is outdated. > > Regards, > Roderick Colenbrander Can you please name the outdated dxguid and the location where you

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-12 Thread Stefan Leichter
Am Sunday 12 August 2007 09:17 schrieb Detlef Riekenberg: > On Fr, 2007-08-10 at 13:34 +0200, Paul Vriens wrote: > > Hi, > > > > Can somebody confirm if all oleaut32 tests run correctly on Wine. I'm > > trying to change LoadLibrary to GetModuleHandle and though it was my > > failure, but current GI

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-10 Thread Stefan Leichter
Am Friday 10 August 2007 12:15 schrieb Paul Vriens: > Hi, > > I just want to get people's opinion(s) about the needs/requirements/whishes > for both the conformance tests themselves (including winetest) as well as > the webpages. > > I'll collect the information and will put it on the wiki. > > Che

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-10 Thread Stefan Leichter
Am Friday 10 August 2007 13:34 schrieb Paul Vriens: > Hi, > > Can somebody confirm if all oleaut32 tests run correctly on Wine. I'm > trying to change LoadLibrary to GetModuleHandle and though it was my > failure, but current GIT fails for me: > > ../../../tools/runtest -v -P wine -M oleaut32.dll -

Re: [Winetest] Possible removal of LoadLibrary and friends in the conformance tests

2007-08-07 Thread Stefan Leichter
Am Tuesday 07 August 2007 09:43 schrieb Paul Vriens: > > This will be a lengthy process so if there are volunteers, please step up. > > Eventhough this is some considerable amount of work to be done, in the end > the code will be cleaner (and several lines shorter). > > Comments/remarks ? > Make su

appdb not working

2007-07-05 Thread Stefan Leichter
Hello, is anyone else getting the error message "Fatal error: type of variable cw is not recognized." when browsing http://appdb.winehq.org/ with konquerror? My system is debian etch (kde 3.5.5). The main page of the appdb is working well with iceweasel (mozilla). The problem started after the

Re: Crosscompile failures for gdiplus

2007-06-28 Thread Stefan Leichter
Am Thursday 28 June 2007 10:45 schrieb Paul Vriens: > Hi, > > Ever since gdiplus tests (roughly 2 weeks ago) got added to Wine we have > crosscompile failures: > > i386-mingw32-gcc -c -I. -I. -I../../../include -I../../../include > -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing > -Wdeclarati

Re: crypt32: remove 'recursive registry key delete' function

2007-06-02 Thread Stefan Leichter
Am Saturday 02 June 2007 12:03 schrieb Paul Vriens: > On 6/1/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: > > ChangeLog > > - > > replace CRYPT_RecurseDeleteKey with RegDeleteTreeW > > Hi Stefan, > > I don't think that's enough

Re: wininet: Add a new NETCON_query_data_available function.

2007-05-29 Thread Stefan Leichter
Am Monday 28 May 2007 12:16 schrieb Robert Shearman: > Use it to implement the behaviour where InternetReadFileExA does a > synchronous request if the data is available and asynchronous otherwise. > --- > configure.ac |1 + > dlls/wininet/internet.c | 49 >

Re: RegDeleteTree [10]

2007-05-25 Thread Stefan Leichter
Am Friday 25 May 2007 18:41 schrieb James Hawkins: > On 5/25/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: > > Am Friday 25 May 2007 00:48 schrieb Juan Lang: > > > Hi Stefan, > > > > > > +/* Find how many subkeys there are */ > > > > &g

Re: RegDeleteTree [7] [resend]

2007-05-22 Thread Stefan Leichter
Am Tuesday 22 May 2007 18:05 schrieb Laurent Vromman: > There is a few tabs in the file : > > Here (line 92), first blank character : > + &dwValCount, NULL, NULL, NULL, NULL); > > Here (line 103) > + } > > Laurent > Hello Laurent, thank you for the comment. How did you sp

Re: wine killing X?

2007-04-27 Thread Stefan Leichter
Am Friday 27 April 2007 23:25 schrieb Ben Hodgetts: > Juan Lang wrote: > > I just upgraded to the latest wine version and tried wineprefixcreate (no > > .wine directory), and it kills X. Nvidia drivers 1.0.9755. > > > > Anyone else see this? > > --Juan > > > > _

Re: RegDeleteTree [3rd]

2007-04-25 Thread Stefan Leichter
Am Wednesday 25 April 2007 23:00 schrieb Robert Shearman: > Stefan Leichter wrote: > > Am Thursday 19 April 2007 12:14 schrieb Alexandre Julliard: > >> Stefan Leichter <[EMAIL PROTECTED]> writes: > >>> + } else { > >>> +if (!ret) > >

Re: RegDeleteTree [3rd]

2007-04-21 Thread Stefan Leichter
Am Saturday 21 April 2007 20:13 schrieb Paul Vriens: >Hi Stefan > >the results: > >registry.c:576:test_query_value_ex: type set to: 0x0022fe78 >registry.c:1163: Test failed: Expected ERROR_SUCCESS, got 6 >registry: 293 tests executed (0 marked as todo, 1 failure), 0 skipped. > >That's because you'r

Re: RegDeleteTree [3rd]

2007-04-20 Thread Stefan Leichter
Am Friday 20 April 2007 05:54 schrieb Tom Spear: > I actually have a Vista Home Basic install on a laptop that I can > check testcases on, at least for right now. I'm thinking of going out > and getting a licensed copy of xp for it (linux isn't viable for it > because it isnt my laptop and its bei

Re: RegDeleteTree [3rd]

2007-04-19 Thread Stefan Leichter
Am Thursday 19 April 2007 12:14 schrieb Alexandre Julliard: > Stefan Leichter <[EMAIL PROTECTED]> writes: > > +/* Recursively delete all the subkeys */ > > +for (i = 0; i < dwKeyCount && !ret; i++) { > > +

Re: RegDeleteTree

2007-04-17 Thread Stefan Leichter
Paul Vriens schrieb: Stefan Leichter wrote: ChangeLog -- added implementation of RegDeleteTreeA/W --- ../wine-git/dlls/advapi32/advapi32.spec2006-10-03 10:52:50.0 +0200 +++ dlls/advapi32

Re: RegDeleteTreeA [2nd]

2007-04-03 Thread Stefan Leichter
Am Tuesday 03 April 2007 07:25 schrieb Paul Vriens: > On 4/2/07, Stefan Leichter <[EMAIL PROTECTED]> wrote: > > ChangeLog > > -- > > add some tests for RegDeleteTreeA > > Hi Stefan, > > You're patch wasn't against latest GIT

Re: RegDeleteTreeA

2007-04-01 Thread Stefan Leichter
Am Sunday 01 April 2007 20:19 schrieb Paul Vriens: > Stefan Leichter wrote: > > ChangeLog > > -- > > add some tests for RegDeleteTreeA > > Hi Stefan > > good to see someone picked up this thing. I ran your new tests on Vista > Ultimate and commen

Re: mingw linking problem

2007-03-05 Thread Stefan Leichter
Am Tuesday 27 February 2007 19:43 schrieb Paul Millar: > Hi Stefan, > > On Sunday 25 February 2007 18:13, Stefan Leichter wrote: > > This fail for some dlls at the linking, eg. comdlg32.dll misses the > > imports > > > > _IID_IContextMenu, _IID_I

mingw linking problem

2007-02-25 Thread Stefan Leichter
Hello, i'm trying to build wine/its dlls with mingw. This fail for some dlls at the linking, eg. comdlg32.dll misses the imports _IID_IContextMenu, _IID_IShellFolder, _IID_IPersistFolder2, _IID_IShellBrowser, _IID_ICommDlgBrowser, _IID_IShellView, _SID_STopLevelBrowser My investigations ar

Re: make crosstest broken (tmarshal)

2007-01-25 Thread Stefan Leichter
Am Thursday 25 January 2007 13:08 schrieb Alexandre Julliard: > Stefan Leichter <[EMAIL PROTECTED]> writes: > > What parameters do i need to pass to configure for this case. If i do > > it like Paul Millar descripted it > > > > ../wine-git/configure --host=i586-m

Re: make crosstest broken (tmarshal)

2007-01-25 Thread Stefan Leichter
Alexandre Julliard schrieb: Stefan Leichter <[EMAIL PROTECTED]> writes: The problem is related to the fact that i'm doing out of tree builds. Therefore i have three directories: 1. wine-git : the source tree 2. wine-build : the normal build (unix) 3. wine-mingw : the cross compile

make crosstest broken (tmarshal)

2007-01-24 Thread Stefan Leichter
Hello, the tmarshal tests broke cross compiling. Compiling fails for me with i586-mingw32msvc-gcc -c -I../../../../wine-git/dlls/oleaut32/tests -I. -I../../../../wine-git/include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strin

java problem with builtin msvcrt.dll (need debugging help)

2007-01-20 Thread Stefan Leichter
Hello, i found a problem with java (1.4.2_05) and builtin msvcrt.dll. The attached java code exhibits the problem. It produces an exception with builtin dll. As difference i identified the call to java._Java_java_io_WinNTFileSystem_getLength, what is basicaly a wrapper around msvcrt._(w)stati6

Re: (Cross)Compile failure for dsound/tests and shlwapi/tests

2007-01-10 Thread Stefan Leichter
Am Wednesday 10 January 2007 19:10 schrieb Paul Vriens: > Hi, > > three failures currently prevent winetest.exe from being build. The > first one was ole32/tests/marshal.c (where Stefan Leichter sent a MinGW > patch for): > [snip] > > Volunteers ? > The patches are al

Re: wine kills X

2007-01-07 Thread Stefan Leichter
Am Sunday 07 January 2007 10:54 schrieb Andreas Mohr: > Hi, > > On Sun, Jan 07, 2007 at 10:38:22AM +0100, Stefan Leichter wrote: > > NVIDIA GPU GeForce4 Ti 4200 (with NVIDIA driver version 1.0-9631) > > Debian Etch > > > > Last system modification was an upd

wine kills X

2007-01-07 Thread Stefan Leichter
Hello, when i start wine, my X gets terminated. The logfile Xorg.0.log shows - Backtrace: 0: /usr/bin/X(xf86SigHandler+0x84) [0x80c4354] 1: [0xb7f48420] Fatal server error: Caught signal 11. Server aborting ---

  1   2   3   >