tbatchelli / vmfest

manage your local VMs from the repl
140 stars 25 forks source link

VirtualBox 5.0 support #78

Open skelter opened 7 years ago

skelter commented 7 years ago

Trying to run against VirtualBox 5.0 support. I am guessing the xpcom interface changed?

 (def myserver (mgr/server))
CompilerException org.mozilla.xpcom.XPCOMException: 
The function "createInstanceByContractID" returned an error condition: 
"Interface not supported (NS_ERROR_NO_INTERFACE)" 
(0x80004002), compiling:(form-init5294804242628224748.clj:45:21) 

hmm. default is to give a url http://localhost. I am probably just doing it wrong, since I just want to use this locally right now.

I looked for the source repo for vboxjxpcom; any ideas?

WhittlesJr commented 7 years ago

+1. It looks like @noonian has a 5.0 feature branch, but no pull request and it's 2 years old.

Is this project dead? Are there good, active alternatives?