TESLA

TESLA

15M Downloads

Crash on world load / API error

robaimes opened this issue · 6 comments

commented

TESLA is not showing up in the list of loaded API's and is causing issues with other mods.

[bdlib/bdlib]: List of loaded APIs:

This is causing issues similar to #40 and this from here

Using latest Tesla version | 1.2.2.49

commented

That is because Tesla is no API since Darkhax remove it, but it has a reason.

commented

The Tesla API does not support API bundling. The API system in forge was created to allow versioned mod bundling.

commented

Ok that explains the log, but there is still a strange problem where mods are not finding the capabilities,
My best guess is that someone has included Tesla in their mod, but without all of the classes? I've seen something like that with RF before.

commented

If it helps, removing EnderIO / EnderCore appears to remedy this issue. While not a solid solution, it may help find the cause.

Here's a forge log with EnderIO and EnderCore removed, which successfully loads the world: https://dl.dropboxusercontent.com/u/76791645/Downloads/fml-client-latest-3.log

commented

The summary from RF is that one or more mods was attempting to load Tesla before it had been fully constructed. This caused issues which blocked tesla classes from being loaded later down the line. Not sure how accurate that is, but it seems to have solved the issue so I will accept it lol.

commented

¯_(ツ)_/¯