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

Bug: Issue on request interface com.aetherteam.aetherfabric.pond.IRegistryExtension #2382

Open
6 tasks done
suerion opened this issue Nov 17, 2024 · 11 comments
Open
6 tasks done
Assignees
Labels
type/bug The issue describes a bug or error in the project.

Comments

@suerion
Copy link

suerion commented Nov 17, 2024

What Feature Types Apply to This Bug?

World-Gen

Other Type

No response

What Type of Bug Is This?

Crash

Mod Loader

Fabric

Mod Loader Version

0.16.9

The Aether Version

aether-1.21.1-1.5.1-beta.4-fabric

Is This Bug a Conflict With Another Mod?

Don't know yet

Client Log

Warning on Datapacks: https://mclo.gs/qorkWQ8

Crash Report (if applicable)

No response

Steps to Reproduce

Add Aether on a Huge Modpack Server and try to start on clean modpack, (Mods, config, no world)

What You Expect To Happen

Generate world with datapacks

it has worked a few times, but this time there is the issue

What Actually Happened

Server Stop on Startup

Additional Details

latest server log:
https://mclo.gs/HrF8XJq

Please Read and Confirm The Following

  • I have confirmed this bug can be replicated without the use of Optifine.
  • I have confirmed this bug is on the most recently supported version of Minecraft.
  • I have confirmed the details provided in this report are concise as possible and does not contain vague information (ie. Versions are properly recorded, answers to questions are clear).
  • I have confirmed this bug is unique and has not been reported already.
  • If playing on a modpack, I have reported this bug to their issue tracker already.
  • I have confirmed that I'm reporting a bug in The Aether I, not The Aether II.
@suerion suerion added the type/bug The issue describes a bug or error in the project. label Nov 17, 2024
@github-project-automation github-project-automation bot moved this to Back Log in The Aether Nov 17, 2024
@Dragon-Seeker
Copy link
Contributor

Can you try removing farmersdelight and relaunching as I might have a hunch to what is occuring

@suerion
Copy link
Author

suerion commented Nov 17, 2024

Will try and come back with update

@suerion
Copy link
Author

suerion commented Nov 17, 2024

Had disabled Farmers Delight and all addons from it, here is the issue persistend,

https://mclo.gs/ZU2weFh

@Dragon-Seeker
Copy link
Contributor

Hmm ok, can you next try removing automodpack temporarily. If such persists it will requires some investigation why this occurs as this shouldn't be happening

@suerion
Copy link
Author

suerion commented Nov 17, 2024

Will try it tomorow, automodpack does only make mess on client side, Because it load mixin 4.1 and not the beta mixin, what cause the mixin Injektion problems.

I'm work on debuging the issue and tomorow should be come a new automodpack update.

But i will try more tests after work tomorow

@suerion
Copy link
Author

suerion commented Nov 18, 2024

@Dragon-Seeker had disabled also Automodpack, but the error occurs again. Will look on other mods, but i don't know, what coult be the issue here, had no problems before

https://mclo.gs/qrlsZjw

@suerion
Copy link
Author

suerion commented Nov 18, 2024

oh wait, had not seen this issue before ->

Mod aether provides a broken MixinCanceller implementation:
net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'mixinsquared' provided by 'aether'
        at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:56)
        at knot//com.bawnorton.mixinsquared.platform.fabric.MixinSquaredApiImplLoader.lambda$load$0(MixinSquaredApiImplLoader.java:38)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
        at knot//com.bawnorton.mixinsquared.platform.fabric.MixinSquaredApiImplLoader.load(MixinSquaredApiImplLoader.java:35)
        at knot//com.bawnorton.mixinsquared.platform.fabric.MixinSquaredMixinConfigPlugin.onLoad(MixinSquaredMixinConfigPlugin.java:40)
        at org.spongepowered.asm.mixin.transformer.PluginHandle.onLoad(PluginHandle.java:119)
        at org.spongepowered.asm.mixin.transformer.MixinConfig.onSelect(MixinConfig.java:790)
        at org.spongepowered.asm.mixin.transformer.MixinProcessor.selectConfigs(MixinProcessor.java:498)
        at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:460)
        at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:438)
        at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:290)
        at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
        at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
        at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)
        at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)
        at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)
        at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
        at java.base/java.lang.Class.forName0(Native Method)
        at java.base/java.lang.Class.forName(Class.java:534)
        at java.base/java.lang.Class.forName(Class.java:513)
        at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:50)
        at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:124)
        at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53)
        at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:399)
        at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:160)
        at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68)
        at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23)
        at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69)
        at net.fabricmc.installer.ServerLauncher.main(ServerLauncher.java:69)
Caused by: net.fabricmc.loader.api.LanguageAdapterException: java.lang.ClassNotFoundException: com.aetherteam.aetherfabric.AetherFabricMixinCanceller
        at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:52)
        at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:124)
        at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53)
        ... 29 more
Caused by: java.lang.ClassNotFoundException: com.aetherteam.aetherfabric.AetherFabricMixinCanceller
        at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
        at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226)
        at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
        at java.base/java.lang.Class.forName0(Native Method)
        at java.base/java.lang.Class.forName(Class.java:534)
        at java.base/java.lang.Class.forName(Class.java:513)
        at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:50)
        ... 31 more

@suerion
Copy link
Author

suerion commented Nov 18, 2024

Tested on Windows 11, same issue, had added again all mods
https://mclo.gs/YNrPuDq

@suerion
Copy link
Author

suerion commented Nov 19, 2024

@Dragon-Seeker if you had an build to test, i could test it on my enviroment ;)

@Dragon-Seeker
Copy link
Contributor

Ill see about getting you one later today/tomorrow (Time zones are fun).

@suerion
Copy link
Author

suerion commented Nov 19, 2024

Time zones are really fun, here it is 09:00 am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The issue describes a bug or error in the project.
Projects
Status: Next Up
Development

No branches or pull requests

2 participants