13
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VirtualBoxでExtension Packをインストールしたらエラーになった

Last updated at Posted at 2018-12-27

#概要
VirtualBoxでExtension Packをインストールしたらエラーになった。
Extension Packは利用しているVirtualBoxのバージョンに合わせる必要がある模様。

#発生エラー

Failed to load the main module ('C:\Program Files\Oracle\VirtualBox\ExtensionPacks\Oracle_VM_VirtualBox_Extension_Pack\win.amd64\VBoxPuelMain.DLL'): VERR_SYMBOL_NOT_FOUND - GetLastError=127.

終了コード : 
E_FAIL (0x80004005)
コンポーネント: 
ExtPackManagerWrap
インターフェース: 
IExtPackManager {edba9d10-45d8-b440-1712-46ac0c9bc4c5}

image.png

#エラー原因
利用しているVirtualBoxとExtension Packのバージョンが異なるため

  • 利用しているVirtualBoxのバージョン 5.2.12
  • インストールしようとしたExtension Packのバージョン 6.0.0

#対応策
以下のページから利用しているVirtualBoxと同じバージョンである5.2.12のExtension Packをインストールした。
https://www.virtualbox.org/wiki/Download_Old_Builds

13
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?