Hey all, I have been looking at a solution for this for a couple of days now. Basically when I try to launch unity 2022.3…22f1, it fails to launch. This is if launched from the hub, or directly from the folder it lives in. following the information from another post. I installed the windows debugging tools and ran unity in it and get the following error teh VS debugger
16bc:5734 @ 00707703 - LdrpResolveDllName - INFO: Original status: 0xc0000034
16bc:5734 @ 00707703 - LdrpResolveDllName - RETURN: Status: 0xc0000135
16bc:5734 @ 00707703 - LdrpResolveDllName - ENTER: DLL name: C:\Users\clini\.dotnet\tools\MSVCR100.dll
16bc:54d0 @ 00707703 - LdrpProcessWork - ERROR: Unable to load DLL: "MSWSOCK.DLL", Parent Module: "C:\WINDOWS\SYSTEM32\WSOCK32.dll", Status: 0xc000007b
16bc:5734 @ 00707703 - LdrpResolveDllName - INFO: Original status: 0xc000003a
16bc:5734 @ 00707703 - LdrpResolveDllName - RETURN: Status: 0xc0000135
16bc:5734 @ 00707703 - LdrpSearchPath - RETURN: Status: 0xc0000135
16bc:5734 @ 00707703 - LdrpProcessWork - ERROR: Unable to load DLL: "MSVCR100.dll", Parent Module: "C:\WINDOWS\SYSTEM32\MSVCP100.dll", Status: 0xc000007b
16bc:0bb8 @ 00707703 - LdrpInitializeProcess - ERROR: Walking the import tables of the executable and its static imports failed with status 0xc000007b
16bc:0bb8 @ 00707703 - _LdrpInitialize - ERROR: Process initialization failed with status 0xc000007b
16bc:0bb8 @ 00707703 - LdrpInitializationFailure - ERROR: Process initialization failed with status 0xc000007b
The thread 3000 has exited with code 3221225595 (0xc000007b).
The thread 22324 has exited with code 3221225595 (0xc000007b).
The thread 21712 has exited with code 3221225595 (0xc000007b).
The program '[5820] Unity.exe' has exited with code 3221225595 (0xc000007b).
I tried reinstalling every Redistributable from 2010 to present in both 32 and 64 bit formats. The files are now present in system32 as far as I can tell, but it is still falling over with the same error. Can someone please help?