Install chmsee in the ArchLinux,throw Error: Platform version '8.0' is not compatible

0

when I use the command:

sudo yaourt -S chmsee

install the chmsee in the Archlinux.

then type the chmsee at the terminator:

Error: Platform version '8.0' is not compatible with minVersion >= 2.0b9 
maxVersion <= 7.0.* failed to create drawable

I thought cause the xulrunner version is too high,and my system is lower?

if so, how reslove this problem?

Willam2004

Posted 2011-11-13T03:59:00.253

Reputation:

Answers

1

Similar problem in ArchLinux here. My error was:

$ chmsee &
Error: Platform version '9.0' is not compatible with
minVersion >= 6.0
maxVersion <= 8.0.*

So I solved it modifying in file /usr/share/chmsee/application.ini line:

MaxVersion=8.0.*

with this other one:

MaxVersion=9.0.*

I hope it helps.

Birei

Posted 2011-11-13T03:59:00.253

Reputation: 2 744

Had the same issue in LMDE today, fixed it. Thanks +1 – Silas – 2012-04-11T19:01:31.643