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()
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
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
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
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
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
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.