lchunghan 发表于 2021-6-2 19:31

祖传运行库 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



LCVXT 发表于 2021-6-18 02:52

666666666666

青楼满座丶只因 发表于 2021-7-28 13:23

密码啥啊大佬...................

悟VEGITO 发表于 2021-7-31 10:11

没有密码吗?

195898962 发表于 2021-9-14 21:25

关系发现

安娜柯波拉 发表于 2021-9-20 17:59

谢谢楼主分享。

l1761458987 发表于 2021-10-22 02:40

123123123123

luoye1314 发表于 2021-11-5 21:34

1111111111212

飞飞ok 发表于 2021-11-8 11:54

6666666666666666

就是玩 发表于 2021-11-12 01:24

顶了,为了让更多人看到,,,

ljlhs88 发表于 2021-11-12 12:55



15-19已经被VC++ 2022取代了。。

xxxyby 发表于 2021-11-19 20:22

ljlhs88 发表于 2021-11-12 12:55
15-19已经被VC++ 2022取代了。。

求安装包

pking 发表于 2022-2-19 21:05

666666666666

lchunghan 发表于 2022-2-21 13:38

更新捞一下 !
页: [1]
查看完整版本: 祖传运行库 VC++ 、DX 、.net、openal、N卡驱动