Linux Problems

Marktrix Sep 20, 2011 06:52PM CEST

[mark@Datengarten Wunderlist-1.2.4]$ ./Wunderlist
[16:43:52:385] [Titanium.Host] [Information] Loaded module = tiapp
[16:43:52:386] [Titanium.Host] [Information] Loaded module = tifilesystem
[16:43:52:387] [Titanium.Host] [Information] Loaded module = tiplatform
[16:43:52:387] [Titanium.Host] [Error] Could not load module (/home/mark/Downloads/Wunderlist-1.2.4/modules/tiui/1.2.0.RC3/libtiuimodule.so): "Error loading module (/home/mark/Downloads/Wunderlist-1.2.4/modules/tiui/1.2.0.RC3/libtiuimodule.so): libnotify.so.1: cannot open shared object file: No such file or directory
"
[16:43:52:388] [Titanium.Host] [Information] Loaded module = ticodec
[16:43:52:389] [Titanium.Host] [Information] Loaded module = tidatabase
[16:43:52:405] [Titanium.Host] [Information] Loaded module = timedia
[16:43:52:406] [Titanium.Host] [Information] Loaded module = timonkey
[16:43:52:417] [Titanium.Host] [Information] Loaded module = tinetwork
[16:43:52:418] [Titanium.Host] [Information] Loaded module = tiprocess
[16:43:52:419] [Titanium.Host] [Information] Loaded module = tiworker
[16:43:52:419] [Titanium.JavaScript] [Information] Loading JS path=/home/mark/Downloads/Wunderlist-1.2.4/modules/tifilesystem/1.2.0.RC3/tifilesystemmodule.js
[16:43:52:422] [Titanium.Host] [Information] Loaded module = tifilesystem
[16:43:52:422] [Titanium.JavaScript] [Information] Loading JS path=/home/mark/Downloads/Wunderlist-1.2.4/modules/tinetwork/1.2.0.RC3/tinetworkmodule.js
[16:43:52:425] [Titanium.Host] [Information] Loaded module = tinetwork
[16:43:52:425] [Titanium.JavaScript] [Information] Loading JS path=/home/mark/Downloads/Wunderlist-1.2.4/modules/tiprocess/1.2.0.RC3/tiprocessmodule.js
[16:43:52:427] [Titanium.Host] [Information] Loaded module = tiprocess

then nothing happen :-(

I download the 64bit Version on Fedora 15 (2.6.40.4-5.fc15.x86_64) GNOME 3.0.1

1 Support Staff Answer

Marcel Sep 22, 2011 11:41AM CEST

Hello guys,

We are sorry for the problems with the installer, but it is awesome to see that the community can solve problems so quickly. We will work hard on improvements for the Linux version in the future and try to optimize the installation process. If you have more tips for us and for other users, feel free to share your thoughts here in the support forum.

Best Regards from Berlin
Marcel

26 Community Answers

Up 2 Rated Down
Hadret Sep 20, 2011 09:42PM CEST

As on most new Linux distributions, there's high probability, that you've got more recent version of libnotify installed. On Fedora and other RPM-based distributions you can check it via rpm command, for example:

rpm -qa | grep libnotify

On Debian and Debian-based distributions (Ubuntu, for most popular example) you can do it via few command, like:

dpkg -l | grep ii | libnotify

Using similar command you may also list all of package contents, like this:


~$ dpkg -L libnotify4
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/libnotify4
/usr/share/doc/libnotify4/changelog.Debian.gz
/usr/share/doc/libnotify4/changelog.gz
/usr/share/doc/libnotify4/buildinfo.gz
/usr/share/doc/libnotify4/NEWS.gz
/usr/share/doc/libnotify4/copyright
/usr/share/doc/libnotify4/AUTHORS
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libnotify.so.4.0.0
/usr/lib/x86_64-linux-gnu/libnotify.so.4

As you can read in error message, here's the problem:

libnotify.so.1: cannot open shared object file: No such file or directory

So, the solution is pretty simple:

sudo ln -s /usr/lib/x86_64-linux-gnu/libnotify.so.4 /usr/lib/x86_64-linux-gnu/libnotify.so.1

Worked on Debian unstable and I'm pretty sure, that it will work on most modern Linux distributions (:

Up 4 Rated Down
Simone Sep 20, 2011 10:34PM CEST

sudo ln -sf /usr/lib64/libnotify.so.4 /usr/lib64/libnotify.so.1
did the trick on Fedora15 x86_64, thanks!

Up 26 Rated Down
Marktrix Sep 21, 2011 06:40PM CEST

Thx Hadret for the explanation!

Just for 100% clearness :-) in Fedora its like that:

rpm -ql libnotify

-> /usr/lib64/libnotify.so.4

sudo ln -s /usr/lib64/libnotify.so.4 /usr/lib64/libnotify.so.1

it RUN

Up 16 Rated Down
Daniel Sep 22, 2011 01:54PM CEST

Wounderlist don't work on my Ubuntu 11.04 32 bits + Unity. Just do not start. I get no error message or anything that I can comment here.

I don't know what could be the problem... Any suggestions?

Thanks.

Up -8 Rated Down
Daniel Sep 22, 2011 02:19PM CEST

More information:

$ /home/daniel/Wunderlist-1.2.4/Wunderlist
/home/daniel/Wunderlist-1.2.4/installer/installer: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory

Up 0 Rated Down
Eduardo Orige Sep 22, 2011 04:43PM CEST

Hello Daniel.

Try this:

sudo apt-get install curl

Up 42 Rated Down
lethanh Sep 22, 2011 04:46PM CEST

@Fedora 15 x64
I double click on apps but it's not run

$cat .titanium/Wunderlist/tiapp.log

[14:41:10:580] [Titanium.Host] [Information] Loaded module = tiapp
[14:41:10:581] [Titanium.Host] [Information] Loaded module = tifilesystem
[14:41:10:582] [Titanium.Host] [Information] Loaded module = tiplatform
[14:41:10:582] [Titanium.Host] [Error] Could not load module (/home/hainam/Downloads/Wunderlist-1.2.4/modules/tiui/1.2.0.RC3/libtiuimodule.so): "Error loading module (/home/hainam/Downloads/Wunderlist-1.2.4/modules/tiui/1.2.0.RC3/libtiuimodule.so): libXss.so.1: cannot open shared object file: No such file or directory
"
[14:41:10:583] [Titanium.Host] [Information] Loaded module = ticodec
[14:41:10:584] [Titanium.Host] [Information] Loaded module = tidatabase
[14:41:10:605] [Titanium.Host] [Information] Loaded module = timedia
[14:41:10:606] [Titanium.Host] [Information] Loaded module = timonkey
[14:41:10:619] [Titanium.Host] [Information] Loaded module = tinetwork
[14:41:10:621] [Titanium.Host] [Information] Loaded module = tiprocess
[14:41:10:622] [Titanium.Host] [Information] Loaded module = tiworker
[14:41:10:622] [Titanium.JavaScript] [Information] Loading JS path=/home/hainam/Downloads/Wunderlist-1.2.4/modules/tifilesystem/1.2.0.RC3/tifilesystemmodule.js
[14:41:10:626] [Titanium.Host] [Information] Loaded module = tifilesystem
[14:41:10:626] [Titanium.JavaScript] [Information] Loading JS path=/home/hainam/Downloads/Wunderlist-1.2.4/modules/tinetwork/1.2.0.RC3/tinetworkmodule.js
[14:41:10:629] [Titanium.Host] [Information] Loaded module = tinetwork
[14:41:10:629] [Titanium.JavaScript] [Information] Loading JS path=/home/hainam/Downloads/Wunderlist-1.2.4/modules/tiprocess/1.2.0.RC3/tiprocessmodule.js
[14:41:10:630] [Titanium.Host] [Information] Loaded module = tiprocess

Up 12 Rated Down
Daniel Sep 23, 2011 11:24AM CEST

Hello Eduardo,

Thank you for helping me, now works perfectly.

Up 10 Rated Down
Stephen Sep 23, 2011 03:31PM CEST

I'm getting the same problem as Daniel but installing curve doesn't seem to help. I get the following error when I try to use the same command line in the terminal as daniel does above.

stephen@stephen-MM061:~$ /home/stephen/Wunderlist-1.2.4/installer/installer
bash: /home/stephen/Wunderlist-1.2.4/installer/installer: cannot execute binary file

Up 1 Rated Down
Tim Kopplow Sep 25, 2011 04:11PM CEST

Thx to everyone with your help I also can fix this problem =)

Up 21 Rated Down
Wilmar Santos Sep 27, 2011 03:58PM CEST

I get a Segmentatio Fault... Im on Ubuntu 11.04 x64. Here's my dump

(process:3360): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags (32) on option of type 4

(process:3360): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags (32) on option of type 1

(process:3360): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags (32) on option of type 0

(process:3360): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags (32) on option of type 5

(installer:3360): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed

(installer:3360): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed
Segmentation fault
wcs@wcs-HP-ProBook-4520s:~/Programas/Wunderlist-1.2.4$ ./Wunderlist

(process:3388): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags (32) on option of type 4

(process:3388): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags (32) on option of type 1

(process:3388): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags (32) on option of type 0

(process:3388): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags (32) on option of type 5

(installer:3388): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed

(installer:3388): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed
Segmentation fault

Up -5 Rated Down
Daniel2 Sep 29, 2011 09:35AM CEST

I just installed libnotify1 and libnotify4 via KPackageKit and now Wunderlist runs without problems.

Up 2 Rated Down
Joe Oct 04, 2011 02:49PM CEST

@Wilmar: I also get Segmentation fault on 64 bit Ubuntu (both 11.04 and 10.10) - but it does run properly with sudo. See my post here: http://support.wunderlist.com/customer/portal/questions/47621-unable-to-run-wunderlist-on-linux-without-sudo. I suspect a bug in the 64 bit build.

Up 12 Rated Down
Archie Oct 16, 2011 05:10PM CEST

I had two problems with running the actual file from the folder without installing it.
libnotify and libffi were not found... used this:

cd /usr/lib/x86_64-linux-gnu
sudo ln -s libnotify.so.4 libnotify.so.1
sudo ln -s libffi.so libffi.so.5

Up -23 Rated Down
Ross Laird Oct 20, 2011 03:42AM CEST

i386/32-bit users will need to link files in:

/usr/lib/i386-linux-gnu

rather than:

/usr/lib/x86_64-linux-gnu

As per the instructions in this post (with modifications for the correct directory), I created symbolic links for both libnotify and libffi. Wunderlist now works on my system.

Up 20 Rated Down
Fernando Oct 25, 2011 09:34AM CEST

Wunderlist doesnt work on Fedora Core 15 32Bit
A lot of problems with libs and after solving some of them and the app start it is totally inoperable.
I have errors like this:

07:30:32:837] [Titanium.Host] [Error] Could not load module (/home/fernando/Programas/Wunderlist-1.2.4/modules/tinetwork/1.2.0.RC3/libtinetworkmodule.so): "Error loading module (/home/fernando/Programas/Wunderlist-1.2.4/modules/tinetwork/1.2.0.RC3/libtinetworkmodule.so): libssl.so.0.9.8: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
"
[07:30:32:838] [Titanium.Host] [Information] Loaded module = tiprocess
[07:30:32:839] [Titanium.Host] [Information] Loaded module = tiworker
[07:30:32:839] [Titanium.JavaScript] [Information] Loading JS path=/home/fernando/Programas/Wunderlist-1.2.4/modules/tifilesystem/1.2.0.RC3/tifilesystemmodule.js
[07:30:32:842] [Titanium.Host] [Information] Loaded module = tifilesystem
[07:30:32:843] [Titanium.JavaScript] [Information] Loading JS path=/home/fernando/Programas/Wunderlist-1.2.4/modules/tinetwork/1.2.0.RC3/tinetworkmodule.js
[07:30:32:846] [Titanium.JavaScript] [Error] Could not execute /home/fernando/Programas/Wunderlist-1.2.4/modules/tinetwork/1.2.0.RC3/tinetworkmodule.js because (JavaScript.KKJSObject) { message : "'undefined' is not an object (evaluating 'Titanium.Analytics')", line : 27d, sourceId : -1.24484e+09d, sourceURL : "string", name : "TypeError"}
[07:30:32:846] [Titanium.Host] [Information] Loaded module = tinetwork
[07:30:32:846] [Titanium.JavaScript] [Information] Loading JS path=/home/fernando/Programas/Wunderlist-1.2.4/modules/tiprocess/1.2.0.RC3/tiprocessmodule.js
[07:30:32:847] [Titanium.Host] [Information] Loaded module = tiprocess

(Wunderlist:6786): Gdk-WARNING **: gdk_window_set_icon_list: icons too large
** Message: console message: file:///home/fernando/Programas/Wunderlist-1.2.4/Resources/js/frontend/lists.js @309: TypeError: 'undefined' is not an object (evaluating 'dbList[0].id')

Up 4 Rated Down
Kaylin Oct 31, 2011 11:06AM CET

This article is a home run, pure and smlpie!

Up -7 Rated Down
Legycsapo Nov 10, 2011 06:56AM CET

On ubuntu 11.10 i downloaded wunderlist, i started, but nothing happens ...

Up -1 Rated Down
rogerio Nov 10, 2011 11:50PM CET

I use Ubuntu 11.10 64, i have a problem with libffi5, in ubuntu 11.10 the version is libffi6, used the same procedure has explaned with @Hadret

sudo ln -s /usr/lib/x86_64-linux-gnu/libffi.so.6 /usr/lib/x86_64-linux-gnu/libffi.so.5

and works ;)

Thank's.

Up -12 Rated Down
Bill Richman Nov 22, 2011 05:10AM CET

FWIW I ended up using the following commands in Ubuntu 11.10 (32-bit) to get it to run:

sudo ln -s libnotify.so.4 libnotify.so.1
sudo ln -s libffi.so.6 libffi.so
sudo ln -s libffi.so.6 libffi.so.5

Up 4 Rated Down
Fabian Nov 24, 2011 06:44PM CET

I get the same error message as Fernando above:

** Message: console message: file:///opt/wunderlist/Resources/js/backend/wunderlist.sync.js @32: TypeError: 'undefined' is not an object (evaluating 'Titanium.Network.online')

The error message (appearing in console) is reproducable and appears every time the client tries to sync with the server.

Up 20 Rated Down
Pablo Hinojosa Nava Nov 29, 2011 10:00PM CET

I solved it doing:
1-cd /usr/lib/x86_64-linux-gnu/
2-sudo ln -s libnotify.so.4 libnotify.so.1

Up 0 Rated Down
Duncan Rosales Schulz Dec 21, 2011 12:19AM CET

Past two solutions didnt proved valid for me.

Having the same issue than @Fabian.

Running Ubuntu 11.10 (32-bit)

Up 7 Rated Down
Zebee Dec 27, 2011 10:28PM CET

Fedora 16 32bit.
I get:

[21:17:49:408] [Titanium.Host] [Error] Could not load module (/tmp/Wunderlist-1.2.4/modules/tiui/1.2.0.RC3/libtiuimodule.so): "Error loading module (/tmp/Wunderlist-1.2.4/modules/tiui/1.2.0.RC3/libtiuimodule.so): libproxy.so.0: cannot open shared object file: No such file or directory

libproxy exists but is in /usr/lib/mysql-proxy/plugins/libproxy.so I tried linking that to /usr/lib/mysql-proxy/plugins/libproxy.so.0 but no go, I added /usr/lib/mysql-proxy/plugins/ to /etc/ld.so.conf.d/mysql-i386.conf and running ldconfig no go.

I also get

libtinetworkmodule.so): "Error loading module (/tmp/Wunderlist-1.2.4/modules/tinetwork/1.2.0.RC3/libtinetworkmodule.so): libssl.so.0.9.8:

libssl is in /usr/lib/httpd/modules/mod_ssl.so given the problem with libproxy above is it worth trying a link?

Finally I get


[21:22:04:218] [Titanium.JavaScript] [Error] Could not execute /tmp/Wunderlist-1.2.4/modules/tinetwork/1.2.0.RC3/tinetworkmodule.js because (JavaScript.KKJSObject) { message : "'undefined' is not an object (evaluating 'Titanium.Analytics')", line : 27d, sourceId : -1.24324e+09d, sourceURL : "string", name : "TypeError"}
[21:22:04:218] [Titanium.Host] [Information] Loaded module = tinetwork

Up 7 Rated Down
Steffen Jan 14, 2012 11:42AM CET

Hey,
I have the same problems on my ubuntu 11.10 system. The installer cannot find the libffi.so.5 file.

I did the work around from Archie, but still I have the same problem:

cd /usr/lib/x86_64-linux-gnu
sudo ln -s libnotify.so.4 libnotify.so.1
sudo ln -s libffi.so libffi.so.5

Any Ideas?

Up 25 Rated Down
Peter Jan 26, 2012 03:49PM CET

Well, i hope to get some usefull info for my problem.
System: Gentoo Linux 64 bit
GUI: KDE 4.7.4

Wunderlist starts with the first window of its installer, I click on "run" and nothing happens. The following lines I get in the console, if anyone can help ....

Wunderlist-1.2.4/installer/installer: /usr/lib64/libcurl.so.4: no version information available (required by /home/user/path_to/Wunderlist-1.2.4/installer/installer)

(process:21556): GLib-WARNING **: goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 4

(process:21556): GLib-WARNING **: goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 1

(process:21556): GLib-WARNING **: goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 0

(process:21556): GLib-WARNING **: goption.c:2168: ignoring no-arg, optional-arg or filename flags (32) on option of type 5

(installer:21556): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed

This question is closed to new answers.