[Bug 9056] Mono 1.2.4 fails to find mscorlib.dll on startup

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 25 14:31:08 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9056





--- Comment #22 from Hans Leidekker <hans at 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.



More information about the wine-bugs mailing list