Fixed in newsync. Will be in the trunk sooner or later :-D ** Changed in: syncany Status: New => Fix Committed
-- You received this bug notification because you are a member of Syncany Team, which is subscribed to Syncany. https://bugs.launchpad.net/bugs/796055 Title: Can't find bundle for base name org.syncany.i18n.I18n, locale en_us Status in Syncany: Fix Committed Bug description: This is the error I got when first running syncany from my checked out bzr repo. Note the lower case locale name ("en_us"), the file in the repo uses "en_US" as locale name. I solved the problem by making a copy of the src/org/syncany/i18n/I18n_en_US.properties file to src/org/syncany/i18n/I18n_en_us.properties. The full stacktrace is: Exception in thread "main" java.lang.ExceptionInInitializerError at org.syncany.Syncany.<clinit>(Syncany.java:40) Caused by: java.util.MissingResourceException: Can't find bundle for base name org.syncany.i18n.I18n, locale en_us at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427) at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250) at java.util.ResourceBundle.getBundle(ResourceBundle.java:777) at org.syncany.config.Config.<init>(Config.java:89) at org.syncany.config.Config.<clinit>(Config.java:55) ... 1 more Could not find the main class: org.syncany.Syncany. Program will exit. To manage notifications about this bug go to: https://bugs.launchpad.net/syncany/+bug/796055/+subscriptions -- Mailing list: https://launchpad.net/~syncany-team Post to : syncany-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~syncany-team More help : https://help.launchpad.net/ListHelp