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

Crash when both AE2 (forge) and Modern Industrialization (fabric) are loaded #404

Closed
Gronglegrowth opened this issue Oct 21, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Gronglegrowth
Copy link

Describe the bug

When both AE2 and MI are loaded together, it results in a crash on launch.

Steps to reproduce

  1. Install Sinytra Connector 1.0.0-beta19
  2. Install AE2 15.0.3, MI 1.7.4, and their dependencies
  3. Attempt to start up the game
  4. Observe a crash

Logs

https://mclo.gs/aneOzSW

Additional context

No response

@Gronglegrowth Gronglegrowth added the bug Something isn't working label Oct 21, 2023
@Su5eD Su5eD self-assigned this Oct 21, 2023
Su5eD added a commit that referenced this issue Oct 22, 2023
@Su5eD
Copy link
Member

Su5eD commented Oct 22, 2023

I fixed a conflict with AE2's early registration, though MI will still initialize its addon items without registering them. This is due to AE2 not running its addon entrypoint on Forge. It's also not possible to run a bridge like we do with other mods because AE2 for Fabric and Forge are two independent versions.

Fortunately, MI provides a config option to disable AE2 integration entirely. This comes in handy when you're running the Forge version of AE2, which is not supported by the integration. To do so, open the modern_industrialization.toml config file and set enableAe2Integration to false. AE2 and MI will then run fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants