On Sun, Feb 02, 2003 at 09:05:38PM +0100, Marcus Meissner wrote:
On Sun, Feb 02, 2003 at 12:34:53AM +0100, Michael Stefaniuc wrote:
Any tips how to debug this further?
This is usually a missing function in msvcrt. Run with -debugmsg +seh and check the output directly before the RaiseException.
Thanks, that was the problem: _mbsnbcat wasn't implemented (patch to fix this is on the way to wine-patches). What makes me wonder is that i got a loop here; with the missing _mbsnbset and _mbstok the wine debugger started and i could see the cause of the error in the backtrace.
bye michael