[Bug 47940] Morrowind + MGE XE: MGE XE Doe not inject itself into Morrowind

WineHQ Bugzilla wine-bugs at winehq.org
Thu Nov 21 14:57:58 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=47940

--- Comment #15 from Lorenzo Ferrillo <lorenzofer at live.it> ---
Also a WINEDEBUG=+dbghelp,+dbghelp_symt

MWSE use this code:

SymInitialize(process, NULL, TRUE);
SymEnumSymbols(process, 0, "msvcrt!*", EnumSymbolsCallback, NULL);
SymCleanup(process);

to store the symbol of malloc, realloc and free in one of the  MSVCRT dlls.

Now or dbghelp is failing somewhat to detect the symbol in MSVCRT or the
corrispondent wine  msvcrt doesn't have the correct symbols.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list