virtualbox 安装 extension pack 方法以及出现 "The installer failed with exit code 1: VBoxExtPackHelperApp.exe: error: Failed to rename the temporary directory to the final one"的解决办法

virtualbox 的版本:5.1.26    下载地址:https://www.virtualbox.org/wiki/Downloads

extension pack 的版本:5.1.26    下载地址:https://www.virtualbox.org/wiki/Downloads

extension pack 安装:

1. 运行virtualbox,“管理” → “全局设定”;

2. 在弹出的 “全局设定” 界面左侧点击选中 “扩展”,然后在右侧点击添加新包按钮导入extension pack;

3. 在“virtualbox 许可” 窗口中选择 “我同意”(注:如果选项为灰色,则将滚动条下拉到底部就可以选了);

4,等待安装完成。

在安装的过程中,可能回提示安装失败,信息大概是:The installer failed with exit code 1: VBoxExtPackHelperApp.exe: error: Failed to rename the temporary directory to the final one

提示该信息后,关闭安装窗口,然后关闭杀毒软件,重新安装就可以了(注:我的电脑上我360杀毒软件和联想预装的杀毒软件,关闭联想杀毒软件后安装成功)

该解决办法来源此处:https://www.virtualbox.org/ticket/15625

时间: 2024-11-04 02:48:10

virtualbox 安装 extension pack 方法以及出现 "The installer failed with exit code 1: VBoxExtPackHelperApp.exe: error: Failed to rename the temporary directory to the final one"的解决办法的相关文章

安装xcode6 beta 后调试出现Unable to boot the iOS Simulator以及编译苹果官方Swift的demo报错failed with exit code 1的解决的方法

苹果昨天公布新语言Swift(雨燕),须要安装xcode6 以及mac os 系统为10.9以上. (xcode6 beta 可在官方下载.须要登录开发人员账号:mac os 系统直接更新就可以.在此就不详细说明了) 在安装完成后,打开xcode6,新建一个项目,编译正常,但执行却出错.模拟器无法正常启动(黑屏),xcode弹出Unable to boot the iOS Simulator. 重装xcode6.重新启动后依然报错. 后来在苹果官方下载专门演示swift的demo,编译时出错:

【REACT NATIVE 系列教程之十】真机运行报错COMMAND /BIN/SH FAILED WITH EXIT CODE 1 的解决方法

本站文章均为 李华明Himi 原创,转载务必在明显处注明: 转载自[黑米GameDev街区] 原文链接: http://www.himigame.com/react-native/2315.html Himi最近在真机运行遇到  Command /bin/sh failed with exit code 1  的错误, 模拟器运行没有任何问题.此问题已解决,这里分享下解决方案. 先来看下错误日志,如下图: 主要是划线的部分: 1.PhaseScriptExecution Bundle\ Reac

升域的时候出现“安装Active Directory 域服务二进制文件失败”的解决办法

错误内容: 检测是否已安装Active Directory域服务二进制文件失败.错误是:请求的操作失败.需要重新启动系统才能回滚所做的更改. 解决方法 STEP1 进入服务器管理器,点击左下角的重新启动服务器. STEP2 控制面板-管理工具--服务--开启remote register服务. OK了,好不容易从搜到的,本来都要准备重装了.

linker command failed with exit code 1 (use -v to see invocation)修改方法

它的意思是指文件丢失或者文件重复,你就要仔细查看项目中有没有重复的文件,如有重复修改即可,如果是文件丢失,那就麻烦啦!你需要根据报错的地方进行修补文件,最为直接的方法是重新创建项目.还有另外一种情况是你的项目中如果有Podfile文件,那打开该文件,修改里边的内容,如下: platform :ios, ‘8.1’ target “项目名” dopod 'ReactiveCocoa', '~>2.0’pod 'libextobjc'pod 'VuforiaSDK', :path => '../V

no identity found Command /usr/bin/codesign failed with exit code 1 报错解决方法

stackoverflow 的解决方法是 xcode->preference->account->view detail -> refresh the provisioning profile 但是我这边最后一步是 没有刷新按钮 是一个 download all 的按钮 想到provisioning profile 和证书都是别人导给我的 所以没有采用这种方法 直接  进入 ~/Library/MobileDevice/Provisioning Profiles 文件夹 删除出问题

[问题]编译报错:clang: error: linker command failed with exit code 1及duplicate symbol xxxx in错误解决方法之一

今天添加了一个新类(包括m,h,xib文件),还没有调用,-编译遇到如下错误,根据错误提示, duplicate symbol param1 in: /Users/xxxx/Library/Developer/Xcode/DerivedData/xxxx-ccqyiywbeowkgmaitropkiovpeou/Build/Intermediates/xxxx.build/Debug-iphonesimulator/xxxx.build/Objects-normal/x86_64/ClassA.

iOS Xcode: linker command failed with exit code 1 (use -v to see invocation) 处理方法

刚刚转入iOS的开发,感觉还是挺吃力的,对于复杂界面的绘制比较困难.话不多说,转入正题... 今天又遇到“linker command failed with exit code 1 (use -v to see invocation)”的问题, 最让我郁闷的是Xcode并不会指出具体错误的代码,这让一个新手找问题,变得更加困难, 下面大概总结一下我遇到的错误吧: 1. Storyboard 里链接或者使用的图片不存在. 解决:去掉Storyboard里使用到的图片即可. 2. 定义的类名与图片

XCode 6 出现 no identity found: Command /usr/bin/codesign failed with exit code 1 解决方法汇总

1, 解决办法,进入开发者账号重建一个 Provisioning Profiles 文件,把证书添加正确就可以了 (应该是最有效的) 2, 将p12文件重新安装下 3, 在 iPhone配置实用工具 中使用 Delete 键 删除过期及invalid 的profiles 4, 登录Member Center 删除所有 invalid 的 profiles 5,  Just created a new project, copied all classes and resources and th

Unable to register the DLL/OCX: RegSvr32 failed with exit code 0x3 我的解决方法

一个在win7 64位下能正常注册的ocx  在XP下注册时报错,Unable to register the DLL/OCX: RegSvr32 failed with exit code 0x3 通过dependency分析也没有发现问题 后来发现是一个依赖的DLL 在VS2013的编译时没有支持XP. 特记录. 原文地址:https://www.cnblogs.com/nomadcirlce/p/8469677.html