Re: Crash and corrupted registry

2004-05-26 Thread Steven Edwards
Hello, > > really bad shape. > > I use reiserfs on a Mandrake 2.4.21-0.13mdk kernel. > > It seems to happend on files that are open when the crash (freeze + > > reboot) occurs. Do you have the LSB package installed in your Mandrake? There are two bugs in Mandrake 10 that some of our users have sp

Re: Crash and corrupted registry

2004-05-26 Thread Alexandre Julliard
Christian Costa <[EMAIL PROTECTED]> writes: > This seems to be more a filesytem issue then because the file is in a > really bad shape. > I use reiserfs on a Mandrake 2.4.21-0.13mdk kernel. > It seems to happend on files that are open when the crash (freeze + > reboot) occurs. Yes, it very much l

Re: test for GetAcceptLanguagesA

2004-05-26 Thread Alexandre Julliard
Stefan Leichter <[EMAIL PROTECTED]> writes: > before removing the acsii calls from GetAcceptLanguagesW, i like to see the > results of the attached tests. This will hopefuly save me some work when > rewriting the function. The tests passes on my Win2k system. But they fail on Wine, so I can't a

Re: Additional downloads for winehq

2004-05-26 Thread Ivan
OK, I don't see the utility of having a 3rd party download section just to list one download. But what about dcom95? We have a message in oleaut that tells the user to download dcom95, and it provides a link to sf, but we can't host dom on sf because it isn't open source, and people can download i

Re: Additional downloads for winehq

2004-05-26 Thread Jeremy Newman
I don't think these belong on the download page. That would confuse the users. IMO the download page should only contain links to download Wine. All this should go in a HowTo or in the docs. I know we have the 3rd party tools section there. I was opposed to that as well. We just cleaned up the down

Re: [DMUSIC] IDirectMusicSegment8 loading of Wave Segments

2004-05-26 Thread Raphael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Rok, > Hey, > I'm sorry but I cannot really remember (have experienced computer > crash and it will take some time for me to organise everything again). as me :( > I'm not even sure if IDirectMusicSegment should be implemented for it, > but i

Re: Help with winedbg

2004-05-26 Thread Eric Pouech
(the latest wine misses the debug information for the .spec.c files, and that's were main is... could you print the name of the file and the exact error message) See below. Don't have them at the moment. Is there any workaround? What do I do if there is no debug symbols for that part at all. Wh

Re: Help with winedbg

2004-05-26 Thread Shachar Shemesh
Eric Pouech wrote: 1. Use Visual Studio's remote debugging never tried it, cannot help you here Oh, it's great when it works. Obviously, no ELF or Winelib symbols, but you are essentially using the standard visual studio debugger on a program running in Wine. I used that to try and understand wh

Re: Help with winedbg

2004-05-26 Thread Eric Pouech
1. Use Visual Studio's remote debugging never tried it, cannot help you here 2. Use winedbg as a gdb backend for ddd Option 1 fails miserably. I suspect the project is just too complex for Visual Studio to handle over the wire. When I try to do that, the Visual Studio front end (the one running o

Re: [DMUSIC] IDirectMusicSegment8 loading of Wave Segments

2004-05-26 Thread Rok Mandeljc
> PS: > Rok, i have you have implemented IDirectMusicSegment8 interface on > IDirectMusicWaveImpl. > Why ? > What it your "sample" who permit to check this behavior ? > For testing my patch you only have, for example, to open a .wav file using > 3DAudio.exe sdk sample Hey, I'm sorry but I

Assume MAX_PATH length for pszDisplayName

2004-05-26 Thread Uwe Bonnes
Changelog: dlls/shell32/brsfolders.c: SHBrowseForFolderA LPBROWSEINFOA->pszDisplayName is assumed to have MAX_PATH legth Fixes a crash in Xilinx ISE when vreating a new project with a long path -- Uwe Bonnes[EMAIL PROTECTED] Institut fuer Kernphysik Schlossgarten

Type in msvcrt

2004-05-26 Thread Uwe Bonnes
Changelog: dlls/msvcrt/file.c: _setmode() Reset only the affected flag Make Xilinx ise not hang at startup Bye -- Uwe Bonnes[EMAIL PROTECTED] Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt - Tel. 06151 162516 Fax. 06151 164321

Re: Re: [OLE] Better handling of References

2004-05-26 Thread Mike Hearn
On Wed, 26 May 2004 12:58:19 +, fenix wrote: > Well Soft References are used in many places in COM (for example D3D > textures/surfaces use it on windows) OK :) I have not seen this technique before, but then I've never implemented lots of COM objects all working together. > I can't have a

Re: Re: [OLE] Better handling of References

2004-05-26 Thread fenix
>On Wed, 26 May 2004 03:55:25 +0200, Raphael wrote: >> I'm trying to install Splinter Cell Demo (installshield). >> And i have seen: >> - one typelib was released while typeinfos (childs of typelib) are in use >> - the install "crash" (catched and returns an E_UNEXPECTED error) when it >> want

Re: [OLE] Better handling of References

2004-05-26 Thread Mike Hearn
Oops, sending to wine-devel too (this is what I get for using a newsreader...) On Wed, 26 May 2004 03:55:25 +0200, Raphael wrote: > I'm trying to install Splinter Cell Demo (installshield). > And i have seen: > - one typelib was released while typeinfos (childs of typelib) are in use > - the i

Re: CoRegisterMessageFilter

2004-05-26 Thread Mike Hearn
On Tue, 25 May 2004 17:44:56 +1200, Simon Harvey wrote: > I was wondering if anybody was doing work on or was in > the process of implementing CoRegisterMessageFilter in > dlls/ole32/ole2.c ? > > I would like to take a stab at it but i wont if > somebody else is going to do it. As far as I'm awar

Re: Bad wine today.

2004-05-26 Thread Rein Klazes
On Tue, 25 May 2004 21:27:54 +0300, you wrote: > > I wonder if I am the only one that sees this with any windows prog that > > I try: > > I got exactly the same, also running cvs 1 day ago... It works here again with today's cvs. Rein. -- Rein Klazes [EMAIL PROTECTED]

Help with winedbg

2004-05-26 Thread Shachar Shemesh
Hi, I'm trying to get a Visual C compiled program to run on Wine. I have the sources and full debug info for the PE part of the program. Obviously, however, it was not compiled on the same machine on which it is running. To make things even more interesting, I would rather use some GUI frontend