Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2017.4.X, 2018.2.X
Votes
0
Found in
2018.3.0a9
Issue ID
1071331
Regression
Yes
UWP CPP projects report not having a splash screen set which fails deployment
1. open attached project
2. build project to UWP - IL2CPP
3. Deploy the project to Hololens
DEP8000 : Unexpected deployment failure : RemoteCommandException : AppxManifest.xml(28,27): error 0x80070002: Cannot install or update package Template3D_pzq3xp76mxafg because the splash screen image [SplashScreen.png] cannot be located. Verify that the package contains an image that can be used as a splash screen for the application, and that the package manifest points to the correct location in the package where this splash screen image can be found.
NOTE: This bug only occurs when using latest Visual Studio 2017 update (version 15.8). Microsoft might also fix the bug on their end as well (in a later update), and so please use this specific version when attempting a repro.
Workaround:
Generate new Visual Assets in Package.appxmanifest (open the build solution file with Visual Studio, select the Package.appxmanifest file, then in the Visual Assets tab set the Source to some image, and press Generate button).
Alternative workaround:
Open the <project name>.vcxproj file in the build/<project name> directory using a notepad or other text editor. Remove the "<ExcludeFromResourceIndex>true</ExcludeFromResourceIndex>" code line, which is located two lines below line "<None Include="Assets\SplashScreen.scale-200.png">". Then save the file.
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rendering errors are thrown when canceling full screen on OpenGL API Windows build
- Game view fails to render and becomes dark when the Screen Space Lens Flare Component's intensity is set to 1 and the Bloom Mip Bias is set to 0.
- Other threads get resized when trying to resize thread groups on the Timeline of the Profiler window
- Green highlight for selected panel lacks contrast when Editor theme is set to Light
- [Android] AR Camera Background has a white/bright tint when deployed with Gamma Color Space and Vulkan API
Fatal_Pastry
Apr 02, 2019 19:29
Issue recurs in 2018.2.0f2. Was the solution not implemented in prior versions?
horizon286
Dec 28, 2018 19:10
Happened to me again in 2018.3.0f2 and VS 2017 version 15.9.4 when I tried to deployed UWP to an Xbox.