lwh/evoluspencil

pencil 1.2 standalone does not work on Slackware64 13.1

Opened this issue · 3 comments

What steps will reproduce the problem?

1. Download Pencil-1.2-0-linux-gtk.tar.gz
2. untar file
3. run pencil

What do you see instead?

$ ./pencil 
Could not find compatible GRE between version 1.9.1 and 1.9.2.*.

What version of the product are you using?

XulRunner 1.9.2.12 and Pencil 1.2.0

On what operating system?

Slackware64 13.1 (with multilib layer)

Please provide any additional information below.

Apparently there is only error when running on 64-bit OS, because on another 
computer with the same OS but 32-bit works.



Original issue reported on code.google.com by marcoantoniofrias@gmail.com on 18 Jul 2011 at 2:18

The simple shell script in 
http://code.google.com/p/evoluspencil/issues/detail?id=194  solved my issue 
with this.

create a file "runpencil" in the same directory as pencil with the contents:

#!/bin/sh
PROGDIR=`dirname $0`
xulrunner $PROGDIR/application.ini

Then make is executable and run it.
./runpencil

Original comment by anthony....@gmail.com on 25 Jul 2011 at 4:14

I just followed the suggestions of comment #1. Now it works!

Original comment by marcoantoniofrias@gmail.com on 28 Jul 2011 at 7:15

On Ubuntu 11.10 (64 bit) I had to install xulrunner manually.

- Download it here: 
https://launchpad.net/ubuntu/oneiric/amd64/xulrunner-1.9.2/1.9.2.17+build3+nobin
only-0ubuntu1
- Install it: sudo dpkg -i 
xulrunner-1.9.2_1.9.2.17+build3+nobinonly-0ubuntu1_amd64.deb

then I did what comment #1 said and it works!

Original comment by rossetti...@gmail.com on 20 Feb 2012 at 8:58