[Bug 9056] Mono 1.2.4 fails to find mscorlib.dll on startup
25 Sep
2007
25 Sep
'07
7:31 p.m.
http://bugs.winehq.org/show_bug.cgi?id=9056 --- Comment #22 from Hans Leidekker <hans(a)it.vu.nl> 2007-09-25 14:31:08 --- Voila:
SetLastError(0xdeadbeef); ret = FormatMessageA(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_ALLOCATE_BUFFER, NULL, 0, 0, NULL, 0, NULL); error = GetLastError(); ok(!ret, "got %u\n", ret); ok(error == ERROR_NOT_ENOUGH_MEMORY, "last error %u\n", error);
This is on up-to-date Windows 2003. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
6739
Age (days ago)
6739
Last active (days ago)
0 comments
1 participants
participants (1)
-
wine-bugs@winehq.org