Re: DSOUND bugs

2006-02-15 Thread Tomas Carnecky
Jesse Allen wrote: On 2/13/06, Tomas Carnecky [EMAIL PROTECTED] wrote: I'm really wondering why nobody has fixed the DSOUND buffer underrun bugs.. I get lots of these message when I run World of Warcraft: err:wave:wodPlayer_ProcessMessages pcm_pause failed: Input/output error

[d3d8] question about bogus code

2006-02-15 Thread Christoph Frick
hiho as with newer versions more and more games i try no longer work (which worked with wine around 0.9.0) i try to find the reasons. i stumbled over this code in dlls/d3d8/surface.c: date: 2006-02-14 17:05:35 +; author: julliard; state: Exp; lines: +202 -319 Roderick Colenbrander [EMAIL

Re: [RESENT] Don't duplicate handles for _get_osfhandle

2006-02-15 Thread Alexandre Julliard
Uwe Bonnes [EMAIL PROTECTED] writes: Changelog: wine/dlls/msvcrt/file.c: _get_osfhandle Don't duplicate handles, otherwise they leak This time with test case that fails without the patch (but succeed with native msvcrt). It would be nice to also add a test for the case that the

Re: [d3d8] question about bogus code

2006-02-15 Thread H. Verbeet
On 15/02/06, Christoph Frick [EMAIL PROTECTED] wrote: as with newer versions more and more games i try no longer work (which worked with wine around 0.9.0) In general, are those d3d8 or d3d9 games?

Re: [d3d8] question about bogus code

2006-02-15 Thread Roderick Colenbrander
149 1.48 (julliard 14-Feb-06): if (This == D3D8_SURFACE_GET_DEVICE(This)-backBuffer || This == D3D8_SURFACE_GET_DEVICE(This)-renderTarget || This == D3D8_SURFACE_GET_DEVICE(This)-frontBuffer || D3D8_SURFACE_GET_DEVICE(This)-depthStencilBuffer) { 150 1.48 why is in line

Re: [d3d8] question about bogus code

2006-02-15 Thread Christoph Frick
On Wed, Feb 15, 2006 at 12:42:51PM +0100, H. Verbeet wrote: as with newer versions more and more games i try no longer work (which worked with wine around 0.9.0) In general, are those d3d8 or d3d9 games? well for the tests i did i have problems with out-of-memory in games programmed in java

Re: Startup time of OOo2, Firefox 1.5. Some surprises.

2006-02-15 Thread michael meeks
On Mon, 2006-02-13 at 11:34 -0500, Dimi Paun wrote: As you say though - convincing Ulrich it is a good idea is the main challenge here :-) What's the status of that effort BTW? :) Hard to say; the sole insightful prognostication available is:

Re: Startup time of OOo2, Firefox 1.5. Some surprises.

2006-02-15 Thread Andreas Mohr
Hi, On Wed, Feb 15, 2006 at 12:46:02PM +, michael meeks wrote: On Mon, 2006-02-13 at 11:34 -0500, Dimi Paun wrote: As you say though - convincing Ulrich it is a good idea is the main challenge here :-) What's the status of that effort BTW? :) Hard to say; the sole

Re: Startup time of OOo2, Firefox 1.5. Some surprises.

2006-02-15 Thread michael meeks
Hi Andreas, On Wed, 2006-02-15 at 16:33 +0100, Andreas Mohr wrote: Well, but that was a rather rough-shot reply, and your reply to that (if it was valid) was quite important, so for now it seems he doesn't have too much of a point here. So my personal feeling (having never used it) is

Re: Startup time of OOo2, Firefox 1.5. Some surprises.

2006-02-15 Thread Dimi Paun
From: michael meeks [EMAIL PROTECTED] So my personal feeling (having never used it) is that prelink is a pain to setup, maintain, get distros running with, fragments the disk etc. etc. ;-) [ but this is all 2nd hand angst ]. I run FC4, and AFAIK it is implemented on that system. I must say

Re: Startup time of OOo2, Firefox 1.5. Some surprises.

2006-02-15 Thread Dan Kegel
On 2/15/06, Dimi Paun [EMAIL PROTECTED] wrote: From: michael meeks [EMAIL PROTECTED] So my personal feeling (having never used it) is that prelink is a pain to setup, maintain, get distros running with, fragments the disk etc. etc. ;-) [ but this is all 2nd hand angst ]. I run FC4, and

Re: [RESENT] Don't duplicate handles for _get_osfhandle

2006-02-15 Thread Uwe Bonnes
Alexandre == Alexandre Julliard [EMAIL PROTECTED] writes: Alexandre Uwe Bonnes [EMAIL PROTECTED] writes: Changelog: wine/dlls/msvcrt/file.c: _get_osfhandle Don't duplicate handles, otherwise they leak This time with test case that fails without the patch (but succeed

Wine and Font-Rendering, copy/paste (partial solution)

2006-02-15 Thread Roland Kaser
Hello As seen on My previous post about copy/paste and font rendering, both functions does work on some systems but not on other. I made some test installations with SuSE 10 and wine 0.9.7 (the rpm version form Marcus) and found a partial solution: It seems that the font-rendering and

Re: Appdb thoughts

2006-02-15 Thread Detlef Riekenberg
Am Montag, den 13.02.2006, 21:48 -0800 schrieb Dan Kegel: 2) I often do quick testing of apps for obvious bugs (like crashes) without really getting to know the app, and I don't feel qualified to say much about the app; I just want to link a bug to it. I picked up your Dogfood-Challenge

riched20_crosstest.exe does not build (-lriched20)

2006-02-15 Thread Detlef Riekenberg
Hi. While testing for bug #4567 ( http://bugs.winehq.org/show_bug.cgi?id=4567 ): riched20_crosstest.exe does not Build: /usr/lib/gcc/i586-mingw32msvc/3.4.2/../../../../i586-mingw32msvc/bin/ld: cannot find -lriched20 Is this the same Problem for winetest-latest.* still dated 10.Feb ? -- By By

winspool/tests: Add tests for EnumMonitors()

2006-02-15 Thread Detlef Riekenberg
Am Mittwoch, den 08.02.2006, 22:36 +0100 schrieb Detlef Riekenberg: Changelog: - Add tests for EnumMonitors() http://www.winehq.org/pipermail/wine-patches/2006-February/024171.html Anything wrong with this? (Still apply and works on wine-0.9.8) -- By By ... ... Detlef

winspool: EnumMonitorsA/W implemented

2006-02-15 Thread Detlef Riekenberg
Am Mittwoch, den 08.02.2006, 23:33 +0100 schrieb Detlef Riekenberg: Changelog: - EnumMonitorsA/W implemented - Registry-Entry for Local Port added (NT) Return the Monitor-Entry for Local Port also, when the dll failed to load (we do the work of localspl.dll in our winspool.drv)

Re: Small and Fast (was: Re: Add InitializeSecurityContext for schannel)

2006-02-15 Thread Detlef Riekenberg
Hi all * Vijay Kiran Kamuju [EMAIL PROTECTED] [15/02/06, 09:06:42]: Im not the one who actually designed secur32 ;) :P I know. If i did anything worng please correct me. nothing wrong. You do a great job for wine, as all Developer do. I think this was more like a general rant against the

Re: Small and Fast (was: Re: Add InitializeSecurityContext for schannel)

2006-02-15 Thread Detlef Riekenberg
Hi all static SECURITY_STATUS SEC_ENTRY schan_InitializeSecurityContextW( PCredHandle, PCtxtHandle, SEC_WCHAR *, ULONG, ULONG, ULONG, PSecBufferDesc, ULONG, PCtxtHandle, PSecBufferDesc, ULONG, PTimeStamp) We all should thank the People who did such a Design :-) However, this only

Re: What to do??? -- WINE 0.9.3-0.9.7 and Photoshop 7

2006-02-15 Thread Hiji
On Tuesday 14 February 2006 22:12, Hiji wrote: Can anybody help? Did you try latest CVS? I don't have PS7, but this patch went in on Saturday and might be related (If I recall correctly, Martin mentioned the PS7 breakage):