Re: [x11/keyboard] numpad 5 key

2005-01-27 Thread Dmitry Timoshkov
"Oliver Stieber" <[EMAIL PROTECTED]> wrote: > This little patch sends a scancode through for the 5 > key when numlock isn't on. > > This is needed to fire cannons in pirates. > > I hope this is ok, a quick test showed that the > keydown was already sending a scancode, but it may be > wrong, this

Slick build output

2005-01-27 Thread Jason But
Hello all, Not really related to the actual wine development but more to the make/build/install environment. Remembering the most wine users will not necessarily be developers we should consider improving the output of running (./configure && make) to make it more user friendly. Hopefully it

Re: [Fwd: Wine-Wiki.org]

2005-01-27 Thread tony_lambregts
Francois Gouget wrote: [Snip] * Test the application on a regular basis. Ideally you would test it once a week so that you can quickly notify the Wine developers of any regression. The earlier a Wine regression is noticed, the easier it will be to locate the change that causing it and the mo

Re: msvcrt: translate name to locate program

2005-01-27 Thread Michael Wu
On Monday 24 January 2005 10:14 am, you wrote: > Michael Wu <[EMAIL PROTECTED]> writes: > >if (args) > >{ > > -ret = msvcrt_spawn(flags, fullname, args, envs); > > +if (SearchPathA(NULL, name, exeA, MAX_PATH, fullname, NULL)) > > + ret = msvcrt_spawn(flags, fullname, args, envs

Regression in comctl32 Treeview (breaks Filezilla)

2005-01-27 Thread Hannu Valtonen
Hi, The following patch: ChangeSet ID: 15259 CVSROOT:/opt/cvs-commit Module name:wine Changes by: [EMAIL PROTECTED] 2005/01/07 09:34:25 Modified files: dlls/comctl32 : treeview.c Log message: Crestez Leonard <[EMAIL PROTECTED]> Fix bug with Treeview_Selec

Re: [d3d9] VertexDeclaration support

2005-01-27 Thread Raphael
On Thursday 27 January 2005 22:51, Ann and Jason Edmeades wrote: > Hi Raphael, Hi Jason :) > Get/SetRenderTarget in d3d9 cant be right - if has to go through wined3d, I know, it's only to get my demos at least starting before you and Oliver sent the real implementation > Note in the call to IW

Re: PRESS: run windows viruses with wine ...

2005-01-27 Thread David D. Hagood
On 01/27/2005 03:03 PM, Troy Rollo wrote: Even if they don't run Outlook Express, with Linux 2.6 there is a facility to have the kernel recognise foreign executable file formats and run them by means of another executable. If used to run Wine executables (and somebody on /. yesterday indicated t

Re: PRESS: run windows viruses with wine ...

2005-01-27 Thread Hiji
--- Mike Hearn <[EMAIL PROTECTED]> wrote: > On Thu, 2005-01-27 at 13:45 -0800, Hiji wrote: > > That said, the JDS does a lot of stuff for you. > By > > default, it automounts windows partitions so > basically > > anyone can write to them (root or not). In this > case, > > with this specific dis

Re: PRESS: run windows viruses with wine ...

2005-01-27 Thread Mike Hearn
On Thu, 2005-01-27 at 13:45 -0800, Hiji wrote: > That said, the JDS does a lot of stuff for you. By > default, it automounts windows partitions so basically > anyone can write to them (root or not). In this case, > with this specific distro, a virus would have write > access to that partition. I

Re: [ddraw] more video memory

2005-01-27 Thread Oliver Stieber
--- Lionel Ulmer <[EMAIL PROTECTED]> wrote: > > So, instead I have a global variable that I access > > through globalAdjustGLMemory that I use to track > how > > must memory DirectX would be expecting the > textures to > > be using. > > Yeah, this sounds like the hack there is in DDraw to > make

RE: [d3d9] VertexDeclaration support

2005-01-27 Thread Ann and Jason Edmeades
Hi Raphael, Get/SetRenderTarget in d3d9 cant be right - if has to go through wined3d, as it's the only person who knows the front/back buffer etc. You don't want This->renderTarget at all at the d3d9 level The same issue later, + if (NULL == pDeviceImpl->backBuffer) { + pDeviceImpl

Re: PRESS: run windows viruses with wine ...

2005-01-27 Thread Hiji
--- Francois Gouget <[EMAIL PROTECTED]> wrote: > On Thu, 27 Jan 2005, Hiji wrote: > [...] > > Here's something to add into the mix... > > > > I'm not quite sure how other Linux distros work, > but > > Sun's JDS mounts any Windows partitions under > > /windows/[drive letter] . IIRC, Wine makes dr

Re: video4linux - wine

2005-01-27 Thread Rick Romero
Looks like Webcamnow.com has a simple Win32 app now. They're setup quite simply - They merely grab a pic, and ftp it to their servers. After install, I assume I'm getting the same errors you were, as it enumerates the webcam devices: fixme:avicap:capGetDriverDescriptionA (0, 0x411f1050, 255, 0x41

Re: PRESS: run windows viruses with wine ...

2005-01-27 Thread Francois Gouget
On Thu, 27 Jan 2005, Hiji wrote: [...] Here's something to add into the mix... I'm not quite sure how other Linux distros work, but Sun's JDS mounts any Windows partitions under /windows/[drive letter] . IIRC, Wine makes drive Z the root. So, a virus theoretically could go through each drive, eve

Re: [ddraw] more video memory

2005-01-27 Thread Lionel Ulmer
> So, instead I have a global variable that I access > through globalAdjustGLMemory that I use to track how > must memory DirectX would be expecting the textures to > be using. Yeah, this sounds like the hack there is in DDraw to make SS2 happy (basically, it allocated textures and checked that th

Re: PRESS: run windows viruses with wine ...

2005-01-27 Thread Troy Rollo
On Fri, 28 Jan 2005 01:29, Brad DeMorrow wrote: > I took the time to explain to each person that many of the viruses that > plague the windows users are simply because of the insecure OS and > applications such as Outlook or Internet Explorer. If one managed to > get a windows virus under wine - t

Re: NtQuerySystemInformation: cpu information

2005-01-27 Thread Oliver Stieber
I'll see if darwinia runs ok now, it fails witht a cannot detect CPU error. http://www.darwinia.co.uk/downloads/ --- Rein Klazes <[EMAIL PROTECTED]> wrote: > Hi, > > Changelog: > dlls/ntdll : nt.c > include : winternl.h > > In NtQuerySystemInformation, handle request for > information >

Re: PRESS: run windows viruses with wine ...

2005-01-27 Thread Hiji
--- Francois Gouget <[EMAIL PROTECTED]> wrote: > On Thu, 27 Jan 2005, Mike Hearn wrote: > > > On Thu, 27 Jan 2005 08:29:08 -0600, Brad DeMorrow > wrote: > >> Many also seem to be worried that a virus under > wine could do damage to > >> their other partition with windows installed. I > tell the

Re: [ddraw] more video memory

2005-01-27 Thread Oliver Stieber
--- Lionel Ulmer <[EMAIL PROTECTED]> wrote: > > Is there somewhere where we can centralise the > > possibly tracking of video memory and read the > initial > > setting from either a configuration file or the > video > > cards i2c or registers if available instead of > hard > > coding in three+ di

Re: Re: [winecfg] Show detected audio systems, and offer selection

2005-01-27 Thread Francois Gouget
On Thu, 27 Jan 2005, Chris Morgan wrote: [...] Its probably not very likely that users will run multiple high level audio systems at the same time [...] On the contrary this is very likely. For instance most KDE users are running: aRts Alsa Alsa's OSS emulation That's three sound systems

Re: PRESS: run windows viruses with wine ...

2005-01-27 Thread Francois Gouget
On Thu, 27 Jan 2005, Mike Hearn wrote: On Thu, 27 Jan 2005 08:29:08 -0600, Brad DeMorrow wrote: Many also seem to be worried that a virus under wine could do damage to their other partition with windows installed. I tell them that without an entry in Wine's configuration for that virtual drive - a

Re: [ddraw] more video memory

2005-01-27 Thread Oliver Stieber
> > While I agree that we should store in a centralized > place the amount we > report to the application to be sure to be coherent, > I wonder if taking the > trouble to report the exact amount we have is really > needed (as the memory > management of GL and D3D9 differ anyway so the > memory usa

Re: [Fwd: Wine-Wiki.org]

2005-01-27 Thread Francois Gouget
On Thu, 27 Jan 2005 [EMAIL PROTECTED] wrote: [...] And no, we cannot make 'stable' releases today. Some of the criteria for 0.9 are: completing the window management rewrite, good enough dll separation and stabilizing the wineserver protocol. We're close on some of these goals but there's still

Re: [Fwd: Wine-Wiki.org]

2005-01-27 Thread Lionel Ulmer
> I talked to Alexandre on ICR and in the end he said: "Prove to me that we can > do > meaningful regression testing and then we'll see about improving the > sheduling" > > So it's not just you. :( Well, I agree with AJ there... I would not change our release cycle as long as there is no pro

Re: [ddraw] more video memory

2005-01-27 Thread Lionel Ulmer
> Is there somewhere where we can centralise the > possibly tracking of video memory and read the initial > setting from either a configuration file or the video > cards i2c or registers if available instead of hard > coding in three+ different places? While I agree that we should store in a centr

Can winedbg --auto backtrace all threads?

2005-01-27 Thread Michael Ost
Is there a way to have winedbg --auto do a backtrace of all the threads in an app at exception time? In order to help track down sporadic runtime crashes in our testing process, I have turned on winedbg --auto when wine handles exceptions via the AeDebug registry entry. This is working pretty we

Re: PRESS: run windows viruses with wine ...

2005-01-27 Thread Mike Hearn
On Thu, 27 Jan 2005 08:29:08 -0600, Brad DeMorrow wrote: > Many also seem to be worried that a virus under wine could do damage to > their other partition with windows installed. I tell them that without > an entry in Wine's configuration for that virtual drive - any pure > windows application

Re: Re: [winecfg] Show detected audio systems, and offer selection

2005-01-27 Thread Chris Morgan
> So just keep the Audio tab and remove the autodetect button. Or keep > it all the same. But that would bring us back to the original > question. How should we handle multiple detected audio systems? > I think removing the auto detect would the best solution. If we store a list of drivers to auto

Re: PRESS: run windows viruses with wine ...

2005-01-27 Thread Brad DeMorrow
Marcus Meissner wrote: Hi, Fun article ... author tests various viruses with WINE. http://os.newsforge.com/article.pl?sid=05/01/25/1430222&from=rss Ciao, Marcus I actually have run across quite a few people who were quite worried about the ability of wine to run all of the viruses that windows do

configure warning report

2005-01-27 Thread Jean Cardona
configure: WARNING: sys/sysctl.h: present but cannot be compiled configure: WARNING: sys/sysctl.h: check for missing prerequisite headers? configure: WARNING: sys/sysctl.h: see the Autoconf documentation configure: WARNING: sys/sysctl.h: section "Present But Cannot Be Compiled" configure: W

Re: [Fwd: Wine-Wiki.org]

2005-01-27 Thread tony_lambregts
Francois Gouget wrote: On Wed, 26 Jan 2005, Tony Lambregts wrote: Francois Gouget wrote: On Wed, 26 Jan 2005 [EMAIL PROTECTED] wrote: [...] As far as things go until we go to a "Stable release" system then we will always have this problem. That the problem: a "Stable Wine release" has been six mo

Re: [winecfg] Show detected audio systems, and offer selection

2005-01-27 Thread Paul van Schayck
On Thu, 27 Jan 2005 13:23:51 +0100, Andreas Mohr <[EMAIL PROTECTED]> wrote: > (replying in cautionary mode again) > Please don't do that!! > Media is sooo descriptive, you know... > Almost as descriptive as Multimedia. *shudder* > Not to mention that this is a *severe* conflict with data storage *m

Re: [winecfg] Show detected audio systems, and offer selection

2005-01-27 Thread Francois Gouget
On Thu, 27 Jan 2005, Paul van Schayck wrote: On Thu, 27 Jan 2005 09:25:53 +0100 (CET), Francois Gouget <[EMAIL PROTECTED]> wrote: On Wed, 26 Jan 2005, Mike Hearn wrote: AFAIK this already works. So we can just merge the audio and graphics tab into a "Media" tab and put the audio driver selection un

MSRPC / FreeDCE interoperability of non-encapsulated onions.

2005-01-27 Thread Luke Kenneth Casson Leighton
On Thu, Jan 27, 2005 at 10:38:41AM +, Luke Kenneth Casson Leighton wrote: > > Also, I don't believe your other comment about switch_is is correct. AFAIK > > MIDL does use the size of the member / parameter used in switch_is for > > the descriminant size (although I'm not sure how an expression

Re: [winecfg] Show detected audio systems, and offer selection

2005-01-27 Thread Mike Hearn
On Thu, 27 Jan 2005 10:03:54 +0100, Paul van Schayck wrote: > So we can just merge the audio and graphics tab into a "Media" tab and > put the audio driver selection under an advanced button like in the > Drives tab? And remove the autodetect button completely? No, the idea is to have *no* UI for

Re: PerformanceCounterFrequency fix

2005-01-27 Thread Rein Klazes
On 26 Jan 2005 09:59:14 -0800, you wrote: > > My concern isn't the number of cycles. It sounds like the function runs > very quickly, even faster than in Windows. That's great news. > > But I am concerned about blocking or preemption. I assume that the new > call doesn't hit the wineserver, rig

Re: [ddraw] more video memory

2005-01-27 Thread Oliver Stieber
--- Raphael <[EMAIL PROTECTED]> wrote: There's a couple of other places that report the amount of video memory, GetAvaialbleVideoMemory in d3d, and static DDHALINFO hal_info in X11ddraw.c Is there somewhere where we can centralise the possibly tracking of video memory and read the initial setti

Re: [winecfg] Show detected audio systems, and offer selection

2005-01-27 Thread Andreas Mohr
Hi, On Thu, Jan 27, 2005 at 10:03:54AM +0100, Paul van Schayck wrote: > On Thu, 27 Jan 2005 09:25:53 +0100 (CET), Francois Gouget > <[EMAIL PROTECTED]> wrote: > > On Wed, 26 Jan 2005, Mike Hearn wrote: > > > > AFAIK this already works. > > So we can just merge the audio and graphics tab into a "

Re: [Fwd: Wine-Wiki.org]

2005-01-27 Thread Jonathan Ernst
Francois Gouget wrote: > On Wed, 26 Jan 2005 [EMAIL PROTECTED] wrote: > [...] > >> How is that really different than this. >> >> http://appdb.winehq.org/help/?topic=maintainer_ratings >> >> The Maintainer rating system is meant for "supported" applications. > > > That's the thing. There is no su

Re: [winecfg] Show detected audio systems, and offer selection

2005-01-27 Thread Paul van Schayck
On Thu, 27 Jan 2005 09:25:53 +0100 (CET), Francois Gouget <[EMAIL PROTECTED]> wrote: > On Wed, 26 Jan 2005, Mike Hearn wrote: > > AFAIK this already works. So we can just merge the audio and graphics tab into a "Media" tab and put the audio driver selection under an advanced button like in the Dr

Re: [winecfg] Show detected audio systems, and offer selection

2005-01-27 Thread Francois Gouget
On Wed, 26 Jan 2005, Mike Hearn wrote: On Wed, 26 Jan 2005 20:37:53 +0100, Paul van Schayck wrote: [...] Basically it just involves making each audio driver load in turn and the first one which loads succeeds then having a hardcoded order in winmm.dll, not really hard to code up. AFAIK this already

Re: [Fwd: Wine-Wiki.org]

2005-01-27 Thread Francois Gouget
On Wed, 26 Jan 2005, Tony Lambregts wrote: Francois Gouget wrote: On Wed, 26 Jan 2005 [EMAIL PROTECTED] wrote: [...] As far as things go until we go to a "Stable release" system then we will always have this problem. That the problem: a "Stable Wine release" has been six months away since 1998 a