dice4321 / Gunkolle

This script was originally meant to execute kancolle expeditions but was repurpose for girls frontline (by Ryuuhou https://github.com/Ryuuhou/AHKanColle)
Other
16 stars 14 forks source link

ExpeditionArrive/Confirm loop #41

Closed riseri closed 6 years ago

riseri commented 6 years ago

Desktop: 1070ti

Config File: [Do Not Modify] Busy=0 [Variables] SortieInterval=1000 MaxRandomWaitS=3000 MinRandomWaitS=3000 MinRandomWait=0 MaxRandomWait=0 WINID=ahk_class Qt5QWindowIcon PauseHr=9 PauseMn=00 ResumeHr=12 ResumemN=00 Doll1=FAL Doll2=M4SOPMODII WeaponType=AssaultRifle DisassembleCycle=3 ProductionTdoll=0 ProductionEquipment=0 Enchancement=1 FriendCollector=1 BatteryCollector=1 LastXS=3420 LastYS=47

Describe the bug It keeps looping ExpeditionArrive/Confirm in the echelon formation screen.

Screenshots https://streamable.com/oefta

dice4321 commented 6 years ago

From the looks of it, its stuck in a loop trying to find the "WaitForFormation" image. The odd thing is that it got past the first screen, so im going to take a guess that you replaced the Formation image on your own. The only conclusion I can draw from this, is that you replaced the formation image while the nox window size was not at the proper size, the script recongizes the first image, but not the "WaitForFormation" image.

riseri commented 6 years ago

Ah, seems like the issue was a stupid one because the image for "WaitForFormation" was different from the previous versions. I just imported the images from previous versions to new ones and that caused the error.

dice4321 commented 6 years ago

thats now how updates are suppose to go 🤔