Bug - Waiting for Info Cannot Find Monster followed by lots of unintended adventures

Erosion

Member
So this keeps happening to me, and I've never heard anyone else talk about it.
I get at least one of these daily, and it usually happens multiple times.
Mafia will say something like this in the CLI:

Request 4 of 10 (Dinseylandfill: Barf Mountain) in progress...

[742875] Barf Mountain
Encounter: angry tourist
Round 0: qile loses initiative!
Cannot find monster.

Request 6 of 10 (Dinseylandfill: Barf Mountain) in progress...

[742875] Barf Mountain
Encounter: garbage tourist
Round 0: qile loses initiative!
Cannot find monster.

Request 4 of 10 (Dinseylandfill: Barf Mountain) in progress...

[742875] Barf Mountain
Encounter: horrible tourist family
Round 0: qile loses initiative!
Cannot find monster.

Request 6 of 10 (Dinseylandfill: Barf Mountain) in progress...

[742875] Barf Mountain
Encounter: garbage tourist
Round 0: qile loses initiative!
Cannot find monster.

For comparison, it says this in session logs:

[742875] Barf Mountain
Encounter: garbage tourist
Round 0: qile loses initiative!

[742875] Barf Mountain
Encounter: garbage tourist
Round 0: qile wins initiative!
Round 6: qile wins the fight!
After Battle: Gronald surveys the scene from your back and sighs.
After Battle: The little orphan girl frisks your fallen opponent for candy, and weirdly enough she finds some. Her dance of joy brings a smile to your face.
After Battle: You gain 31 hit points
After Battle: You gain 26 Mana Points
After Battle: Raaaaah scavenges for leftover meat, which you're forced to take away before he eats it. Kind of like a pig with truffles, except way grosser.
You gain 2069 Meat
You acquire an item: bag of park garbage
You acquire an item: bag of park garbage
You acquire an item: bag of park garbage
After Battle: You gain 13 Strongness
After Battle: You gain 24 Mysteriousness
After Battle: You gain 8 Chutzpah

[742875] Barf Mountain
Encounter: angry tourist
Round 0: qile loses initiative!

[742875] Barf Mountain
Encounter: garbage tourist
Round 0: qile loses initiative!

[742875] Barf Mountain
Encounter: horrible tourist family
Round 0: qile loses initiative!

[742875] Barf Mountain
Encounter: garbage tourist
Round 0: qile loses initiative!

[742875] Barf Mountain
Encounter: garbage tourist

Which usually oscillates the request counts like such, followed by my turns played (tracked by effect duration) going down 2 to sometimes 30+ adventures. When I get stuck on a noncom, the game will say something like "KoL hit a blank page, complain to Jick, not us", even though it's never happened when I'm not auto-adventuring.

Here's the debug log for today, I also have debug logs for the past 2 weeks.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
KoLmafia v17.6 r18243, Windows 7, Java 1.7.0_79
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
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: Sun Oct 29 13:06:52 EDT 2017
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


Unexpected error, debug log printed.
class java.lang.NullPointerException: null
java.lang.NullPointerException
at net.sourceforge.kolmafia.request.GenericRequest.retrieveServerReply(GenericRequest.java:1915)
at net.sourceforge.kolmafia.request.GenericRequest.externalExecute(GenericRequest.java:1618)
at net.sourceforge.kolmafia.request.GenericRequest.execute(GenericRequest.java:1601)
at net.sourceforge.kolmafia.request.GenericRequest.run(GenericRequest.java:1321)
at net.sourceforge.kolmafia.request.FightRequest.run(FightRequest.java:1913)
at net.sourceforge.kolmafia.request.GenericRequest.handleServerRedirect(GenericRequest.java:2356)
at net.sourceforge.kolmafia.request.GenericRequest.retrieveServerReply(GenericRequest.java:2064)
at net.sourceforge.kolmafia.request.GenericRequest.externalExecute(GenericRequest.java:1618)
at net.sourceforge.kolmafia.request.GenericRequest.execute(GenericRequest.java:1601)
at net.sourceforge.kolmafia.request.GenericRequest.run(GenericRequest.java:1321)
at net.sourceforge.kolmafia.request.AdventureRequest.run(AdventureRequest.java:305)
at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:286)
at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:249)
at net.sourceforge.kolmafia.KoLAdventure.run(KoLAdventure.java:1410)
at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:286)
at net.sourceforge.kolmafia.RequestThread.postRequest(RequestThread.java:260)
at net.sourceforge.kolmafia.KoLmafia.executeAdventureOnce(KoLmafia.java:1484)
at net.sourceforge.kolmafia.KoLmafia.executeRequestOnce(KoLmafia.java:1393)
at net.sourceforge.kolmafia.KoLmafia.executeRequest(KoLmafia.java:1338)
at net.sourceforge.kolmafia.KoLmafia.makeRequest(KoLmafia.java:1270)
at net.sourceforge.kolmafia.swingui.panel.AdventureSelectPanel$ExecuteRunnable.run(AdventureSelectPanel.java:496)
at net.sourceforge.kolmafia.RequestThread$SequencedRunnable.run(RequestThread.java:418)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
 
Top