Didn't test replays, but
104.0.1-1031-g398cc7e win32 - works
104.0.1-1044-g7e331d0 win32 and later - broken (0xc0000018)
104.0.1-1049-g88de633 win64 - works (there are no win64 build for 104.0.1-1044-g7e331d0)
win64 versions works fine.
Possible reason of 0xC0000018:
"If a DLL requires to be loaded at a fixed address(in process virtual address space), but the requirement cannot be fulfilled, Windows asserts the very 0xC0000018 error"
I guess something with build_process/dll_links (libcurl.dll?) for win32 was changed in between 104.0.1-1031-g398cc7e and 104.0.1-1044-g7e331d0.
Win 7 (64bit).
EDIT: After replacing libcurl (and adding libcrypto) 104.0.1-1044-g7e331d0 win32 runs.
https://curl.haxx.se/windows/dl-7.64.0_1/curl-7.64.0_1-win32-mingw.ziphttps://bintray.com/vszakats/generic/download_file?file_path=openssl-1.1.1b-win32-mingw.zipEDIT2: Cpt. Hindsight to the rescue! A bit late to the party, seems devs already fixed it in 104.0.1-1059-g3f0de44, 104.0.1-1060-g7f3541f works for me.