Update: starcraft runs faster from debugger!

2004-02-06 Thread cedric
crossposted to wine-dev, and wine-users Hi, I've done some more tests, and i found that when i run winedbg starcraft and wine starcraft and then again winedbg starcraft etc. It works, but always following this pattern: winedbg starcraft :all runs perfectly wine starcraft: all video cho

Re: PATCH: virtual fixes for native mode

2004-02-06 Thread Marcus Meissner
On Fri, Feb 06, 2004 at 09:47:07AM +0100, Uwe Bonnes wrote: > > "Marcus" == Marcus Meissner <[EMAIL PROTECTED]> writes: > > Marcus> Hi, This is the next try for assisting loading NT native dlls. > > Marcus> We need non-page aligned access for those drvs, which have > Marcus> secti

Re: DOC: improvement to the cross-compiling of the tests doc

2004-02-06 Thread Michael Stefaniuc
On Fri, Feb 06, 2004 at 04:20:38PM -0500, Dimitrie O. Paun wrote: > On Fri, 6 Feb 2004, Michael Stefaniuc wrote: > > > here is an updated documentation for the cross-compiling of the Wine > > tests with MinGW. > > You can safely drop the reference to that patch, things have been > fixed since the

Re: DOC: improvement to the cross-compiling of the tests (take 2)

2004-02-06 Thread Dimitrie O. Paun
On Fri, 6 Feb 2004, Michael Stefaniuc wrote: > Hello, > > Alexandre, please use this patch instead. Funny, funny :) -- Dimi. P.S. No patch attached.

Re: Wineboot should process RunOnceEx Entries

2004-02-06 Thread Geoffrey
Sorry about the confusion... 1. I do not know if wineboot handles RunOnceEx\\Setup, I have no need for any such programs anymore. IE uses its own utility for this. 2. Wineboot does not register the DLLs, because Steam gave "Could not connect ..." errors without the RSA Encryption dll

Re: DOC: improvement to the cross-compiling of the tests doc

2004-02-06 Thread Dimitrie O. Paun
On Fri, 6 Feb 2004, Michael Stefaniuc wrote: > here is an updated documentation for the cross-compiling of the Wine > tests with MinGW. You can safely drop the reference to that patch, things have been fixed since then. Even if they aren't, it's not the place for such kind of information. And wh

Re: PATCH: virtual fixes for native mode

2004-02-06 Thread Juan Lang
Hi Uwe, in NT the native (system call) interface is through ntdll. There are a number of subsystems implemented on top of that: the win32 subsystem, the posix subsystem, and the OS/2 subsystem. It's possible however to write an app that just uses ntdll; this is a "native" NT app. This page has

Re: Registry delete

2004-02-06 Thread Dimitrie O. Paun
On Fri, 6 Feb 2004, Zimler Attila wrote: > Hi, > > I tried to found out which value to use in framewnd.c to add key delete > support (and rename). > I found out that both key and value delete use ID_EDIT_DELETE. > My question is: How can I separate the two event? Yes, that's a bit tricky. I gue

Registry delete

2004-02-06 Thread Zimler Attila
Hi, I tried to found out which value to use in framewnd.c to add key delete support (and rename). I found out that both key and value delete use ID_EDIT_DELETE. My question is: How can I separate the two event? Attila

Out of the office and all of that.....

2004-02-06 Thread Steven Edwards
Sorry if you have had mail bounced to me and all of that. I am still on post-wineconf vacation until monday and my mailbox is a little overflowing. Thanks Steven __ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing

Re: Wrong short filenames instead of long ones

2004-02-06 Thread Ove Kaaven
fre, 06.02.2004 kl. 15.46 skrev Dimitrie O. Paun: > On Fri, 6 Feb 2004, Ove Kaaven wrote: > > > Try win95. Wine currently only emulates the DOS long file name API on > > win9x, since it did not exist on nt4. > > That makes no sense: we get short names on a system (nt4) that > fundamentally had lo

manpage slimmed down?

2004-02-06 Thread cedric
Hi, recently i upgraded from 20031118 to 20040121. I noticed a lot of bugfixes and speed increases. Thanks! However, i don't like the new man.1 page as much as i did the one from 20031118. The section about what debug channels wine has is gone. This was nice info to have under 'man wine'. Why i

Re: Wrong short filenames instead of long ones

2004-02-06 Thread Dimitrie O. Paun
On Fri, 6 Feb 2004, Ove Kaaven wrote: > Try win95. Wine currently only emulates the DOS long file name API on > win9x, since it did not exist on nt4. That makes no sense: we get short names on a system (nt4) that fundamentally had long names. Shoudn't we get long names by default in that case? -

Re: Bug compatible?

2004-02-06 Thread Huw D M Davies
On Fri, Feb 06, 2004 at 02:51:10PM +0100, Fabian Cenedese wrote: > Hi > > Looking for something else I found this in wine/objects/font.c: > > GetTextExtentPointA/W: > TRACE("not bug compatible."); > > As funny as it is it doesn't say that much. Is this referring to a bug > in Windows? And in wha

Re: Wrong short filenames instead of long ones

2004-02-06 Thread Ove Kaaven
fre, 06.02.2004 kl. 13.16 skrev Fabian Cenedese: > Hi > > I'm trying to find a file copy tool which works on windows as well as wine. > I tried several and this looked promising: > > ftp://ftp.simtel.net/pub/simtelnet/msdos/fileutil/cc108dos.zip > > On Windows it copied all files without problem

Bug compatible?

2004-02-06 Thread Fabian Cenedese
Hi Looking for something else I found this in wine/objects/font.c: GetTextExtentPointA/W: TRACE("not bug compatible."); As funny as it is it doesn't say that much. Is this referring to a bug in Windows? And in what way not compatible? Maybe there should be some comment explaining it. Thanks by

Re: File probably truncated

2004-02-06 Thread Andreas Mohr
Hi, On Thu, Feb 05, 2004 at 04:51:02PM -0800, Alexandre Julliard wrote: > 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, >

Re: Wine - update for Who's Who page

2004-02-06 Thread Tom
Brian Vincent wrote: One of the to do items is update the Who's Who list on WineHQ. If you look at it right now it's horribly out of date: http://www.winehq.org/site/who Yea.. The idea is to create an Acknowledgment page for the guy's that are currently inactive, or just have a link to the autho

Wrong short filenames instead of long ones

2004-02-06 Thread Fabian Cenedese
Hi I'm trying to find a file copy tool which works on windows as well as wine. I tried several and this looked promising: ftp://ftp.simtel.net/pub/simtelnet/msdos/fileutil/cc108dos.zip On Windows it copied all files without problems and kept the long filenames even if the name implies that it's

Re: OLEPictureImpl_Load: fix for headerless pictures

2004-02-06 Thread Fabian Cenedese
At 12:58 06.02.2004 -0500, Kirill Smelkov wrote: >On Fri, 6 Feb 2004, Fabian Cenedese wrote: > >[...] >> >I can't help you until i see how your app is supposed to work. >> >Please make sure the programm runs without (header[1]==0). >> >> That's the point, it doesn't work on wine in the current stat

Re: OLEPictureImpl_Load: fix for headerless pictures

2004-02-06 Thread Kirill Smelkov
On Fri, 6 Feb 2004, Fabian Cenedese wrote: [...] > >I can't help you until i see how your app is supposed to work. > >Please make sure the programm runs without (header[1]==0). > > That's the point, it doesn't work on wine in the current state. That's why > I try to fix wine. Use my patch (even if

Re: PATCH: virtual fixes for native mode

2004-02-06 Thread Uwe Bonnes
> "Marcus" == Marcus Meissner <[EMAIL PROTECTED]> writes: Marcus> Hi, This is the next try for assisting loading NT native dlls. Marcus> We need non-page aligned access for those drvs, which have Marcus> sections that are not page aligned. Marcus> Also some bad magic tries to

Re: LOCAL: Not enough space in GDI heap

2004-02-06 Thread Fabian Cenedese
At 17:42 05.02.2004 +0100, Rein Klazes 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 handles/ad

Re: OLEPictureImpl_Load: fix for headerless pictures

2004-02-06 Thread Fabian Cenedese
>> Where did you disable it? My patch or yours? With my patch it should >> never even get to try to call CreateIcon (which fails). So either the >> field is not 0 or you don't jump out. > >I juste removed my header[1]==1, so you can say i rejected my patch. > >> >MessageBox with >> >"Failed to loa

Re: Wineboot should process RunOnceEx Entries

2004-02-06 Thread Shachar Shemesh
Hi Geoffrey, I'm sorry, I may just still be jetlagged from wineconf. I failed to understand your bug report. Is that "wineboot does not handle RunOnceEx", does handle it but doesn't run DLLs when using the pipe, runs everything, but the windows version is set incorrectly, or doesn't handle Run

Re: Are bugzilla patches getting in?

2004-02-06 Thread Leonardo Quijano Vincenzi
El vie, 06-02-2004 a las 00:06, Dimitrie O. Paun escribió: > 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 se