Vuze Forums

Full Version: Can't add new subscription / v5.7.4.1B06
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I try adding  a new subscription, I'm taken to the window with the existing subscriptions, but the window to add a new one never appears.

Caught this stack trace in the console window:



Code:
(Vuze:1890): Gtk-WARNING **: Allocating size to GtkBox 0x7f06ed9587b0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
DEBUG::Sat Dec 10 23:13:45 MST 2016::com.aelitis.azureus.ui.swt.views.skin.sidebar.SideBarVitalityImageSWT::triggerClickedListeners::118:
handleEvent (SideBar.java:689), sendEvent (EventTable.java:84), sendEvent (Display.java:4482), sendEvent (Widget.java:1329), runDeferredEvents (Display.java:3820), readAndDispatch (Display.java:3431), <init> (SWTThread.java:308), createInstance (SWTThread.java:61), Initializer
java.lang.NullPointerException
at org.eclipse.swt.widgets.TabFolder.gtk_switch_page(TabFolder.java:570)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2009)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4724)
at org.eclipse.swt.internal.gtk.OS._gtk_widget_show(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_widget_show(OS.java:14906)
at org.eclipse.swt.widgets.TabFolder.createItem(TabFolder.java:311)
at org.eclipse.swt.widgets.TabItem.createWidget(TabItem.java:123)
at org.eclipse.swt.widgets.TabItem.<init>;(TabItem.java:75)
at com.aelitis.azureus.ui.swt.subscriptions.SubscriptionWizard.createCreateComposite(SubscriptionWizard.java:455)
at com.aelitis.azureus.ui.swt.subscriptions.SubscriptionWizard.init(SubscriptionWizard.java:324)
at com.aelitis.azureus.ui.swt.subscriptions.SubscriptionWizard$1.azureusCoreRunning(SubscriptionWizard.java:195)
at com.aelitis.azureus.core.impl.AzureusCoreImpl.addCoreRunningListener(AzureusCoreImpl.java:3024)
at com.aelitis.azureus.core.AzureusCoreFactory.addCoreRunningListener(AzureusCoreFactory.java:96)
at com.aelitis.azureus.ui.swt.subscriptions.SubscriptionWizard.init(SubscriptionWizard.java:193)
at com.aelitis.azureus.ui.swt.subscriptions.SubscriptionWizard.<init>;(SubscriptionWizard.java:163)
at com.aelitis.azureus.ui.swt.subscriptions.SubscriptionManagerUI$23.mdiEntryVitalityImage_clicked(SubscriptionManagerUI.java:1270)
at com.aelitis.azureus.ui.swt.views.skin.sidebar.SideBarVitalityImageSWT.triggerClickedListeners(SideBarVitalityImageSWT.java:116)
at com.aelitis.azureus.ui.swt.views.skin.sidebar.SideBar$9.handleEvent(SideBar.java:689)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4482)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3820)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3431)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>;(SWTThread.java:308)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:61)
at com.aelitis.azureus.ui.swt.Initializer.<init>;(Initializer.java:160)
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(java.base@9-ea/NativeConstructorAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(java.base@9-ea/DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(java.base@9-ea/Constructor.java:455)
at org.gudy.azureus2.ui.swt.Main.<init>;(Main.java:111)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:334)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
at com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:34)
at java.lang.Thread.run(java.base@9-ea/Thread.java:843)


Java 9-ea (64 bit)
 Oracle Corporation
/usr/lib/jvm/java-9-oracle

SWT v4608, gtk/3.20.9
Linux v4.8.0-30-generic, amd64
V5.7.4.1_B06/4 az3

This is running on a recently upgraded Ubuntu 16.10 box. It's probably been a while since I tried to add a new subscription, so I don't know if it's related to a recent change in Vuze or something that changed on my system due to the 16.10 update.
Hmm, your SWT should have been updated unless you are manually managing updates?

Current version is 

SWT v4716, gtk/3.18.9

Please update and see if the problem goes away!
Hmm. I had to copy swt.jar from another machine that updated on its own. It seems fine now. What would prevent the broken system from updating swt automatically?
(12-12-2016, 11:26 AM)'parg' Wrote: [ -> ]Hmm, your SWT should have been updated unless you are manually managing updates?

Current version is 

SWT v4716, gtk/3.18.9

Please update and see if the problem goes away!