1
mokeyjay 2017-04-30 09:46:34 +08:00 via Android
直接到坚果云官方论坛反馈呀
|
2
ghostheaven 2017-05-01 11:22:19 +08:00 via Android
|
3
zhbhun 2017-05-03 22:54:48 +08:00
之前在 linux mint 上安装过,默认的安装包 .deb 安装后无法正常启动,自己直接命令行启动,发现错误日志提示 Java 版本不对。我的是 64 位系统,设置 64 位的 Java 环境变量就行了。
|
4
zhbhun 2017-05-03 22:54:56 +08:00
~ $ python ~/.nutstore/dist/bin/nutstore-pydaemon.py
('Cannot found expected file manager,', OSError(2, 'No such file or directory')) The java client is dead, try to restart it 17/05/03 22:53:34 FATAL gui.NutstoreGUI: Uncaught exception Exception was generated at : 05/03/2017 22:53:34 on thread main java.lang.UnsatisfiedLinkError: Cannot load 64-bit SWT libraries on 32-bit JVM at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source) at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source) at org.eclipse.swt.internal.C.<clinit>(Unknown Source) at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source) at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source) at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source) at nutstore.client.gui.NutstoreGUI.fixTrayIconInUbuntu(NutstoreGUI.java:178) at nutstore.client.gui.NutstoreGUI.<init>(NutstoreGUI.java:158) at nutstore.client.gui.NutstoreGUI.<init>(NutstoreGUI.java:99) at nutstore.client.gui.NutstoreGUI$Holder.<clinit>(NutstoreGUI.java:107) at nutstore.client.gui.NutstoreGUI.instance(NutstoreGUI.java:111) at nutstore.client.gui.NutstoreGUI.main(NutstoreGUI.java:1702) |