-
Notifications
You must be signed in to change notification settings - Fork 21
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
Outdated OC API java.lang.NoClassDefFoundError: li/cil/oc/api/network/Context #428
Comments
If you do, make sure you update both |
I've updated both.. but it no worky, still poking at it. |
What happens currently, and what do you expect to happen? |
yes, please fix in next build ;) |
Same error. http://pastebin.com/BUhRQVgh |
@AfterLifeLochie I expect it to work, and it's not :P It never detects the gate base as a component either directly, or via an adapter, and I'm not sure why. |
if you would like to fix it quickly this is the package name change you would need ...n/java/li/cil/oc/api/network/Context.java → ...n/java/li/cil/oc/api/machine/Context.java thanks and I hope to have the 1.7.10 updated soon so that i can try it out |
This change is already done locally, but it's non functioning, I do OC addon dev daily I'm not inept enough to miss a class move. Actually I pushed this a while back: https://git.io/vK5ja |
@CaitlynMainer If you're in a debug environment ( You might also want to consider putting a breakpoint on It might also be checking the metaprovider ( |
I can't actually test anything any more, trying to launch a world with just a Base Block placed crashes with this: http://paste.pc-logix.com/ziyoheqika.scala Even without OC installed I still crash with: http://paste.pc-logix.com/hudowucuqo.pas |
I'm not sure why this is happening; even if you receive a I wonder if this is an issue with something we're generating running in 1.8.0_111; if you could provide me a copy of the runtime class implementation ( There could be a bunch of different things causing this, so I might suggest you try a clean environment, fresh pull, etc. It could be that driver code is being incorrectly merged or could be mangling some other code, so it would be useful to see all debug info you have -- since I can't replicate this locally, unfortunately. |
Thank you for reporting an issue with LanteaCraft. Please fill out this template when submitting your report - thank you!
Submission checklist
Expected behavior
Game doesn't crash
Actual behavior
Game crashes
Steps to reproduce
Connect gate to OC Computer, and install Iris (Other interactions do it as well in theory).
The issue is our use of old OC API, Context was removed in like OC 1.3 or 1.4, latest release is 1.5, current beta is 1.6 api/network/Context.class no longer exists.
Attached crash log from another user.
System information
Tagging @MyNameIsKodos
@AfterLifeLochie would you like me to update the API?
The text was updated successfully, but these errors were encountered: