Kendall-DM
Spy
I've got a script that tracks the custom money a hero has. However, due to the d20 files having static money in pp, gp, sp, and cp, I've tried to use the values of those coins as a way to track the current number of custom coins the hero has. Then I decided to get the weight to work out correctly, and I've run into a snag that I'm not sure how to fix. I replaced gMoney (the field that tracks the weight) with my own version of it (gDMoney), with the math needed to calculate the current cash as well as the weight. So I made each of my custom coins as helpers to the gDMoney, with each keeping track of the number of coins and allowing gDMoney to track the total weight. Everything was working fine, until I saved a hero and reloaded it. Now it tells me,
"Errors were encountered when loading the saved portfolio! A record of these errors can be found in the file "C:\Users\Owner\AppData\Local\Temp\hero_lab_load_issues.log". If you notice incorrect behaviors in your portfolio, please report it to the data file authors (you can contact them from the Help menu).
Chained pick 'gGGuilda' has been orphaned due to missing bootstrap in batch '22'
Chained pick 'gSRuba' has been orphaned due to missing bootstrap in batch '22'
Chained pick 'gCPenny' has been orphaned due to missing bootstrap in batch '22'
Chained pick 'gPCorona' has been orphaned due to missing bootstrap in batch '22'
Chained pick 'gBFier' has been orphaned due to missing bootstrap in batch '22' "
So there is a problem with batch 22 not seeing the coins I created. The custom coin gear I created is there, but the code isn't able to find it, even though it is bootstrapped to my gDMoney. Not sure why, not even sure which is batch 22 or where to find it. I can delete the picks of gGGuilda, gSRuba, etc. from the offended portfolio and things work find again... until I save it for any changes. The error shows up once again. Anyone have any ideas why this is happening? Could this be because HL doesn't like me replacing gMoney and is looking for the bootstrap on it?
"Errors were encountered when loading the saved portfolio! A record of these errors can be found in the file "C:\Users\Owner\AppData\Local\Temp\hero_lab_load_issues.log". If you notice incorrect behaviors in your portfolio, please report it to the data file authors (you can contact them from the Help menu).
Chained pick 'gGGuilda' has been orphaned due to missing bootstrap in batch '22'
Chained pick 'gSRuba' has been orphaned due to missing bootstrap in batch '22'
Chained pick 'gCPenny' has been orphaned due to missing bootstrap in batch '22'
Chained pick 'gPCorona' has been orphaned due to missing bootstrap in batch '22'
Chained pick 'gBFier' has been orphaned due to missing bootstrap in batch '22' "
So there is a problem with batch 22 not seeing the coins I created. The custom coin gear I created is there, but the code isn't able to find it, even though it is bootstrapped to my gDMoney. Not sure why, not even sure which is batch 22 or where to find it. I can delete the picks of gGGuilda, gSRuba, etc. from the offended portfolio and things work find again... until I save it for any changes. The error shows up once again. Anyone have any ideas why this is happening? Could this be because HL doesn't like me replacing gMoney and is looking for the bootstrap on it?