archibalduk / Eastside-Hockey-Manager-Editor

A database and saved game editor for Eastside Hockey Manager. Visit https://www.ehmtheblueline.com/editor for more details.
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Add an error condition for EHM DB loan transfer errors #29

Closed archibalduk closed 1 year ago

archibalduk commented 1 year ago

BKArchitect:

Hey guys - I know a year ago this popped up with the Pivot rosters and looking through the thread it seems the problem was isolated and fixed. I did something in NHLX to now have this occur (strangely - not until 2025 and beyond...and it happens whether the extra_config is used or not),

You may get a warning message about an invalid loan transfer (TRANSFER_MANAGER::setup_free_transfer() : staff has loan contract) on August 1st (if you start after this date you will not have this problem). This can be safely passed by clicking OK, we are trying to find the entry (or entries) that are causing this.

Did you guys figure out exactly what in the DB causes this?

Thanks!

xECK29x:

Double check all non-players (including player/non-players) have the same club contracted and club playing set, they if club playing is different from club contracted it will be a loan in-game and cause an issue. I'm not 100% sure but I think we put an error condition on for this in the Editor so they should show up yellow.

archibalduk commented 1 year ago

Added for v1.2.0