Bug - Fixed KoLmafia unexpectedly quits on OS X with -DuseCWDasROOT=true specified

The problem isn't immediately obvious, as no debug log is generated. However, setting up a little test run in Eclipse instantly revealed the exception that was raised before the login frame ever displays:

(Checked out r12758 from SVN to do this test.)

Code:
KoLmafia v16.0
Released on May 17, 2013

Currently Running on Mac OS X
Local Directory is /Users/ericahnell/Documents/Dev/Projects/Java/KoLmafia/kolmafia
Using Java 1.7.0_40

[COLOR="#FF0000"]Exception in thread "main" java.lang.NullPointerException
	at net.sourceforge.kolmafia.request.RelayRequest.clearImageDirectory(RelayRequest.java:563)
	at net.sourceforge.kolmafia.request.RelayRequest.clearImageCache(RelayRequest.java:578)
	at net.sourceforge.kolmafia.KoLmafia.main(KoLmafia.java:302)[/COLOR]
 
Back
Top