Re: Re: WineHQ:service.cgi: fix winrash option

2004-07-28 Thread chmorgan
> <[EMAIL PROTECTED]> writes: > > > Which errors are you referring to? The most frequent ones > > lately are the ones where the winetest package isn't > > available on the sourceforge osdn mirror. > > For example this: > > > Winrash version: winrash-0008-chris-msvc.exe > > [...] > > winetest =

Re: Re: WineHQ:service.cgi: fix winrash option

2004-07-26 Thread chmorgan
Which errors are you referring to? The most frequent ones lately are the ones where the winetest package isn't available on the sourceforge osdn mirror. We are still asking people to download the tests from this location for particular test releases. I'd imagine the fix is simply to point the

Re: WineHQ-hosted projects?

2004-06-16 Thread chmorgan
No need to fork winehq to support such things. Imaging having to keep up with all of the patches applied to the mainline code? It's probably better just to fix things that break those apps in the winehq tree so every other app gets the benifit. Chris > > From: Joel Konkle-Parker <[EMAIL PRO

Re: Re: Request for winetesting volunteers

2004-06-03 Thread chmorgan
I think we should switch the winrash id field from the users first and last name to an email address we can contact the user at. There are a few odd errors that I'd like to get more information about but its difficult to contact people via their first and last name. Any objections to this? Wi

Re: Re: winetest: build & publishing

2004-04-23 Thread chmorgan
Lately I've been doing a lot of installer building with the NSIS installer(http://nsis.sf.net). We could easily package winetest as a self-extracting and executing installer that was transparent to the user. The installer would simply extract the actual winetest.exe to windows/temp, start it u

Re: Re: i810 audio fixes 1/2

2004-04-21 Thread chmorgan
>like "play this wave file". The major remaining drawback >is latency; >click on button in app, hear sound 2 seconds later when >scheduler This is why we have sound servers like jack. Any delay is likely due to not having a fully callback based architecture in the app. >Maybe a better thing to

Re: Re: inheriting exec-shield avoidance

2004-04-09 Thread chmorgan
Any idea when the kernel and wine changes will be going in? Then we can start asking people with Fedora to disable exec-shield and prelinking OR upgrade to kernel 2.6.X and the latest wine. There are people everyday that come onto #winehq with problems due to prelinking/exec-shield. Thanks, C

Re: Re: fix crash in winecfg's x11 dialog due to invalid "Desktop" settings

2004-03-29 Thread chmorgan
Yes, my bad. I'll send in a fixed patch. I still don't like the way the code looks with the duplication of the default string to use but I couldn't think of any way to fix it more elegantly. Ideas? Chris > > From: Mike Hearn <[EMAIL PROTECTED]> > Date: 2004/03/29 Mon AM 06:07:03 EST > To:

Re: ALSA on i810 audio

2004-03-25 Thread chmorgan
I've been working to debug one users problem with an i810 card. (n wodOpen() we try to set the format of the audio, 16 or 8bit. I believe the i810 only supports 16bit so we return MMSYS_ERR. I *think* we should be returning WAVERR_BADFORMAT instead so wine can try another format that may work

Re: Re: Application database

2004-03-12 Thread chmorgan
Can you add me as a maintainer of the appdb as well? I'm often helping people in irc so I deal a lot with people trying to run all kinds of different apps, would be useful to start filling in some information on them so we have some kind of record of how well they run under wine. Thanks, Chris

Re: Application database

2004-03-11 Thread chmorgan
Yes, I too think we need to support the appdb. Perhaps we should setup some kind of application submission interface where users can fill things in and provide links to screen captures and such. Maintainers could then go through and apply the changes to the db and copy the images to a local loc

Re: Re: Native NetBSD audio driver

2004-03-02 Thread chmorgan
What is the plan for combining these audio drivers? One thing that is common to each driver are the functions that handle the wave headers, adding, removing etc. I'm also weary of any kind of combination that includes OSS as OSS is depreciated and has been replaced by Alsa. I'm also concerned

Re: VarRound implementation

2004-02-19 Thread chmorgan
Without a test how can you know if this implementation produces the correct values? What about variant type conversions? It seems silly to send a patch without testing it... Chris > > From: Fabian Cenedese <[EMAIL PROTECTED]> > Date: 2004/02/19 Thu AM 08:20:21 EST > To: [EMAIL PROTECTED] >

Re: New Download page

2004-02-17 Thread chmorgan
I like it. Much easier for users to find the correct downloads than it was with the previous pages sourceforge image/link. Chris > > From: "Dimitrie O. Paun" <[EMAIL PROTECTED]> > Date: 2004/02/17 Tue AM 02:34:11 EST > To: Wine Devel <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED], Chris Morgan

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 abou

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

2004-02-04 Thread chmorgan
I'm pretty sure lots of other wine code uses 2 space indents, I know I started using them after working with wine. No other comments on the ui changes in winecfg? ;-) I'll submit to wine-patches tonight after going through the code once more. The x11 tab is global settings only at this point

Re: Re: cvs documentation not in sync with website?

2004-01-19 Thread chmorgan
Well documentation/documentation.sgml 1.12->1.13 was when the change was made in cvs, and that looks like it was 3+ months ago. Chris > > From: Jeremy Newman <[EMAIL PROTECTED]> > Date: 2004/01/19 Mon AM 10:52:47 EST > To: Chris Morgan <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re:

Re: Re: [winecfg] - audio tab w/autodetection, misc

2004-01-19 Thread chmorgan
If other people think it makes sense then yes, I think we should probably move the autodetection code to run at wine startup. The code thus far is very much non-portable so while it should work under linux I'm not sure about other os's. I've considered also trying to dynamically load the sound

Re: Re: slight trouble running winetests under windows

2004-01-13 Thread chmorgan
Ahh yes, this appears to be the issue. If I go to "project settings->link->object/library modules" and add "uuid.lib" to the list then the test compiles without many other issues. Shouldn't the script be adding this to the .dsp/.dsw? I'm having great troubles compiling the test against vs6 he

Re: Re: winearts patch

2004-01-07 Thread chmorgan
> > (4b) wodPlayer_FeedDSP() > > > > In the while loop, I could not figure out the purpose of 'availInQ > > > SPACE_THRESHOLD', so I changed it to 'availInQ'. In reality, the > > SPACE_THRESHOLD check could probably be left in, I am not sure what > > the purpose was in the first place. > Dunno eit

Re: Re: install default config files to $PREFIX/share/wine

2004-01-06 Thread chmorgan
If we also had working defaults for the users cdrom drive(s) and floppy drive then this would work quite well. Many users will want to install applications from cdrom. We could autodetect this at startup. Chris > > From: "Dimitrie O. Paun" <[EMAIL PROTECTED]> > Date: 2004/01/06 Tue AM 09:4

Re: Re: install default config files to $PREFIX/share/wine

2004-01-05 Thread chmorgan
How do we plan to get rid of having default config files? Where would the default registry go? Chris > > From: Alexandre Julliard <[EMAIL PROTECTED]> > Date: 2004/01/05 Mon PM 03:19:54 EST > To: Chris Morgan <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: install default config fi

Re: Re: install default config files to $PREFIX/share/wine

2004-01-05 Thread chmorgan
Registering the dlls? Is this the same as loading them? How would we know which dll was responsible for creating which registry entries? Is it that clear which one should do it? Would the code called during registration check to see if the default keys existed and if it didn't install the def