textadventures / quest

Create text adventure games
http://textadventures.co.uk/quest
MIT License
304 stars 69 forks source link

Just updated - now can't edit #1089

Closed CheshireTiger closed 2 months ago

CheshireTiger commented 5 years ago

I just updated a game i was working on ant it was working properly before, but after 5.8 update, it pops up this error whenever i click on room/object.

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at TextAdventures.Quest.EditorControls.WFEditorTree.SetMenuEnabled(String key, Boolean enabled) at TextAdventures.Quest.Editor.UpdateClipboardButtons() at TextAdventures.Quest.Editor.ShowEditor(String key) at TextAdventures.Quest.Editor._Closure$__64-0._Lambda$__0()

NO IDEA WHAT THIS MEANS

alexwarren commented 2 months ago

Closing out old issues. Please re-open with any additional repro steps if this is still a problem.