Re: [PATCH 2/2] shell32: Don't fill SHITEMID data with random values if file doesn't exist

2011-01-06 Thread Alexandre Julliard
Piotr Caban pi...@codeweavers.com writes: @@ -538,6 +538,8 @@ static char* UNIXFS_build_shitemid(char *pszUnixPath, LPBC pbc, void *pIDL) { if (stat(pszUnixPath, fileStat)){ if (must_exist || errno != ENOENT) return NULL; + +memset(fileStat, 0,

Re: Test timeouts

2011-01-06 Thread Alexandre Julliard
Greg Geldorp ggeld...@vmware.com writes: Although the number of timeouts in msi tests has dropped considerably after Hans decided to do something about them, they're unfortunately not completely gone. It seems that the remaining timeouts have a strong dependency on the environment. It's

RE: Test timeouts

2011-01-06 Thread Greg Geldorp
From: Alexandre Julliard I think it would be better to make the test detect such an environment and have it skip some things if it finds that it's taking too long. I guess that's what we currently have... In effect, if it takes too long, the final tests are skipped. I was hoping we could do

RE: msi/tests: Mark a test result on some old Wow64 platforms as broken.

2011-01-06 Thread Greg Geldorp
Hi Hans, +RegDeleteKeyA(prodkey, ); Since prodkey was possibly opened with KEY_WOW64_64KEY, you'll probably need delete_key() here. Greg.

Re: Test timeouts

2011-01-06 Thread Alexandre Julliard
Greg Geldorp ggeld...@vmware.com writes: From: Alexandre Julliard I think it would be better to make the test detect such an environment and have it skip some things if it finds that it's taking too long. I guess that's what we currently have... In effect, if it takes too long, the final

RE: Test timeouts

2011-01-06 Thread Greg Geldorp
From: Alexandre Julliard of course the testbot having a 5 minutes timeout makes this worse Yeah, I don't remember the reasoning behind that choice. It probably makes more sense to use the same timeout as winetest. Thanks for making your position clear before I spent time on implementing stuff,

RE: WyldBot

2011-01-06 Thread Greg Geldorp
From: wy...@volny.cz WyldBOT1 and WyldBOT2 are not VM, but true physical older-machines made only for wine-testing. This is great, it's good to have physical machines for testing too. I used to run WylBOT 3x per week, but there were no changes or effort to fix things, so i reduced the WylBOT

Re: WyldBot

2011-01-06 Thread Henri Verbeet
On 6 January 2011 15:10, Greg Geldorp ggeld...@vmware.com wrote: Would you be willing to consider some integration with TestBot? It isn't always immediately clear what the root cause of a failure is, so sometimes a bit of experimentation is required. Having to experiment by submitting official

Re: ddraw/tests: Force some tests to pass on XP/Win2003 Wow64

2011-01-06 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'd say the D3DPTEXTURECAPS_PERSPECTIVE tests can be removed. They are here to demonstrate some behavior the game RollCage depends on. Newer drivers show some different behavior, I suspect they fix rollcage with an app specific hack. Am 06.01.2011

Re: [PATCH 1/4] server: Make it possible to report many filesystem events

2011-01-06 Thread Alexandre Julliard
Piotr Caban pi...@codeweavers.com writes: diff --git a/server/protocol.def b/server/protocol.def index 6245f4c..29a4c7a 100644 --- a/server/protocol.def +++ b/server/protocol.def @@ -1449,6 +1449,7 @@ enum char_info_mode obj_handle_t handle; @REPLY int action;

Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-06 Thread Qian Hong
Dear Dan Kegel, Thanks for your nice work again! After install ie6 with winetricks, I found that png images can't display in IE6, I download pngfilt.dll manually and regist it with wine regsvr32, then IE6 display png files well. Will winetricks add pngfilt.dll verb, or add integrate pngfilt.dll

Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-06 Thread Michael Stefaniuc
On 01/06/2011 06:52 PM, Qian Hong wrote: Thanks for your nice work again! After install ie6 with winetricks, I found that png images can't display in IE6, I download pngfilt.dll manually and regist it with wine regsvr32, then IE6 display png files well. Will winetricks add pngfilt.dll verb, or

WyldBot

2011-01-06 Thread wylda
This is great, it's good to have physical machines for testing too. I used to run WyldBOT 3x per week, but there were no changes or effort to fix things, so i reduced the WyldBOT run to once a week. Would you be willing to consider some integration with TestBot? It isn't always

Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-06 Thread Qian Hong
Dear Michael Stefaniuc, I can't agree more with you, IE6 must die, the sooner the better. But unfortunately, sometimes I can't leave IE6. For example,my online bank is IE only, it can't work without ActiveX. Maybe you'll suggest me to change another online bank without ActiveX, but unfortunately

Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-06 Thread Austin English
On Thu, Jan 6, 2011 at 6:14 PM, Qian Hong fract...@gmail.com wrote: Dear Michael Stefaniuc, I can't agree more with you, IE6 must die, the sooner the better. But unfortunately, sometimes I can't leave IE6. For example,my online bank is IE only, it can't work without ActiveX. Maybe you'll

Re: New winetricks 20110105: improved download error recovery, added first-run optin dialog. New winetricks 20110105-alpha: menu divided into categories, added 35 games

2011-01-06 Thread Dan Kegel
On Thu, Jan 6, 2011 at 9:52 AM, Qian Hong fract...@gmail.com wrote: After install ie6 with winetricks, I found that png images can't display in IE6, I download pngfilt.dll manually and regist it with wine regsvr32, then IE6 display png files well. Will winetricks add pngfilt.dll verb, or add

Unable to download USB patch from ftp://ftp.etersoft.ru/pub/people/amorozov/usb

2011-01-06 Thread Qian Hong
Dear All, While trying usb device in wine, I follow this page : http://wiki.winehq.org/USB , The Official Wine Wiki. It says, Some functions used by USB drivers are implemented on top of libusb-0.1/1.0 by Alexander Morozov from Etersoft (amoro...@etersoft.ru). Now only some USB software

Re: Unable to download USB patch from ftp://ftp.etersoft.ru/pub/people/amorozov/usb

2011-01-06 Thread Andrew Eikum
On 01/06/2011 01:22 PM, Qian Hong wrote: Could anyone give me some tip? Works fine for me: [and...@archand ~]$ ftp ftp open ftp.etersoft.ru Name (updates.etersoft.ru:andrew): anonymous Password: ftp cd pub/people/amorozov/usb/current ftp ls -rw-r--r--1 ftp ftp175479 Dec 26

Re: Unable to download USB patch from ftp://ftp.etersoft.ru/pub/people/amorozov/usb

2011-01-06 Thread Qian Hong
Sorry for that, I should have tryed ftp command rather than just open the url in browser. I found it works well with both ftp and firefox, but doesn't work in chrome/chromium, maybe a chrome relate bug. Thanks Andrew Eikum very much , thank you for your time! Best wishes. On Fri, Jan 7, 2011 at

Re: Wine and Fontconfig

2011-01-06 Thread Scott Ritchie
On 01/03/2011 03:44 PM, Yaron Shahrabani wrote: Elad, an Hebrew user suggests: In several Wine apps Hebrew is displayed as square glyphs since there are no builting Hebrew glyphs in Wine's font (bug #23537). The question is why does Wine use the internal font as the default? The easier

{USB}Fail to patch 0002-Re-generate-some-files.txt

2011-01-06 Thread Qian Hong
Dear all, After checkout latest wine from git, I tried to apply the USB support patches, but something is wrong. Checking out from the WineHQ Git repository:(Follow GitWine wiki) $git clone git://source.winehq.org/git/wine.git ~/wine-git $cd ~/wine-git Get the wine usb patches: (Follow wine USB

Re: {USB}Fail to patch 0002-Re-generate-some-files.txt

2011-01-06 Thread James McKenzie
On 1/6/11 8:43 PM, Qian Hong wrote: Dear all, After checkout latest wine from git, I tried to apply the USB support patches, but something is wrong. Could anyone tell me what did I have done wrong? This patch was written a long time ago for a much different revision of Wine. It needs to be

Re: {USB}Fail to patch 0002-Re-generate-some-files.txt

2011-01-06 Thread Qian Hong
Dear James, thanks for reply. I think the current vesion of this patch is for wine1.3.10, the upload date is Dec 26. I'll try to attempt it. Best wishes. On Fri, Jan 7, 2011 at 12:37 PM, James McKenzie jjmckenzi...@earthlink.netwrote: This patch was written a long time ago for a much