Skip to content

Error on Building Package: The path cannot be traversed because it contains an untrusted mount point. #347

Closed
@PolygonalSun

Description

@PolygonalSun

Describe the bug
When the package is being built to be deployed locally for debugging purposes, the following message comes up in the console:

Deploying C:\git-repos\BabylonReactNative\Apps\Playground\Playground\windows\x64\Debug\Playground\Playground.b...- Failed to deploy: ERROR: DEP0700: Registration of the app failed. [0x80073CF0] error 0x800701C0: Opening file from location: AppxManifest.xml failed with error: The path cannot be traversed because it contains an untrusted mount point.

This happens when trying to build/deploy the UWP version of the Playground app. It should be noted that this build does work on Windows 10 PCs but I haven't seen a version that works on a Windows 11 PC.

To Reproduce
Steps to reproduce the behavior:

  1. Update to latest BabylonReactNative commit
  2. Follow steps to build against UWP, as described in README.md
  3. Either run the npm run windows or open the .sln and build/deploy in Visual Studio (tested with 2019)

I suspect that there may be some trust or permissions issue that's preventing the UWP Playground app from building and deploying the package on Windows 11.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions