"Fabian Cenedese" <[EMAIL PROTECTED]> wrote: > I found that this only happens if the first message is CALL ... and the > second message is one of only a few messages. I found so far > trace:seh:EXC_RtlRaiseException and trace:heap:RtlAllocateHeap. Then > they get printed on one line. If they show up separately they're printed > normally. > Could also be some kind of performance problem or multithreading handling > that the linefeed gets lost as I logged +all. (Though I have a 800MHz).
+all is *always* an overkill. You have 800 MHz or better it doesn't matter. If you are trying to debug a problem, first start with simple +relay, examine the log, and only then, *looking into the Wine sources*, try to turn on other debug channels. -- Dmitry.