Microsoft Visual C++ Runtime Library Runtime Error Program:C:\WINDOWS\explorer.exe R6016 – not enough space for thread data
Microsoft Visual C++ Runtime Library Runtime Error Program:C:\WINDOWS\explorer.exe R6016 – not enough space for thread data
偶尔性的弹窗,几天遇到一次,也不影响使用,
网上查了一通,
微软也不知道具体怎么引起的,所以只能,重新安装C++运行库,试试,
不行,那就只能重装系统了
参考:
下载:
重新安装C++运行库
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Visual Studio 2015、2017、2019 和 2022
体系结构 | 链接 |
---|---|
X86 | https://aka.ms/vs/17/release/vc_redist.x86.exe |
X64 | https://aka.ms/vs/17/release/vc_redist.x64.exe |
Visual Studio 2013 (VC++ 12.0)
体系结构 | 版本 | 链接 |
---|---|---|
X86 | 12.0.40664.0 | vcredist_x86.exe |
X64 | 12.0.40664.0 | vcredist_x64.exe |
Visual Studio 2012 (VC++ 11.0) Update 4
体系结构 | 版本 | 链接 |
---|---|---|
X86 | 11.0.61030.0 | en_visual_cpp_redistributable_for_visual_studio_2012_update_4_x86_3161523.exe |
X64 | 11.0.61030.0 | en_visual_cpp_redistributable_for_visual_studio_2012_update_4_x64_3161523.exe |
Visual Studio 2010 (VC++ 10.0) SP1
体系结构 | 版本 | 链接 |
---|---|---|
X86 | 10.0.40219.325 | vcredist_x86.exe |
X64 | 10.0.40219.325 | vcredist_x64.exe |
Visual Studio 2008 (VC++ 9.0) SP1
体系结构 | 版本 | 链接 |
---|---|---|
X86 | 9.0.30729.5677 | vcredist_x86.exe |
X64 | 9.0.30729.5677 | vcredist_x64.exe |