-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VirtualBox not correctly detected #2
Comments
@jazzsequence That looks more likely to be #3 I think. |
Interestingly, if I clone the repo and run |
The build should be fresh (the About screen should say 0.2.0). I wonder if there's weird permissions happening with the built version though. |
For those experiencing this problem: what does |
|
same for me |
same: |
Interesting, I'll have to investigate further! Thanks for the feedback folks. My suspicion on why this is occurring is that we pass through the environment variables to the shell we're running. For production builds, these are launched independently of an existing shell, so my guess is that the PATH variable isn't set correctly for this scenario. I'll work on debugging and replicating this. |
I can confirm this is happening on a fresh install of Chassis Desktop with no previous Chassis installation. I have previous installations of both Virtualbox and Vagrant for other reasons. Virtualbox location: |
Manged to replicate this locally properly. 👍 |
Caught the bug, as I mentioned, it's to do with the environment variables being passed through. For me, the PATH used inside the app is Investigation revealed the fix-path package, which fixes the issue pretty easily, but had to do some extra work to avoid (dumb) webpack warnings. |
As a sidenote, you can use an absolute path instead for a super quickfix with |
Hey folks, I've just published a new release that should hopefully solve this issue: https://github.com/Chassis/Desktop/releases/tag/0.2.1 |
I think this issue is still in play as I'm running OSX 10.11.6 and Chassis Desktop 0.2.1, and it does not recognise that I have both Vagrant 2.0.4 and VB 5.2.10 installed. |
No description provided.
The text was updated successfully, but these errors were encountered: