Re: ddraw: Add checking of SURFACEDESC type/nullness into CreateSurface methods.

2010-09-17 Thread testbot
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=5285 Your paranoid

Re: secur32: Handle extra data in schan_InitializeSecurityContextW (try2)

2010-09-17 Thread testbot
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=5288 Your paranoid

Sound on TestBot

2010-09-17 Thread Greg Geldorp
I've found a way to add a soundcard to most of the TestBot VMs (using the virtual soundcard driver from VMware View). Yesterday, I added one to WXPHMNLSP3 just to see how it works out. Seems to do ok, it is now actually running sound tests, see e.g.

Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux

2010-09-17 Thread Mr. Teo En Ming (Zhang Enming) 张恩鸣 o f Singapore
Dear All, With reference to the article entitled USB device support in wine by Alexander Morozov at http://wiki.winehq.org/USB, here is the list of steps I have taken to download, configure, compile and install Wine. git clone git://source.winehq.org/git/wine.git ~/wine-git cd ~/wine-git

Sound on TestBot

2010-09-17 Thread Joerg-Cyril.Hoehle
Greg Geldorp wrote: I've found a way to add a soundcard to most of the TestBot VMs (using the virtual soundcard driver from VMware View). This is excellent news. It even has MIDI-out! Alas, capture.c:661: found 0 WaveIn devices means that most mci.c tests (which are mostly mciwave tests) are

Re: mshtml: Update the Polish translation.

2010-09-17 Thread Jacek Caban
Hi Łukasz, On 9/17/10 10:02 AM, Łukasz Wojniłowicz wrote: --- dlls/mshtml/Pl.rc |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/dlls/mshtml/Pl.rc b/dlls/mshtml/Pl.rc index 9e0a635..0c37be4 100644 --- a/dlls/mshtml/Pl.rc +++ b/dlls/mshtml/Pl.rc @@ -22,6 +22,12

Re: Fwd: Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux

2010-09-17 Thread Mr. Teo En Ming (Zhang Enming) 张恩鸣 o f Singapore
Dear Alexander Morozov, Thank you for your response. I have tried to ensure that the permissions for the Sony IC Recorder in /dev/bus/usb/005/009 is crw-rw-rw- by executing the following command: chmod o+rw /dev/bus/usb/005/009 However, Sony Digital Voice Editor 3 still cannot detect the IC

Re: Fwd: Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux

2010-09-17 Thread Alexander Morozov
Dear Teo En Ming, Most likely something is not implemented in wine and usb patch and it is not so fast to fix it. You can run wineserver -k WINEDEBUG=+winedevice,+ntoskrnl,+usbhub,+setupapi,+file wine your_program log and try to find what is bad in log Best regards, Alexander Morozov On

RE: Sound on TestBot

2010-09-17 Thread Greg Geldorp
From: Jörg Höhle Hopefully Francois Gouget will update his vmware machines with these drivers (or the ones Paul Vriens' uses) so that the timeouts will disappear. http://test.winehq.org/data/190c3518d66df44cfa464d8dc1ca3fd50ff6c361/xp_fg-w inxp-sp3/winmm:midi.html Earlier this year, Julius

Re: Fwd: Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux

2010-09-17 Thread Mr. Teo En Ming (Zhang Enming) 张恩鸣 o f Singapore
Dear Alexander Morozov, The debugging output is as follows: err:module:import_dll Library NDIS.SYS (which is needed by LC:\\windows\\system32\\drivers\\npf.sys) not found err:winedevice:ServiceMain driver Lnpf failed to load fixme:ntoskrnl:KeInitializeSpinLock stub: 0x757e54 wine: Call from

New winetricks 20100917: new verbs crypt32, devenum, d3dx9_26, winhttp

2010-09-17 Thread Dan Kegel
Another fortnight, another Winetricks. Online as always at http://kegel.com/wine/winetricks or http://winezeug.googlecode.com (Bug reports to the issue tracker at the above URL, please.) Changes: Austin English: crypt32: added (Issue 162). devenum: added (Issue 163). divx: update sha1sum

Re: Fwd: Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux

2010-09-17 Thread Alexander Morozov
err:module:import_dll Library NDIS.SYS (which is needed by LC:\\windows\\system32\\drivers\\npf.sys) not found err:winedevice:ServiceMain driver Lnpf failed to load Likely icdusb2.sys is not the only driver needed for your device. And other drivers installed by DVESetup_EN.exe are not working

Re: d3dx9: Constant table parsing foundations.

2010-09-17 Thread testbot
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=5298 Your paranoid

Re: Fwd: Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux

2010-09-17 Thread Alexander Morozov
I have attached DVEdit.log.txt. In addition to problem with loading npf.sys, icdusb2.sys tries to use KeInitializeDeviceQueue which is not implemented and crashes.

Re: inetcpl: Implement LaunchSiteCertDialog on top of cryptui.CryptUIDlgCertMgr

2010-09-17 Thread Juan Lang
Hi Detlef, I have no issue with the patch, just a question: are you sure native does this? Or does it call wintrust.OpenPersonalTrustDBDialog? I'm really not sure myself, I just recall that, when using native inetcpl, clicking on the Certificates... button in the Content tab (in the English

Re: user32: Implement support for getting class data GCLP_HBRBACKGROUND on other process window

2010-09-17 Thread Aleksey Bragin
Some comments regarding this patch. It's a beginning of a series of patches aimed to improve the desktop mode of Wine, including support for a real Explorer-alike environment (which is Martin Fuchs' explorer at the moment). So this patch implements required GetClassLong functionality of

Re: winhlp32: Added Hebrew translation

2010-09-17 Thread Paul Vriens
On 09/17/2010 06:31 PM, Yaron Shahrabani wrote: +LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT + Hi Sharon, This line should be removed. It results in: winebuild: duplicate resource type 0004 name f001 language 0409 winebuild: duplicate resource type 0005 name 0150 language 0409 winebuild:

Re: user32: Implement support for getting class data GCLP_HBRBACKGROUND on other process window

2010-09-17 Thread Detlef Riekenberg
On Fri, 2010-09-17 at 22:30 +0400, Aleksey Bragin wrote: So this patch implements required GetClassLong functionality of getting background brush handle of another process window's class. You introduce unneeded padding in various struct. How can anybody use such strange names? -- By by

Re: inetcpl: Implement LaunchSiteCertDialog on top of cryptui.CryptUIDlgCertMgr

2010-09-17 Thread Detlef Riekenberg
On Fri, 2010-09-17 at 10:32 -0700, Juan Lang wrote: Hi Detlef, I have no issue with the patch, just a question: are you sure native does this? Or does it call wintrust.OpenPersonalTrustDBDialog? I followed your mail from 25. Aug, where you mentioned cryptui.CryptUICertMgr That was a typo

Re: inetcpl: Implement LaunchSiteCertDialog on top of cryptui.CryptUIDlgCertMgr

2010-09-17 Thread Juan Lang
I followed your mail from 25. Aug, where you mentioned cryptui.CryptUICertMgr That was a typo and i found cryptui.CryptUIDlgCertMgr to be a usable match. The resulting dialog from rundll32 inetcpl.cpl,LaunchSiteCertDialog looks the same for builtin and native (tested with IE8 for XP) Ack.

Re: Fwd: Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux

2010-09-17 Thread Mr. Teo En Ming (Zhang Enming) 张恩鸣 o f Singapore
Dear Alexander Morozov, Please find/download DVEdit.log.txt at the following links. http://tinypaste.com/dd28e http://www.gigasize.com/get.php?d=okcztcj577b http://www.yourfilelink.com/get.php?fid=574457 http://www.sendspace.com/file/02h8ua

Re: Fwd: Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux

2010-09-17 Thread Mr. Teo En Ming (Zhang Enming) 张恩鸣 o f Singapore
Dear Alexander Morozov, I believe ICDUSB2.sys is the only native Windows USB driver for Sony IC Recorder. -- Yours sincerely, Mr. Teo En Ming (Zhang Enming) 张恩鸣 Dip(Mechatronics) BEng(Hons)(Mechanical Engineering) Citizenship: Singapore Citizen/Singaporean Facebook account: Teo En Ming

Re: Fwd: Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux

2010-09-17 Thread Mr. Teo En Ming (Zhang Enming) 张恩鸣 o f Singapore
Dear Alexander Morozov, Looks like I have to give up the idea of using Sony IC Recorder with Wine. -- Yours sincerely, Mr. Teo En Ming (Zhang Enming) 张恩鸣 Dip(Mechatronics) BEng(Hons)(Mechanical Engineering) Citizenship: Singapore Citizen/Singaporean Facebook account: Teo En Ming (Zhang

Re: [Wine] Fwd: Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux

2010-09-17 Thread Mr. Teo En Ming (Zhang Enming) 张恩鸣 o f Singapore
Dear James McKenzie, Yes, I have already applied the USB patches written by Alexander Morozov. -- Yours sincerely, Mr. Teo En Ming (Zhang Enming) 张恩鸣 Dip(Mechatronics) BEng(Hons)(Mechanical Engineering) Citizenship: Singapore Citizen/Singaporean Facebook account: Teo En Ming (Zhang Enming)