Re: New SCSI Driver for Mac OS X

2010-04-28 Thread Charles Davis
On 4/28/10 11:08 PM, Ken Thomases wrote: > On Apr 28, 2010, at 8:28 PM, Charles Davis wrote: > >> On 4/28/10 5:48 PM, Ken Thomases wrote: >>> On Apr 28, 2010, at 6:18 PM, Charles Davis wrote: >>> Besides, to use it, we'd have to call DADiskMount() directly instead of going through diskut

Re: New SCSI Driver for Mac OS X

2010-04-28 Thread Ken Thomases
On Apr 28, 2010, at 8:28 PM, Charles Davis wrote: > On 4/28/10 5:48 PM, Ken Thomases wrote: >> On Apr 28, 2010, at 6:18 PM, Charles Davis wrote: >> >>> Besides, to use it, we'd have to call DADiskMount() directly instead of >>> going through diskutil. >> >> Huh? Who goes through diskutil? > NTD

Re: [PATCH] kernel32: lstrlen does not call SetLastError.

2010-04-28 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=1815 Your paranoid android.

Re: New SCSI Driver for Mac OS X

2010-04-28 Thread Charles Davis
On 4/28/10 5:48 PM, Ken Thomases wrote: > On Apr 28, 2010, at 6:18 PM, Charles Davis wrote: > >> Besides, to use it, we'd have to call DADiskMount() directly instead of >> going through diskutil. > > Huh? Who goes through diskutil? NTDLL, when it gets a FSCTL_DISMOUNT_VOLUME. > Who would have t

Re: New SCSI Driver for Mac OS X

2010-04-28 Thread Ken Thomases
On Apr 28, 2010, at 6:18 PM, Charles Davis wrote: > Besides, to use it, we'd have to call DADiskMount() directly instead of > going through diskutil. Huh? Who goes through diskutil? Who would have to call DADiskMount()? And why do you think DADiskMount() is necessary to register approval call

Re: New SCSI Driver for Mac OS X

2010-04-28 Thread Charles Davis
On 4/28/10 5:02 PM, Ken Thomases wrote: > Hi Charles, > > Are the DKIOCPREVENT and DKIOCALLOW ioctls necessary? They were the reason I first wrote the driver. I added DKIOCSCSICOMMAND later. > DiskArbitration already has a facility for clients to refuse > mount/unmount/eject requests. > > http:

Re: New SCSI Driver for Mac OS X

2010-04-28 Thread Ken Thomases
Hi Charles, Are the DKIOCPREVENT and DKIOCALLOW ioctls necessary? DiskArbitration already has a facility for clients to refuse mount/unmount/eject requests. http://developer.apple.com/mac/library/documentation/Darwin/Reference/DiscArbitrationFramework/DiskArbitration_h/ Among other things, if

Re: X11 keyboard detection bitrot on Linux?

2010-04-28 Thread GOUJON Alexandre
Hi, It may not be related but I filled a similar bug at http://bugs.winehq.org/show_bug.cgi?id=21307 I sent a patch (http://source.winehq.org/patches/data/60888) wich still waits for comments. And if it was working before, as usual, git-bisect would help. Thanks

Re: New SCSI Driver for Mac OS X

2010-04-28 Thread Charles Davis
On 4/28/10 9:35 AM, Charles Davis wrote: > I don't have a public repository yet. My plan is to create a SourceForge > project for this (like AJ suggested). And here it is: http://sourceforge.net/projects/xnu-extras/ Chip

Re: New SCSI Driver for Mac OS X

2010-04-28 Thread Charles Davis
On 4/28/10 2:14 PM, Stefan Dösinger wrote: > > Am 28.04.2010 um 17:35 schrieb Charles Davis: > >> On 4/28/10 4:03 AM, Stefan Dösinger wrote: >>> >>> Am 27.04.2010 um 22:10 schrieb Charles Davis: >>> tar jxf ExtMediaBSDClient.tar.bz2 cd ExtMediaBSDClient >>> Do you have the sourcecode so

Re: New SCSI Driver for Mac OS X

2010-04-28 Thread Stefan Dösinger
Am 28.04.2010 um 17:35 schrieb Charles Davis: > On 4/28/10 4:03 AM, Stefan Dösinger wrote: >> >> Am 27.04.2010 um 22:10 schrieb Charles Davis: >> >>> tar jxf ExtMediaBSDClient.tar.bz2 >>> cd ExtMediaBSDClient >> Do you have the sourcecode somewhere with instructions on how to compile it? > Sure

Re: shell32: add configure option --disable-unixfs

2010-04-28 Thread Alexandre Julliard
Dan Kegel writes: > Fixes http://bugs.winehq.org/show_bug.cgi?id=22450 There's no reason to do that in configure. -- Alexandre Julliard julli...@winehq.org

Re: [PATCH 3/4] wined3d: fix texm3x3spec coordinate mask bug

2010-04-28 Thread Henri Verbeet
On 28 April 2010 19:40, Roderick Colenbrander wrote: > I didn't make up out of that discussion that another solution was > needed but no problem. Yesterday I mentioned that 'setting fake 2d > sampler' line but after a more thorough look > pixel_shader_update_samplers which is called before the sha

Re: [PATCH 3/4] wined3d: fix texm3x3spec coordinate mask bug

2010-04-28 Thread Roderick Colenbrander
I didn't make up out of that discussion that another solution was needed but no problem. Yesterday I mentioned that 'setting fake 2d sampler' line but after a more thorough look pixel_shader_update_samplers which is called before the shader is generated again sets a 2D sampler (it gets this from th

Re: X11 keyboard detection bitrot on Linux?

2010-04-28 Thread André Hentschel
Am 28.04.2010 16:07, schrieb joerg-cyril.hoe...@t-systems.com: > Hi, > > Perhaps there's some bitrot that affects the handling of alt/altGr > keys on Linux? > > Using WINEDEBUG=+keyboard on Macos yields exepected results. The 3rd > and 4th characters (|\ etc.) below show what's obtained when pres

Re: kernel32: Add tests for lstrcmpW (try 3)

2010-04-28 Thread Dmitry Timoshkov
André Hentschel wrote: > +for (r = 0; r < 0x; r++) > +{ > +if (ignorewchar(r)) > +{ > +markerW[2] = r; > +todo_wine > +{ > +ok(!lstrcmpW(markerW, nomarkerW), "expected the character > 0x%x to be ignored within the st

X11 keyboard detection bitrot on Linux?

2010-04-28 Thread Joerg-Cyril.Hoehle
Hi, Perhaps there's some bitrot that affects the handling of alt/altGr keys on Linux? Using WINEDEBUG=+keyboard on Macos yields exepected results. The 3rd and 4th characters (|\ etc.) below show what's obtained when pressing the alt key: trace:key:X11DRV_KEYBOARD_DetectLayout mismatch for keycode

Re: [PATCH 4/4] wined3d: use stretch_rect_fbo for swapchainless blits

2010-04-28 Thread Henri Verbeet
On 28 April 2010 14:29, Roderick Colenbrander wrote: > +    /* Early sort out of cases where no render target is used */ > +    if (!dstSwapchain && !srcSwapchain > +            && src_surface != device->render_targets[0] > +            && dst_surface != device->render_targets[0]) > +    { > +    

Re: [PATCH 3/4] wined3d: fix texm3x3spec coordinate mask bug

2010-04-28 Thread Henri Verbeet
On 28 April 2010 14:29, Roderick Colenbrander wrote: > This patch fixes an issue in "King's Bounty: The Legend" for which a shader > of the form: > 'texture2D(sampler2D, tmp0.xyz)' was generated. The nvidia GLSL compiler > wants to have tmp0.xyz. We talked about this on IRC yesterday, the reaso

Re: [PATCH 1/4] wined3d: fix flip_surface flag copying bug

2010-04-28 Thread Roderick Colenbrander
Ignore patch 1/4 and 2/4 for now. I missed a reply from Henri to the bug report. Roderick On Wed, Apr 28, 2010 at 2:29 PM, Roderick Colenbrander wrote: > This patch fixes a part of bug 22356. The issue is that Jedi Knight performs > a full surface copy > from the back to the front buffer which

Re: Minor dlls/mshtml/htmlbody.c simplification (RESEND)

2010-04-28 Thread Nikolay Sivov
On 4/28/2010 14:02, Gerald Pfeifer wrote: ChangeLog: Remove variable hres which is not really used from HTMLBodyElement_get_text. diff --git a/dlls/mshtml/htmlbody.c b/dlls/mshtml/htmlbody.c index 5c66e65..c6b202b 100644 --- a/dlls/mshtml/htmlbody.c +++ b/dlls/mshtml/htmlbody.c @@ -443,7 +443,6

new wisotool 20100424: new verbs 3dmark2000, 3dmark2001, 3dmark03, 3dmark05, 3dmark06, baldursgate2, gta_vc, pcmark04, pcmark05, unigine_heaven

2010-04-28 Thread wylda
> I'm ripping it now, but it's pretty slow, comparatively. Tons of: > Found L-EC error at sector 1589216 - ignored. Good luck and hopefully your DVD drive will survive it ;) After long tests, i choosed (year ago) Alcohol 120% as the ripping tool, because it produced most number of working backup

Re: New SCSI Driver for Mac OS X

2010-04-28 Thread Stefan Dösinger
Am 27.04.2010 um 22:10 schrieb Charles Davis: > tar jxf ExtMediaBSDClient.tar.bz2 > cd ExtMediaBSDClient Do you have the sourcecode somewhere with instructions on how to compile it?

Re: new wisotool 20100424: new verbs 3dmark2000, 3dmark2001, 3dmark03, 3dmark05, 3dmark06, baldursgate2, gta_vc, pcmark04, pcmark05, unigine_heaven

2010-04-28 Thread Austin English
On Wed, Apr 28, 2010 at 2:13 AM, Vincent Pelletier wrote: > On the iso & copy protection topic: It is possible to generate bin + toc > images from cds with cdrdao[1] and to mount them with fuseiso[2]. This *might* > improve copy protection support. No idea on how portable nor how efficient it > ca

Re: new wisotool 20100424: new verbs 3dmark2000, 3dmark2001, 3dmark03, 3dmark05, 3dmark06, baldursgate2, gta_vc, pcmark04, pcmark05, unigine_heaven

2010-04-28 Thread Vincent Pelletier
Le dimanche 25 avril 2010 01:44:03, Dan Kegel a écrit : > You can read more about it at > http://wiki.winehq.org/wisotool Nice tool. I'm trying to add support for GOG.com installers. At the moment, I can install setup_duke3d.exe unattended (I only used it as it is the smallest installer I have fr

Re: bt all broken? Bisect result.

2010-04-28 Thread Peter Urbanec
I did a git bisect to test the "bt all" issue and narrowed down the issue: d29c6ead9280a174fa07ec7d5cd07293c3f7832d is the first bad commit commit d29c6ead9280a174fa07ec7d5cd07293c3f7832d Author: Eric Pouech Date: Tue Mar 30 21:37:01 2010 +0200 winedbg: Store the CONTEXT in each stack fra