[Linux] None of the major mods work

Hello,
I’m on Linux Mint, got VCMI running and the extra resolutions mod running. But when trying to install HOTA or any towns mod (like Cathedral or Ruins).
I receive a similar error for all of them:

Error! Wrong identifier used for value of addInfo
Data in anabel is invalid!
At /specialty
Error: Type mismatch! Expected array

This one was for HOTA. Do you guys have any ide what this might be?

Version 0.99 is few years old. Try to install daily builds intead.

Ah yes, this solved my issue, thank you very much.

All I had to do is add PPA type in Terminal and then reinstall or update via apt-get, as described on the install page.

sudo apt-add-repository ppa:vcmi/ppa
sudo apt-get update
sudo apt-get remove vcmi
sudo apt-get install vcmi

1 Like