When I turn on EVE Deliverer, it gets caught in the following infinite loop:
Code: |
03:42:59: DockingToStation(40)
03:42:59 (248) Region: Station Space Check, Func : DockingToStation
03:43:04 (253) Already in station. Code 4, Func : DockingToStation
---> 03:43:05: ExitCode 4. Method consumed 57 sec. in 42 runs (average 1 secs/run), Next Line: 45
---> Desc: Returns 4 if station loaded successfully
03:43:05: CargoManager(45)
---> 03:43:05: ExitCode 0. Method consumed 0 sec. in 1 runs (average 0 secs/run), Next Line: 47
---> Desc: Returns 0 - if loading task queued (from station hangar to cargohold)
03:43:05: HangarOps(47)
03:43:05 (253) Accepting parameter: true, Func : HangarOps
03:43:11 (259) Finish. Code 1, Func : SetupCargoManager
03:43:13 (261) Finish. Code 1, Func : SetupCargoManager
03:43:14 (262) Opening New Window, Func : OpenAndSetupSecondCargoManager
---> 03:43:23: ExitCode 1. Method consumed 18 sec. in 1 runs (average 18 secs/run), Next Line: 50
---> Desc: Returns 1 if success
03:43:23: LoadCargo(50)
03:43:25 (273) Finish. Code 1, Func : SetupCargoManager
03:43:25 (273) Cargohold has 21496.7 cargo and this is more then 95% defined as maximal. Load of the cargo skipped. Code 3, Func : LoadCargo
---> 03:43:25: ExitCode 3. Method consumed 1 sec. in 1 runs (average 1 secs/run), Next Line: 45
---> Desc: Returns 3 if loaded
03:43:25: CargoManager(45)
---> 03:43:25: ExitCode 0. Method consumed 0 sec. in 2 runs (average 0 secs/run), Next Line: 47
---> Desc: Returns 0 - if loading task queued (from station hangar to cargohold)
03:43:25: HangarOps(47)
03:43:25 (273) Accepting parameter: true, Func : HangarOps
03:43:27 (275) Finish. Code 1, Func : SetupCargoManager
03:43:29 (277) Finish. Code 1, Func : SetupCargoManager
03:43:30 (278) Opening New Window, Func : OpenAndSetupSecondCargoManager
|
It repeatedly opens the Hangar window, restacks everything in it, and then closes it.
I am not sure what to do about this.