zoukankan      html  css  js  c++  java
  • 国外游戏安装出错,进度卡住不动

    1. Microsoft.VC90.CRT.manifest

    将您下载的 "*. DLL" 文件复制到 "C:\Windows\system32\" 系统目录下然后按 "Win键+R" 或单击 "开始"->"运行" 输入 "regsvr32 *.dll" 命令注册到系统文件。适用于Windows95/98/xp/2000/vista/win7.

    如何注册Windows\system32\下的所有.dll和.ocx文件?
    在开始->运行(win+r)下输入命令:
    cmd /c for %i in (%windir%\system32\*.dll) do regsvr32.exe /s %i
    cmd /c for %i in (%windir%\system32\*.ocx) do regsvr32.exe /s %i 注:出现 “xxx.exe - 无法找到入口,无法定位程序输入点 xxx 于动态链接库 xxx.dll上。” 的问题一般是由于dll文件版本与exe文件版本文件不同造成。
     
    文件下载地址:下载地址请在http://blog.mobileui.cc/留下邮箱地址。
     
    2. nppandowebplugin.dll 或PMB……
    用到下载了个游戏官方给的下载器Pando Game Downloader
    打开安装到nppandowebplugin.dll这里就卡住了,害我傻傻的等几个小时,百度或GOOGLE一下吧,没解决方法
    看了下Pando Game Downloader的帮助

    "Pando Media Booster cannot be started".
    Pando Media Booster might not be installed properly. Follow these steps to re-install and try running the downloader again:

    1.Go to Start -> Control Panel -> Add or Remove Programs
    2.Select Pando Media Booster from the list of programs and click "Remove"
    3.When the system asks if you are sure if you'd like to remove Pando Media Booster, click 'Yes'.
    4.Once Pando Media Booster is removed you will see a prompt indicating the process was completed successfully. Click "OK".
    5.You may be asked to reboot the machine to complete the process. If that happens, shut-down and restart windows before you proceed to the next step of installation.
    6.Download and run the latest version of PMB here
    7.Run the game downloader again.

    下载PMBInst.exe工具安装就能解决。下载地址请在http://blog.mobileui.cc/留下邮箱地址。

    然后再运行原来的Pando Game Downloader 就可以正常下载了,这个问题只要是Pando公司的下载器问题应该都可解决。
     
    简单说我下个PMBInst.exe安装就好了。
    https://bwlot.com
  • 相关阅读:
    opencv-0-项目启程
    [SketchUp]-绘制自己的家
    C51_PID 水温控制系统
    latex-列表环境
    nCOV 数据简要分析 (0326)
    引入OpenCV导致私有内存巨大
    【带着canvas去流浪(15)】threejs fundamentals翻译系列1-scene graph
    【一统江湖的大前端(9)】TensorFlow.js 开箱即用的深度学习工具
    【一统江湖的大前端(8)】matter.js 经典物理
    2019年12月前端面经及总结(西安,杭州)
  • 原文地址:https://www.cnblogs.com/mobileui/p/1988963.html
Copyright © 2011-2022 走看看