Re: ATI driver crashes the system with wine

2003-12-07 Thread Gerhard W. Gruber
On Sun, 7 Dec 2003 21:58:06 +0100, Lionel Ulmer <[EMAIL PROTECTED]> wrote: >Anyway, even if Wine may be faulty, an X crash is always an X bug or an X >driver bug :-) I'll report this to the XFree team. O now managed to get it run. I had to switch of DGA support in X as well. Setting it N in the

Re: Question about libwine_unicode functions and others in WINE

2003-12-07 Thread Dimitrie O. Paun
On December 4, 2003 04:36 pm, Alexandre Julliard wrote: > I guess so, though I'm not sure how we should proceed. Maybe the first > step would be to get rid of the lstr* calls, and then to add them back > in a second step once every place has been checked. Maybe we should come up with a bit more ob

Re: wine/windows painting.c

2003-12-07 Thread Marcelo Duarte
Em Dom 07 Dez 2003 07:01, Andreas Mohr escreveu: > Hi, > > On Sun, Dec 07, 2003 at 03:51:01AM -0300, Marcelo Duarte wrote: > > This patch caused a regression in Winamp 2.91, and the top window is not > > repainted. > > Maybe (just *maybe*) the patch is actually very correct, > but Winamp for some r

Re: ATI driver crashes the system with wine

2003-12-07 Thread Gregory M. Turner
On Sunday 07 December 2003 02:58 pm, Lionel Ulmer wrote: > > I tried that but it still crashes. > > I think there is only the one in ~/.wine/config right? > > Anyway, even if Wine may be faulty, an X crash is always an X bug or an X > driver bug :-) > > Best way to fix this is to do a +relay trace

Re: Status of winealsa patch

2003-12-07 Thread Alexandre Julliard
Sylvain Petreolle <[EMAIL PROTECTED]> writes: > My winalsa patch for alsa 1.0 support wasnt commited and there > wasnt any feedback fo it. Another winealsa patch was commited after > that, > should I resubmit mine ? Only if it's still needed. My understanding of the ALSA_PCM_OLD defines is that t

Status of winealsa patch

2003-12-07 Thread Sylvain Petreolle
Hi, My winalsa patch for alsa 1.0 support wasnt commited and there wasnt any feedback fo it. Another winealsa patch was commited after that, should I resubmit mine ? References : http://www.winehq.org/hypermail/wine-patches/2003/11/0342.html http://www.winehq.org/hypermail/wine-patches/2003/12/00

Re: Issues in typelib.c with installshield 7

2003-12-07 Thread Marcus Meissner
On Sun, Dec 07, 2003 at 03:37:17PM +, Andrew de Quincey wrote: > Hi, today I've been trying to get an Installshield 7 installer going. I think > I've seen reports from other people about having problems as well. > > The problems I've been having stem from the implementation of > ITypeLib/ITy

Re: ATI driver crashes the system with wine

2003-12-07 Thread Lionel Ulmer
> I tried that but it still crashes. > I think there is only the one in ~/.wine/config right? Anyway, even if Wine may be faulty, an X crash is always an X bug or an X driver bug :-) Best way to fix this is to do a +relay trace with Synchronous set to On in your config file and try to see where

Re: ATI driver crashes the system with wine

2003-12-07 Thread Gerhard W. Gruber
On Sun, 7 Dec 2003 17:52:51 +0100, Roderick Colenbrander <[EMAIL PROTECTED]> wrote: >Try to set the UseDGA option in the wine config file to "N" to fix the >problem. The problem is a bug in the ati drivers. I tried that but it still crashes. I think there is only the one in ~/.wine/config right

Re: ATI driver crashes the system with wine

2003-12-07 Thread Roderick Colenbrander
Try to set the UseDGA option in the wine config file to "N" to fix the problem. The problem is a bug in the ati drivers. Roderick On Sunday 07 December 2003 12:40, Gerhard W. Gruber wrote: > I tried to install the ATI 3D acceleration for my card Radeon 9800XT. So > far I didn'tsucced and I curre

Issues in typelib.c with installshield 7

2003-12-07 Thread Andrew de Quincey
Hi, today I've been trying to get an Installshield 7 installer going. I think I've seen reports from other people about having problems as well. The problems I've been having stem from the implementation of ITypeLib/ITypeInfo/etc in oleaut32. The first problem is as follows: Installshield has a

Re: Status : Multimedia section

2003-12-07 Thread Boaz Harrosh
Robert Shearman wrote: Dear Robert I meant to drop you a note, ask what is the status. But you bit me to it. I have 7 years experience in writing DS filters. Nice! Hopefully I will be able to call on that experience in the future? Feel free any hour of the day I am currently working on

Re: Status : Multimedia section

2003-12-07 Thread Boaz Harrosh
I second Mike on this. I think it is cardinal to the wine project. If wine fails to correctly address this in the future (accept C++ projects) there will come a time that some one will split wine yet again. winehq - some windows implementation. wine++ - winehq + C++ projects for a more robust wine

ATI driver crashes the system with wine

2003-12-07 Thread Gerhard W. Gruber
I tried to install the ATI 3D acceleration for my card Radeon 9800XT. So far I didn'tsucced and I currently have to use Mesa for that. Now I managed to get at least the fglrx driver working with agpgart but when I use this then my system immediatly crashes when I try to run Agent from wine. I doubt

Re: wine/windows painting.c

2003-12-07 Thread Andreas Mohr
Hi, On Sun, Dec 07, 2003 at 03:51:01AM -0300, Marcelo Duarte wrote: > This patch caused a regression in Winamp 2.91, and the top window is not > repainted. Maybe (just *maybe*) the patch is actually very correct, but Winamp for some reason collects some more "dirty" data that just happens to be c