View Issue Details

IDProjectCategoryLast Update
0008237Valley 1GUIMay 30, 2012 2:27 pm
Reporterjruderman Assigned ToChris_McElligottPark  
Status closedResolutionunable to reproduce 
Product Version1.036 
Summary0008237: Deleting a world should remove it from "Quick Load Your Last World"
DescriptionOtherwise I get a "Could Not Load Error" clicking it.
TagsNo tags attached.
Internal WeightFeature Suggestion

Activities

Chris_McElligottPark

May 30, 2012 11:36 am

administrator   ~0025154

It already does this; I can't duplicate it not doing this.

Possibly your OS just hasn't finished the deletion process when you get back to the menu, I'm not sure. But there's nothing we can do about that if that's what it is.

TechSY730

May 30, 2012 11:39 am

reporter   ~0025155

You could have it make a synchronous delete request, and not return to the main menu until whatever call you are making says it is all deleted. (Maybe have a popup saying what it is doing instead of just pausing)

Chris_McElligottPark

May 30, 2012 11:40 am

administrator   ~0025156

To my knowledge there isn't a synchronous delete request for a folder in .NET. And if we did that, the entire interface would lock up for potentially 5-10 seconds or however long it took to do it.

In general, the issue is small enough that it doesn't seem worth putting in 30-60 minutes to solve it. It's pretty much already solved with a "Could Not Load World" message for the edge cases.

jruderman

May 30, 2012 2:27 pm

reporter   ~0025180

You could synchronously rename the folder, and then asynchronously delete it.

Issue History

Date Modified Username Field Change
May 27, 2012 5:54 pm jruderman New Issue
May 29, 2012 11:30 am tigersfan Internal Weight => Feature Suggestion
May 29, 2012 11:30 am tigersfan Status new => considering
May 30, 2012 11:36 am Chris_McElligottPark Note Added: 0025154
May 30, 2012 11:36 am Chris_McElligottPark Status considering => closed
May 30, 2012 11:36 am Chris_McElligottPark Assigned To => Chris_McElligottPark
May 30, 2012 11:36 am Chris_McElligottPark Resolution open => unable to reproduce
May 30, 2012 11:39 am TechSY730 Note Added: 0025155
May 30, 2012 11:40 am Chris_McElligottPark Note Added: 0025156
May 30, 2012 2:27 pm jruderman Note Added: 0025180
Apr 14, 2014 9:28 am Chris_McElligottPark Category Bug - UI => GUI