Possible inscription table fix

Discussion in 'Minecraft' started by MDTrav, Mar 1, 2013.

Possible inscription table fix

Discussion in 'Minecraft' started by MDTrav, Mar 1, 2013.

  1. Mysticdrew

    Mysticdrew .

    Joined:
    Dec 9, 2012
    Messages:
    126
    Likes:
    11
    There may be an issue with a spell that is making the inscription table crash. If you delete the ars magica config file, will it autocreate it?

    I am wondering if when you updated then reverted it added a spell to the config that is not in the current version or something? I read the code and backtracked it through all the minecraft code, which is a huge pain in the ass without any comments since I used a decompiler. The part of the code that crashes the game is when it is searching for your current spells to display on the table. It must hit a spell that has a null value. I will keep digging through the code to see what else I can come up with.
     
  2. Mysticdrew

    Mysticdrew .

    Joined:
    Dec 9, 2012
    Messages:
    126
    Likes:
    11
    I could also recompile the class with a try catch block and some other code so we could maybe avoid that nullpointerexception I dont know how well the decompiled code will compile though.
     
  3. pillrage

    pillrage .

    Joined:
    Mar 16, 2013
    Messages:
    1
    Likes:
    0
    MDTrav, did you ever find a fix for this problem? I also have encountered this error and have been searching for a solution to no avail.
     
  4. Mysticdrew

    Mysticdrew .

    Joined:
    Dec 9, 2012
    Messages:
    126
    Likes:
    11
    yes, the problem was when they updated ars magica the first time it gave us spells in the inscription table. Then they downgraded ars magica that no longer had those spells. So when we opened the table it had it saved in our character config that we had those spells which no longer existed. Hence it crashed. To fix it without updating they would have had to delete our character config files.