supertuxkart-sourceforge-migration / stk-migration-test2

0 stars 0 forks source link

Addons menu doesn't show installed addons #455

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: kroartem

STK [got some addons installed but they're not shown 'installed' in addons menu. Probably the reason is r9923

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/455

supertuxkart-sourceforge-migration commented 10 years ago

Author: kroartem I don't know why but sometimes addons_installed.xml file becomes broken/invalid. Joerg also has this problem under Windows so this is not a system-specific bug.

supertuxkart-sourceforge-migration commented 10 years ago

Author: hikerstk Patch r9976 fixes this bug (it happens whenever you run STK without internet, either because you disable it in the menu, or because it doesn't work). It also adds code to re-detect installed addons that are marked as not-installed (and it will print a message to stdout). Minor problem is that the addon release number is not known, so it will be marked as 'latest' release while de facto it isn't. I've created #461 to improve this, but for now considering that there was only one report of the problem I am closing this ticket, I think the solution is good enough. If you should detect that you don't have the latest version of a track, just uninstall and install it again.

Thanks for the report! Joerg