textadventures / quest

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

Error pops up every time I create a new game #1066

Closed Darkman2371 closed 5 years ago

Darkman2371 commented 5 years ago

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.Redisplay() at TextAdventures.Quest.Main.ctlPlayer_Quit() at TextAdventures.Quest.Player._Lambda$__182-0()

ThePix commented 5 years ago

Don't think I've seen that before, and the error message is none too helpful.

What version of Windows and Quest are you using? Can you play downloaded games? Have you tried re-installing Quest? Has Quest worked previously? If so, what version?

Darkman2371 commented 5 years ago

Hi

I’m on Windows 10 Quest version 5.8.0

The error occurs when creating a new game and when the UI comes up. If you ignore the error and load a previous game the error also pops up.

The previous working version I used was 5.7.1

However I have since tried uninstalling and wiping the installation directory and re-installing. Which has now solved the issue.

Thanks for contacting me.

Regards Mark

On 14 Jan 2019, at 2:06 pm, ThePix notifications@github.com wrote:

Don't think I've seen that before, and the error message is none too helpful.

What version of Windows and Quest are you using? Can you play downloaded games? Have you tried re-installing Quest? Has Quest worked previously? If so, what version?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.