Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, April 18, 2018 5:55 PM
So I've been looking at a lot of articles on how to do this and eventually i got everything set up, downloaded, information from and on devices gathered, and it didn't work. Then it told me to troubleshoot through visual studios (installed 2017). So i created and ran a debug + release of every project available on the windows universal tab and i got my game to run on UWP.
So after that i get off, go to work, come back and bam it doesn't work anymore. So the whole idea was to put this game on xbox creators, and i started working on that as well as trying to figure out the problem. Meaning, the PFX key was changed to a code-signed version from visual studios off of the Microsoft developer. Other than that, i don't know why my game won't run on UWP at all. It starts working in the directory of the localhost, and this is the final piece of the code:
System.Exception: unable to install app on device
at Igor.WinUWPBuilder.DoInstall(String packageFullName, String appx_path, String certificate_path)
at Igor.WinUWPBuilder.BuildWindowsUAPProject(String package_name, String _targetfile, Boolean _final)
at Igor.WinUWPBuilder.Run()
Igor complete.
elapsed time 00:01:30.6830231s for command "C:\ProgramData\GameMakerStudio2\Cache\runtimes\runtime-2.1.4.203/bin/Igor.exe" -options="C:\Users\Daniel\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff" -- WinUWP Run started at 04/18/2018 10:47:05
"cmd" /c subst Z: /d
elapsed time 00:00:00.1134928s for command "cmd" /c subst Z: /d started at 04/18/2018 10:48:36
FAILED: Run Program Complete
Now, obviously I'm not able to install the app but i can't tell why. I'm stumped. Anyway, I know this is ran in Gamemaker but their forum isn't all helpful. The articles they have are close to helpful but not detailed enough. Plus i would have thought this would be a thing on visual studios end just cause i was able to get it working by trouble shooting the blank apps. But, done rambling, any help would be great, thanks in advance.
All replies (4)
Thursday, May 3, 2018 1:16 PM âś…Answered
hi guys thanks for the help, sorry for leaving unanswered but i actually happened to figure it out. The instructions i was given were out of order and i was confused but i was able to solve the problem.
Daniel Hood
Thursday, April 19, 2018 5:12 PM
Hi dhood55,
Thank you for posting on our forum, as this issue is not an Xbox Live related issue we are going to move it to a more appropriate forum.
Thank You,
Brett
Friday, April 20, 2018 6:41 AM
Have you read Failure to install Developer Mode package?
So please make sure you've enabled developer mode
Regards,
Fletcher
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].
Sunday, August 5, 2018 7:38 AM
This happened to me when I created a new empty object, make sure you don't have any of them, and heck your code for errors.