Skip to content

AEApi addon's ClassNotFound #829

Description

@ShadowNineX

Describe

Full crash report can be found here: AllTheMods/ATM-10#4371

Steps to reproduce

From my ai:

 The crash is caused by Advanced Peripherals 0.8.0a, specifically its AE2/ME Bridge integration.

 The crash occurs when a ComputerCraft computer calls the ME Bridge’s getUsedItemStorage method:

 ```text
AbstractStorageSystemPeripheral.getUsedItemStorage
→ MEBridgePeripheral.getUsedItemStorageImpl
→ AEApi.getUsedItemStorage
→ AEApi$ICellWrapper.of(AEApi.java:858)

Advanced Peripherals attempts to load this missing class:

io.github.projectet.ae2things.storage.IDISKCellItem

This results in:

java.lang.NoClassDefFoundError

ComputerCraft is only invoking the peripheral method, and Create is not on the failing stack path. The likely issue is
an incompatibility or missing dependency involving Advanced Peripherals’ AE2 Things support in version 0.8.0a.
Downgrading Advanced Peripherals to the previous pack version or updating it to a compatible version should resolve
the crash.

Multiplayer?

Yes

Version

1.21.1 0.8.0a

Minecraft, Forge and maybe other related mods versions

ATM 10 modpack version 8.1

Screenshots or Videos

No response

Crashlog/log

https://paste.kostromdan.dev/mclogs/hKiQXYA

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions