Feature - Rejected make a debug log folder

mad dudy

Member
i seem to get a new debug log everyday. can it be made so all debug logs goes into a folder that will only have debug logs. i also have no clue as to what the bug might be for it to keep making a new one every day. it annoying to have to delete a debug log at the end of each run.
 

slyz

Developer
Debug logs are a sign that something is wrong. Could you attach the latest one to a post here?
 

slyz

Developer
Thanks. It just repeats the same error:
Code:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
          KoLmafia v14.8 r9958, Windows 7, Java 1.6.0_21
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Please note: do not post this log in the KoLmafia thread. If you
 would like the dev team to look at it, please write a bug report
 at kolmafia.us. Include specific information about what you were 
 doing when you made this and include the log as an attachment.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Timestamp: Wed Nov 02 15:00:15 EDT 2011
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Unexpected error, debug log printed.
class java.lang.NullPointerException: null
java.lang.NullPointerException
	at javax.swing.text.Utilities.isComposedTextElement(Unknown Source)
	at javax.swing.text.AbstractDocument.handleRemove(Unknown Source)
	at javax.swing.text.AbstractDocument.remove(Unknown Source)
	at javax.swing.JEditorPane.setText(Unknown Source)
	at net.sourceforge.kolmafia.swingui.RequestFrame.refreshStatus(RequestFrame.java:310)
	at net.sourceforge.kolmafia.request.CharPaneRequest.processResults(CharPaneRequest.java:206)
	at net.sourceforge.kolmafia.request.GenericRequest.processResponse(GenericRequest.java:1811)
	at net.sourceforge.kolmafia.request.GenericRequest.retrieveServerReply(GenericRequest.java:1776)
	at net.sourceforge.kolmafia.request.GenericRequest.retrieveServerReply(GenericRequest.java:1510)
	at net.sourceforge.kolmafia.request.GenericRequest.execute(GenericRequest.java:1259)
	at net.sourceforge.kolmafia.request.GenericRequest.run(GenericRequest.java:1161)
	at net.sourceforge.kolmafia.request.RelayRequest.run(RelayRequest.java:1906)
	at net.sourceforge.kolmafia.request.CharPaneRequest.run(CharPaneRequest.java:123)
	at net.sourceforge.kolmafia.request.GenericRequest.processResponse(GenericRequest.java:1921)
	at net.sourceforge.kolmafia.request.GenericRequest.retrieveServerReply(GenericRequest.java:1776)
	at net.sourceforge.kolmafia.request.GenericRequest.retrieveServerReply(GenericRequest.java:1510)
	at net.sourceforge.kolmafia.request.GenericRequest.execute(GenericRequest.java:1259)
	at net.sourceforge.kolmafia.request.GenericRequest.run(GenericRequest.java:1161)
	at net.sourceforge.kolmafia.request.MindControlRequest.run(MindControlRequest.java:108)
	at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:78)
	at net.sourceforge.kolmafia.textui.command.MonsterLevelCommand.run(MonsterLevelCommand.java:53)
	at net.sourceforge.kolmafia.KoLmafiaCLI.executeCommand(KoLmafiaCLI.java:551)
	at net.sourceforge.kolmafia.textui.RuntimeLibrary.change_mcd(RuntimeLibrary.java:3565)
	at sun.reflect.GeneratedMethodAccessor145.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at net.sourceforge.kolmafia.textui.parsetree.LibraryFunction.execute(LibraryFunction.java:127)
	at net.sourceforge.kolmafia.textui.parsetree.FunctionCall.execute(FunctionCall.java:167)
	at net.sourceforge.kolmafia.textui.parsetree.BasicScope.execute(BasicScope.java:454)
	at net.sourceforge.kolmafia.textui.parsetree.Switch.execute(Switch.java:154)
	at net.sourceforge.kolmafia.textui.parsetree.BasicScope.execute(BasicScope.java:454)
	at net.sourceforge.kolmafia.textui.parsetree.Conditional.execute(Conditional.java:95)
	at net.sourceforge.kolmafia.textui.parsetree.If.execute(If.java:81)
	at net.sourceforge.kolmafia.textui.parsetree.BasicScope.execute(BasicScope.java:454)
	at net.sourceforge.kolmafia.textui.parsetree.Loop.execute(Loop.java:58)
	at net.sourceforge.kolmafia.textui.parsetree.WhileLoop.execute(WhileLoop.java:99)
	at net.sourceforge.kolmafia.textui.parsetree.BasicScope.execute(BasicScope.java:454)
	at net.sourceforge.kolmafia.textui.parsetree.UserDefinedFunction.execute(UserDefinedFunction.java:130)
	at net.sourceforge.kolmafia.textui.parsetree.FunctionCall.execute(FunctionCall.java:167)
	at net.sourceforge.kolmafia.textui.parsetree.BasicScope.execute(BasicScope.java:454)
	at net.sourceforge.kolmafia.textui.parsetree.Conditional.execute(Conditional.java:95)
	at net.sourceforge.kolmafia.textui.parsetree.If.execute(If.java:67)
	at net.sourceforge.kolmafia.textui.parsetree.BasicScope.execute(BasicScope.java:454)
	at net.sourceforge.kolmafia.textui.parsetree.UserDefinedFunction.execute(UserDefinedFunction.java:130)
	at net.sourceforge.kolmafia.textui.Interpreter.executeScope(Interpreter.java:322)
	at net.sourceforge.kolmafia.textui.Interpreter.execute(Interpreter.java:249)
	at net.sourceforge.kolmafia.textui.Interpreter.execute(Interpreter.java:242)
	at net.sourceforge.kolmafia.KoLmafiaASH.getClientHTML(KoLmafiaASH.java:113)
	at net.sourceforge.kolmafia.KoLmafiaASH.getClientHTML(KoLmafiaASH.java:80)
	at net.sourceforge.kolmafia.request.RelayRequest.handleSimple(RelayRequest.java:1508)
	at net.sourceforge.kolmafia.request.RelayRequest.run(RelayRequest.java:1536)
	at net.sourceforge.kolmafia.webui.RelayAgent.readServerResponse(RelayAgent.java:459)
	at net.sourceforge.kolmafia.webui.RelayAgent.performRelay(RelayAgent.java:150)
	at net.sourceforge.kolmafia.webui.RelayAgent.run(RelayAgent.java:127)

It looks like you have a relay override running, but also the Mini-Browser running?
 

roippi

Developer
I'm going to reject this one on the grounds that debug logs should be slightly in the way. They are not meant to be ignored; share them with the dev team so we can fix the problem.
 
Top