jlkatz / OCTGN.OCTGNDeckConverter

A comprehensive OCTGN deck converter for OCTGN 3 which can convert several formats, websites, and plain text into the OCTGN 3 format.
http://octgngames.com/deckconverter/
7 stars 9 forks source link

Converter hangs when correcting multiple cards #14

Closed GeckoTH closed 9 years ago

GeckoTH commented 9 years ago

When importing cards and multiple cards are not found, it highlights each of them in red, like normal. I am able to click the "..." on the first card and hunt down the correct card. However, when I click the "..." on the second card, the plug-in hangs and becomes non-responsive. My only option at that point is to close the plug-in and start over.

Example: Import a Lord of the Rings deck using Text from Clipboard, and enter the following Heroes:

1x Eowyn (Core Set) 1x Dunhere (Core Set) 1x Theodred (Core Set)

Eowyn and Theodred are not found, because their card names in OCTGN have accents. You should be able to correct Eowyn's card, but then attempting to correct Theodred's card will hang the plug-in.

jlkatz commented 9 years ago

Thanks for the detailed instructions to replicate the bug, I was able to make it happen too. I'll make sure this gets fixed in the next release.

jlkatz commented 9 years ago

This is fixed now. I got rid of the TreeView for displaying sets-->cards. instead there is a dropdown for the set, and a list of cards in the set. There was some interaction with the TreeView control that was difficult to debug.