Closed JadedKitteh closed 4 years ago
not 100% sure but I think your forge is very outdated?
Latest: 14.23.5.2847 Yours: 14.23.0.2529
try updating at least to the newest recommended and let me know how it is
Thank you! I will give that a try!
On Sat, Mar 7, 2020, 10:50 AM Luke Driscoll notifications@github.com wrote:
not 100% sure but I think your forge is very outdated? Latest: 14.23.5.2847 Yours: 14.23.0.2529
try updating at least to the newest recommended and let me know how it is
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Zathrox/Explorercraft/issues/11?email_source=notifications&email_token=AOX52EUMV3UQCOYIJY5HC5TRGJ3L3A5CNFSM4LCXG65KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOD6BBI#issuecomment-596107397, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOX52ESMO6QDET2IGNJRMODRGJ3L3ANCNFSM4LCXG65A .
I'm extremely new to using mods, and haven't any experience with coding, but am interested in learning, so any help with this issue would be wonderful! I think I installed the Explorecraft mod for 1.12 correctly, but when I launch this version, it crashes, with the following information:
---- Minecraft Crash Report ---- // Surprise! Haha. Well, this is awkward.
Time: 3/5/20 8:36 PM Description: Initializing game
java.lang.NoSuchMethodError: net.minecraftforge.common.util.EnumHelper.addHorseArmor(Ljava/lang/String;Ljava/lang/String;I)Lnet/minecraft/entity/passive/HorseArmorType; at zathrox.explorercraft.init.MaterialsRegistry.(MaterialsRegistry.java:76)
at zathrox.explorercraft.events.EventHandler.onRegisterItemsEvent(EventHandler.java:305)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_8_EventHandler_onRegisterItemsEvent_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:143)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:739)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:603)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head -- Thread: Client thread Stacktrace: at zathrox.explorercraft.init.MaterialsRegistry.(MaterialsRegistry.java:76)
at zathrox.explorercraft.events.EventHandler.onRegisterItemsEvent(EventHandler.java:305)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_8_EventHandler_onRegisterItemsEvent_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:143)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:739)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:603)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
-- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) 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)
-- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 286126208 bytes (272 MB) / 536870912 bytes (512 MB) up to 2147483648 bytes (2048 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.0.2529 9 mods loaded, 9 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Using GL 1.3 texture combiners. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. Shaders are available because OpenGL 2.1 is supported. VBOs are available because OpenGL 1.5 is supported.