Forum Discussion
SeanBuckle45
Mar 19, 2021Copper Contributor
WVD Environment not picking up MSIX App Attach
Hello, I have setup a MSIX app in our WVD environment. But when I log in as the user that has access to the app it does not show up. I created the MSIX with the MSIX packaging tool, used msixmg...
jatinkumar
Jun 23, 2023MCT
guys any update on this problem
i see explorer also opening up in my case
plz can someone help
cws-apellegrino
Sep 23, 2023Copper Contributor
jatinkumar Another update
I used a different VM. This time Azure hosted Windows 11 and made a CIM out of the msix file.
Same result.
I wonder what we're missing...
- JeffRobichaudDec 13, 2023Copper Contributor
Same here, when an app is freshly deployed. This behavior will persist until I restart the session host (VM). Once the VM is restarted, the app launches successfully.
The following log entry from the Event Viewer seems to be related to the issue, since it closely matches every failed attempt:AppAttachProcessParser.HandleProcessStart Exception occured while retrieving process file path, using process name instead: System.ComponentModel.Win32Exception (0x80004005): Access is denied at System.Diagnostics.ProcessManager.OpenProcess(Int32 processId, Int32 access, Boolean throwIfExited) at System.Diagnostics.NtProcessManager.GetModuleInfos(Int32 processId, Boolean firstModuleOnly) at System.Diagnostics.NtProcessManager.GetFirstModuleInfo(Int32 processId) at System.Diagnostics.Process.get_MainModule() at Microsoft.RDInfra.RDAgent.EtwReader.AppAttachProcessParser.HandleProcessStart(TraceEvent data) in C:\__w\1\s\src\RDAgent\src\ETWReader\ETWProcessors\AppAttachProcessParser.cs:line 267