-
Notifications
You must be signed in to change notification settings - Fork 96
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
Startup crash with AOBD #693
Comments
Can you try removing 'private' from maceratorRecipes? |
I adjusted as follows in Eln.java and compiled:
It did not work however. |
Ok. I'll make sure it gets fixed before the next release; thanks for telling us. |
I gave this another go, explicitly changing every Private RecipesList to Public RecipesList in Eln.java. This seems to work so far, but I can see this as being a rather hacky fix. On a probably related note, I think this breaks NEI. I am investigating further in that regard. |
Amendment: This was an issue with the mod NEI Integration, which was using an S instead of a Z. I presume at some point the spelling in this mod changed. A custom compile of NEI Integration later and it is resolved.
|
I am roughly aware there are plans for a API to be implemented, but in the interim, would it be reasonable to revert the RecipesList's to public from private? |
The API is near finished at the moment actually. See #652 Though it'd be on AOBD to update to use it, if they're still doing 1.7.10 releases. |
Super awesome! Even if they don't update, the source is visible at least so I can always make my own version (I can't seem to find a license regarding source for AOBD). |
Curse says its All Right's Reserved. https://minecraft.curseforge.com/projects/another-one-bites-the-dust/license |
Hopefully by default and not choice. With luck, the author can be reached and this can be worked out. |
Using the builds from Safranil, 453 [0] and higher crash on startup with AOBD present.
The pertinent line appears as follows:
And the full log is here: https://paste.ee/p/UN7FZ
I've tossed this as an issue on the AOBD repo [1], but thought to also bring it to your attention, as AOBD has not been worked on in some time.
[0] http://ci.safranil.fr/job/ElectricalAge/453/
[1] buttilda/Another-One-Bites-the-Dust#129
The text was updated successfully, but these errors were encountered: