ValveSoftware / wine

Wine with a bit of extra spice
Other
1.3k stars 243 forks source link

wine.inf: Set msvcp140_atomic_wait to native,builtin. #192

Closed Etaash-mathamsetty closed 1 year ago

Etaash-mathamsetty commented 1 year ago

Regression from proton 6.3 (which didn't have msvcp140_atomic_wait). Without this patch, there is a mismatch between native msvcp and built-in msvcp causing an unimplemented function crash/exception. some games can call unimplemented methods in the built-in version of the dll, so set it to native (like all the others)

ivyl commented 1 year ago

The change help with SDL2 beta of Dwarf Fortress that otherwise crashes on unimplemented msvcp140_atomic_wait.dll.__std_acquire_shared_mutex_for_instance in our built-in.

I've merged it. Everything should show up in the bleeding-edge soon.