Re: wined3d: downgrade a noisy FIXME to a WARN

2012-01-28 Thread Stefan Dösinger
Am Samstag, 28. Januar 2012, 14:19:22 schrieb Austin English: > Follow up to > http://www.winehq.org/pipermail/wine-patches/2012-January/110971.html. I > was hoping to get it in before 1.4, to reduce users asking about it in > #winehq/forums. > > I know Henri feels it should be properly fixed inst

Re: user32: Only call SetWindowPos() in UpdateLayeredWindowIndirect() if needed.

2012-01-28 Thread Dmitry Timoshkov
Adam Martinson wrote: > Fixes bug 26924. This needs the tests. -- Dmitry.

NLS files and FONTSIGNATURE

2012-01-28 Thread Pablo Saratxaga
Kaixo, I'm planning to create/fix/check all the possible NLS files. There is, however, an entry on those files that is problematic for me, namely the LOCALE_FONTSIGNATURE one. >From the Microsoft docs I understand it is made of 3 bitfields, one 128bit for unicode coverage, and two 64bit ones fo

Re: Save backtrace feature

2012-01-28 Thread Austin English
On Fri, Jan 27, 2012 at 15:20, Bruno Jesus <00cp...@gmail.com> wrote: > I'm not sure what this console error means but it's always related to > exceptions and crashes: > > err:seh:setup_exception_record stack overflow 848 bytes in thread 0009 > eip 7bc79df6 esp 00230fe0 stack 0x23-0x231000-0x33

Re: [PATCH] winecoreaudio.drv: Improve underrun handling

2012-01-28 Thread Ken Thomases
On Jan 27, 2012, at 3:46 PM, Andrew Eikum wrote: > +if(list_count(&This->queued_bufinfos) == 0){ > +sc = AudioQueueGetCurrentTime(This->aqueue, NULL, &req_time, NULL); This isn't quite the same as the next start time. Even if there are no remaining queued buffers, the queue may stil

Re: Best way to overlay a filesystem for a Wine app?

2012-01-28 Thread Julius Schwartzenberg
Hi Scott, Scott Ritchie wrote: > Suppose someone wants to distribute a Windows application as a > traditional package, such as via the Ubuntu Software Center App Store. You may want to look at the pptview package from Debian/Ubuntu. I don't know of any other Windows applications that are already

Re: Best way to overlay a filesystem for a Wine app?

2012-01-28 Thread Vit Hrachovy
Hi Scott, I've been addressing similar issues with my DosBoxed games project. More complicated Windows applications, however, won't be doable with this basic approach. Specifically, Windows applications might: 1) Be distributed as installer files Debian packaging rules state the program shou