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 SpongeForge #30

Open
PixelmonPRO opened this issue Jan 8, 2024 · 2 comments
Open

Crash with SpongeForge #30

PixelmonPRO opened this issue Jan 8, 2024 · 2 comments
Labels
question Further information is requested wait for response

Comments

@PixelmonPRO
Copy link

When install Cleanroom 3026 version, and install only SpongeForge 7.4.8-RC4142 version, i get a crash when trying starting server:

net.minecraftforge.fml.common.LoaderException: java.lang.UnsupportedOperationException: SpongeCommon does not have it's own ecosystem, this needs to be mixed into for implementations depending on SpongeCommon
	at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:384)
	at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568)
	at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.UnsupportedOperationException: SpongeCommon does not have it's own ecosystem, this needs to be mixed into for implementations depending on SpongeCommon
	at org.spongepowered.common.SpongeImplHooks.getImplementationId(SpongeImplHooks.java:554)
	at org.spongepowered.mod.SpongeModMetadata.getSpongeForgeMetadata(SpongeModMetadata.java:118)
	at org.spongepowered.mod.SpongeModMetadata.load(SpongeModMetadata.java:78)
	at org.spongepowered.mod.SpongeModMetadata.get(SpongeModMetadata.java:98)
	at org.spongepowered.mod.SpongeApiModContainer.<init>(SpongeApiModContainer.java:36)
	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at java.base/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128)
	at java.base/jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:304)
	at java.base/java.lang.Class.newInstance(Class.java:725)
	at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:379)
	... 6 more

Logs: crash report / latest.log / debug.log.

@Rongmario
Copy link
Member

Please revisit this in latest alpha builds of Cleanroom to see if it is fixed.

@Rongmario Rongmario added question Further information is requested wait for response labels May 13, 2024
@gravit0
Copy link

gravit0 commented Aug 17, 2024

Actual crash report https://mclo.gs/NPIS5lB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wait for response
Projects
None yet
Development

No branches or pull requests

3 participants