Re: Another virus-in-wine story

2009-10-24 Thread Nicholas LaRoche
Dan Kegel wrote: This is about the fifth article of this sort, so it's not really news anymore, but it's still fun to read about. TFA is clueless about how to clean up a wine installation (he thought uninstalling wine would do it), buts lots of readers supply the missing clue. http://linux.slas

Another virus-in-wine story

2009-10-24 Thread Dan Kegel
This is about the fifth article of this sort, so it's not really news anymore, but it's still fun to read about. TFA is clueless about how to clean up a wine installation (he thought uninstalling wine would do it), buts lots of readers supply the missing clue. http://linux.slashdot.org/story/09/1

tmarshal patch for consideration

2009-10-24 Thread Jeremy White
On route to trying to fix the +heap warning, I actually fixed it first by using the attached patch. I believe this patch is correct; it makes any error in the marshaling process sufficient to prevent an actual invocation. However, it's a fairly fundamental behavior change, and I don't know this c

Re: [oleaut32] StructArg tests cannot rely on an unpacked structure memcmp.

2009-10-24 Thread Jeremy White
Austin English wrote: > On Sat, Oct 24, 2009 at 5:13 PM, Jeremy White wrote: >> Has the side effect of preventing a test failure which occurs only when >> running with +heap. > > Woohoo! Should fix: > http://bugs.winehq.org/show_bug.cgi?id=14078 No; this patch doesn't address that particular Va

Parsing output of wine's crash dump

2009-10-24 Thread Dan Kegel
I've changed how the changes from the previous day's valgrind logs are displayed. The diffs are now named diff-foo rather than foo-diff, e.g. http://kegel.com/wine/valgrind/logs/2009-10-23-14.09/diff-kernel32_virtual.txt are the new bits of http://kegel.com/wine/valgrind/logs/2009-10-23-14.09/vg-ke

Re: [oleaut32] StructArg tests cannot rely on an unpacked structure memcmp.

2009-10-24 Thread Austin English
On Sat, Oct 24, 2009 at 5:13 PM, Jeremy White wrote: > Has the side effect of preventing a test failure which occurs only when > running with +heap. Woohoo! Should fix: http://bugs.winehq.org/show_bug.cgi?id=14078 http://bugs.winehq.org/show_bug.cgi?id=17412 -- -Austin

Re: New valgrind results for Oct 22, 2009

2009-10-24 Thread Nikolay Sivov
Dan Kegel wrote: http://kegel.com/wine/valgrind/logs/ is updated as usual, this time with all of the log files I used to generate. ... listview seems genuinely improved: http://kegel.com/wine/valgrind/logs/2009-10-22-19.57/vg-comctl32_listview.txt is a lot shorter than http://kegel.com/wine

Re: Make RenderTextureEmulation configurable

2009-10-24 Thread Ove Kaaven
Roderick Colenbrander skrev: > On Mon, Oct 19, 2009 at 1:08 PM, Ove Kaaven wrote: >> Roderick Colenbrander skrev: >>> On Mon, Oct 19, 2009 at 12:45 AM, Austin English >>> wrote: On Sun, Oct 18, 2009 at 1:50 PM, James McKenzie wrote: > Ove Kaaven wrote: >> This makes it possible

Re: First ever Vista box with no test failures

2009-10-24 Thread Reece Dunn
2009/10/24 Paul Vriens : > Hi, > > Another milestone. > > This is a lucky shot though as we have still two intermittent test failures > on Vista: > > kernel32:actctx > ole32:clipboard Congratulations everyone on this. 2008 and Win7/2008 R2 should not be that far off either. - Reece

First ever Vista box with no test failures

2009-10-24 Thread Paul Vriens
Hi, Another milestone. This is a lucky shot though as we have still two intermittent test failures on Vista: kernel32:actctx ole32:clipboard -- Cheers, Paul.