Re: Glitch-free iTunes?

2011-07-03 Thread Keith Curtis
On Sun, Jul 3, 2011 at 1:37 AM, Damjan Jovanovic wrote: > > Hi Keith > > Having worked at Microsoft, you of all people should appreciate the > size and complexity of the driver architecture on Windows. So I would > say that "failure" is mostly from the scale of the problem to be > solved. > > My a

WyldBOT 1 & 2 updated

2011-07-03 Thread wylda
Hi, 6 months passed so i updated images for these two machines (Description + Windows update + nvidia drivers in case of WyldBOT1). And this new nVidia v275.33 driver brings new failures in dlls/ddraw/tests/visual.c: visual.c:1503: Test failed: Got color 00d8, expected 0080 or near visua

Re: [6/6] wined3d: Don't apply and invalidate the framebuffer when clearing the device's fb

2011-07-03 Thread Henri Verbeet
On 2 July 2011 11:59, Stefan Dösinger wrote: > +if (isStateDirty(context, STATE_FRAMEBUFFER) || fb != &device->fb) This is probably never an issue in practice, but you're ignoring rt_count here.

Re: Traces with threading

2011-07-03 Thread Erich Hoover
On Sun, Jul 3, 2011 at 10:58 AM, Alex Bradbury wrote: > On 3 July 2011 17:51, Erich Hoover wrote: > > Rather than rooting around for a while I figured I should ask first, is > > there a quick and easy way to get all TRACE/FIXME commands to output the > > thread id? I'm trying to track down an i

Re: Traces with threading

2011-07-03 Thread Alex Bradbury
On 3 July 2011 17:51, Erich Hoover wrote: > Rather than rooting around for a while I figured I should ask first, is > there a quick and easy way to get all TRACE/FIXME commands to output the > thread id?  I'm trying to track down an issue where one of a pair of threads > locks up and it'd be reall

Traces with threading

2011-07-03 Thread Erich Hoover
Rather than rooting around for a while I figured I should ask first, is there a quick and easy way to get all TRACE/FIXME commands to output the thread id? I'm trying to track down an issue where one of a pair of threads locks up and it'd be really nice to quickly identify which one is doing what.

Re: GSoC-2011: Implement Missing Mesh Functions in Wine’s D3DX9

2011-07-03 Thread Dylan Smith
The latest ConvertPointRepsToAdjacency patches look good.

Re: GSoC-2011: Implement Missing Mesh Functions in Wine’s D3DX9

2011-07-03 Thread Michael Mc Donnell
On Sun, Jul 3, 2011 at 8:41 AM, Dylan Smith wrote: > On Sat, Jul 2, 2011 at 1:01 PM, Michael Mc Donnell > wrote: >> +static HRESULT init_edge_face_map(struct edge_face_map *edge_face_map, >> CONST DWORD *index_buffer, CONST DWORD *point_reps, CONST DWORD num_faces) >> +{ > ... >> +    TRACE("(%

Re: Updated Clang static analysis results / Valgrind update

2011-07-03 Thread Vincas Miliūnas
On 07/03/2011 04:33 PM, Frédéric Delanoy wrote: > 2011/7/3 Vincas Miliūnas : >>> On Sun, Jul 3, 2011 at 04:15, Austin English >> > wrote: / Web space usage was getting a bit high, so I've uploaded a tarball to >>> />/ a file download service:

Re: kernel32/tests: remove a few CloseHandle calls on a HMODULE that don't make any sense

2011-07-03 Thread Louis Lenders
Marvin testbot.winehq.org> writes: > Full results can be found at > http://testbot.winehq.org/JobDetails.pl?Key=12163 > > Your paranoid android. > > === WNT4WSSP6 (32 bit module) === > module.c:356: Test failed: Expected ERROR_FILE_NOT_FOUND, got 1006 > Hi, is there anyone who can tell me w

Re: Updated Clang static analysis results / Valgrind update

2011-07-03 Thread Frédéric Delanoy
2011/7/3 Vincas Miliūnas : >> On Sun, Jul 3, 2011 at 04:15, Austin English > > wrote: >> >/ Web space usage was getting a bit high, so I've uploaded a tarball to >> />/ a file download service: >> />/ http://www.sendspace.com/file/5hot36 >> />/ >>

Re: Updated Clang static analysis results / Valgrind update

2011-07-03 Thread Vincas Miliūnas
> On Sun, Jul 3, 2011 at 04:15, Austin English > wrote: > >/ Web space usage was getting a bit high, so I've uploaded a tarball to > />/ a file download service: > />/ http://www.sendspace.com/file/5hot36 > />/ > />/ austin at aw21

Re: Random crashes while running (cmd) test runner [update backtrace]

2011-07-03 Thread Frédéric Delanoy
#0 0x7bc481f2 in HEAP_MakeInUseBlockFree (subheap=0x110014, pArena=0x1106a8) at heap.c:640 #1 0x7bc4b7f5 in RtlFreeHeap (heap=0x11, flags=2, ptr=0x1106b0) at heap.c:1757 #2 0x7bc38b12 in read_directory_stat (fd=13, io=0x33dbd0, buffer=0x1116c8, length=8192, single_entry=0 '\000', mask=0x

Re: GSoC-2011: Implement Missing Mesh Functions in Wine’s D3DX9

2011-07-03 Thread Michael Mc Donnell
On Fri, Jul 1, 2011 at 7:22 AM, Dylan Smith wrote: > On Thu, Jun 30, 2011 at 3:50 PM, Michael Mc Donnell > wrote: >> I've implemented the look-up scheme that you described. > >> +    if (!point_reps) /* Indentity point reps */ >> +    { >> +        memset(adjacency, -1, 3 * num_faces * sizeof(*ad

Re: Glitch-free iTunes?

2011-07-03 Thread Damjan Jovanovic
On Sun, Jul 3, 2011 at 4:49 AM, Keith Curtis wrote: > >> So: yeah, we know it's an important app.  But it's hard. >> Feel free to help out. >> - Dan > > Hi; > > I am glad to hear you say that iTunes is an "important" app, but I don't > understand what you mean because it has never worked. > > You

Re: kernel32/tests: remove a few CloseHandle calls on a HMODULE that don't make any sense

2011-07-03 Thread Marvin
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=12163 Your paranoid android

Re: Updated Clang static analysis results / Valgrind update

2011-07-03 Thread Frédéric Delanoy
On Sun, Jul 3, 2011 at 04:15, Austin English wrote: > Web space usage was getting a bit high, so I've uploaded a tarball to > a file download service: > http://www.sendspace.com/file/5hot36 > > austin@aw21 ~ $ sha1sum scan-build-2011-07-02.tar.bz2 > ac3cb3920ef97641fff1f5376f8136cef01f15bf  scan-b