Menu

#35 Can\'t download Changelog

closed
nobody
None
2
2007-05-18
2007-02-19
Anonymous
No

Hi,

using the latest version (1.7final) I found an annoying bug:

I can't download the changelog, the "Downloading Changelog" message appears but nothing happens.

I use WinXP (german version)and the latest .net framework

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I have experienced the same issue with EN, although not with all add-ons but it does happen.

     
  • Jonathan Henry

    Jonathan Henry - 2007-02-23

    Logged In: YES
    user_id=410124
    Originator: NO

    This happens to me quite often as well. I notice it most with frequently-updated addons like Cartographer and BigWigs. Windows XP SP2 (English), latest updates to .NET Framework from Windows Update.

     
  • Ben S.

    Ben S. - 2007-03-04

    Logged In: YES
    user_id=726100
    Originator: NO

    I haven't found any addon lately whose changelog I can view via the updater. I think the changelog format may have changed on the SVN or something?

     
  • Nobody/Anonymous

    Logged In: NO

    Experience the same bug. Also you don't have to click on View Changelog, only mouse over and it will display that annoying Downloading Changes ... but no actual changes.

     
  • Nobody/Anonymous

    Logged In: NO

    There seems to be a problem or 2 in source.

    Old line for changelog filename was:
    string changeLogFileName = String.Format(ci, "{0}/Changelog-{2}-r{1}.txt", addonName, remoteRev, addonName);

    New line should look like this:
    string changeLogFileName = String.Format(ci, "{0}/Changelog-r{1}.txt", addonName, remoteRev);

    The second problem is that changelog downloads on the DropDownOpening event insted of Click event so acctualy a mouseover is sufficent to download the changelog.

    /WarWolf

     
  • Nobody/Anonymous

    Logged In: NO

    same here... the "Downloading Changelog" message appears twice... but nothing happens.

     
  • sylvanaar

    sylvanaar - 2007-04-14
    • priority: 5 --> 2
     
  • sylvanaar

    sylvanaar - 2007-04-14

    Logged In: YES
    user_id=1661875
    Originator: NO

    Will be addressed in a future release.

     
  • sylvanaar

    sylvanaar - 2007-04-14

    Logged In: YES
    user_id=1661875
    Originator: NO

    Will be addressed in a future release.

     
  • sylvanaar

    sylvanaar - 2007-05-18
    • summary: Can't download Changelog --> Can\'t download Changelog
    • status: open --> closed
     

Log in to post a comment.