Jump to content

Spriter Does Not Start Up On Ubuntu 14.04


divineknight

Recommended Posts

I installed Spriter Pro from Steam and it does not start. So I attempted to start it via terminal command using the R3 version directly downloaded from the website and it does not start and provides this error:

 

./Spriter: error while loading shared libraries: libMagickCore.so.4: cannot open shared object file: No such file or directory

 

 

 
The R2 version starts up and runs just fine. I am trying to remember if I had the same issue with the R2 version or not, but am coming up blank. I also tried to do some searching online for a solution, but have not found one. 
 
I do have ImageMagick installed.
 
Any help in getting this resolved would be great.
Link to comment
Share on other sites

  • 1 month later...

Hi.

 

Same issue here. 

System: Ubuntu 14.04, 64bit

 

64bit version of Spriter:

Spriter R3 64bit (Pro Version) from download page and it does not start. I have installed library libmagickcore5 and libmagickcore5-extra and all needed libraries from download page info.

./Spriter: error while loading shared libraries: libMagickCore.so.4: cannot open shared object file: No such file or directory

 

 

32bit version:

./Spriter: error while loading shared libraries: libQtHelp.so.4: cannot open shared object file: No such file or directory

 

 

I have installed all needed libraries from download page info:

 

sudo apt-get install libqt4-webkit libqt4-help phonon

 

 

Older versions of Spriter worked fine.

 

 

Keep up the good work!  :wink:

 

Thomas.

Link to comment
Share on other sites

  • 2 months later...

Not sure if this forum is still being monitored. But I'm getting a similar issue. Running Kubuntu 15.04

./Spriter: error while loading shared libraries: liblcms.so.1: cannot open shared object file: No such file or directory

If it helps, I checked and it looks like current Ubuntu iterations are using liblcms2-2, may just need to update your dependencies. Looking into installing older version of the library now.

Link to comment
Share on other sites

Yup, we're still keeping an eye on this thread and working on improving compatibility.  Your reports and efforts to get it working are very helpful to us. Unfortunately, Edgar had to go take care of some family matters, so will be away for roughly a week and a half.  But once he's back, I'll report any new, useful info to him that might help him fix compatibility issues in the upcoming free update builds of Spriter.

 

Thanks again for your efforts, for reporting the issue and for your patience.

 

Cheers.

Link to comment
Share on other sites

  • 1 month later...

Has there been any update on this? I've just downloaded the free version of Spriter to try and was planning to buy the pro version if it will serve our purposes but I cannot get it to run. I am encountering the same issue as above:

./Spriter: error while loading shared libraries: liblcms.so.1: cannot open shared object file: No such file or directory

 

 

I am on Linix Mint 17.2

 

Thanks,

Troy.

Link to comment
Share on other sites

Hi !

Sorry to dig up this topic from the tomb.

 

Not sure if this forum is still being monitored. But I'm getting a similar issue. Running Kubuntu 15.04

./Spriter: error while loading shared libraries: liblcms.so.1: cannot open shared object file: No such file or directory

If it helps, I checked and it looks like current Ubuntu iterations are using liblcms2-2, may just need to update your dependencies. Looking into installing older version of the library now.

 

I got the same problem. Here is the solution:

In a terminal type:

sudo apt-get install liblcms1-dev

sudo apt-get install --reinstall liblcms1

 

It should work properly after that.




			
		
Link to comment
Share on other sites

  • 2 weeks later...

Hi,

Running Kubuntu 14.04 64-bit.

I have just downloaded Spriter for Linux 64-bit, unpacked it, ran

sudo apt-get install libqt4-webkit libqt4-help phonon

but when I try to run it

$ ./Spriter

I get an error

/Spriter: error while loading shared libraries: libMagick++-6.Q16.so.5: cannot open shared object file: No such file or directory

It looks like this package is only available in Ubuntu 15.04 and above:

http://packages.ubuntu.com/search?keywords=libmagick%2B%2B-6.q16-5

 

Did someone compile Spriter on Ubuntu 15 ? How do I run it on Ubuntu 14?

 

Thanks!

Link to comment
Share on other sites

I'm running Kubuntu 14.04.3 LTS x86_64.  I downloaded Spriter about two weeks ago, and there haven't been any updates since then, so we should have the same binary.  The only issue I experienced getting it runing was to install liblcms1:

sudo apt-get install libqt4-webkit libqt4-help phonon liblcms1

The library you're missing ships with the binary, and it's right there in the same directory, along with some other .so files:

/home/my_user/SpriterR4_1(64)/gif.so/home/my_user/SpriterR4_1(64)/libMagick++-6.Q16.so.5/home/my_user/SpriterR4_1(64)/libMagickCore-6.Q16.so.2/home/my_user/SpriterR4_1(64)/libMagickCore.so.4/home/my_user/SpriterR4_1(64)/libMagickWand-6.Q16.so.2/home/my_user/SpriterR4_1(64)/libMagickWand.so.4/home/my_user/SpriterR4_1(64)/libsteam_api.so/home/my_user/SpriterR4_1(64)/png.so

Here are the shared libraries (output of ldd) the binary is using on my system (note the ones where the path shows "my_user" are the same as the ones quoted above):

        linux-vdso.so.1 =>  (0x00007ffd298f6000)        libMagick++-6.Q16.so.5 => /home/my_user/SpriterR4_1(64)/libMagick++-6.Q16.so.5 (0x00007f2fd2b0d000)        libMagickCore.so.4 => /home/my_user/SpriterR4_1(64)/libMagickCore.so.4 (0x00007f2fd268a000)        libMagickWand.so.4 => /home/my_user/SpriterR4_1(64)/libMagickWand.so.4 (0x00007f2fd2375000)        libsteam_api.so => /home/my_user/SpriterR4_1(64)/libsteam_api.so (0x00007f2fd2162000)        libQtHelp.so.4 => /usr/lib/x86_64-linux-gnu/libQtHelp.so.4 (0x00007f2fd1eda000)        libQtWebKit.so.4 => /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4 (0x00007f2fcfb47000)        libphonon.so.4 => /usr/lib/x86_64-linux-gnu/libphonon.so.4 (0x00007f2fcf8cf000)        libQtScript.so.4 => /usr/lib/x86_64-linux-gnu/libQtScript.so.4 (0x00007f2fcf428000)        libQtOpenGL.so.4 => /usr/lib/x86_64-linux-gnu/libQtOpenGL.so.4 (0x00007f2fcf12a000)        libQtGui.so.4 => /usr/lib/x86_64-linux-gnu/libQtGui.so.4 (0x00007f2fce477000)        libQtNetwork.so.4 => /usr/lib/x86_64-linux-gnu/libQtNetwork.so.4 (0x00007f2fce12f000)        libQtCore.so.4 => /usr/lib/x86_64-linux-gnu/libQtCore.so.4 (0x00007f2fcdc4a000)        libGL.so.1 => /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 (0x00007f2fcd9e4000)        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f2fcd7c6000)        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f2fcd4c2000)        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f2fcd1bc000)        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f2fccfa6000)        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f2fccbe1000)        libMagickWand-6.Q16.so.2 => /home/my_user/SpriterR4_1(64)/libMagickWand-6.Q16.so.2 (0x00007f2fcc8c1000)        libMagickCore-6.Q16.so.2 => /home/my_user/SpriterR4_1(64)/libMagickCore-6.Q16.so.2 (0x00007f2fcc403000)        liblcms.so.1 => /usr/lib/x86_64-linux-gnu/liblcms.so.1 (0x00007f2fcc1cc000)        libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f2fcbf29000)        liblqr-1.so.0 => /usr/lib/x86_64-linux-gnu/liblqr-1.so.0 (0x00007f2fcbd11000)        libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007f2fcbad5000)        libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f2fcb8c3000)        libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f2fcb58e000)        libbz2.so.1.0 => /lib/x86_64-linux-gnu/libbz2.so.1.0 (0x00007f2fcb37e000)        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f2fcb165000)        libgomp.so.1 => /usr/lib/x86_64-linux-gnu/libgomp.so.1 (0x00007f2fcaf56000)        libltdl.so.7 => /usr/lib/x86_64-linux-gnu/libltdl.so.7 (0x00007f2fcad4c000)        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f2fcab48000)        /lib64/ld-linux-x86-64.so.2 (0x00007f2fd2d90000)        libQtSql.so.4 => /usr/lib/x86_64-linux-gnu/libQtSql.so.4 (0x00007f2fca909000)        libQtCLucene.so.4 => /usr/lib/x86_64-linux-gnu/libQtCLucene.so.4 (0x00007f2fca5ef000)        libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f2fca3e5000)        libjpeg.so.8 => /usr/lib/x86_64-linux-gnu/libjpeg.so.8 (0x00007f2fca190000)        libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007f2fc9f6a000)        libxslt.so.1 => /usr/lib/x86_64-linux-gnu/libxslt.so.1 (0x00007f2fc9d2d000)        libxml2.so.2 => /usr/lib/x86_64-linux-gnu/libxml2.so.2 (0x00007f2fc99c7000)        libgstapp-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0 (0x00007f2fc97ba000)        libgstpbutils-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgstpbutils-1.0.so.0 (0x00007f2fc9594000)        libgstvideo-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0 (0x00007f2fc934e000)        libgstaudio-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0 (0x00007f2fc9104000)        libgstbase-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0 (0x00007f2fc8eac000)        libgstreamer-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0 (0x00007f2fc8ba8000)        libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007f2fc8957000)        libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f2fc864f000)        libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007f2fc8396000)        libQtDBus.so.4 => /usr/lib/x86_64-linux-gnu/libQtDBus.so.4 (0x00007f2fc811b000)        libpulse.so.0 => /usr/lib/x86_64-linux-gnu/libpulse.so.0 (0x00007f2fc7ed2000)        libpulse-mainloop-glib.so.0 => /usr/lib/x86_64-linux-gnu/libpulse-mainloop-glib.so.0 (0x00007f2fc7ccd000)        libaudio.so.2 => /usr/lib/x86_64-linux-gnu/libaudio.so.2 (0x00007f2fc7ab5000)        libSM.so.6 => /usr/lib/x86_64-linux-gnu/libSM.so.6 (0x00007f2fc78ad000)        libICE.so.6 => /usr/lib/x86_64-linux-gnu/libICE.so.6 (0x00007f2fc7691000)        libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x00007f2fc7481000)        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f2fc7279000)        libglapi.so.0 => /usr/lib/x86_64-linux-gnu/libglapi.so.0 (0x00007f2fc7052000)        libXdamage.so.1 => /usr/lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007f2fc6e4f000)        libXfixes.so.3 => /usr/lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007f2fc6c49000)        libX11-xcb.so.1 => /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f2fc6a47000)        libxcb-glx.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0 (0x00007f2fc6830000)        libxcb-dri2.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0 (0x00007f2fc662b000)        libxcb-dri3.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 (0x00007f2fc6428000)        libxcb-present.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-present.so.0 (0x00007f2fc6225000)        libxcb-sync.so.1 => /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1 (0x00007f2fc601f000)        libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f2fc5e00000)        libxshmfence.so.1 => /usr/lib/x86_64-linux-gnu/libxshmfence.so.1 (0x00007f2fc5bfe000)        libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007f2fc59f8000)        libdrm.so.2 => /usr/lib/x86_64-linux-gnu/libdrm.so.2 (0x00007f2fc57ec000)        libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f2fc55c2000)        liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007f2fc53a0000)        liborc-0.4.so.0 => /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0 (0x00007f2fc511e000)        libgsttag-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgsttag-1.0.so.0 (0x00007f2fc4ee6000)        libgmodule-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 (0x00007f2fc4ce2000)        libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f2fc4ada000)        libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f2fc489c000)        libQtXml.so.4 => /usr/lib/x86_64-linux-gnu/libQtXml.so.4 (0x00007f2fc4657000)        libdbus-1.so.3 => /lib/x86_64-linux-gnu/libdbus-1.so.3 (0x00007f2fc4412000)        libjson-c.so.2 => /lib/x86_64-linux-gnu/libjson-c.so.2 (0x00007f2fc4207000)        libpulsecommon-4.0.so => /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so (0x00007f2fc3fa0000)        libXt.so.6 => /usr/lib/x86_64-linux-gnu/libXt.so.6 (0x00007f2fc3d3a000)        libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f2fc3b36000)        libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f2fc3931000)        libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f2fc372b000)        libwrap.so.0 => /lib/x86_64-linux-gnu/libwrap.so.0 (0x00007f2fc3521000)        libsndfile.so.1 => /usr/lib/x86_64-linux-gnu/libsndfile.so.1 (0x00007f2fc32b9000)        libasyncns.so.0 => /usr/lib/x86_64-linux-gnu/libasyncns.so.0 (0x00007f2fc30b3000)        libnsl.so.1 => /lib/x86_64-linux-gnu/libnsl.so.1 (0x00007f2fc2e99000)        libFLAC.so.8 => /usr/lib/x86_64-linux-gnu/libFLAC.so.8 (0x00007f2fc2c68000)        libvorbisenc.so.2 => /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2 (0x00007f2fc2799000)        libvorbis.so.0 => /usr/lib/x86_64-linux-gnu/libvorbis.so.0 (0x00007f2fc256c000)        libogg.so.0 => /usr/lib/x86_64-linux-gnu/libogg.so.0 (0x00007f2fc2363000)        libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f2fc2148000)

Anyway, tha'ts how it's supposed to look.  Look at your stuff and see where it differs, and there's your clue.

 

I also set mine up to run off an icon on my KDE panel.  I had to make the icon myself, which I found rather irritating, but all I had to do to get it working was use the path to the binary.  No special working directory or special environment.
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...