https://bugs.winehq.org/show_bug.cgi?id=51465
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|EVE Online Launcher Crashes |EVE Online launcher crashes |Due to Missing syscalls in | |Windows Credential Manager | CC| |z.figura12@gmail.com
--- Comment #5 from Zebediah Figura z.figura12@gmail.com --- "syscalls" does not mean what that employee thinks it means.
Anyway:
(In reply to algebro from comment #4)
Issue #2:
We're crashing in SetNewAndDeleteFunctionPointers() in dll.cpp (https://github.com/weidai11/cryptopp/blob/ 2d8e4680855691657cb8029ae5cb05c67c6dc654/dll.cpp#L121). For some reason GetModuleHandle("msvcrtd") or GetModuleHandle("msvcrt") are failing. Anyone know what could cause that?
Sounds kind of like bug 27827; the application is expecting msvcrt to already be loaded as a dependency of some system DLL.