xamarin / urho-samples

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

WPF samples crash if folder name contains non-ascii characters #63

Open AntonyMak opened 6 years ago

AntonyMak commented 6 years ago

Environment: Windows 7

Steps to reproduce:

  1. Git checkout the latest urho-samples (Currently b72d055a424d0e6be825c0239683c225d29ee723)
  2. Build the urho-samples/FeatureSamples/FeatureSamples.sln using Visual Studio 2015
  3. Run the Urho.Samples.WPF
  4. Everything is working fine
  5. Close the Visual Studio
  6. Rename the urho-samples folder to urho-samplesÆ
  7. Re-build the urho-samplesÆ/FeatureSamples/FeatureSamples.sln using Visual Studio 2015
  8. Run the Urho.Samples.WPF
  9. The WPF application crashes with the given error dialog

errordialog

Please let me know how to set the assets path properly so that this crash could be avoided.

Thanks!