LOCAL: Not enough space in GDI heap

2004-02-05 Thread Fabian Cenedese
Hi When trying to run a program I get these messages: trace:font:GetTextMetricsW text metrics: Weight = 400 FirstChar = 32 AveCharWidth = 6 Italic = 0 LastChar = 65532MaxCharWidth = 35 UnderLined = 0 DefaultChar = 0 Overhang = 0

Broken tests in CVS

2004-02-05 Thread Paul Millar
Hi everyone, It looks like last night's patches broke the conformance tests: http://www.astro.gla.ac.uk/users/paulm/WRT/wrt.php I'm away from my desk machines at the moment, so can't test this further. Does anyone else see these problems? Cheers, PS is winehq.org website dead at the

Re: DIB_DirectDrawSurface_BltFast signed/unsigned comparision bug

2004-02-05 Thread Piotr Pawow
On Wednesday 04 February 2004 23:15, Lionel Ulmer wrote: If you do not have the mean to do it, I may do it later this week (or on the plane on Thursday :-) ). I will be busy at least till Saturday, so if you would like to do it on a boring flight, go ahead :) -- Piotr Pawow mailto:[EMAIL

Re: 32bpp bitmaps

2004-02-05 Thread Ove Kaaven
tor, 05.02.2004 kl. 05.29 skrev Kevin Koltzau: On Wednesday 04 February 2004 10:32 pm, Kevin Koltzau wrote: I am loading a 32bpp bitmap from resources of a dll, but under wine its being reported as 24 bit..for example I think I actually found the answer to my own question..I'm always

Re: LOCAL: Not enough space in GDI heap

2004-02-05 Thread Fabian Cenedese
When trying to run a program I get these messages: err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 116 bytes trace:ole:OLEFontImpl_get_hFont Returning (nil) wine: Unhandled exception (thread 0009), starting debugger... I had a look at this LOCAL_GetBlock function. There is

Re: OLEPictureImpl_Load: fix for headerless pictures

2004-02-05 Thread Kirill Smelkov
Fabi, I'm sorry for the delay in sending you this... [snip] Fabi, I temporarly disable checking for (header[1]==0). even in such case your test-case doesn't start: [snip] Where did you disable it? My patch or yours? With my patch it should never even get to try to call CreateIcon

Re: LOCAL: Not enough space in GDI heap

2004-02-05 Thread Rein Klazes
On Thu, 05 Feb 2004 16:26:36 +0100, you wrote: Now is this an error in my application (VB6 with lots of controls and ocx's) or one in wine? Does my app really create so many fonts or should each only appear once in this list because they're all the same? They do have different

Re: [ddraw] asynchronous screen updates

2004-02-05 Thread Ove Kaaven
ons, 04.02.2004 kl. 23.31 skrev Lionel Ulmer: Then I would be drawing rectangles which are not ready for a redraw yet. Does UnLock release only last lock or all locks on these old DX versions? Well, you need to store the rectangle at Lock time but only draw it at Unlock time. And I have

Re: App compiled with Delphi5 works, same App with Delphi7 does not.

2004-02-05 Thread Samuel Herzog
Sorry, I am not an expirienced Linux user and I have also no time to setup cvs. I will wait for the next release and then try again. Thank you for your answers. I can send you the exe-file if you want to test. Samuel Herzog Mike Hearn [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]

Re: Re: [Winecfg] - redo applications tab, misc changes

2004-02-05 Thread chmorgan
On February 4, 2004 05:20 pm, [EMAIL PROTECTED] wrote: I'm pretty sure lots of other wine code uses 2 space indents, I know I started using them after working with wine. Yes, other code does so, but I think the preferred style is 4-space. Now, as I said, if you feel strongly about it,

Re: Investigating the XInitThreads deadlock bug

2004-02-05 Thread Eric Pouech
I also added some display commands to show you the details of the critical section in question. Now, if you look at what the display says you'll notice something odd: at first crit = 0x0011d1e0, but then it switches to 0x403112b8. And this is without any breakpoints having been set up within

Re: File probably truncated

2004-02-05 Thread Andreas Mohr
Hi, On Mon, Feb 02, 2004 at 02:21:11PM -0800, Alexandre Julliard wrote: Thomas Brix Larsen [EMAIL PROTECTED] writes: 0009:trace:module:map_image mapped PE file at 0x40-0xf89000 0009:trace:module:map_image mapping section .text at 0x401000 off 1000 size 6a4000 flags 6020

Re: File probably truncated

2004-02-05 Thread Alexandre Julliard
Andreas Mohr [EMAIL PROTECTED] writes: Also, why did it take so long to tackle that? (I had this error several weeks ago already) There have been multiple reports by different people that 2.6.x is broken, yet not too much of a reaction. Oh, and to top it: it's still broken ;-) You are

Re: App compiled with Delphi5 works, same App with Delphi7 does not.

2004-02-05 Thread Mike Hearn
On Thu, 05 Feb 2004 10:35:11 +0100, Samuel Herzog wrote: I can send you the exe-file if you want to test. It's OK, just check the next release and if it still fails let us know. thanks -mike

Sending patch for bug 1848

2004-02-05 Thread Andreas Rosenberg
Hi folks, I sent a patch for bug 1848 already twice. 1st time in the first half of december. 2nd time last week. Other stuff seems to be commited into the CVS. I was wondering, why my patch is not accepted. Can't you keep the pace commiting the patch into the CVS as they are sent to you? Is

Wineboot should process RunOnceEx Entries

2004-02-05 Thread Geoffrey Antos
I saw early postings about RunOnceEx in this mailing list circa January 2003, however the problems they presented were never fixed. Some programs come with simple INF installers because people can cheaply create an INF file, and use a free Setup.exe bootstrap file that reads the name of an INF

Are bugzilla patches getting in?

2004-02-05 Thread Leonardo Quijano Vincenzi
Hello everybody. I'm new to the developers list. I have a question about patches in bugzilla. Do developers usually read the bug reports to check for patches? Or is it better to send them directly to wine-patches? I'm talking about the following (minor) bugs, just in case:

Re: Are bugzilla patches getting in?

2004-02-05 Thread Dimitrie O. Paun
On February 6, 2004 12:26 am, Leonardo Quijano Vincenzi wrote: I'm new to the developers list. I have a question about patches in bugzilla. Do developers usually read the bug reports to check for patches? Or is it better to send them directly to wine-patches? Nobody is picking up patches from

Re: Are bugzilla patches getting in?

2004-02-05 Thread Tom
Leonardo Quijano Vincenzi wrote: Hello everybody. I'm new to the developers list. I have a question about patches in bugzilla. Do developers usually read the bug reports to check for patches? Or is it better to send them directly to wine-patches? wine-patches or they go to /dev/null Tom