https://bugs.winehq.org/show_bug.cgi?id=36698
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |msvcp Summary|audible manager crashes at |AudibleManager 5.5.x |startup on |crashes at startup |HEAP_CreateFreeBlock |
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello folks,
you need to set an explicit override as Wine builtins will be preferred over native by default. That winetricks recipe doesn't do that for you.
This should prevent the crash:
--- snip --- $ WINEDLLOVERRIDES=msvcp71=n wine ./Manager.exe --- snip ---
Regards