Skip to content
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

Cannot autocraft through WCT #140

Closed
randomlypickedname opened this issue Jul 1, 2018 · 3 comments
Closed

Cannot autocraft through WCT #140

randomlypickedname opened this issue Jul 1, 2018 · 3 comments
Assignees

Comments

@randomlypickedname
Copy link

Issue Description

I'm unable to autocraft through a WCT. I've tried spawning a new one and linking it, I've tried breaking my controllers and replacing them, and I've tried through other AE2 terminals, and only the AE2 terminals work.

Modpack version (Do not use "latest")

1.31

https://imgur.com/a/EvZ8o2G

@codeka
Copy link

codeka commented Jul 2, 2018

Looks like some sort of version incompatibility between WCT and AE2.

AE2 made this change, but WCT is still relying on the old methods existing:

Caused by: java.lang.NoSuchMethodError: appeng.util.ItemSorters.compareLong(JJ)I
at p455w0rd.wct.container.CraftingCPURecord.compareTo(CraftingCPURecord.java:39) ~[CraftingCPURecord.class:?]
at p455w0rd.wct.container.CraftingCPURecord.compareTo(CraftingCPURecord.java:23) ~[CraftingCPURecord.class:?]
at java.util.ComparableTimSort.countRunAndMakeAscending(Unknown Source) ~[?:1.8.0_171]
at java.util.ComparableTimSort.sort(Unknown Source) ~[?:1.8.0_171]

@codeka
Copy link

codeka commented Jul 2, 2018

Reverting AE2 to rv5.stable fixed this for me. Someone on the discord pointed to AppliedEnergistics/Applied-Energistics-2#3578 where the AE2 devs say "rv6 is still alpha and not considered usable for production. If "All the Mods 3" decides to test it, it is recommended to remove all AE2 addons until AE2 reaches stable or at least some time into the beta phase."

@NielsPilgaard
Copy link
Collaborator

Reverted to the prior version of AE2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants