https://bugs.winehq.org/show_bug.cgi?id=40132
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|battle.net.exe crashes at |battle.net.exe crashes on |start - program error - |startup with delay load |Unhandled exception: |failure of |unimplemented function |imagehlp.dll.ImageGetCertif | |icateHeader ('dbghelp.dll' | |disabled or native override | |not found)
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
always provide the console output too, not only the backtrace. Console was very likely showing something like this:
--- snip --- ... err:module:import_dll Library dbghelp.dll (which is needed by L"C:\windows\system32\imagehlp.dll") not found err:module: DelayLoadFailureHook failed to delay load imagehlp.dll.ImageGetCertificateHeader --- snip ---
This is caused by either disabling 'dbghelp.dll' (comment #2) or native override of 'dbghelp.dll' but the native dll not being present/found in dll search path.
Regards