OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

Attaching Autonomous Activator as peripheral causes Minecraft crash #206

Closed ghost closed 9 years ago

ghost commented 9 years ago

Here's my crash log: http://pastebin.com/Ug2QwBrb

I should note that I can wrap the Activator by putting the computer directly next to it, but over wired networks, it causes a crash. I am on snapshot build 168 for OpenPeripheralCore, snapshot build 137 for OpenPeripheralAddons, and snapshot build 11 for OpenPeripheralIntegration. I am using ComputerCraft 1.65.

boq commented 9 years ago

Not our bug. Other mod contains invalid version of ComputerCraft API. Find in jars file /dan200/computercraft/api/peripheral/IComputerAccess.class and if anything else than ComputerCraft contains it, complain to mod author.

I will add command to OpenModsLib that should make that easier.

boq commented 9 years ago

As promised earlier, I added to OpenModsLib (builds >= 264) command that prints information about source of class and all other files that provide it. I hope it will help with future issues.

Usage:

om_source_c class dan200.computercraft.api.peripheral.IComputerAccess
om_source_s class dan200.computercraft.api.peripheral.IComputerAccess

_c in unrestricted client-side version, _s is op-only server-side version.