Jump to content
RealModScene

marjodp

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

4 Neutral

About marjodp

  • Rank
    RMS Freshman

Profile Information

  • Gender
    Male
  1. It works, just parentheses near catch ("catch() { return new XboxLocale[0]; }") cause error: "A class type expected" It should be "catch { return new XboxLocale[0]; }" Thanks again
  2. Sorry, I messed up something, you are right. It happens on line 55 (XboxAssetDownloader.cs), in "GetLocales" function. Here is a screenshot:
  3. At first thanks for such a good and useful application. There is a little bug in version 1.1 and 1.2 too: when there is no internet connection available the app crashes. It happens on line 216 (OnlineAssetsControl.xaml.cs): private void LocaleWorkerDoWork(object sender, DoWorkEventArgs doWorkEventArgs) { _locales = XboxAssetDownloader.GetLocales(); } when "GetLocales" function tries to download data from "the link" (line 55, XboxAssetDownloader.cs).
×
×
  • Create New...