Jump to content

Forge 1.12.2 Seems to return errors with certain Mods


Archamodos

Recommended Posts

So basically I made a Forge 1.7.10 Forum last time talking about the Lab and how 1.7.10 won't open,It was closed because it has no support So I decided I could just update the mods to 1.12.2. Surprisingly all the mods have 1.12.2 ports and whatever.

I download them and their Cores and Libs,After so I try to open Minecraft and I get this Error Log in Return:

Spoiler

WARNING: coremods are present:
  MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2.jar)
  TransformerLoader (OpenComputers-MC1.12.2-1.7.3.146.jar)
  NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
Contact their authors BEFORE contacting forge

// This doesn't make any sense!

Time: 12/14/18 12:12 PM
Description: Initializing game

java.lang.NoClassDefFoundError: com/mia/craftstudio/IPackReaderCallback
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:526)
    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at info.mineshafter.GameStarter.main(GameStarter.java:33)
Caused by: java.lang.ClassNotFoundException: com.mia.craftstudio.IPackReaderCallback
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 43 more
Caused by: java.lang.NullPointerException


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:526)
    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at info.mineshafter.GameStarter.main(GameStarter.java:33)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_102, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 132451416 bytes (126 MB) / 420012032 bytes (400 MB) up to 8576565248 bytes (8179 MB)
    JVM Flags: 6 total; -Xmx8G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2796 69 mods loaded, 69 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                      | Version           | Source                                          | Signature                                |
    |:----- |:----------------------- |:----------------- |:----------------------------------------------- |:---------------------------------------- |
    | LC    | minecraft               | 1.12.2            | minecraft.jar                                   | None                                     |
    | LC    | mcp                     | 9.42              | minecraft.jar                                   | None                                     |
    | LC    | FML                     | 8.0.99.99         | forge-1.12.2-14.23.5.2796.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | forge                   | 14.23.5.2796      | forge-1.12.2-14.23.5.2796.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | openmodscore            | 0.11.3            | minecraft.jar                                   | None                                     |
    | LC    | opencomputers|core      | 1.7.3.146         | minecraft.jar                                   | None                                     |
    | LC    | securitycraft           | v1.8.10           | [1.12.2]+SecurityCraft+v1.8.10.jar              | None                                     |
    | LC    | appliedenergistics2     | rv6-stable-3      | appliedenergistics2-rv6-stable-3.jar            | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LC    | cd4017be_lib            | 6.2.7             | CD4017BE_lib-1.12.2-6.2.7.jar                   | None                                     |
    | LC    | circuits                | 6.1.4             | AutomatedRedstone-1.12.2-6.1.4.jar              | None                                     |
    | LC    | bibliocraft             | 2.4.5             | BiblioCraft-Mod-1.12.2.jar                      | None                                     |
    | LC    | bookshelf               | 2.3.570           | Bookshelf-1.12.2-2.3.570.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | buildcraftlib           | 7.99.14           | BuildCraft-Mod-1.12.2.jar                       | None                                     |
    | LC    | buildcraftcore          | 7.99.14           | BuildCraft-Mod-1.12.2.jar                       | None                                     |
    | LC    | buildcraftbuilders      | 7.99.14           | BuildCraft-Mod-1.12.2.jar                       | None                                     |
    | LC    | buildcraftenergy        | 7.99.14           | BuildCraft-Mod-1.12.2.jar                       | None                                     |
    | LC    | buildcraftfactory       | 7.99.14           | BuildCraft-Mod-1.12.2.jar                       | None                                     |
    | LC    | buildcraftrobotics      | 7.99.14           | BuildCraft-Mod-1.12.2.jar                       | None                                     |
    | LC    | buildcraftsilicon       | 7.99.14           | BuildCraft-Mod-1.12.2.jar                       | None                                     |
    | LC    | buildcrafttransport     | 7.99.14           | BuildCraft-Mod-1.12.2.jar                       | None                                     |
    | LC    | chameleon               | 1.12-4.1.3        | Chameleon-1.12-4.1.3.jar                        | None                                     |
    | LC    | ctm                     | MC1.12.2-0.3.3.22 | CTM-MC1.12.2-0.3.3.22.jar                       | None                                     |
    | LC    | chisel                  | MC1.12.2-0.2.1.35 | Chisel-MC1.12.2-0.2.1.35.jar                    | None                                     |
    | LC    | chiselsandbits          | 14.29             | chiselsandbits-14.29.jar                        | None                                     |
    | LC    | codechickenlib          | 3.2.2.353         | CodeChickenLib-1.12.2-3.2.2.353-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | redstoneflux            | 2.1.0             | RedstoneFlux-1.12-2.1.0.6-universal.jar         | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | cofhcore                | 4.6.1             | CoFHCore-1.12.2-4.6.1.22-universal.jar          | None                                     |
    | LC    | cofhworld               | 1.2.0             | CoFHWorld-1.12.2-1.2.0.5-universal.jar          | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | computercraft           | 1.80pr1           | ComputerCraft1.80pr1.jar                        | None                                     |
    | LC    | customnpcs              | 1.12              | CustomNPCs_1.12.2(26aug18).jar                  | None                                     |
    | L     | props                   | 2.6.1             | DecoCraft-Mod-1.12.2.jar                        | None                                     |
    | L     | enderstorage            | 2.4.5.135         | EnderStorage-1.12.2-2.4.5.135-universal.jar     | None                                     |
    | L     | extrabitmanipulation    | 1.12.2-3.4.1      | ExtraBitManipulation-1.12.2-3.4.1.jar           | None                                     |
    | L     | extrautils2             | 1.0               | extrautils2-1.12-1.9.8.jar                      | None                                     |
    | L     | forgemultipartcbe       | 2.6.0.79          | ForgeMultipart-1.12.2-2.6.0.79-universal.jar    | None                                     |
    | L     | microblockcbe           | 2.6.0.79          | ForgeMultipart-1.12.2-2.6.0.79-universal.jar    | None                                     |
    | L     | minecraftmultipartcbe   | 2.6.0.79          | ForgeMultipart-1.12.2-2.6.0.79-universal.jar    | None                                     |
    | L     | gardenstuff             | 1.12-2.1.1        | GardenStuff-1.12-2.1.1.jar                      | None                                     |
    | L     | ichunutil               | 7.1.4             | iChun-Util-Mod-1.12.2.jar                       | None                                     |
    | L     | malisiscore             | 1.12.2-6.4.0      | malisiscore-1.12.2-6.4.0.jar                    | None                                     |
    | L     | malisisdoors            | 1.12.2-7.3.0      | malisisdoors-1.12.2-7.3.0.jar                   | None                                     |
    | L     | mcjtylib_ng             | 3.0.7             | mcjtylib-1.12-3.0.7.jar                         | None                                     |
    | L     | mekanism                | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar                  | None                                     |
    | L     | mekanismgenerators      | 9.4.11            | MekanismGenerators-1.12.2-9.4.13.349.jar        | None                                     |
    | L     | numina                  | 1.10.0            | ModularPowersuits-1.12.2-0.6.0.20.jar           | None                                     |
    | L     | powersuits              | 1.12.2-0.6.0.20   | ModularPowersuits-1.12.2-0.6.0.20.jar           | None                                     |
    | L     | mrtjpcore               | 2.1.3.35          | MrTJPCore-1.12.2-2.1.3.35-universal.jar         | None                                     |
    | L     | openmods                | 0.11.3            | OpenModsLib-1.12.2.jar                          | None                                     |
    | L     | openblocks              | 1.7.3             | OpenBlocks-Mod-1.12.2.jar                       | None                                     |
    | L     | opencomputers           | 1.7.3.146         | OpenComputers-MC1.12.2-1.7.3.146.jar            | None                                     |
    | L     | projectred-core         | 4.9.1.92          | ProjectRed-1.12.2-4.9.1.92-Base.jar             | None                                     |
    | L     | projectred-integration  | 4.9.1.92          | ProjectRed-1.12.2-4.9.1.92-integration.jar      | None                                     |
    | L     | projectred-transmission | 4.9.1.92          | ProjectRed-1.12.2-4.9.1.92-integration.jar      | None                                     |
    | L     | projectred-fabrication  | 4.9.1.92          | ProjectRed-1.12.2-4.9.1.92-fabrication.jar      | None                                     |
    | L     | df-roads                | 1.4-mc1.12.2      | Realistic-Road-Mod-1.12.2.jar                   | None                                     |
    | L     | redstonepaste           | 1.7.5             | redstonepaste-mc1.12-1.7.5.jar                  | None                                     |
    | L     | rftools                 | 7.59              | rftools-1.12-7.59.jar                           | None                                     |
    | L     | rockhounding_core       | 3.16              | rockhounding_core-1.12.2-3.16.jar               | None                                     |
    | L     | gbook                   | 2.8.3             | Guidebook-1.12.2-2.8.3.jar                      | None                                     |
    | L     | rockhounding_chemistry  | 1.12.2-3.29       | rockhounding_chemistry-1.12.2-3.29.jar          | None                                     |
    | L     | rockhounding_oretiers   | 1.12.2-3.08       | rockhounding_oretiers-1.12.2-3.08.jar           | None                                     |
    | L     | rockhounding_rocks      | 1.12.2-3.18       | rockhounding_rocks-1.12.2-3.18.jar              | None                                     |
    | L     | rockhounding_surface    | 1.12.2-3.11       | rockhounding_surface-1.12.2-3.11.jar            | None                                     |
    | L     | satako                  | 2.21              | Satako+1.12-2.21.jar                            | None                                     |
    | L     | scp                     | 1.3               | SCP_Lockdown-1.12.2-1.3-hotfix.jar              | None                                     |
    | L     | storagedrawers          | 1.12-5.2.5        | Storage-Drawers-Mod-1.12.jar                    | None                                     |
    | L     | thermalfoundation       | 2.6.1             | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | None                                     |
    | L     | thermalexpansion        | 5.5.2             | ThermalExpansion-1.12.2-5.5.2.39-universal.jar  | None                                     |
    | L     | thermaldynamics         | 2.5.3             | ThermalDynamics-1.12.2-2.5.3.16-universal.jar   | None                                     |

    Loaded coremods (and transformers): 
MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar)
  
OpenModsCorePlugin (OpenModsLib-1.12.2.jar)
  openmods.core.OpenModsClassTransformer
TransformerLoader (OpenComputers-MC1.12.2-1.7.3.146.jar)
  li.cil.oc.common.asm.ClassTransformer
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
  net.fybertech.nwr.NWRTransformer
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  team.chisel.ctm.client.asm.CTMTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 416.94' Renderer: 'GeForce GT 1030/PCIe/SSE2'
    OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]
    AE2 Version: stable rv6-stable-3 for Forge 14.23.5.2768
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2796
    LWJGL: 2.9.4
    OpenGL: GeForce GT 1030/PCIe/SSE2 GL version 4.6.0 NVIDIA 416.94, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
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.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x AMD A8-9600 RADEON R7, 10 COMPUTE CORES 4C+6G 

Here is the Client-Latest_Log:

Spoiler

[13:48:29] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[13:48:29] [main/INFO] [FML/]: Forge Mod Loader version 12.18.3.2511 for Minecraft 1.10.2 loading
[13:48:29] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_102, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_102
[13:48:29] [main/DEBUG] [FML/]: Java classpath at launch is C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.10.2-12.18.3.2511\forge-1.10.2-12.18.3.2511.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\jline\jline\2.13\jline-2.13.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\net\minecraftforge\MercuriusUpdater\1.10.2\MercuriusUpdater-1.10.2.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.22\authlib-1.5.22.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.9.8\realms-1.9.8.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\versions\1.10.2\1.10.2.jar;C:\Users\M.S.I\AppData\Roaming\.minecraft\ms-starter.jar
[13:48:29] [main/DEBUG] [FML/]: Java library path at launch is C:\Users\M.S.I\AppData\Roaming\.minecraft\versions\1.10.2-forge1.10.2-12.18.3.2511\1.10.2-forge1.10.2-12.18.3.2511-natives-4006067053188
[13:48:29] [main/DEBUG] [FML/]: Enabling runtime deobfuscation
[13:48:30] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin
[13:48:30] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers
[13:48:30] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin
[13:48:30] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin
[13:48:30] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin
[13:48:30] [main/DEBUG] [FML/]: All fundamental core mods are successfully located
[13:48:30] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to C:\Users\M.S.I\AppData\Roaming\.minecraft
[13:48:30] [main/DEBUG] [FML/]: Discovering coremods
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy ActuallyAdditions-1.10.2-r105.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in ActuallyAdditions-1.10.2-r105.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy appliedenergistics2-rv4-stable-1.jar
[13:48:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in appliedenergistics2-rv4-stable-1.jar, it will be examined later for regular @Mod instances
[13:48:30] [main/DEBUG] [FML/]: Instantiating coremod class AppEngLoadingPlugin
[13:48:30] [main/DEBUG] [FML/]: The coremod appeng.coremod.AppEngLoadingPlugin requested minecraft version 1.10.2 and minecraft is 1.10.2. It will be loaded.
[13:48:30] [main/DEBUG] [FML/]: Enqueued coremod AppEngLoadingPlugin
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy AutoRegLib-1.0-2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in AutoRegLib-1.0-2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Backpacks-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Backpacks-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Baubles-1.10.2-1.3.13.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Baubles-1.10.2-1.3.13.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy bdlib-1.12.4.25-mc1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in bdlib-1.12.4.25-mc1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Better-With-Mods-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Better-With-Mods-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy BetterFps-1.4.5-1.10.jar
[13:48:30] [main/INFO] [FML/]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.5-1.10.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Botania+r1.9-341.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Botania+r1.9-341.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy CodeChickenCore-1.10.2-2.4.1.102-universal.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in CodeChickenCore-1.10.2-2.4.1.102-universal.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy CodeChickenLib-1.10.2-2.5.9.283-universal.jar
[13:48:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in CodeChickenLib-1.10.2-2.5.9.283-universal.jar, it will be examined later for regular @Mod instances
[13:48:30] [main/DEBUG] [FML/]: Instantiating coremod class CCLCorePlugin
[13:48:30] [main/WARN] [FML/]: The coremod codechicken.lib.asm.CCLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:48:30] [main/DEBUG] [FML/]: Enqueued coremod CCLCorePlugin
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy CoFHCore-1.10.2-4.1.12.17-universal.jar
[13:48:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in CoFHCore-1.10.2-4.1.12.17-universal.jar, it will be examined later for regular @Mod instances
[13:48:30] [main/DEBUG] [FML/]: Instantiating coremod class LoadingPlugin
[13:48:30] [main/TRACE] [FML/]: coremod named CoFH Loading Plugin is loading
[13:48:30] [main/WARN] [FML/]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:48:30] [main/DEBUG] [FML/]: Added access transformer class cofh.asm.CoFHAccessTransformer to enqueued access transformers
[13:48:30] [main/DEBUG] [FML/]: Enqueued coremod CoFH Loading Plugin
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Craftable-Animals-Mod-1.10.2.jar
[13:48:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in Craftable-Animals-Mod-1.10.2.jar, it will be examined later for regular @Mod instances
[13:48:30] [main/DEBUG] [FML/]: Instantiating coremod class CAFMLPlugin
[13:48:30] [main/WARN] [FML/]: The coremod naruto1310.craftableAnimals.vanilla.CAFMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:48:30] [main/DEBUG] [FML/]: Enqueued coremod CAFMLPlugin
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy CTM-MC1.10.2-0.3.0.32-api.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in CTM-MC1.10.2-0.3.0.32-api.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy CTM-MC1.10.2-0.3.0.32.jar
[13:48:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.10.2-0.3.0.32.jar, it will be examined later for regular @Mod instances
[13:48:30] [main/DEBUG] [FML/]: Instantiating coremod class CTMCorePlugin
[13:48:30] [main/WARN] [FML/]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:48:30] [main/DEBUG] [FML/]: Enqueued coremod CTMCorePlugin
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Custom-Mob-Spawner-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Custom-Mob-Spawner-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy CustomMainMenu-MC1.10.2-2.0.5.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in CustomMainMenu-MC1.10.2-2.0.5.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy DrZhark's Mo'Creatures Mod-10.0.6.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in DrZhark's Mo'Creatures Mod-10.0.6.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Dungeons-2-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Dungeons-2-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy ElevatorMod[V.1.3.0][MC.1.10.2].jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in ElevatorMod[V.1.3.0][MC.1.10.2].jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Ender-Storage-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Ender-Storage-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy EnderCore-1.10.2-0.4.1.66-beta.jar
[13:48:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in EnderCore-1.10.2-0.4.1.66-beta.jar, it will be examined later for regular @Mod instances
[13:48:30] [main/DEBUG] [FML/]: Instantiating coremod class EnderCorePlugin
[13:48:30] [main/DEBUG] [FML/]: The coremod com.enderio.core.common.transform.EnderCorePlugin requested minecraft version 1.10.2 and minecraft is 1.10.2. It will be loaded.
[13:48:30] [main/DEBUG] [FML/]: Enqueued coremod EnderCorePlugin
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy EnderIO-1.10.2-3.1.193.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in EnderIO-1.10.2-3.1.193.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Energy-Converters-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Energy-Converters-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy extrautils2-1.10.2-1.7.6.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in extrautils2-1.10.2-1.7.6.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy forestry_1.10.2-5.2.17.389.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in forestry_1.10.2-5.2.17.389.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy generators-0.9.20.23-mc1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in generators-0.9.20.23-mc1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy industrialcraft-2-2.6.252-ex110.jar
[13:48:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in industrialcraft-2-2.6.252-ex110.jar, it will be examined later for regular @Mod instances
[13:48:30] [main/DEBUG] [FML/]: Instantiating coremod class IC2core
[13:48:30] [main/WARN] [FML/]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:48:30] [main/DEBUG] [FML/]: Enqueued coremod IC2core
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Infernal-Mobs-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Infernal-Mobs-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy InventoryTweaks-1.62-dev-66.jar
[13:48:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.62-dev-66.jar, it will be examined later for regular @Mod instances
[13:48:30] [main/DEBUG] [FML/]: Instantiating coremod class FMLPlugin
[13:48:30] [main/WARN] [FML/]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:48:30] [main/DEBUG] [FML/]: Added access transformer class invtweaks.forge.asm.ITAccessTransformer to enqueued access transformers
[13:48:30] [main/DEBUG] [FML/]: Enqueued coremod FMLPlugin
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy InventoryTweaks-api-1.62-dev-66.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in InventoryTweaks-api-1.62-dev-66.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy ironchest-1.10.2-7.0.15.804.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in ironchest-1.10.2-7.0.15.804.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy jei_1.10.2-3.14.7.420.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in jei_1.10.2-3.14.7.420.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy JustBuildIt+MC1.10.2+v1.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in JustBuildIt+MC1.10.2+v1.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Mantle-1.10.2-1.1.5.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Mantle-1.10.2-1.1.5.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy mcjtylib-1.10-2.2.0.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in mcjtylib-1.10-2.2.0.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy MCMultiPart-1.4.0-universal.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in MCMultiPart-1.4.0-universal.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Mekanism-1.10.2-9.2.2-final-fix.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Mekanism-1.10.2-9.2.2-final-fix.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy ModernLights-1.0.3_1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in ModernLights-1.0.3_1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy ModularPowersuits-1.10.2-r2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in ModularPowersuits-1.10.2-r2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy ModUtilsLib-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in ModUtilsLib-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy mysticalagriculture-1.10.2-1.5.10.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in mysticalagriculture-1.10.2-1.5.10.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy OpenComputers-MC1.10.2-1.7.2.170.jar
[13:48:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in OpenComputers-MC1.10.2-1.7.2.170.jar, it will be examined later for regular @Mod instances
[13:48:30] [main/DEBUG] [FML/]: Instantiating coremod class TransformerLoader
[13:48:30] [main/DEBUG] [FML/]: The coremod li.cil.oc.common.launch.TransformerLoader requested minecraft version 1.10.2 and minecraft is 1.10.2. It will be loaded.
[13:48:30] [main/DEBUG] [FML/]: Enqueued coremod TransformerLoader
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Pam's+HarvestCraft+1.10.2j.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Pam's+HarvestCraft+1.10.2j.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy ProjectE-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in ProjectE-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Quark-r1.1-70.jar
[13:48:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in Quark-r1.1-70.jar, it will be examined later for regular @Mod instances
[13:48:30] [main/DEBUG] [FML/]: Instantiating coremod class LoadingPlugin
[13:48:30] [main/WARN] [FML/]: The coremod vazkii.quark.base.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[13:48:30] [main/DEBUG] [FML/]: Enqueued coremod LoadingPlugin
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Railcraft-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Railcraft-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Realistic-Item-Drops-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Realistic-Item-Drops-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy rftools-1.10-5.62.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in rftools-1.10-5.62.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Ruins-1.10.2-sources.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Ruins-1.10.2-sources.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Ruins-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Ruins-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Simple-Achievements-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Simple-Achievements-Mod-1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy TConstruct-1.10.2-2.6.5.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in TConstruct-1.10.2-2.6.5.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Thaumcraft-1.10.2-6.0.BETA6.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Thaumcraft-1.10.2-6.0.BETA6.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy TheBetweenlands-2.0.4-alpha-universal.jar
[13:48:30] [main/TRACE] [FML/]: Found FMLCorePluginContainsFMLMod marker in TheBetweenlands-2.0.4-alpha-universal.jar, it will be examined later for regular @Mod instances
[13:48:30] [main/DEBUG] [FML/]: Instantiating coremod class TheBetweenlandsLoadingPlugin
[13:48:30] [main/DEBUG] [FML/]: The coremod thebetweenlands.core.TheBetweenlandsLoadingPlugin requested minecraft version 1.10.2 and minecraft is 1.10.2. It will be loaded.
[13:48:30] [main/DEBUG] [FML/]: Enqueued coremod TheBetweenlandsLoadingPlugin
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy ThermalDynamics-1.10.2-2.0.11.19-universal.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in ThermalDynamics-1.10.2-2.0.11.19-universal.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy ThermalExpansion-1.10.2-5.1.10.28-universal.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in ThermalExpansion-1.10.2-5.1.10.28-universal.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy ThermalFoundation-1.10.2-2.1.5.12-universal.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in ThermalFoundation-1.10.2-2.1.5.12-universal.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy TinkerToolLeveling-1.10.2-1.0.1.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in TinkerToolLeveling-1.10.2-1.0.1.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy Xaeros_Minimap_1.14.9_Forge_1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in Xaeros_Minimap_1.14.9_Forge_1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Examining for coremod candidacy XaerosWorldMap_1.2.4_Forge_1.10.2.jar
[13:48:30] [main/DEBUG] [FML/]: Not found coremod data in XaerosWorldMap_1.2.4_Forge_1.10.2.jar
[13:48:30] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:48:30] [main/INFO] [LaunchWrapper/]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
[13:48:30] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[13:48:30] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:48:30] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[13:48:30] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:48:30] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers
[13:48:30] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer
[13:48:30] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer
[13:48:30] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer
[13:48:30] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer
[13:48:30] [main/DEBUG] [FML/]: Injection complete
[13:48:30] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin}
[13:48:30] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin
[13:48:31] [main/DEBUG] [FML/]: Read 915 binary patches
[13:48:31] [main/DEBUG] [FML/]: Loading deobfuscation resource /deobfuscation_data-1.10.2.lzma with 32371 records
[13:48:33] [main/INFO] [FML/]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[13:48:33] [main/INFO] [FML/]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[13:48:33] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully
[13:48:33] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:48:33] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
[13:48:33] [main/DEBUG] [FML/]: Injection complete
[13:48:33] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
[13:48:33] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin
[13:48:33] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully
[13:48:33] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:48:33] [main/DEBUG] [FML/]: Injecting coremod AppEngLoadingPlugin {appeng.coremod.AppEngLoadingPlugin} class transformers
[13:48:33] [main/TRACE] [FML/]: Registering transformer appeng.coremod.transformer.IntegrationTransformer
[13:48:33] [main/DEBUG] [FML/]: Injection complete
[13:48:33] [main/DEBUG] [FML/]: Running coremod plugin for AppEngLoadingPlugin {appeng.coremod.AppEngLoadingPlugin}
[13:48:33] [main/DEBUG] [FML/]: Running coremod plugin AppEngLoadingPlugin
[13:48:33] [main/DEBUG] [FML/]: Coremod plugin class AppEngLoadingPlugin run successfully
[13:48:33] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:48:33] [main/DEBUG] [FML/]: Injecting coremod CCLCorePlugin {codechicken.lib.asm.CCLCorePlugin} class transformers
[13:48:33] [main/TRACE] [FML/]: Registering transformer codechicken.lib.asm.ClassHeirachyManager
[13:48:33] [main/TRACE] [FML/]: Registering transformer codechicken.lib.asm.CCL_ASMTransformer
[13:48:33] [main/DEBUG] [FML/]: Injection complete
[13:48:33] [main/DEBUG] [FML/]: Running coremod plugin for CCLCorePlugin {codechicken.lib.asm.CCLCorePlugin}
[13:48:33] [main/DEBUG] [FML/]: Running coremod plugin CCLCorePlugin
[13:48:33] [main/DEBUG] [FML/]: Coremod plugin class CCLCorePlugin run successfully
[13:48:33] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:48:33] [main/DEBUG] [FML/]: Injecting coremod CAFMLPlugin {naruto1310.craftableAnimals.vanilla.CAFMLPlugin} class transformers
[13:48:33] [main/TRACE] [FML/]: Registering transformer naruto1310.craftableAnimals.vanilla.CATransformer
[13:48:33] [main/DEBUG] [FML/]: Injection complete
[13:48:33] [main/DEBUG] [FML/]: Running coremod plugin for CAFMLPlugin {naruto1310.craftableAnimals.vanilla.CAFMLPlugin}
[13:48:33] [main/DEBUG] [FML/]: Running coremod plugin CAFMLPlugin
[13:48:33] [main/DEBUG] [FML/]: Coremod plugin class CAFMLPlugin run successfully
[13:48:33] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:48:33] [main/DEBUG] [FML/]: Injecting coremod IC2core {ic2.core.coremod.IC2core} class transformers
[13:48:33] [main/DEBUG] [FML/]: Injection complete
[13:48:33] [main/DEBUG] [FML/]: Running coremod plugin for IC2core {ic2.core.coremod.IC2core}
[13:48:33] [main/DEBUG] [FML/]: Running coremod plugin IC2core
[13:48:33] [main/INFO] [IC2-core/]: Loaded library EJML-core-0.26.jar.
[13:48:33] [main/DEBUG] [FML/]: Coremod plugin class IC2core run successfully
[13:48:33] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:48:33] [main/DEBUG] [FML/]: Injecting coremod FMLPlugin {invtweaks.forge.asm.FMLPlugin} class transformers
[13:48:33] [main/TRACE] [FML/]: Registering transformer invtweaks.forge.asm.ContainerTransformer
[13:48:33] [main/DEBUG] [FML/]: Injection complete
[13:48:33] [main/DEBUG] [FML/]: Running coremod plugin for FMLPlugin {invtweaks.forge.asm.FMLPlugin}
[13:48:33] [main/DEBUG] [FML/]: Running coremod plugin FMLPlugin
[13:48:33] [main/DEBUG] [FML/]: Coremod plugin class FMLPlugin run successfully
[13:48:33] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[13:48:33] [main/DEBUG] [FML/]: Injecting coremod TransformerLoader {li.cil.oc.common.launch.TransformerLoader} class transformers
[13:48:33] [main/TRACE] [FML/]: Registering transformer li.cil.oc.common.asm.ClassTransformer
[13:48:33] [main/INFO] [STDOUT/]: [info.mineshafter.GameStarter:main:35]: Error while starting game:
[13:48:33] [main/INFO] [STDERR/]: [info.mineshafter.GameStarter:main:36]: java.lang.reflect.InvocationTargetException
[13:48:33] [main/INFO] [STDERR/]: [info.mineshafter.GameStarter:main:36]:     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[13:48:33] [main/INFO] [STDERR/]: [info.mineshafter.GameStarter:main:36]:     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[13:48:33] [main/INFO] [STDERR/]: [info.mineshafter.GameStarter:main:36]:     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[13:48:33] [main/INFO] [STDERR/]: [info.mineshafter.GameStarter:main:36]:     at java.lang.reflect.Method.invoke(Unknown Source)
[13:48:33] [main/INFO] [STDERR/]: [info.mineshafter.GameStarter:main:36]:     at info.mineshafter.GameStarter.main(GameStarter.java:33)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: Caused by: java.lang.NoClassDefFoundError: scala/Function1
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at java.lang.Class.getDeclaredConstructors0(Native Method)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at java.lang.Class.getConstructor0(Unknown Source)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at java.lang.Class.newInstance(Unknown Source)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.<init>(ASMTransformerWrapper.java:237)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at $wrapper.li.cil.oc.common.asm.ClassTransformer.<init>(Unknown Source)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at java.lang.reflect.Constructor.newInstance(Unknown Source)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at java.lang.Class.newInstance(Unknown Source)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:133)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     ... 5 more
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: Caused by: java.lang.ClassNotFoundException: scala.Function1
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     ... 20 more
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: Caused by: java.lang.NullPointerException
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[13:48:33] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     ... 22 more
 

Forge goes through Phase 1 just fine but then Goes through Phase 2 and then Returns me these Codes:

 

  •  8a6abf2cb9e141b866580d369ba6548732eff25f ~ CoFHWorld,RedstoneFlux
  •  f1850c39b2516232a2108a7bd84d1cb5df93b261 ~ CodeChickenLib
  • d476d1b22b218a10d845928d1665d45fce301b27 ~ BookShelf
  • dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 ~ AppliedEnergistics-RV6-Stable3
  • e3c3d50c7c986df74c645c0ac54639741c90a557 ~ FML,Forge

 

I tried Upgrading and Downgrading the Errored Mods but the Codes still prevail,I also tried changing the Forge Releases to Older and Newer but Surprise surprise,Still doesn't work.

It would be appreciated that you find a way to fix this with the mods on,It's a necessity inside the map that I made,And it's going to mess up alot of stuff if I remove them.

Edited by Archamodos
Link to comment
Share on other sites

Where are you getting your mods?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Every single one? At least one of your mods is outdated and does not have a filename consistent with Curse.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

3 hours ago, DaemonUmbra said:

Every single one? At least one of your mods is outdated and does not have a filename consistent with Curse.

I am pretty sure I downloaded them all from Curse,But I am going to try and download the mods that cause the errors from Curse again.

 

By the Way,I would like to point out that I am noticing that the errors occured to some of the Core Mods like COFH and RedstoneFlux.

Edited by Archamodos
Link to comment
Share on other sites

I tried so but it didn't really work,But I did something that apparently fixed the problem:

 

I decided to double check the mods that I downloaded,And downloaded all 59 of them all over again from Curse.

And now it works,I should've listened to your advice at first,But I thought that it would take too much time and I didn't know that two or three of the mods that I downloaded were from Planet Minecraft.

 

The reason I think this happened is that the mods that had errors running somehow had been conflicting with the 3 mods downloaded from PlanetMC. Because when I tried to redownload the mods that Minecraft showed with the codes right beside them,It still didn't work. When I downloaded the three mods that were from Planet Minecraft from another source (Which is Curse),It decided to open now.  Thanks my dudes :P

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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