Resolved [1.4.1] Party perk check issue.

Users who are viewing this thread

In 1.4.1 Taleworld have modified the method "Hasperk" in the MobileParty class so it checks secondary roles, that's good.

Anyway, they used a switch case to do so and simply forget to put a default case. That could lead to null pointer exception and crash (And it does already).

Adding at the end of this switch
Code:
default:
    return false;
will prevent this exception to happen and makes the code healthier.
 
Hello, sorry for the late reply. We have fixed a considerable amount of the problems we have encountered so far and improved the game performance with the multiple patches we have released. Please make sure that your game, your drivers, and OS are up to date and the game has necessary permissions over your security software. Please let us know if the problem persists after completing these steps and verifying the integrity of the game files through Steam.
 
Hi, I will mark the issue as resolved. If you encounter the same one in the latest version, please let me know. Thanks!
 
Back
Top Bottom