Asks for mod dependencies, but the suggestions list is blank.
xChitose opened this issue ยท 12 comments
I'm running FTB Unstable 1.10 (1.10.2 MC Ver.) and whenever I start up, Forge tells me that TechReborn needs dependencies to run, yet the suggested list of mods to install is blank, and I have everything required of the mod (TechReborn, RebornCore, etc) both updated to the latest available version from curse.
I've had a similar problem happen with a mod I once updated, so I tried an earlier version of TR/RC but to no avail, the problem still persists.
Edit: Had another mod do this until I updated the mod it was supposed to work with.
Yes, the issue with the list being empty appears to be a forge issue, you are using an old version of JEI which is causing the missing mod screen to show.
NotEnoughItems-1.10.2-2.1.1.147-universal.jar from the log, so yes, @covers1624 is breaking all the things.
NEI issue Ref: TheCBProject/NotEnoughItems#23
I was able to load into my world successfully.
And I'm noticing a few things, but as you said NEI is the issue, so, I'll remove it for the time being.
Something notable would be the OpenGL Error: 1283 (Stack Overflow ( With NEI installed)).
Anyway, thank you for your time.
We need the full fml-client-latest.log file. Do you happen to have NEI installed?
fml-client-latest.zip - Forge 12.18.1.2084
Did a test of the exact same mod setup with the latest forge for MC 1.10.2 (12.18.1.2095)
Received the same screen, here's the log for that.
fml-client-latest.zip - Forge 12.18.1.2095
Yes, I do have NEI installed.
The error appears to be a forge issue:
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: java.lang.reflect.InvocationTargetException
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at java.lang.reflect.Method.invoke(Unknown Source)
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at Reflector.callVoid(Reflector.java:335)
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1399)
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076)
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at net.minecraft.client.main.Main.main(SourceFile:124)
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at java.lang.reflect.Method.invoke(Unknown Source)
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[05:14:06] [Client thread/INFO] [STDERR/]: [Reflector:handleException:911]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[05:14:06] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: Caused by: java.lang.NoClassDefFoundError: bxl
[05:14:06] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraftforge.fml.common.versioning.Restriction.toStringFriendly(Restriction.java:224)
[05:14:06] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraftforge.fml.common.versioning.VersionRange.toStringFriendly(VersionRange.java:498)
[05:14:06] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraftforge.fml.client.GuiModsMissing.func_73863_a(GuiModsMissing.java:106)
[05:14:06] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382)
[05:14:06] [Client thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: ... 14 more