-
Notifications
You must be signed in to change notification settings - Fork 45
Versioned interface doesn't detect version on Windows #37
Comments
Does this cause Vagrant to be unusable on Windows? It looks like Vagrant just exits when it can't find the proper Virtualbox version. |
bdimcheff, What version of Windows are you on and is it 64-bit? Mitchell |
I should make myself more clear. I'm planning on adding a check in Vagrant for 64-bit windows and showing a more descriptive error message. |
ahhhhh that would do it. It is 64-bit win7. There's no way to make it work on 64-bit at all? This is what I get from the stack trace, which is kinda strange since it looks like the first win32ole call succeeds but the 2nd fails:
Anyhow, yeah. I'm actually on OS X, but I'm using virtualbox to distribute demo VMs and somebody just upgraded from 32-bit XP to 64-bit win7 and ran into this problem. |
Although we talked in IRC, I want to make note here for other googlers or people searching by other means: The main issue is that |
To add a bit more google sauce: Currently vagrant does not work with x64 Windows 7 |
Maybe I get something wrong, but it seems it supported require 'win32ole'
vb = WIN32OLE.new("VirtualBox.VirtualBox")
p vb.version outputs WIN32OLE.new("VirtualBox.Session") outputs
|
Title.
The text was updated successfully, but these errors were encountered: