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] EMI #193

Open
lanwoodall423 opened this issue Aug 2, 2024 · 0 comments
Open

[Bug] EMI #193

lanwoodall423 opened this issue Aug 2, 2024 · 0 comments

Comments

@lanwoodall423
Copy link

What happened?

1.20.1 Fabric with EMI 1.1.10 and BCLib 3.0.14

I posted this to the EMI github as well.

Endless loop of EMI trying to initialize and failing at:

[11:12:01] [Thread-36/ERROR]: [worlds_together] Tried to read from global registry!
[11:12:01] [Thread-36/ERROR]: [EMI] Exception loading plugin provided by bclib
[11:12:01] [Thread-36/INFO]: [STDERR]: java.lang.NullPointerException: Cannot invoke "net.minecraft.class_5455.method_30530(net.minecraft.class_5321)" because the return value of "org.betterx.worlds.together.world.event.WorldBootstrap.getLastRegistryAccessOrElseBuiltin()" is null
[11:12:01] [Thread-36/INFO]: [STDERR]: at org.betterx.bclib.recipes.AnvilRecipe.getAllHammers(AnvilRecipe.java:108)
[11:12:01] [Thread-36/INFO]: [STDERR]: at org.betterx.bclib.integration.emi.EMIAnvilRecipe.addAllRecipes(EMIAnvilRecipe.java:45)
[11:12:01] [Thread-36/INFO]: [STDERR]: at org.betterx.bclib.integration.emi.EMIPlugin.register(EMIPlugin.java:120)
[11:12:01] [Thread-36/INFO]: [STDERR]: at dev.emi.emi.runtime.EmiReloadManager$ReloadWorker.run(EmiReloadManager.java:185)
[11:12:01] [Thread-36/INFO]: [STDERR]: at java.base/java.lang.Thread.run(Thread.java:1583)
[11:12:01] [Thread-36/ERROR]: [EMI] java.lang.NullPointerException: Cannot invoke "net.minecraft.class_5455.method_30530(net.minecraft.class_5321)" because the return value of "org.betterx.worlds.together.world.event.WorldBootstrap.getLastRegistryAccessOrElseBuiltin()" is null
at org.betterx.bclib.recipes.AnvilRecipe.getAllHammers(AnvilRecipe.java:108)
at org.betterx.bclib.integration.emi.EMIAnvilRecipe.addAllRecipes(EMIAnvilRecipe.java:45)
at org.betterx.bclib.integration.emi.EMIPlugin.register(EMIPlugin.java:120)
at dev.emi.emi.runtime.EmiReloadManager$ReloadWorker.run(EmiReloadManager.java:185)
at java.base
[11:12:01] [Thread-36/ERROR]: [EMI] java.lang.Thread.run(Thread.java:1583)

latest.log

BCLib

3.0.14

WorldWeaver

none

Fabric API

0.92.2

Fabric Loader

0.15.11

Minecraft

1.20.1

Relevant log output

11:12:01] [Thread-36/ERROR]: [worlds_together] Tried to read from global registry!
[11:12:01] [Thread-36/ERROR]: [EMI] Exception loading plugin provided by bclib
[11:12:01] [Thread-36/INFO]: [STDERR]: java.lang.NullPointerException: Cannot invoke "net.minecraft.class_5455.method_30530(net.minecraft.class_5321)" because the return value of "org.betterx.worlds.together.world.event.WorldBootstrap.getLastRegistryAccessOrElseBuiltin()" is null
[11:12:01] [Thread-36/INFO]: [STDERR]: 	at org.betterx.bclib.recipes.AnvilRecipe.getAllHammers(AnvilRecipe.java:108)
[11:12:01] [Thread-36/INFO]: [STDERR]: 	at org.betterx.bclib.integration.emi.EMIAnvilRecipe.addAllRecipes(EMIAnvilRecipe.java:45)
[11:12:01] [Thread-36/INFO]: [STDERR]: 	at org.betterx.bclib.integration.emi.EMIPlugin.register(EMIPlugin.java:120)
[11:12:01] [Thread-36/INFO]: [STDERR]: 	at dev.emi.emi.runtime.EmiReloadManager$ReloadWorker.run(EmiReloadManager.java:185)
[11:12:01] [Thread-36/INFO]: [STDERR]: 	at java.base/java.lang.Thread.run(Thread.java:1583)
[11:12:01] [Thread-36/ERROR]: [EMI] java.lang.NullPointerException: Cannot invoke "net.minecraft.class_5455.method_30530(net.minecraft.class_5321)" because the return value of "org.betterx.worlds.together.world.event.WorldBootstrap.getLastRegistryAccessOrElseBuiltin()" is null
	at org.betterx.bclib.recipes.AnvilRecipe.getAllHammers(AnvilRecipe.java:108)
	at org.betterx.bclib.integration.emi.EMIAnvilRecipe.addAllRecipes(EMIAnvilRecipe.java:45)
	at org.betterx.bclib.integration.emi.EMIPlugin.register(EMIPlugin.java:120)
	at dev.emi.emi.runtime.EmiReloadManager$ReloadWorker.run(EmiReloadManager.java:185)
	at java.base
[11:12:01] [Thread-36/ERROR]: [EMI] java.lang.Thread.run(Thread.java:1583)

Other Mods

EMI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant