Re: Fail to use USB-Key/USB-Shield with wine USB patch :cannot start service 'SCardSvr':win error code:0x00000424

2011-01-16 Thread Qian Hong
After using native wtsapi32.dll and winsta.dll, there is no fixme:wtsapi message. $ wine tokenadmin.exe fixme:win:RegisterDeviceNotificationA (hwnd=0x10090, filter=0xe8e9c4,flags=0x) returns a fake device notification handle! fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB

Re: wined3d: don't set cube and volume POW2 caps if np2 textures are supported

2011-01-16 Thread Henri Verbeet
On 23 November 2010 21:23, Stefan Dösinger wrote: > Am Dienstag 23 November 2010, 17:22:50 schrieb Henri Verbeet: >> On 23 November 2010 17:10, Stefan Dösinger wrote: >> > Am Dienstag 23 November 2010, 16:52:09 schrieb Henri Verbeet: >> >> Looks like a flaw in the d3dx9_36 test, it isn't taking t

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread James McKenzie
On 1/16/11 9:55 AM, Nikolay Sivov wrote: On 1/16/2011 19:39, James McKenzie wrote: All: I would like comments on this patch. Another question is how screen resolution affects that test. Thank you and Ge for this. Changing the resolution from 96 to 120 definitely affects the test results.

Re: [PATCH 2/4] shdocvw: Implement IWebBrowser_ExecWB.

2011-01-16 Thread Jacek Caban
Hi Erich, On 1/15/11 12:14 AM, Erich Hoover wrote: Real Name: Erich Hoover Description: Adds support for the IWebBrowser(2)_ExecWB function by passing the requested operations through to IOleCommandTarget_Exec. With this patch (and patch 1) the print button in hhctrl.ocx operates prop

Re: [PATCH 2/3] jscript: Get rid of the jsdisp_addref() and jsdisp_release() wrappers.

2011-01-16 Thread Jacek Caban
Hi Michael, Please leave there functions (and to_disp from your next patch). I have plans for them related to GC implementation, that I hope to find time to implement at some point. Thanks, Jacek

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread James McKenzie
On 1/16/11 11:42 AM, Greg Geldorp wrote: From: James McKenzie I'll have to figure out how to change the resolution on the test bot and or my local copy of WindowsXP SP2 (not upgradable, no Internet connection to that system. I've now changed the resolution to 1024x768 and 120DPI on VM WXPPRODPY

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread James McKenzie
On 1/16/11 10:58 AM, Charles Davis wrote: On 1/16/11 10:53 AM, James McKenzie wrote: On 1/16/11 10:27 AM, Nikolay Sivov wrote: On 1/16/2011 20:17, James McKenzie wrote: +todo_wine { +SendMessageW(hwndRichEdit, EM_SETMARGINS, EC_USEFONTINFO, MAKELONG(EC_USEFONTINFO, EC_USEFONTINFO))

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread James McKenzie
On 1/16/11 10:58 AM, Nikolay Sivov wrote: On 1/16/2011 20:53, James McKenzie wrote: On 1/16/11 10:27 AM, Nikolay Sivov wrote: On 1/16/2011 20:17, James McKenzie wrote: +todo_wine { +SendMessageW(hwndRichEdit, EM_SETMARGINS, EC_USEFONTINFO, MAKELONG(EC_USEFONTINFO, EC_USEFONTINFO))

RE: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread Greg Geldorp
From: James McKenzie > I'll have to figure out how to change the > resolution on the test bot and or my local copy of WindowsXP SP2 (not > upgradable, no Internet connection to that system. I've now changed the resolution to 1024x768 and 120DPI on VM WXPPRODPY16 from their previous values of 800x6

Re: Fail to use USB-Key/USB-Shield with wine USB patch :cannot start service 'SCardSvr':win error code:0x00000424

2011-01-16 Thread Qian Hong
Dear all, after replacing winscard.dll by native windows dll and setting the native winscard.dll by default with winecfg, I got a new result,Screenshot here: http://goo.gl/7gWbt , this is the same as that the regist is modified in Windows XP: http://goo.gl/VNn2N Here is the log: wine tokenadmin.

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread Charles Davis
On 1/16/11 10:53 AM, James McKenzie wrote: > On 1/16/11 10:27 AM, Nikolay Sivov wrote: >> On 1/16/2011 20:17, James McKenzie wrote: > +todo_wine { > +SendMessageW(hwndRichEdit, EM_SETMARGINS, EC_USEFONTINFO, > MAKELONG(EC_USEFONTINFO, EC_USEFONTINFO)); > +} Hm.

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread Nikolay Sivov
On 1/16/2011 20:53, James McKenzie wrote: On 1/16/11 10:27 AM, Nikolay Sivov wrote: On 1/16/2011 20:17, James McKenzie wrote: +todo_wine { +SendMessageW(hwndRichEdit, EM_SETMARGINS, EC_USEFONTINFO, MAKELONG(EC_USEFONTINFO, EC_USEFONTINFO)); +} Hm. This is one of the test case

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread James McKenzie
On 1/16/11 10:27 AM, Nikolay Sivov wrote: On 1/16/2011 20:17, James McKenzie wrote: +todo_wine { +SendMessageW(hwndRichEdit, EM_SETMARGINS, EC_USEFONTINFO, MAKELONG(EC_USEFONTINFO, EC_USEFONTINFO)); +} Hm. This is one of the test cases that was recommended and it appears to b

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread James McKenzie
On 1/16/11 10:24 AM, André Hentschel wrote: see http://test.winehq.org/data/ Will do. I don't want to break Windows9x functionality though. + /* Per http://msdn.microsoft.com/en-us/library/bb761649%(VS.85).asp if the lparam is + EC_USEFONTINFO the Left and Right Margins should be set

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread Nikolay Sivov
On 1/16/2011 20:17, James McKenzie wrote: +todo_wine { +SendMessageW(hwndRichEdit, EM_SETMARGINS, EC_USEFONTINFO, MAKELONG(EC_USEFONTINFO, EC_USEFONTINFO)); +} Hm. This is one of the test cases that was recommended and it appears to be the only one that 'works'. There's no t

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread André Hentschel
Am 16.01.2011 18:17, schrieb James McKenzie: > On 1/16/11 9:55 AM, Nikolay Sivov wrote: >> On 1/16/2011 19:39, James McKenzie wrote: >>> All: >>> >>> I would like comments on this patch. >> Ok. OK >> >>> static HWND new_window(LPCTSTR lpClassName, DWORD dwStyle, HWND parent) { >>>HWND hwnd; >

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread James McKenzie
On 1/16/11 9:55 AM, Nikolay Sivov wrote: On 1/16/2011 19:39, James McKenzie wrote: All: I would like comments on this patch. Ok. static HWND new_window(LPCTSTR lpClassName, DWORD dwStyle, HWND parent) { HWND hwnd; - hwnd = CreateWindow(lpClassName, NULL, dwStyle|WS_POPUP|WS_HSCROLL|WS

Re: RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread Nikolay Sivov
On 1/16/2011 19:39, James McKenzie wrote: All: I would like comments on this patch. Ok. static HWND new_window(LPCTSTR lpClassName, DWORD dwStyle, HWND parent) { HWND hwnd; - hwnd = CreateWindow(lpClassName, NULL, dwStyle|WS_POPUP|WS_HSCROLL|WS_VSCROLL +/* hwnd = CreateWindow(lpClassN

RFC: Richedit: Test Patch for EM_SETMARGINS

2011-01-16 Thread James McKenzie
All: I would like comments on this patch. Thank you. James McKenzie >From da43fe92d633dade59e978e516b43ec409117a2a Mon Sep 17 00:00:00 2001 From: James McKenzie Date: Sun, 16 Jan 2011 08:27:03 -0700 Subject: Adds tests for EM_SETMARGINS for ANSI and UNICODE --- dlls/riched20/tests/editor.c

Re: ntdll: Stop when we can't map the shared user data

2011-01-16 Thread André Hentschel
Am 16.01.2011 04:45, schrieb Vitaliy Margolen: > On 01/14/2011 01:49 PM, André Hentschel wrote: >> It can happen that the adress 0x7ffe is blocked by some loaded libraries >> already. >> +if (status) >> +{ >> +MESSAGE( "wine: failed to map the shared user data: %x\n", status );

3Dmark2001se & heap corruption

2011-01-16 Thread wylda
Hi, as there is a strong Valgrind wave these days ;) and i failed to find the problem myself here is a little exercise for anyone interested: 1. WINEDEBUG=warn+heap wine 3DMark2001SE.exe 2. Under selected test -> (click) Clear -> (tab) Custom -> (check) "Game2 Dragothic Low Detail" -> OK 3. (c

Re: Fail to use USB-Key/USB-Shield with wine USB patch :cannot start service 'SCardSvr':win error code:0x00000424

2011-01-16 Thread Qian Hong
On Sun, Jan 16, 2011 at 8:37 PM, Qian Hong wrote: > Regist modifyed:  http://goo.gl/VNn2N sorry,the one above is wrong, and this is write: http://goo.gl/P56PH > scardsvr.exe killed:  http://goo.gl/UcYxp > > Here are all the reg files I imported: > http://goo.gl/z1v1q there are also a new versio

Re: Fail to use USB-Key/USB-Shield with wine USB patch :cannot start service 'SCardSvr':win error code:0x00000424

2011-01-16 Thread Qian Hong
On Sun, Jan 16, 2011 at 8:16 PM, Stefan Dösinger wrote: >> http://goo.gl/BGIbl > I can't access these screenshots. I'm not sure how you shared them, but > please keep in mind that wine-devel is not a google group, so giving read > access to "wine-devel@winehq.org" won't allow anyone to access th

Re: Fail to use USB-Key/USB-Shield with wine USB patch :cannot start service 'SCardSvr':win error code:0x00000424

2011-01-16 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 16.01.2011 um 12:30 schrieb Qian Hong: > http://goo.gl/BGIbl I can't access these screenshots. I'm not sure how you shared them, but please keep in mind that wine-devel is not a google group, so giving read access to "wine-devel@winehq.org" won't

Re: Fail to use USB-Key/USB-Shield with wine USB patch :cannot start service 'SCardSvr':win error code:0x00000424

2011-01-16 Thread Qian Hong
Dear Alexander, thanks for you suggestion, after apply the patch, there is no fixme messages from winscard, but tokenadmin.exe still don't work. I know there are still a lot of work to be done, just a report. Best wishes! On Sun, Jan 16, 2011 at 1:04 AM, Alexander Morozov wrote: > In tokenadmin.

Re: Fail to use USB-Key/USB-Shield with wine USB patch :cannot start service 'SCardSvr':win error code:0x00000424

2011-01-16 Thread Qian Hong
Dear all, After some tests, I founld that scardsvr.exe is very important for execute tokenadmiin.exe . When I run tokenadmin.exe in Windows XP, the screenshot is like this: http://goo.gl/BGIbl If I modify the rigist HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\SCardSvr manually, set the "

Re: [1/5] kernel32/tests: Free environment block in the child process when it is unused. (try 2)

2011-01-16 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=8357 Your paranoid android.

Re: [1/5] kernel32/tests: Free environment block in the child process when it is unused.

2011-01-16 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=8354 Your paranoid android.