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
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
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.
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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])
> + {
> +
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
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
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
> 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
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?
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
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
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
26 matches
Mail list logo