Search found 1 match

by friek
Sun Sep 13, 2015 4:46 am
Forum: Help and Support
Topic: There is no inputstream to return
Replies: 13
Views: 30095

Re: There is no inputstream to return

I just ran into this same problem on Ubuntu 15.10 (x64) with UMS 5.2.2. tsMuxeR was complaining about no being able to find libfreetype.so.6. The issue was that it needed the 32 bit version of this (and other libraries). Installing the 32 bit gtk2 libs did the trick: sudo apt-get install libgtk2.0-0...