You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've identified the issue. doMaintenance() is attempting to get the tech for Large Vessels, but failing to see the tech officer assigned to that unit. I need to cook dinner shortly, so will see if I can't fix this tonight.
Correction, the issue is caused by getAvailableAstechs() via doMaintenance(). As large vessels do not use Astechs, doMaintenance() is telling getAvailableAstechs() that remaining Astech time is being calculated, but 0 Astech time is actually being used.
As everything is working as intended, I don't think this error message is warranted.
Environment
Origin Project: MekHQ
Java Vendor: Eclipse Adoptium
Java Version: 11.0.22
Platform: Mac OS X 13.6.6 (x86_64)
Description
I was trying to diagnose another issue when I noticed the below error occurring on Advance Day.
Log
02:50:44,277 ERROR [mekhq.campaign.Campaign] {AWT-EventQueue-0} mekhq.campaign.Campaign.getAvailableAstechs(Campaign.java:5332) - Tried to getAvailableAstechs with 0 minutes. Returning 0 Astechs.
IllianiCBT_#3981.zip
The text was updated successfully, but these errors were encountered: