> > There haven't been any changes to TiddlySaver.jar itself for nearly a > year, how old is the older version that you're able to run successfully? > Essentially the original one we used to include with WoaS. It's much smaller and from 2006, though signed in 2008, IIRC. I just tested some older code and both load and save work fine with the old jar (and fail with the current one). I took a quick look at the current Java -- didn't know about the added error methods, nice -- and see the save routine seems to be dying when it hits resolveFilename. I note that all the non-privileged calls still work. My guess is that the original code just loads and saves the file using the full path it is given. Looks like all the attempts to discover file system information throw null pointer exceptions and are what's causing the failure. Where can I find the original Java BTW; the GIT repo only seems to go back to when all the extra stuff was added. (I had a copy somewhere once, but can't recall where.) "java.lang.NullPointerException at TiddlySaver.debug(Unknown Source) at TiddlySaver.resolveFilename(Unknown Source) at TiddlySaver$4.run(Unknown Source) ... at sun.plugin2.main.client.LiveConnectSupport$PerAppletInfo$LiveConnectWorker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) " As always, thanks for all your work Jeremy. I continue to want to spend quality time in the TW5 camp!
-- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

