Re: Q? system wide variables

2005-01-29 Thread Rob Shearman
Jakob Eriksson wrote: Oliver Stieber wrote: Hi, I need to track the 'fake' amount of video memory in total, allocated and left for Directx 9 and would like to track it across wine so that DDraw, DirectX, DxDiag and X11 driver can all sing from the same song sheet. What's the best place to do th

Re: Q? system wide variables

2005-01-29 Thread Jakob Eriksson
Oliver Stieber wrote: Hi, I need to track the 'fake' amount of video memory in total, allocated and left for Directx 9 and would like to track it across wine so that DDraw, DirectX, DxDiag and X11 driver can all sing from the same song sheet. What's the best place to do this? is the registry co

Re: Wine packages, universe maintainence, and myself

2005-01-29 Thread Brian Vincent
On Sat, 29 Jan 2005 17:49:01 -0800, Scott Ritchie <[EMAIL PROTECTED]> wrote: > Hence, I am writing this email. I'd be willing to maintain the Wine > packages for Ubuntu, as well as related ones such as winetools. Anyone willing to maintain packages gets my vote. Thumbs up. > The Wine package

Wine packages, universe maintainence, and myself

2005-01-29 Thread Scott Ritchie
Hello, I met some of you on IRC the other night. I am currently the Debian and Ubuntu packager for the Wine project. The "official" Debian maintainer hasn't been updating the packages and refuses to turn them over to me, so we've setup our own apt repository at winehq.org. The packages have been t

Fwd: Re: Q? system wide variables

2005-01-29 Thread Oliver Stieber
Thought I should send this to winedev as well, is it just me, or is the reply address set to the sender and not winedev? > > --- Mike Hearn <[EMAIL PROTECTED]> wrote: > > Yes, the registry is fine though if you are going > to > > detect this at > > startup it may be worth making it volatile.

Re: MSVCRT: Re-implement *printf

2005-01-29 Thread Aneurin Price
Jesse Allen wrote: Sorry for being late at responding. I took a look at it finally like a week ago. You can definately break up the patch. Erm, nevermind on breaking it up yet. I started to myself, but I think it's more trouble than it's worth right now. We can have that done later if tha

Re: ole:register_ifstub couldn't get IPSFactory buffer for interface

2005-01-29 Thread Rob Shearman
Mike Hearn wrote: On Sat, 2005-01-29 at 13:16 -0600, Rob Shearman wrote: InstallShield uses MIDL-compiled proxies/stubs. The fixme's are from functions being executed on the error path, triggered by the pipe problem. Hmm, did we remove the 1 || hack while I wasn't watching? I thought we we

Re: Q? system wide variables

2005-01-29 Thread Mike Hearn
On Sat, 29 Jan 2005 19:44:33 +, Oliver Stieber wrote: > What's the best place to do this? is the registry code > fast enough or should I add a new function to the X11 > driver so that I can request and release 'fake' video > memory and make all other AvailableVideoMemory > requests ask X11 driv

Re: ole:register_ifstub couldn't get IPSFactory buffer for interface

2005-01-29 Thread Mike Hearn
On Sat, 2005-01-29 at 13:16 -0600, Rob Shearman wrote: > InstallShield uses MIDL-compiled proxies/stubs. The fixme's are from > functions being executed on the error path, triggered by the pipe > problem. Hmm, did we remove the 1 || hack while I wasn't watching? I thought we were going to wait a

Q? system wide variables

2005-01-29 Thread Oliver Stieber
Hi, I need to track the 'fake' amount of video memory in total, allocated and left for Directx 9 and would like to track it across wine so that DDraw, DirectX, DxDiag and X11 driver can all sing from the same song sheet. What's the best place to do this? is the registry code fast enough or sh

Re: ole:register_ifstub couldn't get IPSFactory buffer for interface

2005-01-29 Thread Rob Shearman
Mike Hearn wrote: On Sat, 29 Jan 2005 18:35:17 +0100, Uwe Bonnes wrote: Now I get: ... fixme:ole:RegisterTypeLib Registering non-oleautomation interface! fixme:ole:PipeBuf_GetDestCtx (0x752a8f9c,0x752a8fa0), stub! fixme:ole:RPC_QueueRequestAndWait no pipe found. fixme:ole:NdrClearOutParameters (

Xnews regression from update region handling

2005-01-29 Thread Rein Klazes
Alexandre, After the update region handling moved to the server, Xnews gets in an endless loop when the windows with news groups is scrolled. The endless loop is in user/painting.c. Calling sequence is ScrollWindowEx(... SW_ERASE|SW_INVALIDATE)-> RedrawWindow(..., RDW_INVALIDATE|RDW_ERASE|RDW_ERA

Re: MSVCRT: Re-implement *printf

2005-01-29 Thread Jesse Allen
On Fri, 28 Jan 2005 18:18:40 -0700, Jesse Allen <[EMAIL PROTECTED]> wrote: > On Fri, 28 Jan 2005 12:48:12 +, Aneurin Price > > > > Nobody has any comments about this? > > > > > > Sorry for being late at responding. I took a look at it finally like > a week ago. You can definately break up t

Re: [shlwapi/tests/shreg] Tests question

2005-01-29 Thread Juan Lang
Hi Paul, --- Paul Vriens <[EMAIL PROTECTED]> wrote: > I will give it a try. Is it OK to submit patches to the tests first > (with todo_wine maybe) before I get into the fixing of Wine? Yep, with todo_wine is fine. --Juan __ Do you Yahoo!? Yaho

Re: [shlwapi/tests/shreg] Tests question

2005-01-29 Thread Paul Vriens
On Sat, 2005-01-29 at 18:29, Juan Lang wrote: > > What's the best approach in this? > > - fix Wine (but what should be the correct returned buffer?) > > Definitely fix Wine. Hopefully there isn't an app that depends on one > behavior under Windows 98, and a different one under Windows XP. It's >

Re: Recruit regression testers?

2005-01-29 Thread Carlos Lozano
El lun, 24 de ene de 2005, a las 10:39, Lionel Ulmer escribio: > > Lionel, meanwhile, needs to digup his fallout CDs to debug the app :) > > Oh well, it's not exactly my CD that I need to find (I actually have a log > showing the problem done with the Fallout installer on my CD), it's just > that

Re: ole:register_ifstub couldn't get IPSFactory buffer for interface

2005-01-29 Thread Mike Hearn
On Sat, 29 Jan 2005 18:35:17 +0100, Uwe Bonnes wrote: > Now I get: > ... > fixme:ole:RegisterTypeLib Registering non-oleautomation interface! > fixme:ole:PipeBuf_GetDestCtx (0x752a8f9c,0x752a8fa0), stub! > fixme:ole:RPC_QueueRequestAndWait no pipe found. > fixme:ole:NdrClearOutParameters (0x752a8f2

Re: ole:register_ifstub couldn't get IPSFactory buffer for interface

2005-01-29 Thread Uwe Bonnes
> "Rob" == Rob Shearman <[EMAIL PROTECTED]> writes: Rob> Uwe Bonnes wrote: >> Hallo, >> >> trying to install the the German TAX software "Steuersparerklaerung >> 2005" the Installshield installer runs into: >> ... >> Is there any fix to get around above problem?

Re: ptrace single-stepping change breaks Wine

2005-01-29 Thread Kari Hurtta
[ Reading just long long thread (actually from gmane.comp.emulators.wine.devel) ] <[EMAIL PROTECTED]> Linus Torvalds <[EMAIL PROTECTED]>: > + > + /* > + * Was the TF flag set by a debugger? If so, clear it now, > + * so that register information is correct.

Re: [shlwapi/tests/shreg] Tests question

2005-01-29 Thread Juan Lang
> What's the best approach in this? > - fix Wine (but what should be the correct returned buffer?) Definitely fix Wine. Hopefully there isn't an app that depends on one behavior under Windows 98, and a different one under Windows XP. It's perhaps less likely because Wine's implementation isn't c

Re: ole:register_ifstub couldn't get IPSFactory buffer for interface

2005-01-29 Thread Mike Hearn
On Sat, 29 Jan 2005 15:28:30 +0100, Uwe Bonnes wrote: > trying to install the the German TAX software "Steuersparerklaerung 2005" > the Installshield installer runs into: InstallShield is currently broken, we're working on it ...

Re: Slick build output

2005-01-29 Thread Mike Hearn
On Fri, 28 Jan 2005 18:42:08 -0500, Vincent BÃron wrote: > It's not like there are 10 write_msft.c files in the Wine source No, but am I the only one who gets annoyed at how many thread.c files there are? I'm sure everyone can think of their pet example, but there are a lot of files in the Wine tr

Re: [IWineD3d + d3d9] bogus query implemetation

2005-01-29 Thread Mike Hearn
On Sat, 2005-01-29 at 00:12 +, Oliver Stieber wrote: > I've got another few days worth of patches ahead, so I > expect there will be a few more mistakes and non > standards bits coming up until I get used to breaking > patches properly. Sure, no problem, don't let me slow you down! By the way

Re: [AppDB] Beef up the Application Rating Guidelines

2005-01-29 Thread tony_lambregts
Francois Gouget wrote: I feel that the current 'Maintainers Ratings System Help' is awfully vague and needs to be beefed up. So I'm attaching a proposal in which I tried to keep the original spirit but make things more precise. * First I'd like to rename this page from Maintainers Ratings

Re: [AppDB] Proposed Maintainer Guide

2005-01-29 Thread Jonathan Ernst
Le samedi 29 janvier 2005 Ã 15:10 +0100, Francois Gouget a Ãcrit : > The Application Database is missing a description of the job of an > Application Maintainer. So I cleaned up the Maintainer Guide I posted > earlier and prepared it for integration into the Application Database > site. > > I a

Re: ole:register_ifstub couldn't get IPSFactory buffer for interface

2005-01-29 Thread Rob Shearman
Uwe Bonnes wrote: Hallo, trying to install the the German TAX software "Steuersparerklaerung 2005" the Installshield installer runs into: err:ole:register_ifstub couldn't get IPSFactory buffer for interface {0131---c000-0046} and aborts. The IRemUnknown implementation seems to

ole:register_ifstub couldn't get IPSFactory buffer for interface

2005-01-29 Thread Uwe Bonnes
Hallo, trying to install the the German TAX software "Steuersparerklaerung 2005" the Installshield installer runs into: err:ole:register_ifstub couldn't get IPSFactory buffer for interface {0131---c000-0046} and aborts. The IRemUnknown implementation seems to be brand new f

[AppDB] Proposed Maintainer Guide

2005-01-29 Thread Francois Gouget
The Application Database is missing a description of the job of an Application Maintainer. So I cleaned up the Maintainer Guide I posted earlier and prepared it for integration into the Application Database site. I attached it to this email for review. Let me know if there is anything missing,

[shlwapi/tests/shreg] Tests question

2005-01-29 Thread Paul Vriens
Hi, I've been testing some of these test extensively and can make them pass on all the windows versions I have running. Doing this however means it breaks the wine test. An example is: /* * string grows during expanding * dwSize is larger then the size of part before the backslash but smaller

[AppDB] Beef up the Application Rating Guidelines

2005-01-29 Thread Francois Gouget
I feel that the current 'Maintainers Ratings System Help' is awfully vague and needs to be beefed up. So I'm attaching a proposal in which I tried to keep the original spirit but make things more precise. * First I'd like to rename this page from Maintainers Ratings System Help to

Re: Intent to package Winetools for Debian

2005-01-29 Thread Francois Gouget
On Sun, 23 Jan 2005, Scott Ritchie wrote: [...] Also, I'm thinking of putting winetools in the "recommends" section of the wine package, so it's installed alongside it by default. Any objections? I would rather put it as a 'Suggests' since Wine can very well be used without winetools. No other ni

Re: Slick build output

2005-01-29 Thread Marcus Meissner
On Fri, Jan 28, 2005 at 06:03:20PM -0600, Robert Shearman wrote: > Vincent Béron wrote: > > >Le ven 28/01/2005 à 12:22, Robert Shearman a écrit : > >[snip] > > > > > >>write_msft.c:590: warning: 'ctl2_alloc_importinfo' defined but not used > >>write_msft.c:628: warning: 'ctl2_alloc_importfile' de