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 with CreativeCore #37

Closed
Starexify opened this issue Sep 4, 2023 · 4 comments
Closed

Crash with CreativeCore #37

Starexify opened this issue Sep 4, 2023 · 4 comments
Labels
blocked Blocked by a third party bug Something isn't working

Comments

@Starexify
Copy link

Describe the bug

Trying to run CreativeCore with Forgified Fabric API crashing game.

Steps to reproduce

  1. Install CreativeCore v2.10.34 Forge, and Forgified Fabric API 1.9.8 .
  2. Run the game.
  3. Crash without crashlog.

Logs

https://pastebin.com/spiGmDVK

Additional context

I will report other mods if I find that crash and hope we can get as many fixes as possible !
I love the mod very much but bugs like this are making it sadly unusable xD

@Starexify Starexify added the bug Something isn't working label Sep 4, 2023
@Su5eD
Copy link
Member

Su5eD commented Sep 4, 2023

As described in #22, this is a rather troublesome issue to fix in FFAPI. Creative Core crashes due to a split package conflict caused by both mods including classes from fabric loader without relocating them. We cannot easily relocate our classes, as they are expected to be available by dependent mods to the full extent (just like on fabric).

If you're using Connector, its mod locator service will be able to fix this issue in the next release.

@Su5eD Su5eD added the blocked Blocked by a third party label Sep 20, 2023
@MrKashew
Copy link

to clarify - this means Connector will be able to run CreativeCore together w FFAPI?

@CreativeMD
Copy link

You can open the CreativeCore jar file and delete the net folder. There is no other way to solve this issue because CreativeCore and Forgified Fabric API do the same thing. CreativeCore also acts as a universal loader so that mods like ItemPhysic, EnhancedVisuals, AmbientSounds work on both Fabric and Forge. It only includes a very limited amount of fabric classes, but it is already enough to break everything.

@Su5eD Su5eD closed this as not planned Won't fix, can't repro, duplicate, stale Sep 22, 2024
@CreativeMD
Copy link

Actually the newest version of CreativeCore should work with this mod.

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

No branches or pull requests

4 participants