Deck creation

Issue #4 closed
Jason S. created an issue

I extracted the files and ran the exe. Didn't import or edit any files (fresh and clean). Upon trying to create a test deck with one card and no rune, the program crashes. Contents of the error window are included in a text file attached here.

Comments (2)

  1. Paul Seidel repo owner

    Thanks for reporting this! Will be fixed in the next release.

    A workaround until then would be start up and close the program. Then, edit cache/recent_data.json with a text editor. Look for two lines

    "NickName": null,
    

    and replace the null with any text surrounded with quotes, for example

    "NickName": "Jason S",
    

    Save the changes, start my program again and everything should work fine.

  2. Log in to comment