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

OC and AE2 thru OC adapter #15

Open
adamsonich opened this issue Jun 11, 2015 · 3 comments
Open

OC and AE2 thru OC adapter #15

adamsonich opened this issue Jun 11, 2015 · 3 comments

Comments

@adamsonich
Copy link

I'm using
OpenPeripheral-1.7.10-AIO-4
OpenComputers-MC1.7.10-1.5.3.10-universal
trying program:

component=require("component")
ae2=component.proxy(component.list("tileinterface")())
item_list=ae2.getAvailableItems()
ae2.requestCraft(item_list[9].fingerprint,10)

and get error on last line

"kernel 913: failed to convert arg fingerprint"
error come from line 725 in file "OpenComputers-MC1.7.10-1.5.3.10-universal.jar\assets\opencomputers\lua\machine.lua" in function "xpcall"

i get same error if use

ae2.exportItem(item_list[9].fingerprint,"south",10)

if I print item_list[9].fingerprint
on screen I get

{dmg=0,
id="minecraft:sand"}
@adamsonich
Copy link
Author

Update
dublicate structure with ComputerCraft
and it's work fine

@boq
Copy link
Member

boq commented Jun 11, 2015

Umm, I'm not really sure what happened there. I can't reproduce this issue (with OpenComputers-MC1.7.10-1.5.12.26-universal.jar) even though I've run almost exactly same code.

But I've added more verbose error descriptions (will be in next version), so debugging it will be easier in future.

@adamsonich
Copy link
Author

updated OpenComputers-MC1.7.10-1.5.12.26-universal
2015-06-12_14 10 21
found that in single world every thing is work correctly
but on server I get errors
server has same version of mod: OpenComputers-MC1.7.10-1.5.12.26-universal

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

2 participants