Re: remove the --managed option

2002-05-22 Thread Dimitrie O. Paun
On May 22, 2002 02:54 pm, Dustin Navea wrote: > --- "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > > As promised long ago :) > > I was away for a little while. > > > > ChangeLog: > > Remove the --managed option, and make wine > > use the managed mode by default. > > hmm, I don't personally see

Re: Finding cause of heap corruption

2002-05-22 Thread Dmitry Timoshkov
"Uwe Bonnes" <[EMAIL PROTECTED]> wrote: > >> 3756 warn:heap:HEAP_IsRealArena Heap 0x40ba: block 0x40790a42 is > >> not inside heap ^^ > Andreas> Note that it's called with the WARN case here only !! Might be > Andreas> a problem, or maybe it isn't. > > Has an

Re: err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this

2002-05-22 Thread dschwarz
I'm currently running the Lotus Notes 5.0.7 client under the latest WINE (CVS build from 5/22/2002). Works well with no visual glitches that I can see, but I get this message repeated over and over: err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this So, I'm reporting it :-)

winver configurability - was Re: winhelp mapping

2002-05-22 Thread Rizsanyi Zsolt
On Wednesday 22 May 2002 21:30, Alexandre Julliard wrote: > Clearly we will need to do 2/ anyway for people who don't have a copy > of Windows around. At some point it may be a good idea to support the > NT winhlp32 too; I don't think we should try to support Win98 type > message passing. I had r

Re: The 'file' regression test fails on NT

2002-05-22 Thread Jakob Eriksson
On Mon, May 20, 2002 at 05:57:27PM -0700, Francois Gouget wrote: > > I tested the 'file' regression test on NT4 and XP and it fails on both. > Here is where the error occurs: > > tests/file.c:236: Test failed: DeleteFile failed (5). > tests/file.c:240: Test failed: couldn't create file "testfil

SafeDisc-1 question

2002-05-22 Thread Dustin Navea
To Laurent Pinchart, is there any way you could rework the SafeDisc-1 Patch you made to compile against the current tree (clean or not) and send it here? I may be able to do some cleaning up on it and submit it, god willing ;). I would need both the possible DMCA violation and safe partions to b

SB EMU Patch question

2002-05-22 Thread Dustin Navea
To the author of the SB EMU Patch, I was wondering if you could possibly resubmit the patch for inclusion against the current tree, the day that you last sent it in, I had a failure compiling, I guess due to some conflict from the patches committed that day, so if you could rework it to compile (a

Lotus SmartSuite (2000?)

2002-05-22 Thread Dustin Navea
Just saw a post on TransGaming's web site that Lotus SmartSuite runs on WineX...although it took him 2 installs... He also said that installing the MS OLE update improved thimgs even more, so the OLE Update may be something to look into in trying to get it to work... I'm not sure it it was 2000

Re: winhelp mapping

2002-05-22 Thread Rizsanyi Zsolt
On Wednesday 22 May 2002 11:00, Uwe Bonnes wrote: > > "Alexandre" == Alexandre Julliard <[EMAIL PROTECTED]> writes: > > Alexandre> Eric Pouech <[EMAIL PROTECTED]> writes: > >> Alexandre, will you accept a patch of this kind (it still can be > >> enhanced, like storing the message i

Re: tools/wineshelllink Full KDE3 Support-patch tomorrow

2002-05-22 Thread Rizsanyi Zsolt
On Wednesday 22 May 2002 20:41, Dustin Navea wrote: > --- Raul Dias <[EMAIL PROTECTED]> wrote: > > Are you sure that $KDEHOME is the right var? > > > > In my system at least (Conectiva Linux 8.0), the var > > is > > $KDEDIR and it point to /usr/lib/kde3 . > > > > > > []'s > > Raul Dias > > Guess i

Re: Improving debugging (gdb) support

2002-05-22 Thread Michael Wetherell
On Wednesday 22 May 2002 10:39 am, Tijs van Bakel wrote: > Either I could work on winedbg to match > gdb's features, or I could try to make gdb understand Wine better. > Given the amount of useful frontends for gdb, it seems wiser to go for > the second option. gdb can debug Windows programs com

Recursion caused by call of GetProp in window procedure

2002-05-22 Thread Andriy Palamarchuk
I'm researching bug 671: http://bugs.winehq.com/show_bug.cgi?id=671 The application crashes. It seems the problem occurs when GetPropA is called in a window procedure on WM_WINDOWPOSCHANGING message what causes generation of other WM_WINDOWPOSCHANGING message. The same code calls itself and final

Re: Finding cause of heap corruption

2002-05-22 Thread Alexandre Julliard
Uwe Bonnes <[EMAIL PROTECTED]> writes: > > "Andreas" == Andreas Mohr <[EMAIL PROTECTED]> writes: > >> 3756 warn:heap:HEAP_IsRealArena Heap 0x40ba: block 0x40790a42 is > >> not inside heap ^^ > Andreas> Note that it's called with the WARN case here only !! Migh

Re: Finding cause of heap corruption

2002-05-22 Thread Uwe Bonnes
> "Andreas" == Andreas Mohr <[EMAIL PROTECTED]> writes: >> 3756 warn:heap:HEAP_IsRealArena Heap 0x40ba: block 0x40790a42 is >> not inside heap ^^ Andreas> Note that it's called with the WARN case here only !! Might be Andreas> a problem, or maybe it isn't

Re: winhelp mapping

2002-05-22 Thread Alexandre Julliard
"Eric Pouech" <[EMAIL PROTECTED]> writes: > it means that we should either: > 1/ emulate in a different manner the message passing ability of a given version >(win16, win9x use a 16 bit global handle ; it seems NT uses a shared page) > 2/ implement our own winhlp32 executable (with the support o

Re: remove the --managed option

2002-05-22 Thread Dustin Navea
--- "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > As promised long ago :) > I was away for a little while. > > ChangeLog: > Remove the --managed option, and make wine > use the managed mode by default. > hmm, I don't personally see any benefit in this, I have my wine setup to use managed on

Re: Wineconsole (again)

2002-05-22 Thread Dustin Navea
--- Russell Howe <[EMAIL PROTECTED]> wrote: > On Mon, 2002-05-20 at 22:22, Dustin Navea wrote: > > why not have wine take advantage of syslog-ng > > > by the by, if you don't know how syslog-ng is an > easy > > way to find out, it prints out all messages it is > > given to tty12, so all the user

Re: tools/wineshelllink Full KDE3 Support-patch tomorrow

2002-05-22 Thread Dustin Navea
--- Raul Dias <[EMAIL PROTECTED]> wrote: > Dustin Navea <[EMAIL PROTECTED]> wrote: > >Hey, received a note from Riszanyi Zsolt asking to > >implement use of $KDEHOME in wineshelllink. Well, > I > >took a look at it, and started to do that, but then > I > >realized that if we do that and they have

Re: Asian characters printing - not supported

2002-05-22 Thread Ian Pilcher
Huw D M Davies wrote: > > We've been working quite hard on making improvements to the PostScript > driver and now have code that should print any character that can be > displayed on the screen (assuming you're using client side font > rendering anyway). The code downloads the TT font to the pri

Re: shlwapi shreg tests failed

2002-05-22 Thread Sylvain Petreolle
> Sorry for the delay in replying .. No problem. Time is gold. > I've tried: > > export WINEOPTIONS="-winver winme" > > make testclean test > > And it all the tests pass for me. So, some > questions: > > What happens for other Window versions (e.g. win95 > and win2k)? Not tested for the mome

Want to help Wine project?

2002-05-22 Thread Andriy Palamarchuk
This message is for those who wants to help Wine project but do not know where to start. We need contributors of a wide range of skills. The minimal requirements are: access to a computer with Linux (or other Unix-like system) where you can use Wine. We have a lot of tasks which are relatively e

Re: Finding cause of heap corruption

2002-05-22 Thread Andreas Mohr
On Wed, May 22, 2002 at 05:32:17PM +0200, Uwe Bonnes wrote: > > "Uwe" == Uwe Bonnes <[EMAIL PROTECTED]> writes: > > > Uwe> "invalid in-use arena magic" is an indicator for a corrupy > Uwe> heap. Right? > > Uwe> On each RtlAllocateHeap(), the heap is checked. As the call to >

Re: [PATCH] winemaker fixes

2002-05-22 Thread Francois Gouget
On 22 May 2002, Martin Wilck wrote: [...] > Changelog: > - adapt winemaker to the new way winebuild handles imports. > - fix crashes due to winemaker-generated wrapper app closing > libraries (is this one correct??) > - Fix some minor bugs in the wrapper.c template. >

[PATCH] winemaker fixes

2002-05-22 Thread Martin Wilck
Hi, the patch below fixes a few things in winemaker. It seems to work with my app, but needs more testing, especially for MFC apps. Modified files: tools: winemaker documentation: winemaker.man Changelog: - adapt winemaker to the new way winebuild handles impo

Re: shlwapi shreg tests failed

2002-05-22 Thread Paul Millar
On Tue, 21 May 2002, [iso-8859-1] Sylvain Petreolle wrote: > --- Paul Millar <[EMAIL PROTECTED]> a écrit : > > > c.f. Bugzilla id 681 ... > > http://bugs.winehq.com./show_bug.cgi?id=681 > > Paul, I don't have a NT-like OS... > I configured wine to use --winver winme. Sorry for the delay in reply

Re: Finding cause of heap corruption

2002-05-22 Thread Uwe Bonnes
> "Uwe" == Uwe Bonnes <[EMAIL PROTECTED]> writes: Uwe> "invalid in-use arena magic" is an indicator for a corrupy Uwe> heap. Right? Uwe> On each RtlAllocateHeap(), the heap is checked. As the call to Uwe> RtlAllocateHeap() on line 133196 succeeds, the trashing must have

Cleanup code in winemaker wrapper broken?

2002-05-22 Thread Martin Wilck
I finally start to get around my initialization problem. However I got crashes in the Test_wrapper routine generated by winemaker in the cleanup code. This winemaker-generated code: /* Cleanup and done */ FreeLibrary(hApp); if (hMFC!=NULL) { FreeLibrary(hMFC); } dlcl

winemaker (fwd) (Re: Please comment - I'me stuck).

2002-05-22 Thread lawson_whitney
Martin, I hope this will geve you enough to get on with. Maybe you have enough Perl to fix winemaker? If not you can hack Makefiles as I do. Lawson -- Forwarded message -- Date: Sat, 18 May 2002 23:23:42 -0400 (EDT) From: [EMAIL PROTECTED] To: Francois Gouget <[EMAIL PROTECTED

Finding cause of heap corruption

2002-05-22 Thread Uwe Bonnes
Hallo, trying to run xilinx webpack, after some time a crash happens. I suspect a heap corruption and running with --debugmsg +heap I see quite early 133191 098347d0:Call kernel32.TlsGetValue(0004) ret=6c371018 133192 trace:heap:RtlAllocateHeap (415d,0002,0018): returning 4

Re: Asian characters printing - not supported

2002-05-22 Thread Huw D M Davies
On Wed, May 22, 2002 at 12:52:10PM +0800, leanne wrote: > Dear all, > > We tried to print Chinese on notepad but failed. > We found that WINE default only writes western characters > to postscript. Is that true? This doesn't solve your problem immediately but... We've been working quite hard

Re: winhelp mapping

2002-05-22 Thread Eric Pouech
the "hack" in only valid in a Win31/Win9x atchitecture; it works well will win98 winhlp32, but will likely fail for any NT implementation so, we cannot have at the same time: 1/ a unique message passing feature for all emulated windows version 2/ the ability to run all the native winhlp32 execut

Re:Improving debugging (gdb) support

2002-05-22 Thread Eric Pouech
I've started looking at this. I already have up & running (even if everything is not perfect) an implementation of the gdb remote target in winedbg. Basically, this allows the following scheme: gdb winedbg wineserver winedbg is in this case just a proxy between the gdb remote protocol and the

Improving debugging (gdb) support

2002-05-22 Thread Tijs van Bakel
Hi, I'd like to improve debugging support for Wine, and have time to undertake a larger project. Either I could work on winedbg to match gdb's features, or I could try to make gdb understand Wine better. Given the amount of useful frontends for gdb, it seems wiser to go for the second option.

Re: Improving debugging (gdb) support

2002-05-22 Thread Uwe Bonnes
> "Tijs" == Tijs van Bakel <[EMAIL PROTECTED]> writes: ... Tijs> Furthermore, it seems useful to make gdb parse the .pdb format, or Tijs> other debugging information. Winedbg already has a working pdb Tijs> parser, which I could port to gdb. Look also what has been done with gd

Re: Please comment - I'm stuck! (was: Re: Wine crash beforeinitialization ...)

2002-05-22 Thread Martin Wilck
Am Mit, 2002-05-22 um 10.38 schrieb Uwe Bonnes: > For a long time, winelib was known not to work with c++, as the > initialization was a problem. I thought that problem was solved > however. Read the archive to find out more about that. I found the hint that winemaker must be called with --wrap

Re: winhelp mapping

2002-05-22 Thread Uwe Bonnes
> "Alexandre" == Alexandre Julliard <[EMAIL PROTECTED]> writes: Alexandre> Eric Pouech <[EMAIL PROTECTED]> writes: >> Alexandre, will you accept a patch of this kind (it still can be >> enhanced, like storing the message id) ? Alexandre> Only if there is evidence that Windows

Re: Please comment - I'm stuck! (was: Re: Wine crash beforeinitialization ...)

2002-05-22 Thread Uwe Bonnes
> "Martin" == Martin Wilck <[EMAIL PROTECTED]> writes: Martin> I hate to shout around, but I really need advice with this one. Martin> Thanks, Martin Some comments, probably of not too jmuch help: For a long time, winelib was known not to work with c++, as the initialization was a p

Please comment - I'm stuck! (was: Re: Wine crash beforeinitialization ...)

2002-05-22 Thread Martin Wilck
I hate to shout around, but I really need advice with this one. Thanks, Martin