Re: debugging help

2007-06-17 Thread Jason Green
On 6/18/07, Damjan Jovanovic <[EMAIL PROTECTED]> wrote: only appear in +snoop, not in +relay. And is there a way for a builtin DLL to LoadLibrary() the native DLL of the same name and call functions in it? It would be very useful in narrowing down the bug. You can definitely use LoadLibrary()

debugging help

2007-06-17 Thread Damjan Jovanovic
Hi I've been looking at bug 4437, where a game demo works perfectly with the native MSVCRT.DLL but dies on startup with the builtin due to a division by zero. The builtin doesn't have any fixmes, warnings or errors. Comparing builtin +relay and native +snoop traces shows the divide by zero doesn

Re: java problem with builtin msvcrt.dll (need debugging help)

2007-01-20 Thread Eric Pouech
Stefan Leichter a écrit : Hello, i found a problem with java (1.4.2_05) and builtin msvcrt.dll. The attached java code exhibits the problem. It produces an exception with builtin dll. As difference i identified the call to java._Java_java_io_WinNTFileSystem_getLength, what is basicaly a wrapp

java problem with builtin msvcrt.dll (need debugging help)

2007-01-20 Thread Stefan Leichter
Hello, i found a problem with java (1.4.2_05) and builtin msvcrt.dll. The attached java code exhibits the problem. It produces an exception with builtin dll. As difference i identified the call to java._Java_java_io_WinNTFileSystem_getLength, what is basicaly a wrapper around msvcrt._(w)stati6

Re: debugging help

2005-12-26 Thread Eric Pouech
Robert Reif wrote: I'm trying to help someone on wine-bugs (http://bugs.winehq.org/show_bug.cgi?id=4053) with a crash in a game. The problem is that the game is catching and displaying the exception. It also appears that the game won't run in winedbg. Does anyone have any ideas on how to pr

Re: debugging help

2005-12-24 Thread James Liggett
On Sat, 2005-12-24 at 10:04 -0500, Robert Reif wrote: > I'm trying to help someone on wine-bugs > (http://bugs.winehq.org/show_bug.cgi?id=4053) with a crash in a game. > > The problem is that the game is catching and displaying the exception. > It also appears that the game won't run in winedbg

debugging help

2005-12-24 Thread Robert Reif
I'm trying to help someone on wine-bugs (http://bugs.winehq.org/show_bug.cgi?id=4053) with a crash in a game. The problem is that the game is catching and displaying the exception. It also appears that the game won't run in winedbg. Does anyone have any ideas on how to proceed from here.