prikhi / pencil

DEPRECATED: Multiplatform GUI Prototyping/Wireframing
https://github.com/evolus/pencil
GNU General Public License v2.0
1.92k stars 193 forks source link

Error: Platform version '47.0' is not compatible with minVersion >= 36.0 maxVersion <= 46.* #840

Closed zenny closed 7 years ago

zenny commented 8 years ago

Firefox is in version 47, and it could be because of the reason that pencil v2.0.18 gives an error in Ubuntu 14.04:

Error: Platform version '47.0' is not compatible with minVersion >= 36.0 maxVersion <= 46.*

SOLUTION:

appended maxVersion to 47.* in /usr/share/pencil-prototyping/application.ini

dagomar commented 8 years ago

Thanks,

this fixes pencil not starting up for me.

bjornfor commented 8 years ago

@prikhi: Is the OP solution sufficient? I'm trying to get pencil working in NixOS again; it's currently broken in both the latest stable and unstable releases, because both ship new firefox.

Xplouder commented 8 years ago

Thanks for the fix.

vince-a commented 8 years ago

Worked for me. Thanks.

catb0t commented 8 years ago

Works for me with the latest stable DEB on Ubuntu 16.04.

cho2 commented 8 years ago

SOLUTION:

appended maxVersion to 47.* in /usr/share/pencil-prototyping/application.ini

Thanks, it works on Debian 8

mnagel commented 7 years ago

path is /usr/share/pencil/application.ini for me, but updating to 47.* fixes the issue for me. also see #777

prikhi commented 7 years ago

Fixed

bjornfor commented 7 years ago

@prikhi: Thanks. Pencil is updated to latest in NixOS/nixpkgs.