-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error preparing volume for app attach #118
Comments
Most likely this is an issue with parsing of the error returned by Microsoft tool msixmgr.exe. I did a test commit in which the parsing logs some more information (and tries to exclude this line). Additionally, it is now possible to show detailed logs which may help with troubleshooting. Get the test build (digitally signed) from Go to settings and in the tab OTHER activate verbose logs (this is new in 2.2.7, you will not find this setting in the last official release build) In the software list, right click MSIX Hero and press Open user folder This will open Explorer with the default log location. Now repeat the app attach stuff, and observe which logs are written. You can also send them here for analysis. The relevant part will be probably in the log for UAC helper. |
Hello Marcin, |
This may be only a best guess, as the log from msixmgr does not contain anything more specific than the denial of access. Could this be that an antivirus kicked in and locked the file, preventing the VHD from being formatted? Is this happening on a physical device, or also in a virtual / sandbox environment? |
It's not antivirus this is clean virtual msix environment - (hyperV). |
The window just grabs the output of msixmgr in case of a non-zero exit code which is considered to be a failed exit code. Could you send a new log or is it the same issue for which has been already provided ( |
I found the issue, msixmgr cannot be run from MSIX, because its working directory is read-only. The change is in the following commit 121b441. Try out the following build: http://msixhero.net/msix-hero-2.2.24.0.msix This version is not yet public. |
Hi Marcin, |
Fixed in release 2.2.29. The issue will be closed. |
Trying to create a volume for app attach throws an error:
"MSIX Hero - Error
Successfully started the Shell Hardware Detection Service"
The text was updated successfully, but these errors were encountered: