BetterPortals

BetterPortals

1M Downloads

Issues with loading in the mod for the first time.

FREE99PLUSTAX opened this issue ยท 9 comments

commented

I've had an issue with trying to load the mod. Every time I start up Forge 1.12.2, the game crashes. It keeps giving me this issue report. Please explain how to fix this.

Here's the report;
---- Minecraft Crash Report ----

WARNING: coremods are present:
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 8/13/19 10:58 PM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraft/client/renderer/EntityRenderer
at net.minecraftforge.client.ForgeHooksClient.shouldUseVanillaReloadableListener(ForgeHooksClient.java:959)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SimpleReloadableResourceManager.java:131)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SimpleReloadableResourceManager.java:112)
at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:808)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:247)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.EntityRenderer
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 14 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:521)
at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 16 more
Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: kotlin.Pair
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:682)
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transform(MixinPreProcessorStandard.java:670)
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:267)
at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:241)
at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1144)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:267)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:353)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.apply(MixinTransformer.java:724)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.applyMixins(MixinTransformer.java:703)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:509)
... 19 more

commented

You're missing Forgelin: https://www.curseforge.com/minecraft/mc-mods/betterportals/relations/dependencies?filter-related-dependencies=3

If that's not the case, please attach the full log.

commented

In that case, it's probably an incompatibility with one of your other mods. Considering you've only got one other mod installed (Flan's Mod), it's probably that one.

The crash report unfortunately doesn't say what exactly went wrong, it just says that something went wrong. Usually there will be more info in the log prior to the crash, hence why I'd appreciate if you attach the log file (either the file directly or a link to https://paste.dimdev.org/) .

commented

I got it working. It was because of an incompatibility with the Flans mod. Thanks for your help. One more question, in the screenshots of the mod, it is completely clear to see into the Nether or End, but when I open a portal it has a purple overlay, similar to the standard Nether Portal. Is it supposed to be like this?
2019-08-14_09 42 41

commented

Could you please nevertheless post the log so I can determine how to actually fix this in the future?

commented

Yeah, sure. Here it is.
crash-2019-08-14_09.46.57-client.txt

commented

That's the crash report you posted above, not the full game log.

commented

Sorry, I really don't know what I'm doing. How would I go about finding the game log?

commented

Eh, I'll just go and install flan's mod myself then, that should be easier.

As for the portal: Yes, that's how it's supposed to look. You can configure the opacity of the texture in the config (and e.g. set it to 0 if you want no texture at all).

commented

I'm an idiot. I was trying to use Optifine for 1.14.3, not 1.12.2. Sorry for wasting your time, it was my fault.