Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

DarkRoman15

Members
  • Joined

  • Last visited

  1. so 2 out of 5 times it gets past the black screen, and from there it slows to about a megabyte every 6 seconds on the sound handler resource initialization. afraid to click anywhere on the loader as it will probably count as not responding. Im only utilizing a Laptop so may just be slow loading time. at the time that I wrote that, it decided to stop responding.
  2. no, i removed my config and mod files and reinstalled and it gave me the same error. I think i've made some new progress though as i went to the modpack dev's site and installed the recommended version of forge 1.12.2 and now i can get the launcher to sometimes initalize with a black screen and a Not Responding message. yay?
  3. would it have anything to do with something called a ReflectionsHelper? or is this just one of those bugs that are kinda source less?
  4. DarkRoman15 joined the community
  5. I am currently trying to run RL Craft on Java as i have historically had issues with it and minecraft. This issue has happened without fail a few times now, so i have been able to get a reliable log it seems of the crash. The error occurs when I hit play on the Launcher and the log appears but not the loader. it says it crashes with Exit Code -1. I have a suspicion that the issue is with the Chunk Animator mod. Help? Heres the Log: ---- Minecraft Crash Report ---- WARNING: coremods are present: LibLoader (# LibLoader.jar) CreativePatchingLoader (CreativeCore_v1.9.74_mc1.12.2.jar) SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar) Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.9-1.12.2.jar) ForgelinPlugin (Forgelin-1.8.4.jar) Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar) TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar) LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) llibrary (llibrary-core-1.0.11-1.12.2.jar) PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar) ItemPatchingLoader (ItemPhysic_Full_1.4.27_mc1.12.2.jar) MMFMLCorePlugin (MultiMine-1.12.2.jar) LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) CoreMod (TickProfiler-1.12-0.0.7.jar) BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar) IvToolkit (IvToolkit-1.3.3-1.12.jar) LoadingPlugin (Reskillable-1.12.2-1.13.0.jar) TNTUtilities Core (tnt_utilities-mc1.12-1.2.3.jar) CorePlugin (ForgeEndertech-1.12.2-4.4.25.0-build.0428.jar) LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar) Contact their authors BEFORE contacting forge // Who set us up the TNT? Time: 12/24/19 3:10 PM Description: Initializing game java.lang.NoSuchMethodError: net.minecraftforge.fml.relauncher.ReflectionHelper.findField(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/reflect/Field; at net.minecraft.util.SoundCategory.<clinit>(SourceFile:39) 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 java.lang.Class.getEnumConstantsShared(Class.java:3320) at java.lang.System$2.getEnumConstantsShared(System.java:1249) at java.util.EnumMap.getKeyUniverse(EnumMap.java:752) at java.util.EnumMap.<init>(EnumMap.java:138) at com.google.common.collect.Maps.newEnumMap(Maps.java:481) at net.minecraft.client.settings.GameSettings.<init>(GameSettings.java:111) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:443) 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 net.minecraft.util.SoundCategory.<clinit>(SourceFile:39) 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 java.lang.Class.getEnumConstantsShared(Class.java:3320) at java.lang.System$2.getEnumConstantsShared(System.java:1249) at java.util.EnumMap.getKeyUniverse(EnumMap.java:752) at java.util.EnumMap.<init>(EnumMap.java:138) at com.google.common.collect.Maps.newEnumMap(Maps.java:481) at net.minecraft.client.settings.GameSettings.<init>(GameSettings.java:111) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:443) -- 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: 99673312 bytes (95 MB) / 359329792 bytes (342 MB) up to 4281597952 bytes (4083 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): LibLoader (# LibLoader.jar) CreativePatchingLoader (CreativeCore_v1.9.74_mc1.12.2.jar) SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar) sereneseasons.asm.transformer.EntityRendererTransformer sereneseasons.asm.transformer.WorldTransformer Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.9-1.12.2.jar) pl.asie.foamfix.coremod.FoamFixTransformer ForgelinPlugin (Forgelin-1.8.4.jar) Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar) invtweaks.forge.asm.ContainerTransformer TransformLoader (DynamicSurroundings-1.12.2-3.6.0.2.jar) LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar) lumien.bloodmoon.asm.ClassTransformer llibrary (llibrary-core-1.0.11-1.12.2.jar) net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar) ItemPatchingLoader (ItemPhysic_Full_1.4.27_mc1.12.2.jar) com.creativemd.itemphysic.ItemTransformer MMFMLCorePlugin (MultiMine-1.12.2.jar) atomicstryker.multimine.common.fmlmagic.MMTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar) lumien.resourceloader.asm.ClassTransformer CoreMod (TickProfiler-1.12-0.0.7.jar) BetterFoliageLoader (BetterFoliage-MC1.12-2.2.0.jar) mods.betterfoliage.loader.BetterFoliageTransformer IvToolkit (IvToolkit-1.3.3-1.12.jar) LoadingPlugin (Reskillable-1.12.2-1.13.0.jar) codersafterdark.reskillable.base.asm.ClassTransformer TNTUtilities Core (tnt_utilities-mc1.12-1.2.3.jar) ljfa.tntutils.asm.ExplosionTransformer CorePlugin (ForgeEndertech-1.12.2-4.4.25.0-build.0428.jar) LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar) lumien.chunkanimator.asm.ClassTransformer Launched Version: 1.12.2-forge1.12.2-14.23.5.2768 LWJGL: 2.9.4 OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. GL Caps: Using VBOs: ~~ERROR~~ NullPointerException: null Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: ~~ERROR~~ NullPointerException: null Current Language: ~~ERROR~~ NullPointerException: null Profiler Position: N/A (disabled) CPU: <unknown>

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.