Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
  • 0
Gorzoid

OpenComputers dev build does not seem to work

Question

When I launch Minecraft with OpenComputers dev in eclipse OC spits alot of errors but does not crash, when I go into a world all items don't seem to work (can't put into computer).

Some of the errors include:

[18:39:50] [Client thread/INFO] [OpenComputers/OpenComputers]: Registering new assembler template 'Tablet (Creative)' from mod OpenComputers.
[18:39:50] [Client thread/WARN] [OpenComputers/OpenComputers]: Failed registering assembler template.
java.lang.ClassCastException: interface li.cil.oc.api.internal.Tablet

Entire log: http://pastebin.com/YEteSicq

I don't think it is my mods doing, since even if I comment out the 2 lines of code that run it will still break. If I build the mod it works fine with regular universal build. I didn't make an issue on github because I am not sure if this is just me messing up or if it's a problem with the dev build since I tried it on 3 versions.

Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0
  • Solution

Solved, looks like the github's instructions is outdated, works fine if I use compile "li.cil.oc:OpenComputers:MC1.7.10-1.6.+:dev" instead of compile "li.cil.oc:OpenComputers:MC1.7.10-1.6.+:api" in build.gradle and remove the dev build from mods folder. Thanks Michiyo for helping me on IRC.

Link to post
Share on other sites
  • 0
17 hours ago, Gorzoid said:

Solved, looks like the github's instructions is outdated, works fine if I use compile "li.cil.oc:OpenComputers:MC1.7.10-1.6.+:dev" instead of compile "li.cil.oc:OpenComputers:MC1.7.10-1.6.+:api" in build.gradle and remove the dev build from mods folder. Thanks Michiyo for helping me on IRC.

Probably because you were just grabbing it's API and not the decompiled version or something. I'm marking your response as the answer :)

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.