https://bugs.winehq.org/show_bug.cgi?id=41187
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |xerox_xerox2000@yahoo.co.uk Status|UNCONFIRMED |NEW Keywords| |download URL| |https://github.com/loot/loo | |t/releases/tag/0.10.3
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Hi, could you in future add downloadlink? That makes it easier for us to test :)
I can reproduce this crash in wine-2.0. The crash itsself is really a dupe of 42014 (same calls in +relay log before crash)
This is fixed in wine-staging, so i suggest to use that if you want to run this
It starts fine for me with the following native dll:
WINEDLLOVERRIDES=api-ms-win-crt-runtime-l1-1-0.dll,ucrtbase,msvcp140,vcruntime140=n wine LOOT.exe
without all these native dlls i get calls to unimplmented functions
api-ms-win-crt-runtime-l1-1-0.dll._register_thread_local_exe_atexit_callback msvcp140.dll.?uncaught_exceptions@std@@YAHXZ vcruntime140.dll.__uncaught_exceptions
So maybe we could keep this bug open for unimplemented msvcp140.dll.?uncaught_exceptions@std@@YAHXZ ?
(I set confirmed that there are some bugs)