xamarin / urho-samples

Samples for the Urho bindings
MIT License
384 stars 491 forks source link

Samples do not run correctly on Universal Windows (Windows 10) #14

Closed thargy closed 8 years ago

thargy commented 8 years ago

Building and running Urho.Samples.UWP results in a blank app screen and no errors. Closing the app doesn't trigger detach from the debugger.

EgorBo commented 8 years ago

@thargy are you trying to run it in Windows 10 Mobile or as a desktop app? And also do you use the latest revision of samples?

JimSEOW commented 8 years ago

Can you get this simple test UWP UrhoSharp to work? https://github.com/JimSEOW/UrhoSharpTest

EgorBo commented 8 years ago

@JimSEOW answered in https://github.com/xamarin/urho/issues/90

thargy commented 8 years ago

Ensuring UWP was run as x86 with a valid pak worked.