Created
January 31, 2021 10:34
-
-
Save K0-RR/99edd69926b947af6e68988608f1e589 to your computer and use it in GitHub Desktop.
BetterSlabs + ParadoxSlabs compat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.NullPointerException: Cannot invoke "java.lang.String.split(java.lang.String)" because the return value of "dev.bodner.jack.betterslabs.json.ModelMap.getTexture(java.lang.String)" is null | |
at Not Enough Crashes deobfuscated stack trace.(1.16.4+build.1) | |
at dev.bodner.jack.betterslabs.client.BetterslabsClient.lambda$createPack$2(BetterslabsClient.java:88) | |
at dev.bodner.jack.betterslabs.client.BetterslabsClient$$Lambda$7041/0x000000005403b160.accept(Unknown Source) | |
at com.swordglowsblue.artifice.impl.ArtificeResourcePackImpl.<init>(ArtificeResourcePackImpl.java:80) | |
at com.swordglowsblue.artifice.api.ArtificeResourcePack.ofAssets(ArtificeResourcePack.java:128) | |
at com.swordglowsblue.artifice.api.Artifice.registerAssets(Artifice.java:50) | |
at com.swordglowsblue.artifice.api.Artifice.registerAssets(Artifice.java:29) | |
at dev.bodner.jack.betterslabs.client.BetterslabsClient.createPack(BetterslabsClient.java:36) | |
at net.minecraft.client.MinecraftClient.handler$bje000$MinecraftClient(MinecraftClient:7866) | |
at net.minecraft.client.MinecraftClient.<init>(MinecraftClient:592) | |
at net.minecraft.client.main.Main.main(Main:177) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) | |
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:564) | |
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226) | |
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139) | |
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) | |
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:564) | |
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) | |
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) | |
at org.multimc.EntryPoint.listen(EntryPoint.java:143) | |
at org.multimc.EntryPoint.main(EntryPoint.java:34) | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Initialization -- | |
Details: | |
Stacktrace: | |
at net.minecraft.client.main.Main.main(Main.java:184) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) | |
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.base/java.lang.reflect.Method.invoke(Method.java:564) | |
at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226) | |
at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:139) | |
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:27) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) | |
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.base/java.lang.reflect.Method.invoke(Method.java:564) | |
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) | |
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) | |
at org.multimc.EntryPoint.listen(EntryPoint.java:143) | |
at org.multimc.EntryPoint.main(EntryPoint.java:34) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment