New Content October IOTM - Autumn-aton

extynt

New member
hello just start a g-lover path and


script autoscend stack here



Haunted pantry should always be available for autumnaton, but autoscend determined it is not. Report issue.
Stack trace:
at auto_autumnatonQuest (mr2022.ash:507)
at doTasks (autoscend.ash:1715)
at auto_begin (autoscend.ash:1930)
at safe_preference_reset_wrapper (autoscend.ash:1960)
at safe_preference_reset_wrapper (autoscend.ash:1967)
at safe_preference_reset_wrapper (autoscend.ash:1967)
at safe_preference_reset_wrapper (autoscend.ash:1967)
at main (autoscend.ash:1995)


how can disable autumnaton for this path


or made it restricted item for path
 
Last edited:

Ryo_Sangnoir

Developer
Staff member
Report a bug to autoscend. You can't use the autumn-aton in G-Lover because it doesn't have a G, but autoscend isn't aware of this.

It doesn't work properly in pokefam either.
 

ckb

Minion
Staff member
I had a problem where
class java.lang.NullPointerException: Cannot invoke "net.sourceforge.kolmafia.KoLAdventure.getAdventureName()" because "adventure" is null

This happened when calling get_autumnaton_locations()
I think this is because my list of locations includes a new location [An Unusually Quiet Barroom Brawl] that Mafia did not recognize.
Its a niche issue but nice to fix this bug at some point.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
KoLmafia r26912, Windows 11, Java 17.0.4.1
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Please note: do not post this log in the KoLmafia thread of KoL's
Gameplay-Discussion forum. If you would like the KoLmafia 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 this log as an attachment.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Timestamp: Fri Nov 11 20:27:39 PST 2022
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
User: ckb1
Current run: 1287
MRU Script: Unknown
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


()
class java.lang.NullPointerException: Cannot invoke "net.sourceforge.kolmafia.KoLAdventure.getAdventureName()" because "adventure" is null
java.lang.NullPointerException: Cannot invoke "net.sourceforge.kolmafia.KoLAdventure.getAdventureName()" because "adventure" is null
at net.sourceforge.kolmafia.textui.DataTypes.makeLocationValue(DataTypes.java:361)
at net.sourceforge.kolmafia.textui.RuntimeLibrary.get_autumnaton_locations(RuntimeLibrary.java:9882)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at net.sourceforge.kolmafia.textui.parsetree.LibraryFunction.execute(LibraryFunction.java:75)
at net.sourceforge.kolmafia.textui.parsetree.FunctionCall.execute(FunctionCall.java:113)
at net.sourceforge.kolmafia.textui.parsetree.BasicScope.execute(BasicScope.java:423)
at net.sourceforge.kolmafia.textui.AshRuntime.executeScope(AshRuntime.java:236)
at net.sourceforge.kolmafia.textui.AshRuntime.execute(AshRuntime.java:186)
at net.sourceforge.kolmafia.textui.AshRuntime.execute(AshRuntime.java:179)
at net.sourceforge.kolmafia.textui.command.AshSingleLineCommand.run(AshSingleLineCommand.java:35)
at net.sourceforge.kolmafia.KoLmafiaCLI.doExecuteCommand(KoLmafiaCLI.java:453)
at net.sourceforge.kolmafia.KoLmafiaCLI.executeCommand(KoLmafiaCLI.java:419)
at net.sourceforge.kolmafia.KoLmafiaCLI.executeLine(KoLmafiaCLI.java:338)
at net.sourceforge.kolmafia.KoLmafiaCLI.executeLine(KoLmafiaCLI.java:225)
at net.sourceforge.kolmafia.swingui.CommandDisplayFrame$CommandQueueHandler.handleQueue(CommandDisplayFrame.java:139)
at net.sourceforge.kolmafia.swingui.CommandDisplayFrame$CommandQueueHandler.run(CommandDisplayFrame.java:116)
()
 

Tombot

New member
Here's a small bug report: Wearing the pirate fledges redirects the Autumn-aton's UI to the Pirate's cove instead. I don't know for certain if this is a Mafia bug or a Vanilla bug, I haven't checked.
 
Top