I need help.
I installed the BitTorrent client Azureus yesterday, and it has worked fine up until about an hour ago.. When starting the application, there are no graphics and the interface looks garbled, and has funny names in the menu, like.. !MainWindow.menu.file! and !MainWindow.menu.transfers! ..
The console log file reads this:
I tried repairing file permissions (well, you never know as a mac beginner..), but that didn't work.. I have tried to remove Azureus, and all relating files I could possibly find, then reinstalling. No go.
I know the program is Java based, so it is probably a Java problem. Or am I wrong? I like to solve problems myself, because that's the way to learn best. But this I don't get...
I installed the BitTorrent client Azureus yesterday, and it has worked fine up until about an hour ago.. When starting the application, there are no graphics and the interface looks garbled, and has funny names in the menu, like.. !MainWindow.menu.file! and !MainWindow.menu.transfers! ..
The console log file reads this:
Code:
===== Tuesday, October 10, 2006 8:13:26 AM Europe/Copenhagen =====
java.util.MissingResourceException: Can't find bundle for base name org.gudy.azureus2.internat.MessagesBundle, locale
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:805)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:699)
at org.gudy.azureus2.core3.internat.MessageText.getResourceBundle(MessageText.java:99)
at org.gudy.azureus2.core3.internat.MessageText.<clinit>(MessageText.java:56)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.<init>(AzureusCoreImpl.java:145)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.create(AzureusCoreImpl.java:92)
at com.aelitis.azureus.core.AzureusCoreFactory.create(AzureusCoreFactory.java:46)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:143)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:162)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
I tried repairing file permissions (well, you never know as a mac beginner..), but that didn't work.. I have tried to remove Azureus, and all relating files I could possibly find, then reinstalling. No go.
I know the program is Java based, so it is probably a Java problem. Or am I wrong? I like to solve problems myself, because that's the way to learn best. But this I don't get...