Re: problem : win16 stack selector freed twice

2002-06-03 Thread Uwe Bonnes
Christian == Christian Costa [EMAIL PROTECTED] writes: Christian Hi everybody, I encountered the following problem that Christian completely broke MapLS. I investigated a little and here is Christian what I've found : Christian 1) a selector is allocated for the win16 stack in

Re: docu patch

2002-06-03 Thread Dmitry Timoshkov
Alexandre Julliard [EMAIL PROTECTED] wrote: Apparently it's caused by a bug somewhere, but if you will replace c:\windows by c:\Windows (note an uppercase 'W') Wine will not be able find the Windows directory. It should work just fine, unless you have configured your C drive as type

linux kernel thoughts

2002-06-03 Thread William Knop
I'm sure people have asked questions about integrating wine into the linux kernel. Probably got flamed by everybody, yeah? But that's not what I'm posting about. Not directly, anyway. =) I'm thinking of writing a kernel patch for PE executable support. Is there any reason why wine libraries

Re: linux kernel thoughts

2002-06-03 Thread Michael Stefaniuc
On Mon, Jun 03, 2002 at 02:58:35AM -0400, William Knop wrote: I'm sure people have asked questions about integrating wine into the linux kernel. Probably got flamed by everybody, yeah? But that's not what I'm Not realy. A wine kernel patch already exists, see

Re: linux kernel thoughts

2002-06-03 Thread Shachar Shemesh
It's been a while since I looked at the compilation options of the kernel, but there used to be specific support for java applets in the kernel (running a userland jvm, mind you). That was later deprecated by a MISC handler, that (I guess) could be configured to run java, and probably also

Re: linux kernel thoughts

2002-06-03 Thread Joerg Mayer
On Mon, Jun 03, 2002 at 05:43:11PM +0200, Michael Stefaniuc wrote: And Linus dosn't oppose the idea of having a wine/windows support in the kernel: http://lists.insecure.org/linux-kernel/2000/Sep/1504.html . Umm, to be more precise: Linus wasn't opposed to someting like that at the time of

Re: A problem with winmm and word

2002-06-03 Thread Andriy Palamarchuk
--- Duane Clark [EMAIL PROTECTED] wrote: Word2000 seems to work good for me, except when I exit. It than invariably crashes in winmm, of all places: Backtrace: =0 0x44056d9f (MULTIMEDIA_PlaySound+0x12f(pszSound=0x0, hmod=0x0, fdwSound=0x40, bUnicode=0x0) [mmsystem.c:639] in

Re: A problem with winmm and word

2002-06-03 Thread Duane Clark
Andriy Palamarchuk wrote: ... You so nicely researched and described this bug. It would be pity if this information is lost :-) If nobody takes it now, could you submit the information to Bugzilla? I see that a patch has already been submitted to wine-patches.

LotusNotes - typed characters do not appear

2002-06-03 Thread Andriy Palamarchuk
This bug exists for a long time. See bug 466 http://bugs.winehq.com/show_bug.cgi?id=466 There are comments that this issue is fixed in Codeweavers wine and Crossover Office. What is the reason the fix is not in the main tree? If the fix is too hackish I still would like if information about the

Re: A problem with winmm and word

2002-06-03 Thread Andriy Palamarchuk
--- Duane Clark [EMAIL PROTECTED] wrote: Andriy Palamarchuk wrote: ... You so nicely researched and described this bug. It would be pity if this information is lost :-) If nobody takes it now, could you submit the information to Bugzilla? I see that a patch has already been

Re: SMB filesystem

2002-06-03 Thread Dan Kegel
Jean-Eric Cuendet wrote: I'm thinking of implementing an smb filesystem, the way AFS implement the AFS client fs kernel driver. - Mount the smb filesystem on /smb (done at boot time) - Every user has list dir access on /smb - There, you see each workgroup/domain available on the

Re: linux kernel thoughts

2002-06-03 Thread William Knop
Hmm... I hadn't thought of that. Thanks for the info. Perhaps I'll make a help file so people can set their boxes up easily this way. Thanks, Will From: Shachar Shemesh [EMAIL PROTECTED] To: William Knop [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: linux kernel thoughts Date: Mon, 03

Re: LotusNotes - typed characters do not appear

2002-06-03 Thread Alexandre Julliard
Andriy Palamarchuk [EMAIL PROTECTED] writes: There are comments that this issue is fixed in Codeweavers wine and Crossover Office. What is the reason the fix is not in the main tree? It is, it was merged a long time ago. -- Alexandre Julliard [EMAIL PROTECTED]

Re: linux kernel thoughts

2002-06-03 Thread Marco Pietrobono
Il lun, 2002-06-03 alle 17:49, Shachar Shemesh ha scritto: It's been a while since I looked at the compilation options of the kernel, but there used to be specific support for java applets in the kernel (running a userland jvm, mind you). That was later deprecated by a MISC handler, that

CoMarshalInterface (IUnknown)

2002-06-03 Thread Medland, Bill
Is this a trivial thing to fix? Currently the code simply ends up looking for the proxy in the registry. Everything is reasonable fro IClassFactory but of course IUnknown isn't in there because it should be inherent in the system itself. Bill