Open MitchBomcanhao opened 4 years ago
I've managed to get it to run by setting the Shell_UWP_Experimental flag in the app class instead of doing it in the UWP project. Seems like setting the platform specific flag gets deleted and overwritten by the app class flags.
Hi David, I'm trying to run the UWP version of this app but hitting some issues
Cloning the project takes a really long time with visual studio hanging for a considerable amount of time. once the UI is back on, I can try to build it. again it may take a while. I've spotted that it seems to be generating different sizes of the beach images, on a folder called resizetizer. it literally takes several minutes to do so, and I think it never actually completes the set, as there are 10 source images, it makes 3 sizes for each one, but the largest size of the largest image (beach_10) never shows up on the folder.
If it completes building and attempts to run, it will then crash on launch
Does the app actually run for you? do all the images get generated in folders like FlyMe.UWP\obj\x86\Debug\resizetizer\Assets?