Closed Phate4569 closed 5 years ago
Another...
Turns played: 137 current adventures: 9 Current Ascension: Two Crazy Random Summer hpAutoRecovery => -1 hpAutoRecoveryTarget => -1 mpAutoRecovery => -1 mpAutoRecoveryTarget => -1 manaBurningTrigger => -1 manaBurningThreshold => -1 Unexpected error, debug log printed. Script execution aborted (java.lang.StackOverflowError): (sl_util.ash, line 5939)
Commented out everything except the return line in the previously mentioned section. Now ANOTHER Stack Overflow error:
This is version: 0 Mafia: 19474
This is day 1.
Turns played: 137 current adventures: 9
Current Ascension: Two Crazy Random Summer
hpAutoRecovery => -1
hpAutoRecoveryTarget => -1
mpAutoRecovery => -1
mpAutoRecoveryTarget => -1
manaBurningTrigger => -1
manaBurningThreshold => -1
Stack overflow during ASH script: (sl_util.ash, line 5967)
I commented out this section too, now it seems to work fine.
The infinite recursion isn't coming from file_to_map
, it's coming from the "how do we craft X?" logic recursing infinitely on (I'm going to assume) the new IOTM's firewood. See c1805f72d756765e3e22205ee6be6dcd4e1c20d9
If updating doesn't fix, try printf debugging what item it's recursing on.
Interesting. Ok. Now that I know how to merge into my fork and run off that I can do that tomorrow.
Closing. I haven't tried the knapsack since this since I prefer the EPIC "used beer" in path as Adv + PvP > Adv
Again, latest script. SC/Opossum in TCRS
I am getting a Stack Overflow Error;
Here is the line in sl_util:
if(!file_to_map("sl_ascend_items.txt", itemdata)
)