Jump to content

Is there anything wrong with my mods?


MystiK`

Recommended Posts

Please post the crash log.

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Link to comment
Share on other sites

5 hours ago, DavidM said:

Please post the crash log.

Caused by: java.lang.ClassNotFoundException: scala.collection.Seq
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 41 more








 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Wizardry Plugin (wizardry-0.9.7.jar)
  LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
  Techguns Core (techguns-1.12.2-2.0.1.1.jar)
  LoadingPlugin (RandomThings-MC1.12.2-4.2.4.jar)
  ForgelinPlugin (Forgelin-1.8.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  HCASM (HammerCore-1.12.2-2.0.5.1.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  llibrary (llibrary-core-1.0.10-1.12.2.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
  EECore (ExpandedEquivalence-1.12.2-11b.jar)
  LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge

// I bet Cylons wouldn't have this problem.

Time: 10/6/19 4:28 PM
Description: Initializing game

java.lang.NoClassDefFoundError: scala/collection/Seq
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.getDeclaredMethods(Unknown Source)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:400)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:595)
    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.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:595)
    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)
Caused by: java.lang.ClassNotFoundException: scala.collection.Seq
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 41 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.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.getDeclaredMethods(Unknown Source)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:400)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:595)
    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.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:595)
    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)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_221, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 205067576 bytes (195 MB) / 493510656 bytes (470 MB) up to 5355339776 bytes (5107 MB)
    JVM Flags: 6 total; -Xmx5G -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.2847 Optifine OptiFine_1.12.2_HD_U_E3 152 mods loaded, 152 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.2847.jar                      | None                                     |
    | LC    | forge                             | 14.23.5.2847             | forge-1.12.2-14.23.5.2847.jar                      | None                                     |
    | LC    | techguns_core                     | 1.12.2-1.0               | minecraft.jar                                      | None                                     |
    | LC    | advancedcombat                    | 1.1.2                    | advancedcombat-1.1.2-[1.12].jar                    | None                                     |
    | LC    | appliedenergistics2               | rv6-stable-4             | appliedenergistics2-rv6-stable-4.jar               | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | L     | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
    | L     | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                      | None                                     |
    | L     | codechickenlib                    | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar      | None                                     |
    | L     | ancientwarfare                    | 1.12.2-2.7.0.497         | ancientwarfare-1.12.2-2.7.0.497.jar                | None                                     |
    | L     | ancientwarfarestructure           | @VERSION@                | ancientwarfare-1.12.2-2.7.0.497.jar                | None                                     |
    | L     | ancientwarfarevehicle             | 1.12.2-2.7.0.497         | ancientwarfare-1.12.2-2.7.0.497.jar                | None                                     |
    | L     | ancientwarfarenpc                 | 1.12.2-2.7.0.497         | ancientwarfare-1.12.2-2.7.0.497.jar                | None                                     |
    | L     | buildcraftlib                     | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | buildcraftcore                    | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | redstoneflux                      | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar            | None                                     |
    | L     | ancientwarfareautomation          | 1.12.2-2.7.0.497         | ancientwarfare-1.12.2-2.7.0.497.jar                | None                                     |
    | L     | mantle                            | 1.12-1.3.3.39            | Mantle-1.12-1.3.3.39.jar                           | None                                     |
    | L     | ctm                               | MC1.12.2-0.3.3.22        | CTM-MC1.12.2-0.3.3.22.jar                          | None                                     |
    | L     | chisel                            | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                       | None                                     |
    | L     | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                             | None                                     |
    | L     | endercore                         | 1.12.2-0.5.43            | EnderCore-1.12.2-0.5.43.jar                        | None                                     |
    | L     | jei                               | 4.13.1.225               | jei_1.12.2-4.13.1.225.jar                          | None                                     |
    | L     | enderio                           | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderiointegrationtic             | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | twilightforest                    | 3.8.689                  | twilightforest-1.12.2-3.8.689-universal.jar        | None                                     |
    | L     | tconstruct                        | 1.12.2-2.11.0.106        | TConstruct-1.12.2-2.11.0.106.jar                   | None                                     |
    | L     | thedragonlib                      | 1.12.2-5.3.0             | thedragonlib-1.12.2-5.3.0.jar                      | None                                     |
    | L     | armorplus                         | 1.12.2-11.16.0.45        | armorplus-1.12.2-11.16.0.45.jar                    | None                                     |
    | L     | conarm                            | 1.2.1                    | conarm-1.12.2-1.2.1.jar                            | None                                     |
    | L     | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.8.jar                         | None                                     |
    | L     | biomesoplenty                     | 7.0.1.2419               | BiomesOPlenty-1.12.2-7.0.1.2419-universal.jar      | None                                     |
    | L     | forgelin                          | 1.8.2                    | Forgelin-1.8.2.jar                                 | None                                     |
    | L     | teslacorelib                      | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | None                                     |
    | L     | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.2-226.jar          | None                                     |
    | L     | cucumber                          | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                          | None                                     |
    | L     | mysticalagriculture               | 1.7.0                    | MysticalAgriculture-1.12.2-1.7.0.jar               | None                                     |
    | L     | mysticalagradditions              | 1.2.10                   | MysticalAgradditions-1.12.2-1.2.10.jar             | None                                     |
    | L     | oreberries                        | 0.5.0                    | oreberries-1.12.x-0.5.0.jar                        | None                                     |
    | L     | mcjtylib_ng                       | 3.0.7                    | mcjtylib-1.12-3.0.7.jar                            | None                                     |
    | L     | rftools                           | 7.59                     | rftools-1.12-7.59.jar                              | None                                     |
    | L     | immersiveengineering              | 0.12-88                  | ImmersiveEngineering-0.12-88.jar                   | None                                     |
    | L     | integrationforegoing              | 1.12.2-1.8.1             | IntegrationForegoing-1.12.2-1.8.1.jar              | None                                     |
    | L     | brandonscore                      | 2.4.9                    | BrandonsCore-1.12.2-2.4.9.195-universal.jar        | None                                     |
    | L     | draconicevolution                 | 2.3.18                   | Draconic-Evolution-1.12.2-2.3.18.329-universal.jar | None                                     |
    | L     | projecte                          | 1.12-PE1.3.2h            | ProjectE-1.12-PE1.3.2h.jar                         | None                                     |
    | L     | plustic                           | 6.5.4.2                  | plustic-6.5.4.2.jar                                | None                                     |
    | L     | armoryexpansion                   | 0.2.0                    | armoryexpansion-0.2.0.jar                          | None                                     |
    | L     | morphtool                         | 1.2-18                   | Morph-o-Tool-1.2-18.jar                            | None                                     |
    | L     | autoreglib                        | 1.3-24                   | AutoRegLib-1.3-24.jar                              | None                                     |
    | L     | baubleshud                        | 5.0.2                    | BaublesHud-1.12.2-5.0.2.jar                        | None                                     |
    | L     | bhc                               | 1.2.1                    | baubley-heart-canisters-1.12.2-1.2.1.jar           | None                                     |
    | L     | betterquesting                    | 3.5.280                  | BetterQuesting-3.5.280.jar                         | None                                     |
    | L     | bqt                               | 1.0                      | BetterQuestingTriggerer-1.0.jar                    | None                                     |
    | L     | bibliocraft                       | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                  | None                                     |
    | L     | bookshelf                         | 2.3.569                  | Bookshelf-1.12.2-2.3.569.jar                       | None                                     |
    | L     | buildcraftbuilders                | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | buildcraftenergy                  | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | buildcraftfactory                 | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | buildcraftrobotics                | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | buildcrafttransport               | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | buildcraftsilicon                 | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | chickenchunks                     | 2.4.1.73                 | ChickenChunks-1.12.2-2.4.1.73-universal.jar        | None                                     |
    | L     | chunkanimator                     | 1.2                      | ChunkAnimator-MC1.12-1.2.jar                       | None                                     |
    | L     | cofhcore                          | 4.6.1                    | CoFHCore-1.12.2-4.6.1.22-universal.jar             | None                                     |
    | L     | cofhworld                         | 1.3.0                    | CoFHWorld-1.12.2-1.3.0.6-universal.jar             | None                                     |
    | L     | comforts                          | 1.4.1.1                  | comforts-1.12.2-1.4.1.1.jar                        | None                                     |
    | L     | compacter                         | 1.3.0.3                  | compacter-1.3.0.3-mc1.12.2.jar                     | None                                     |
    | L     | ic2                               | 2.8.999                  | IC2Classic+1.12-1.5.4.0.jar                        | None                                     |
    | L     | compactsolars                     | 1.12.2-5.0.18.341        | CompactSolars-1.12.2-5.0.18.341-universal.jar      | None                                     |
    | L     | cookingforblockheads              | 6.4.65                   | CookingForBlockheads_1.12.2-6.4.65.jar             | None                                     |
    | L     | cyclicmagic                       | 1.17.12                  | Cyclic-1.12.2-1.17.12.jar                          | None                                     |
    | L     | cyclopscore                       | 0.11.11                  | CyclopsCore-1.12.2-0.11.11.jar                     | None                                     |
    | L     | waila                             | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                        | None                                     |
    | L     | darkutils                         | 1.8.219                  | DarkUtils-1.12.2-1.8.219.jar                       | None                                     |
    | L     | ptrmodellib                       | 1.0.3                    | PTRLib-1.0.3.jar                                   | None                                     |
    | L     | props                             | 2.6.2                    | Decocraft-2.6.2_1.12.2.jar                         | None                                     |
    | L     | eleccore                          | 1.8.434                  | ElecCore-1.12.2-1.8.434.jar                        | None                                     |
    | L     | deepresonance                     | 1.7.3                    | deepresonance-1.12-1.7.3.jar                       | None                                     |
    | L     | ebwizardry                        | 4.1.2                    | Electroblob's+Wizardry+-+4.1.2+-+MC+1.12.2.jar     | None                                     |
    | L     | elevatorid                        | 1.3.6                    | ElevatorMod-1.12.2-1.3.6.jar                       | None                                     |
    | L     | enderiobase                       | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderioconduits                   | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderioconduitsappliedenergistics | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderioconduitsopencomputers      | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | refinedstorage                    | 1.6.12                   | refinedstorage-1.6.12.jar                          | None                                     |
    | L     | enderioconduitsrefinedstorage     | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderiointegrationforestry        | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderiointegrationticlate         | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderiomachines                   | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderiopowertools                 | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | exchangers                        | 1.12.2-2.8               | Exchangers-1.12.2-2.8.jar                          | None                                     |
    | L     | hammercore                        | 2.0.5.1                  | HammerCore-1.12.2-2.0.5.1.jar                      | None                                     |
    | L     | expequiv                          | 11b                      | ExpandedEquivalence-1.12.2-11b.jar                 | None                                     |
    | L     | extracells                        | 2.6.2                    | ExtraCells-1.12.2-2.6.2a.jar                       | None                                     |
    | L     | zerocore                          | 1.12-0.1.2.3             | zerocore-1.12-0.1.2.3.jar                          | None                                     |
    | L     | bigreactors                       | 1.12.2-0.4.5.50          | ExtremeReactors-1.12.2-0.4.5.50.jar                | None                                     |
    | L     | familiarfauna                     | 1.0.11                   | FamiliarFauna-1.12.2-1.0.11.jar                    | None                                     |
    | L     | fpsreducer                        | mc1.12.2-1.10.3          | FpsReducer-mc1.12.2-1.10.3.jar                     | None                                     |
    | L     | advgenerators                     | 0.9.20.12                | generators-0.9.20.12-mc1.12.2 (1).jar              | None                                     |
    | L     | guideapi                          | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                        | None                                     |
    | L     | ic2-classic-spmod                 | 0.0.0.0                  | IC2Classic+1.12-1.5.4.0.jar                        | None                                     |
    | L     | llibrary                          | 1.7.17                   | llibrary-1.7.17-1.12.2.jar                         | None                                     |
    | L     | iceandfire                        | 1.6.0                    | iceandfire-1.6.0-1.12.2.jar                        | None                                     |
    | L     | industrialmeat                    | 1.12-1.0.2               | industrialmeat-1.12-1.0.2.jar                      | None                                     |
    | L     | inventorypets                     | 1.5.3.1                  | inventorypets-1.12-1.5.3.1.jar                     | None                                     |
    | L     | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                           | None                                     |
    | L     | ironbackpacks                     | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                  | None                                     |
    | L     | journeymap                        | 1.12.2-5.5.3             | journeymap-1.12.2-5.5.3.jar                        | None                                     |
    | L     | jeresources                       | 0.8.5.27                 | JustEnoughResources-1.12.2-0.8.5.27.jar            | None                                     |
    | L     | lex                               | 1.0.8                    | LibEx-1.12.2-1.0.8.jar                             | None                                     |
    | L     | librarianlib                      | 4.15                     | librarianlib-1.12.2-4.15.jar                       | None                                     |
    | L     | lootbags                          | 2.5.7                    | LootBags-1.12.2-2.5.7.jar                          | None                                     |
    | L     | lycanitesmobs                     | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | arcticmobs                        | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | demonmobs                         | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | desertmobs                        | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | elementalmobs                     | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | forestmobs                        | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | freshwatermobs                    | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | infernomobs                       | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | junglemobs                        | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | mountainmobs                      | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | plainsmobs                        | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | saltwatermobs                     | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | shadowmobs                        | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | swampmobs                         | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | megaloot                          | 0.2.30                   | megaloot-1.12.2-0.2.30.jar                         | None                                     |
    | L     | minecolonies                      | 1.12.2-0.10.68-RELEASE   | minecolonies-1.12.2-0.10.68-RELEASE-universal.jar  | None                                     |
    | L     | mob_grinding_utils                | 0.3.12                   | MobGrindingUtils-0.3.12.jar                        | None                                     |
    | L     | numina                            | 1.10.0                   | ModularPowersuits-1.12.2-0.7.0.25.jar              | None                                     |
    | L     | powersuits                        | 1.12.2-0.7.0.25          | ModularPowersuits-1.12.2-0.7.0.25.jar              | None                                     |
    | L     | naturescompass                    | 1.5.1                    | NaturesCompass-1.12.2-1.5.1.jar                    | None                                     |
    | L     | neat                              | 1.4-17                   | Neat+1.4-17.jar                                    | None                                     |
    | L     | nex                               | 2.0.8                    | NetherEx-1.12.2-2.0.8.jar                          | None                                     |
    | L     | recipehandler                     | 0.12                     | NoMoreRecipeConflict-0.12(1.12.2).jar              | None                                     |
    | L     | oreexcavation                     | 1.4.133                  | OreExcavation-1.4.133.jar                          | None                                     |
    | L     | questbook                         | 3.1.1-1.12               | questbook-3.1.1-1.12.jar                           | None                                     |
    | L     | randomthings                      | 4.2.4                    | RandomThings-MC1.12.2-4.2.4.jar                    | None                                     |
    | L     | roguelike                         | 1.8.0                    | RoguelikeDungeons-1.12.2-1.8.0.jar                 | None                                     |
    | L     | simplyjetpacks                    | 2.2.10.63                | SimplyJetpacks2-1.12.2-2.2.10.63.jar               | None                                     |
    | L     | solarflux                         | 4.20r                    | SolarFluxReborn_1.12.2-4.20r.jar                   | None                                     |
    | L     | techguns                          | 2.0.1.1                  | techguns-1.12.2-2.0.1.1.jar                        | None                                     |
    | L     | tinkerscompendium                 | 1.4.2.20.1               | tinkersdefense-1.4.2.20.1.jar                      | None                                     |
    | L     | wanionlib                         | 1.12.2-2.2               | WanionLib-1.12.2-2.2.jar                           | None                                     |
    | L     | wawla                             | 2.5.265                  | Wawla-1.12.2-2.5.265.jar                           | None                                     |
    | L     | wearablebackpacks                 | 3.1.3                    | WearableBackpacks-1.12.2-3.1.3.jar                 | None                                     |
    | L     | wizardry                          | 0.9.7                    | wizardry-0.9.7.jar                                 | None                                     |
    | L     | librarianliblate                  | 4.15                     | librarianlib-1.12.2-4.15.jar                       | None                                     |
    | L     | teslacorelib_registries           | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | None                                     |
    | L     | unidict                           | 1.12.2-2.9.2             | UniDict-1.12.2-2.9.2.jar                           | None                                     |

    Loaded coremods (and transformers): 
Wizardry Plugin (wizardry-0.9.7.jar)
  com.teamwizardry.wizardry.asm.WizardryTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
  com.teamwizardry.librarianlib.asm.LibLibTransformer
Techguns Core (techguns-1.12.2-2.0.1.1.jar)
  techguns.core.TechgunsASMTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.2.4.jar)
  lumien.randomthings.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)
  
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  team.chisel.ctm.client.asm.CTMTransformer
HCASM (HammerCore-1.12.2-2.0.5.1.jar)
  com.zeitheron.hammercore.asm.HammerCoreTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
llibrary (llibrary-core-1.0.10-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
EECore (ExpandedEquivalence-1.12.2-11b.jar)
  com.zeitheron.expequiv.core.EETransformer
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
  lumien.chunkanimator.asm.ClassTransformer
    GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 22.20.16.4836' Renderer: 'Intel(R) HD Graphics 620'
    AE2 Version: stable rv6-stable-4 for Forge 14.23.5.2768
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
    LWJGL: 2.9.4
    OpenGL: Intel(R) HD Graphics 620 GL version 4.5.0 - Build 22.20.16.4836, Intel
    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 Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz

Edited by MystiK`
Link to comment
Share on other sites

IntelligentEnergistics-1.7.10-2.2.1.610-universal.jar has a distinct "I was made for 1.7.10 and will be unhappy in a pack for 1.12.2" feel about it.

 

I'm not sure if it is the cause of your error, or will be outright ignored by the mod loader, but it certainly shouldn't be there regardless.

Link to comment
Share on other sites

18 minutes ago, Ommina said:

IntelligentEnergistics-1.7.10-2.2.1.610-universal.jar has a distinct "I was made for 1.7.10 and will be unhappy in a pack for 1.12.2" feel about it.

 

I'm not sure if it is the cause of your error, or will be outright ignored by the mod loader, but it certainly shouldn't be there regardless.

 

removed intelligentenergistics.but still crashed 










 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  Wizardry Plugin (wizardry-0.9.7.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.5-1.12.2.jar)
  LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
  Techguns Core (techguns-1.12.2-2.0.1.1.jar)
  LoadingPlugin (RandomThings-MC1.12.2-4.2.4.jar)
  ForgelinPlugin (Forgelin-1.8.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  HCASM (HammerCore-1.12.2-2.0.5.1.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  llibrary (llibrary-core-1.0.10-1.12.2.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
  IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
  EECore (ExpandedEquivalence-1.12.2-11b.jar)
  LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge

// Shall we play a game?

Time: 10/6/19 5:13 PM
Description: Initializing game

java.lang.NoClassDefFoundError: scala/collection/Seq
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.getDeclaredMethods(Unknown Source)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:400)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:595)
    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.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:595)
    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)
Caused by: java.lang.ClassNotFoundException: scala.collection.Seq
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 41 more


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.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.getDeclaredMethods(Unknown Source)
    at net.minecraftforge.fml.common.FMLModContainer.gatherAnnotations(FMLModContainer.java:400)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:595)
    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.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:595)
    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)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_221, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 231360960 bytes (220 MB) / 470700032 bytes (448 MB) up to 5355339776 bytes (5107 MB)
    JVM Flags: 6 total; -Xmx5G -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.2847 Optifine OptiFine_1.12.2_HD_U_E3 154 mods loaded, 154 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.2847.jar                      | None                                     |
    | LC    | forge                             | 14.23.5.2847             | forge-1.12.2-14.23.5.2847.jar                      | None                                     |
    | LC    | foamfixcore                       | 7.7.4                    | minecraft.jar                                      | None                                     |
    | LC    | techguns_core                     | 1.12.2-1.0               | minecraft.jar                                      | None                                     |
    | LC    | advancedcombat                    | 1.1.2                    | advancedcombat-1.1.2-[1.12].jar                    | None                                     |
    | LC    | ctm                               | MC1.12.2-0.3.3.22        | CTM-MC1.12.2-0.3.3.22.jar                          | None                                     |
    | LC    | appliedenergistics2               | rv6-stable-7             | appliedenergistics2-rv6-stable-7.jar               | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | L     | bdlib                             | 1.14.3.12                | bdlib-1.14.3.12-mc1.12.2.jar                       | None                                     |
    | L     | ae2stuff                          | 0.7.0.4                  | ae2stuff-0.7.0.4-mc1.12.2.jar                      | None                                     |
    | L     | codechickenlib                    | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar      | None                                     |
    | L     | ancientwarfare                    | 1.12.2-2.7.0.497         | ancientwarfare-1.12.2-2.7.0.497.jar                | None                                     |
    | L     | ancientwarfarestructure           | @VERSION@                | ancientwarfare-1.12.2-2.7.0.497.jar                | None                                     |
    | L     | ancientwarfarevehicle             | 1.12.2-2.7.0.497         | ancientwarfare-1.12.2-2.7.0.497.jar                | None                                     |
    | L     | ancientwarfarenpc                 | 1.12.2-2.7.0.497         | ancientwarfare-1.12.2-2.7.0.497.jar                | None                                     |
    | L     | buildcraftlib                     | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | buildcraftcore                    | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | redstoneflux                      | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar            | None                                     |
    | L     | ancientwarfareautomation          | 1.12.2-2.7.0.497         | ancientwarfare-1.12.2-2.7.0.497.jar                | None                                     |
    | L     | mantle                            | 1.12-1.3.3.39            | Mantle-1.12-1.3.3.39.jar                           | None                                     |
    | L     | chisel                            | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                       | None                                     |
    | L     | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                             | None                                     |
    | L     | endercore                         | 1.12.2-0.5.43            | EnderCore-1.12.2-0.5.43.jar                        | None                                     |
    | L     | jei                               | 4.13.1.225               | jei_1.12.2-4.13.1.225.jar                          | None                                     |
    | L     | enderio                           | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderiointegrationtic             | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | twilightforest                    | 3.8.689                  | twilightforest-1.12.2-3.8.689-universal.jar        | None                                     |
    | L     | tconstruct                        | 1.12.2-2.11.0.106        | TConstruct-1.12.2-2.11.0.106.jar                   | None                                     |
    | L     | thedragonlib                      | 1.12.2-5.3.0             | thedragonlib-1.12.2-5.3.0.jar                      | None                                     |
    | L     | armorplus                         | 1.12.2-11.16.0.45        | armorplus-1.12.2-11.16.0.45.jar                    | None                                     |
    | L     | conarm                            | 1.2.1                    | conarm-1.12.2-1.2.1.jar                            | None                                     |
    | L     | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.8.jar                         | None                                     |
    | L     | biomesoplenty                     | 7.0.1.2419               | BiomesOPlenty-1.12.2-7.0.1.2419-universal.jar      | None                                     |
    | L     | forgelin                          | 1.8.2                    | Forgelin-1.8.2.jar                                 | None                                     |
    | L     | teslacorelib                      | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | None                                     |
    | L     | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.2-226.jar          | None                                     |
    | L     | cucumber                          | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                          | None                                     |
    | L     | mysticalagriculture               | 1.7.0                    | MysticalAgriculture-1.12.2-1.7.0.jar               | None                                     |
    | L     | mysticalagradditions              | 1.2.10                   | MysticalAgradditions-1.12.2-1.2.10.jar             | None                                     |
    | L     | oreberries                        | 0.5.0                    | oreberries-1.12.x-0.5.0.jar                        | None                                     |
    | L     | mcjtylib_ng                       | 3.0.7                    | mcjtylib-1.12-3.0.7.jar                            | None                                     |
    | L     | rftools                           | 7.59                     | rftools-1.12-7.59.jar                              | None                                     |
    | L     | immersiveengineering              | 0.12-88                  | ImmersiveEngineering-0.12-88.jar                   | None                                     |
    | L     | integrationforegoing              | 1.12.2-1.8.1             | IntegrationForegoing-1.12.2-1.8.1.jar              | None                                     |
    | L     | brandonscore                      | 2.4.9                    | BrandonsCore-1.12.2-2.4.9.195-universal.jar        | None                                     |
    | L     | draconicevolution                 | 2.3.18                   | Draconic-Evolution-1.12.2-2.3.18.329-universal.jar | None                                     |
    | L     | projecte                          | 1.12-PE1.3.2h            | ProjectE-1.12-PE1.3.2h.jar                         | None                                     |
    | L     | plustic                           | 6.5.4.2                  | plustic-6.5.4.2.jar                                | None                                     |
    | L     | armoryexpansion                   | 0.2.0                    | armoryexpansion-0.2.0.jar                          | None                                     |
    | L     | morphtool                         | 1.2-18                   | Morph-o-Tool-1.2-18.jar                            | None                                     |
    | L     | autoreglib                        | 1.3-24                   | AutoRegLib-1.3-24.jar                              | None                                     |
    | L     | baubleshud                        | 5.0.2                    | BaublesHud-1.12.2-5.0.2.jar                        | None                                     |
    | L     | bhc                               | 1.2.1                    | baubley-heart-canisters-1.12.2-1.2.1.jar           | None                                     |
    | L     | betterquesting                    | 3.5.280                  | BetterQuesting-3.5.280.jar                         | None                                     |
    | L     | bqt                               | 1.0                      | BetterQuestingTriggerer-1.0.jar                    | None                                     |
    | L     | bibliocraft                       | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                  | None                                     |
    | L     | bookshelf                         | 2.3.569                  | Bookshelf-1.12.2-2.3.569.jar                       | None                                     |
    | L     | buildcraftbuilders                | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | buildcraftenergy                  | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | buildcraftfactory                 | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | buildcraftrobotics                | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | buildcrafttransport               | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | buildcraftsilicon                 | 7.99.19                  | buildcraft-7.99.19.jar                             | None                                     |
    | L     | chickenchunks                     | 2.4.1.73                 | ChickenChunks-1.12.2-2.4.1.73-universal.jar        | None                                     |
    | L     | chunkanimator                     | 1.2                      | ChunkAnimator-MC1.12-1.2.jar                       | None                                     |
    | L     | cofhcore                          | 4.6.1                    | CoFHCore-1.12.2-4.6.1.22-universal.jar             | None                                     |
    | L     | cofhworld                         | 1.3.0                    | CoFHWorld-1.12.2-1.3.0.6-universal.jar             | None                                     |
    | L     | comforts                          | 1.4.1.1                  | comforts-1.12.2-1.4.1.1.jar                        | None                                     |
    | L     | compacter                         | 1.3.0.3                  | compacter-1.3.0.3-mc1.12.2.jar                     | None                                     |
    | L     | ic2                               | 2.8.999                  | IC2Classic+1.12-1.5.4.0.jar                        | None                                     |
    | L     | compactsolars                     | 1.12.2-5.0.18.341        | CompactSolars-1.12.2-5.0.18.341-universal.jar      | None                                     |
    | L     | cookingforblockheads              | 6.4.65                   | CookingForBlockheads_1.12.2-6.4.65.jar             | None                                     |
    | L     | cyclicmagic                       | 1.17.12                  | Cyclic-1.12.2-1.17.12.jar                          | None                                     |
    | L     | cyclopscore                       | 0.11.11                  | CyclopsCore-1.12.2-0.11.11.jar                     | None                                     |
    | L     | waila                             | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                        | None                                     |
    | L     | darkutils                         | 1.8.219                  | DarkUtils-1.12.2-1.8.219.jar                       | None                                     |
    | L     | ptrmodellib                       | 1.0.3                    | PTRLib-1.0.3.jar                                   | None                                     |
    | L     | props                             | 2.6.2                    | Decocraft-2.6.2_1.12.2.jar                         | None                                     |
    | L     | eleccore                          | 1.8.434                  | ElecCore-1.12.2-1.8.434.jar                        | None                                     |
    | L     | deepresonance                     | 1.7.3                    | deepresonance-1.12-1.7.3.jar                       | None                                     |
    | L     | ebwizardry                        | 4.1.2                    | Electroblob's+Wizardry+-+4.1.2+-+MC+1.12.2.jar     | None                                     |
    | L     | elevatorid                        | 1.3.6                    | ElevatorMod-1.12.2-1.3.6.jar                       | None                                     |
    | L     | enderiobase                       | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderioconduits                   | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderioconduitsappliedenergistics | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderioconduitsopencomputers      | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | refinedstorage                    | 1.6.12                   | refinedstorage-1.6.12.jar                          | None                                     |
    | L     | enderioconduitsrefinedstorage     | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderiointegrationforestry        | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderiointegrationticlate         | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderiomachines                   | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | enderiopowertools                 | 5.0.39                   | EnderIO-1.12.2-5.0.39.jar                          | None                                     |
    | L     | exchangers                        | 1.12.2-2.8               | Exchangers-1.12.2-2.8.jar                          | None                                     |
    | L     | hammercore                        | 2.0.5.1                  | HammerCore-1.12.2-2.0.5.1.jar                      | None                                     |
    | L     | expequiv                          | 11b                      | ExpandedEquivalence-1.12.2-11b.jar                 | None                                     |
    | L     | extracells                        | 2.6.2                    | ExtraCells-1.12.2-2.6.2a.jar                       | None                                     |
    | L     | zerocore                          | 1.12-0.1.2.3             | zerocore-1.12-0.1.2.3.jar                          | None                                     |
    | L     | bigreactors                       | 1.12.2-0.4.5.50          | ExtremeReactors-1.12.2-0.4.5.50.jar                | None                                     |
    | L     | familiarfauna                     | 1.0.11                   | FamiliarFauna-1.12.2-1.0.11.jar                    | None                                     |
    | L     | foamfix                           | 0.10.5-1.12.2            | foamfix-0.10.5-1.12.2.jar                          | None                                     |
    | L     | fpsreducer                        | mc1.12.2-1.10.3          | FpsReducer-mc1.12.2-1.10.3.jar                     | None                                     |
    | L     | advgenerators                     | 0.9.20.12                | generators-0.9.20.12-mc1.12.2 (1).jar              | None                                     |
    | L     | guideapi                          | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                        | None                                     |
    | L     | ic2-classic-spmod                 | 0.0.0.0                  | IC2Classic+1.12-1.5.4.0.jar                        | None                                     |
    | L     | llibrary                          | 1.7.17                   | llibrary-1.7.17-1.12.2.jar                         | None                                     |
    | L     | iceandfire                        | 1.6.0                    | iceandfire-1.6.0-1.12.2.jar                        | None                                     |
    | L     | industrialmeat                    | 1.12-1.0.2               | industrialmeat-1.12-1.0.2.jar                      | None                                     |
    | L     | inventorypets                     | 1.5.3.1                  | inventorypets-1.12-1.5.3.1.jar                     | None                                     |
    | L     | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                           | None                                     |
    | L     | ironbackpacks                     | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                  | None                                     |
    | L     | journeymap                        | 1.12.2-5.5.3             | journeymap-1.12.2-5.5.3.jar                        | None                                     |
    | L     | jeresources                       | 0.8.5.27                 | JustEnoughResources-1.12.2-0.8.5.27.jar            | None                                     |
    | L     | lex                               | 1.0.8                    | LibEx-1.12.2-1.0.8.jar                             | None                                     |
    | L     | librarianlib                      | 4.15                     | librarianlib-1.12.2-4.15.jar                       | None                                     |
    | L     | lootbags                          | 2.5.7                    | LootBags-1.12.2-2.5.7.jar                          | None                                     |
    | L     | lycanitesmobs                     | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | arcticmobs                        | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | demonmobs                         | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | desertmobs                        | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | elementalmobs                     | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | forestmobs                        | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | freshwatermobs                    | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | infernomobs                       | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | junglemobs                        | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | mountainmobs                      | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | plainsmobs                        | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | saltwatermobs                     | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | shadowmobs                        | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | swampmobs                         | 1.20.5.1 - MC 1.12.2     | LycanitesMobsComplete+1.20.5.1+[1.12.2].jar        | None                                     |
    | L     | megaloot                          | 0.2.30                   | megaloot-1.12.2-0.2.30.jar                         | None                                     |
    | L     | minecolonies                      | 1.12.2-0.10.68-RELEASE   | minecolonies-1.12.2-0.10.68-RELEASE-universal.jar  | None                                     |
    | L     | mob_grinding_utils                | 0.3.12                   | MobGrindingUtils-0.3.12.jar                        | None                                     |
    | L     | numina                            | 1.10.0                   | ModularPowersuits-1.12.2-0.7.0.25.jar              | None                                     |
    | L     | powersuits                        | 1.12.2-0.7.0.25          | ModularPowersuits-1.12.2-0.7.0.25.jar              | None                                     |
    | L     | naturescompass                    | 1.5.1                    | NaturesCompass-1.12.2-1.5.1.jar                    | None                                     |
    | L     | neat                              | 1.4-17                   | Neat+1.4-17.jar                                    | None                                     |
    | L     | nex                               | 2.0.8                    | NetherEx-1.12.2-2.0.8.jar                          | None                                     |
    | L     | recipehandler                     | 0.12                     | NoMoreRecipeConflict-0.12(1.12.2).jar              | None                                     |
    | L     | oreexcavation                     | 1.4.133                  | OreExcavation-1.4.133.jar                          | None                                     |
    | L     | questbook                         | 3.1.1-1.12               | questbook-3.1.1-1.12.jar                           | None                                     |
    | L     | randomthings                      | 4.2.4                    | RandomThings-MC1.12.2-4.2.4.jar                    | None                                     |
    | L     | roguelike                         | 1.8.0                    | RoguelikeDungeons-1.12.2-1.8.0.jar                 | None                                     |
    | L     | simplyjetpacks                    | 2.2.10.63                | SimplyJetpacks2-1.12.2-2.2.10.63.jar               | None                                     |
    | L     | solarflux                         | 4.20r                    | SolarFluxReborn_1.12.2-4.20r.jar                   | None                                     |
    | L     | techguns                          | 2.0.1.1                  | techguns-1.12.2-2.0.1.1.jar                        | None                                     |
    | L     | tinkerscompendium                 | 1.4.2.20.1               | tinkersdefense-1.4.2.20.1.jar                      | None                                     |
    | L     | wanionlib                         | 1.12.2-2.2               | WanionLib-1.12.2-2.2.jar                           | None                                     |
    | L     | wawla                             | 2.5.265                  | Wawla-1.12.2-2.5.265.jar                           | None                                     |
    | L     | wearablebackpacks                 | 3.1.3                    | WearableBackpacks-1.12.2-3.1.3.jar                 | None                                     |
    | L     | wizardry                          | 0.9.7                    | wizardry-0.9.7.jar                                 | None                                     |
    | L     | librarianliblate                  | 4.15                     | librarianlib-1.12.2-4.15.jar                       | None                                     |
    | L     | teslacorelib_registries           | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                   | None                                     |
    | L     | unidict                           | 1.12.2-2.9.2             | UniDict-1.12.2-2.9.2.jar                           | None                                     |

    Loaded coremods (and transformers): 
Wizardry Plugin (wizardry-0.9.7.jar)
  com.teamwizardry.wizardry.asm.WizardryTransformer
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.5-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
LibrarianLib Plugin (librarianlib-1.12.2-4.15.jar)
  com.teamwizardry.librarianlib.asm.LibLibTransformer
Techguns Core (techguns-1.12.2-2.0.1.1.jar)
  techguns.core.TechgunsASMTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.2.4.jar)
  lumien.randomthings.asm.ClassTransformer
ForgelinPlugin (Forgelin-1.8.2.jar)
  
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  team.chisel.ctm.client.asm.CTMTransformer
HCASM (HammerCore-1.12.2-2.0.5.1.jar)
  com.zeitheron.hammercore.asm.HammerCoreTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
llibrary (llibrary-core-1.0.10-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
EnderCorePlugin (EnderCore-1.12.2-0.5.43.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
EECore (ExpandedEquivalence-1.12.2-11b.jar)
  com.zeitheron.expequiv.core.EETransformer
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
  lumien.chunkanimator.asm.ClassTransformer
    GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 22.20.16.4836' Renderer: 'Intel(R) HD Graphics 620'
    AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2847
    LWJGL: 2.9.4
    OpenGL: Intel(R) HD Graphics 620 GL version 4.5.0 - Build 22.20.16.4836, Intel
    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 Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz

Link to comment
Share on other sites

Looks to me like you're missing a Scala library, please read the installation instructions for each of 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

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.