I just found Sunrise today, lucky me! New version and everything ...
Anyway, I'm getting a crash every time I try to add a document.
I do File > New Item > Create New Document List
This works OK. I can even save the empty list with no problem.
But when I try to create a new document item I get the following dump:
Failed to execute runnable (java.lang.IllegalArgumentException)
java.lang.IllegalArgumentException
at java.net.URI.create(Unknown Source)
at ec.a(Unknown Source)
at ec.c(Unknown Source)
at km.a(Unknown Source)
at aX.run(Unknown Source)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessa ges(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(U nknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Un known Source)
at ku.a(Unknown Source)
at com.distantchord.sunrise.apps.Desktop.e(Unknown Source)
at com.distantchord.sunrise.apps.Desktop.main(Unknown Source)
Caused by: java.net.URISyntaxException: Illegal character in path at index 46:
http://courses.ncsu.edu/ece220/lec/001/lecture s05.pdf
at java.net.URI$Parser.fail(Unknown Source)
at java.net.URI$Parser.checkChars(Unknown Source)
at java.net.URI$Parser.parseHierarchical(Unknown Source)
at java.net.URI$Parser.parse(Unknown Source)
at java.net.URI.<init>(Unknown Source)
... 12 more
And get sent to the desktop. Hmmm, just noticed the 'Cause by URISyntaxException' at
http://courses.ncsu.edu/ece220/lec/001/lecture s05.pdf
That's a document I've recently worked with, but it's not currently open or in any of my bookmarks. Ahhh, it was on the clipboard, must've gotten it from there. Clear clipboard, try again. Bingo. Please ignore ...
Though it might not hurt to slap a try-catch on that exception.