祖传运行库 VC++ 、DX 、.net、openal、N卡驱动
本帖最后由 lchunghan 于 2022-2-21 13:40 编辑刚才有人问为什么运行库装了游戏不能运行了 于是去看了一下 的确更新了不少了。
Visual C++
微软官方网站VC++都有下,按需下载。装太多没意思。
https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170
安装后需要重启 记住
DX 9c(directx_Jun2010)
这东西10开始集成到windows ,基本不会更新。需要DX9的下,不需要无视掉。
https://www.microsoft.com/en-us/download/details.aspx?id=8109
.net
.NET Framework
https://dotnet.microsoft.com/download
要下5.0 入口
https://dotnet.microsoft.com/download/dotnet
要下4.0 入口
https://dotnet.microsoft.com/download/dotnet-framework
安装需要联网 记住
程序需要安装,不需要别瞎装。
_______________________________________________________________________________
openal
http://www.openal.org/downloads/
_______________________________________________________________________________
N卡 驱动显示100
安装猴子脚本插件 复制脚本
脚本启动下打开https://www.geforce.cn/drivers 界面
SystemScanner.prototype.DriverSearch = function (psid, pfid, osID, langCode, whql, beta, dltype, numresults) {
numresults = 100
this.scannerStatusUpdate(GFE_SERVER_CONNECTING)
theScanner.scannedDevice.downloadInfo = {}
const requestUrl = this.driverManualLookupUrl + new URLSearchParams({
psid: psid,
pfid: pfid,
osID: osID,
languageCode: langCode,
beta: beta,
isWHQL: whql,
dltype: dltype,
sort1: 0,
numberOfResults: numresults,
}).toString()
this.driversLogUIEvent('warn', `SUID:${this.tracker.scanID} BEGIN DriverSearch requestUrl:${requestUrl}`)
this.debugTrace(requestUrl)
jQuery.ajax({
url: requestUrl,
async: false,
type: 'GET',
success: function (response) {
try {
theScanner.debugTrace(`The Driver Lookup Service Returned:\n\n(${response})`)
if (response.length > 0) {
theScanner.resetResults()
theScanner.resultsList = {}
theScanner.resultsList = eval(`(${response})`)
}
theScanner.scannerStatus = theScanner.resultsList.Success === 0 ? 'No driver available' : 'Results Ready'
} catch (e) {
this.driversLogUIEvent('error', ' FAIL catch DriverSearch')
theScanner.resetResults()
theScanner.scannerStatus = 'No driver available'
}
},
error: function (response) {
theScanner.resetResults()
theScanner.scannerStatus = 'AJAX Call failed'
}
})
this.driversLogUIEvent('warn', `SUID:${this.tracker.scanID} END DriverSearch requestUrl:${requestUrl}`)
}作者:72EU 原帖地址https://www.bilibili.com/read/cv9550283
666666666666 密码啥啊大佬................... 没有密码吗?
关系发现 谢谢楼主分享。 123123123123
1111111111212 6666666666666666 顶了,为了让更多人看到,,,
15-19已经被VC++ 2022取代了。。 ljlhs88 发表于 2021-11-12 12:55
15-19已经被VC++ 2022取代了。。
求安装包
666666666666
更新捞一下 !
页:
[1]