View Single Post
Old 10-09-2013, 08:20 AM   #649
Forbiqz
Junior Member
Forbiqz began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Oct 2013
Device: Kindle PW
Hello and thank you for a very nice program!

I have a slight problem, I suddenly started getting an annoying null pointer ex., whenever I try starting the manager.

I have tried to restart and uninstall and reinstalling the kindlet-jailbreak so far but I still get the error.

However, the menu still shows, and I just attempted to import collections from Calibre and even though I have no GUI it actually worked. (I waited an ample amount of time before going back to the home screen.

Further info, jailbreaked Kindle Paperwhite. Jailbreak on 3.5.1 and later updated to 3.5.5. Everything worked yesterday and I can't recall doing anything weird apart from reading since then.

Just wanted to let you know.

Thanks ... again =P

[10/9/13 2:05 PM] Collections Manager (v. 2.4.1)

Code:
java.lang.RuntimeException: java.lang.NullPointerException
	at com.mobileread.ixtab.collman.CollectionsManagerKindlet.showAndQuit(Unknown Source)
	at com.mobileread.ixtab.collman.CollectionsManagerKindlet.initUiAfterSplash(Unknown Source)
	at com.mobileread.ixtab.collman.CollectionsManagerKindlet.access$300(Unknown Source)
	at com.mobileread.ixtab.collman.CollectionsManagerKindlet$1$1.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(Compiled Method)(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Compiled Method)(Unknown Source)
	at java.awt.EventQueueProxy.dispatchEvent(Compiled Method)(Unknown Source)
	at java.awt.AGUIEventDispatchThread.pumpOneEventForHierarchy(Compiled Method)(Unknown Source)
	at java.awt.AGUIEventDispatchThread.pumpEventsForHierarchy(Compiled Method)(Unknown Source)
	at java.awt.AGUIEventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
	at java.lang.Thread.startup(Unknown Source)
Caused by: java.lang.NullPointerException: null
	at com.mobileread.ixtab.collman.catalog.Collection.getEntries(Unknown Source)
	at com.mobileread.ixtab.collman.ui.BrowsePanel.setCollection(Unknown Source)
	at com.mobileread.ixtab.collman.ui.BrowsePanel.<init>(Unknown Source)
	at com.mobileread.ixtab.collman.CollectionManager.init(Unknown Source)
	at com.mobileread.ixtab.collman.CollectionsManagerKindlet.initUiAfterSplash(Unknown Source)
	at com.mobileread.ixtab.collman.CollectionsManagerKindlet.access$300(Unknown Source)
	at com.mobileread.ixtab.collman.CollectionsManagerKindlet$1$1.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(Compiled Method)(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Compiled Method)(Unknown Source)
	at java.awt.EventQueueProxy.dispatchEvent(Compiled Method)(Unknown Source)
	at java.awt.AGUIEventDispatchThread.pumpOneEventForHierarchy(Compiled Method)(Unknown Source)
	at java.awt.AGUIEventDispatchThread.pumpEventsForHierarchy(Compiled Method)(Unknown Source)
	at java.awt.AGUIEventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
	at java.lang.Thread.startup(Unknown Source)

Last edited by twobob; 10-10-2013 at 06:05 AM.
Forbiqz is offline   Reply With Quote