Closed supertuxkart-sourceforge-migration closed 10 years ago
Author: hikerstk The addons is not deleted because listFiles now(?) returns absolute paths, while (I assume) before it returned relative paths:
1059 bool FileManager::removeDirectory(const std::string &name) const 1060 { 1061 std::setstd::string files; 1062 listFiles(files, name, /is full path/ true);
While this is easy to fix (just remove the line std::string full_path=name+"/"+*i; later on), I also want to fix the actual crash, caused by m_install in addons_loading.cpp being NULL.
Author: hikerstk Fixed three bugs in r14986-r14988. Now deleting and also 'retry' (in case of a problem) properly works.
Author: magned
I tried deleting an addon track I had installed which now is in the game anyway (Green Valley) but when pressing the delete UI button the game crashed with this stacktrace: