-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recursion error #73
Comments
Last working build seems to be "cdda-experimental-2022-05-21-1817", tho i didn't do any deep testing |
I am also experiencing this issue. I use this tool constantly while playing, so it's kind of a bummer that it's unusable ATM. |
it's probably a simple fix. Just a matter of the dev getting to it when they can |
Thanks, I'm aware of this! Haven't had time to fix yet, but hopefully will get to it in the next few days. |
okay, the problem here is that the
this results in infinite recursion trying to parse out the item probabilities for the this could be fixed in the game's JSON by breaking this recursion and making the definition of |
hopefully 26b19d2 will stop the Guide from crashing, but it does not solve the underlying issue and will result in inaccurate spawn info for mapgens which use |
dang, that does seem like a bit of a complex issue. I would love to try and help with the issue if I was any sort of competent with c++ |
@opy188 no C++ needed, the issue in the game is with the JSON only. The guide itself is written in TypeScript. |
This seems to be fixed now |
It's hidden but not fixed; the spawn info is inaccurate for mapgens with |
Not sure what is going on but there seems to be a recursion error that came up within the last 24 hours or so. I see it on most things, mostly items. The specific link/item I am looking at for example is the food processor
https://nornagon.github.io/cdda-guide/#/item/food_processor
The text was updated successfully, but these errors were encountered: