CreateThread timing behaviour (Bug 15323 affecting Warhammer Online)

2009-02-28 Thread Paul TBBle Hampson
correctly (I only had one failure in about ten tries, rather than nine failures in ten tries). -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp

Re: CreateThread timing behaviour (Bug 15323 affecting Warhammer Online)

2009-03-01 Thread Paul TBBle Hampson
On Sun, Mar 01, 2009 at 10:25:32PM +, David Laight wrote: On Sun, Mar 01, 2009 at 06:08:53PM +1100, Paul TBBle Hampson wrote: I'm looking into Bug 15323, and it seems to come down to a particular undocumented behaviour of CreateThread on Windows, which is probably also a bug in the usage

Re: CreateThread timing behaviour (Bug 15323 affecting Warhammer Online)

2009-03-01 Thread Paul TBBle Hampson
. -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening

Re: CreateThread timing behaviour (Bug 15323 affecting Warhammer Online)

2009-03-02 Thread Paul TBBle Hampson
with this further if I have time, barring further comment on this thread, see if I can confirm that the behaviour I'm seeing is due to the code I'm looking at being somehow inside the dll attach code. -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later

Re: [RFC] Port of Stefan D ösinger's ARB_vertex_progra m fixed-function vertex pipeline replacement to 1.1.18

2009-03-30 Thread Paul TBBle Hampson
On Sun, Mar 29, 2009 at 02:23:42PM +0200, Henri Verbeet wrote: 2009/3/29 Paul TBBle Hampson paul.hamp...@pobox.com: fixme:d3d_surface:surface_upload_data GL_INVALID_VALUE (0x501) from glTexSubImage2D @ ../../../dlls/wined3d/surface.c / 349 These are a problem, I think. Co-incidentally, I

Re: [2/2] secur32/tests: Fix GetUserNameEx() tests (try 2)

2009-04-14 Thread Paul TBBle Hampson
test would document that it crashes on Windows _and_ whether it crashes or not on Wine, and catch a change in that status by either party? -- Paul TBBle Hampson, paul.hamp...@pobox.com Shorter .sig for a more eco-friendly paperless office. pgpkXelm5M9ww.pgp Description: PGP signature

Re: gdi32: Don't add duplicate system_links entries

2009-04-15 Thread Paul TBBle Hampson
On Wed, Apr 15, 2009 at 01:59:50PM +0900, Dmitry Timoshkov wrote: Paul TBBle Hampson paul.hamp...@pobox.com wrote: +/* Make sure we haven't already got an entry for this due to substitution */ +duplicate = FALSE; +LIST_FOR_EACH_ENTRY(system_font_link

Re: [PATCH 2/4] gdi32: fetch child fonts by real parent font name

2009-04-18 Thread Paul TBBle Hampson
On Sat, Apr 18, 2009 at 06:34:46PM -0700, James McKenzie wrote: Paul TBBle Hampson wrote: This patch fixes bug 18044. Where is the patch? I could not find it. Apologies, will resend the email with the patch this time... -- --- Paul

Re: gdi32: fetch child fonts by real parent font name

2009-04-19 Thread Paul TBBle Hampson
On Fri, Apr 17, 2009 at 05:51:45PM -0700, Lei Zhang wrote: On Tue, Apr 14, 2009 at 7:11 AM, Paul TBBle Hampson paul.hamp...@pobox.com wrote: This patch fixes bug 18044. Basically, the built-in FontLink functionality for subsituting alternative fonts where a certain font is missing glyphs

XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-19 Thread Paul TBBle Hampson
assertions which you could probably otherwise ignore. So they're both kinda optional in the Wine context. Also one more patch, against the xinput utility from whot's git tree, to fix a compile failure in the XI2 test functionality. -- Paul TBBle Hampson, paul.hamp...@pobox.com Shorter .sig

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-19 Thread Paul TBBle Hampson
On Sun, Apr 19, 2009 at 12:46:20PM +0200, Stefan Dösinger wrote: Am Sonntag, 19. April 2009 10:41:34 schrieb Paul TBBle Hampson: I've thrown together a rather-rough-but-working-in-a-limited-sense implementation of XInput2-based DirectInput. * Doesn't check for XInput2.h, so it won't build

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-19 Thread Paul TBBle Hampson
On Sun, Apr 19, 2009 at 09:46:17PM +1000, Paul TBBle Hampson wrote: I'm attaching my DirectInput test program. It demonstrates both the MSDN sample way of doing a background DI mouse reader, and also as it happens a maybe-bug in Wine's DirectInput headers, in that you can't use DIMOFS_X

XI2 DirectInput mouse implementation RFC

2009-04-19 Thread Paul TBBle Hampson
-XIQueryVersion.patch libXi 0001-Clear-definitions-of-X-types-defined-to-wire-types.patch x11proto-input 0001-Ensure-we-have-a-definition-of-BYTE.patch xinput -- Paul TBBle Hampson, paul.hamp...@pobox.com Shorter .sig for a more eco-friendly paperless office. From

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-19 Thread Paul TBBle Hampson
On Sun, Apr 19, 2009 at 10:48:11AM -0600, Vitaliy Margolen wrote: Paul TBBle Hampson wrote: On Sun, Apr 19, 2009 at 12:46:20PM +0200, Stefan Dösinger wrote: Am Sonntag, 19. April 2009 10:41:34 schrieb Paul TBBle Hampson: I've thrown together a rather-rough-but-working-in-a-limited-sense

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-20 Thread Paul TBBle Hampson
On Sun, Apr 19, 2009 at 02:39:43PM -0600, Vitaliy Margolen wrote: Paul TBBle Hampson wrote: On Sun, Apr 19, 2009 at 10:48:11AM -0600, Vitaliy Margolen wrote: Paul TBBle Hampson wrote: On Sun, Apr 19, 2009 at 12:46:20PM +0200, Stefan Dösinger wrote: Am Sonntag, 19. April 2009 10:41:34 schrieb

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-20 Thread Paul TBBle Hampson
in my tarball should no longer be necessary. On Sun, Apr 19, 2009 at 06:41:34PM +1000, Paul TBBle Hampson wrote: It's got a fair few problems, I'm mainly interested in feedback on the approach, although obviously any code or style criticisms are welcome. Current limitations: * Doesn't send

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-20 Thread Paul TBBle Hampson
On Tue, Apr 21, 2009 at 01:09:47AM +1000, Paul TBBle Hampson wrote: I think my solution to that while keeping the same structure is to add a WH_WINEMOUSE_REL hook message that carries relative mouse movement data, and let DirectInput and RawInput hook that. This also means that applications

Re: Changing the language that wine runs in (testing language versions of dialogs)

2009-04-21 Thread Paul TBBle Hampson
maps code pages to fonts for the Windows UI fonts which vary between countries. -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com

Re: XI2 DirectInput mouse implementation RFC (Tarballed)

2009-04-21 Thread Paul TBBle Hampson
On Tue, Apr 21, 2009 at 08:16:14AM -0600, Vitaliy Margolen wrote: Paul TBBle Hampson wrote: On Sun, Apr 19, 2009 at 02:39:43PM -0600, Vitaliy Margolen wrote: Paul TBBle Hampson wrote: I think I understand now. So we really don't want to touch dinput at all, but instead just use XI2 to feed

Re: [2/2] wininet: HTTP_HttpAddRequestHeadersW should ignore 0-lengthheaders

2009-04-24 Thread Paul TBBle Hampson
On Sat, Apr 25, 2009 at 11:52:20AM +0900, Dmitry Timoshkov wrote: Paul TBBle Hampson paul.hamp...@pobox.com wrote: +if (strlenW(lpszStart)==0) +{ +/* Skip 0-length headers */ +lpszStart = lpszEnd; +bSuccess = TRUE; +continue

gdi32 font-link patch issues? (Bug 18044)

2009-04-25 Thread Paul TBBle Hampson
-- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn't influence us as kids. If it did, we'd be running around

Reparse point unit tests patches

2009-04-25 Thread Paul TBBle Hampson
points using reparse point interface http://www.winehq.org/pipermail/wine-patches/2009-January/067227.html -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361

Re: Reparse point unit tests patches

2009-04-27 Thread Paul TBBle Hampson
On Sun, Apr 26, 2009 at 12:39:31PM +0200, Detlef Riekenberg wrote: On So, 2009-04-26 at 13:18 +1000, Paul TBBle Hampson wrote: [PATCH 2/2] Add unit tests for junction points using reparse point interface http://www.winehq.org/pipermail/wine-patches/2009-January/067227.html I didn't test

Mmap/malloc redirection (bug 13335, seems to affect 3D games mainly)

2009-04-29 Thread Paul TBBle Hampson
be handled more cleanly. [1] http://bugs.winehq.org/show_bug.cgi?id=13335 [2] http://bugs.winehq.org/attachment.cgi?id=20483 [3] http://bugs.winehq.org/attachment.cgi?id=20484 -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies

Re: RFC on Base Wine Config

2009-05-03 Thread Paul TBBle Hampson
(VS.85).aspx -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn't influence us as kids. If it did, we'd

Re: RFC on Base Wine Config

2009-05-03 Thread Paul TBBle Hampson
On Sun, May 03, 2009 at 08:54:32PM +1000, Ben Klein wrote: 2009/5/3 Paul TBBle Hampson paul.hamp...@pobox.com: On Sun, May 03, 2009 at 03:07:35PM +1000, Ben Klein wrote: It's NOT a networked drive, is it? Drive mappings are the only way to tell Wine and apps running in Wine where your files

Re: Severity levels

2009-05-04 Thread Paul TBBle Hampson
no point in keeping metabugs if there's no way to ... no way to distinguish them from regular bugs. I was under the impression that Wine didn't want metabugs. I'm sure I've seem comments to that effect in Bugzilla itself... -- --- Paul TBBle

Re: Severity levels

2009-05-05 Thread Paul TBBle Hampson
describes symptoms and ties them to linked bugs to try and alleviate this, but it'd be nice if the disconnect wasn't there. -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN

Re: Unused functions in fusion.dll

2009-05-14 Thread Paul TBBle Hampson
a discussion of it while doing XNA stuff, which is actually compact framework so different again. ^_^ -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361

XI2 DirectInput/RawInput/WH_*_LL hooks

2009-06-21 Thread Paul TBBle Hampson
. -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills

Re: XI2 DirectInput/RawInput/WH_*_LL hooks

2009-06-22 Thread Paul TBBle Hampson
On Mon, Jun 22, 2009 at 12:57:35PM +0200, Alexandre Julliard wrote: Paul TBBle Hampson paul.hamp...@pobox.com writes: *) A new process (ala services.exe) which grabs XI2 events from X11 via its own connection and feeds them to the wineserver. It should run in the context of the explorer

Re: winhttp: Correctly parse specified ports in WinHttpCrackUrl

2008-12-31 Thread Paul TBBle Hampson
lines [1/2] winhttp/tests: Add tests for WinHttpCrackUrl port number handling [2/2] winhttp: Correctly parse specified ports in WinHttpCrackUrl Thanks for that, I'll keep that in mind for future. -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE

MaxVertexBlendMatrices, multi-matrix vertex blending and D3DX

2009-01-04 Thread Paul TBBle Hampson
.html -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn't influence us as kids. If it did, we'd be running

Re: [PATCH 1/2] Add definitions used by reparse points

2009-01-06 Thread Paul TBBle Hampson
On Wed, Jan 07, 2009 at 12:22:15AM -0600, Austin English wrote: On Wed, Jan 7, 2009 at 12:05 AM, Paul TBBle Hampson paul.hamp...@pobox.com wrote: Not much to say about this. It's needed for the unit tests coming up. +// Used for all tags where IsReparseTagMicrosoft is false +// and for some

Re: [PATCH 1/2] Add definitions used by reparse points

2009-01-07 Thread Paul TBBle Hampson
On Wed, Jan 07, 2009 at 08:58:47AM +0100, Paul Vriens wrote: Paul TBBle Hampson wrote: Not much to say about this. It's needed for the unit tests coming up. Hi Paul, Part of your signature says: License: http://creativecommons.org/licenses/by/2.5/au/ Does this mean your patches come under

Re: setupapi/tests: Remove an unneeded cast.

2009-01-08 Thread Paul TBBle Hampson
parameter is treated as an integer instead of a pointer and this notation serves to document that fact. Wouldn't that actually be different type sizes under Win64? -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies

Re: [PATCH 1/2] Add definitions used by reparse points

2009-01-10 Thread Paul TBBle Hampson
On Wed, Jan 07, 2009 at 07:24:07PM +1100, Paul TBBle Hampson wrote: Resend, removing C++-style comments -- Paul TBBle Hampson, paul.hamp...@pobox.com Shorter .sig for a more eco-friendly paperless office. Any comments on this patch series? The only thing I've had for this resend of the two

Re: AppDB: Rating / Patching

2009-01-20 Thread Paul TBBle Hampson
not. -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music

Re: AppDB: Rating / Patching

2009-01-22 Thread Paul TBBle Hampson
On Tue, Jan 20, 2009 at 06:34:14PM +0100, Francois Gouget wrote: On Wed, 21 Jan 2009, Paul TBBle Hampson wrote: [...] What about apps that fail to include a necessary third-party library? If I understand the AppDB comments and followed the IRC discussion correctly, Warcraft 3's latest patch

Re: AppDB: Rating / Patching

2009-01-23 Thread Paul TBBle Hampson
, occasionally AppDB users (and bug reporters) confused the two as well. It doesn't help that WoW hit version 3 late last year. -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd

Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-26 Thread Paul TBBle Hampson
through drawStridedSlow. This is because they don't actually use the vertex blending, but produce unrecognised (by Wine) vertex data if the capability isn't there. -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies

Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-27 Thread Paul TBBle Hampson
On Mon, Jan 26, 2009 at 12:19:32PM +0100, Henri Verbeet wrote: 2009/1/26 Paul TBBle Hampson paul.hamp...@pobox.com: On Mon, Jan 26, 2009 at 09:16:12AM +0100, Henri Verbeet wrote: 2009/1/25 Claudio Ciccani k...@users.sf.net: +WORD vertexBlendSW : 1; /* vertexBlend software

Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-28 Thread Paul TBBle Hampson
On Wed, Jan 28, 2009 at 09:46:23AM +0100, Henri Verbeet wrote: 2009/1/28 Paul TBBle Hampson paul.hamp...@pobox.com: On Mon, Jan 26, 2009 at 12:19:32PM +0100, Henri Verbeet wrote: Sure, but so does just faking the device caps. I don't see that as having a chance of making it into the Wine tree

Re: D3D: Implement vertex blending in drawStridedSlow

2009-01-29 Thread Paul TBBle Hampson
ago that DirectX9 itself or the card driver implements vertex blending if the card doesn't support it in hardware. I presume it does this with a shader. -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU

[RFC] Port of Stefan Dösi nger's ARB_vertex_progra m fixed-function vertex pipeline replacement to 1.1.14

2009-01-31 Thread Paul TBBle Hampson
-- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn't influence us as kids. If it did, we'd be running

Re: A basic implementation for increased security in wine proposal

2009-02-01 Thread Paul TBBle Hampson
. -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening

Re: A basic implementation for increased security in wine proposal

2009-02-01 Thread Paul TBBle Hampson
refuse to describe it further? -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn't influence us as kids

Re: A basic implementation for increased security in wine proposal

2009-02-01 Thread Paul TBBle Hampson
documentation. And it's the place to demonstrate that a given behaviour is correct and consistent. -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp

Re: New Wine Gecko package

2009-02-05 Thread Paul TBBle Hampson
) -- --- Paul TBBle Hampson, B.Sc, LPI, MCSE Very-later-year Asian Studies student, ANU The Boss, Bubblesworth Pty Ltd (ABN: 51 095 284 361) paul.hamp...@pobox.com Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills

Re: New Wine Gecko package

2009-02-06 Thread Paul TBBle Hampson
On Thu, Feb 05, 2009 at 10:13:48PM +0100, Jacek Caban wrote: Paul TBBle Hampson wrote: On Thu, Feb 05, 2009 at 12:52:23AM +0100, Jacek Caban wrote: The last release of Wine Gecko caused a few regressions. Thanks to Alexandre, we've found the reason. The bad news is that the fix requires

Re: Wine looses a bit gaming and wins mobility?

2010-05-06 Thread Paul TBBle Hampson
integration, or the content owners... -- Paul TBBle Hampson, paul.hamp...@pobox.com

Re: dinput2

2010-05-21 Thread Paul TBBle Hampson
of this discussion or intention? I'm interested in the area, but I'm not clear on what's actually being discussed, change-wise. -- Paul TBBle Hampson, paul.hamp...@pobox.com

Re: explorer: implement X session management

2010-07-29 Thread Paul TBBle Hampson
) [Apologies for the duplicate, I forget that Gmail is Reply by default] -- Paul TBBle Hampson, paul.hamp...@pobox.com

Fwd: Should we expect Liberation fonts to be installed?

2010-08-11 Thread Paul TBBle Hampson
Sorry, I failed at Gmail again. _ -- Forwarded message -- From: Paul TBBle Hampson paul.hamp...@pobox.com Date: 12 August 2010 13:52 Subject: Re: Should we expect Liberation fonts to be installed? To: Scott Ritchie sc...@open-vote.org On 8 August 2010 13:02, Scott Ritchie sc

Re: Fwd: Should we expect Liberation fonts to be installed?

2010-08-12 Thread Paul TBBle Hampson
this weekend. (And if I'm feeling enthused, see if I can make fontconfig aliases work, although a brief glace at the API suggests there's nothing specifically for fetching the alias list) -- Paul TBBle Hampson, paul.hamp...@pobox.com

Re: Wine Gecko 1.1.0 RC1

2010-08-24 Thread Paul TBBle Hampson
of ERR(Could not get nsIContent interface: %08x\n, nsres); -- Paul TBBle Hampson, paul.hamp...@pobox.com