Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

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

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

So, I'm trying to make a server with mods to play with my friend, but when I try to open it it crashes and closes

Featured Replies

Posted

---- Minecraft Crash Report ----

WARNING: coremods are present:
  ForgelinPlugin (Forgelin-1.8.3.jar)
  HCASM (HammerCore-1.12.2-2.0.6.7.jar)
  CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.244.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
Contact their authors BEFORE contacting forge

// I blame Dinnerbone.

Time: 15/02/20 17:10
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/ITextureObject
    at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:89)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:612)
    at sun.reflect.GeneratedMethodAccessor11.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.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
    at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/ITextureObject
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
    at java.lang.Class.privateGetPublicMethods(Unknown Source)
    at java.lang.Class.getMethods(Unknown Source)
    at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:82)
    at net.minecraftforge.fml.common.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:82)
    ... 31 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.ITextureObject
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 37 more
Caused by: java.lang.NullPointerException


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

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_241, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 8013422456 bytes (7642 MB) / 8390180864 bytes (8001 MB) up to 8390180864 bytes (8001 MB)
    JVM Flags: 2 total; -Xmx8048M -Xms8048M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2847 83 mods loaded, 83 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-universal.jar            | None                                     |
    | LC    | forge                             | 14.23.5.2847      | forge-1.12.2-14.23.5.2847-universal.jar            | None                                     |
    | LC    | micdoodlecore                     |                   | minecraft.jar                                      | None                                     |
    | LC    | aroma1997core                     | 2.0.0.2           | Aroma1997Core-1.12.2-2.0.0.2.jar                   | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | LC    | aroma1997sdimension               | 2.0.0.2           | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar    | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | LC    | codechickenlib                    | 3.2.3.358         | CodeChickenLib-1.12.2-3.2.3.358-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | avaritia                          | 3.3.0             | Avaritia-1.12.2-3.3.0.33-universal.jar             | None                                     |
    | LC    | mcmultipart                       | 2.5.3             | MCMultiPart-2.5.3.jar                              | None                                     |
    | LC    | redstoneflux                      | 2.1.0             | RedstoneFlux-1.12-2.1.0.6-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | sonarcore                         | 5.0.19            | sonarcore-1.12.2-5.0.19-20.jar                     | None                                     |
    | LC    | bagelsmore                        | 2.0.1             | bagelsmore-1.12.2-2.0.1.jar                        | None                                     |
    | LC    | bettercaves                       | 1.12.2            | bettercaves-1.12.2-1.4.0.jar                       | None                                     |
    | LC    | bookshelf                         | 2.3.585           | Bookshelf-1.12.2-2.3.585.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | brandonscore                      | 2.4.18            | BrandonsCore-1.12.2-2.4.18.210-universal.jar       | None                                     |
    | LC    | buildcraftlib                     | 7.99.24.4         | buildcraft-all-7.99.24.4.jar                       | None                                     |
    | LC    | buildcraftcore                    | 7.99.24.4         | buildcraft-all-7.99.24.4.jar                       | None                                     |
    | LC    | buildcraftbuilders                | 7.99.24.4         | buildcraft-all-7.99.24.4.jar                       | None                                     |
    | LC    | buildcrafttransport               | 7.99.24.4         | buildcraft-all-7.99.24.4.jar                       | None                                     |
    | LC    | buildcraftsilicon                 | 7.99.24.4         | buildcraft-all-7.99.24.4.jar                       | None                                     |
    | LC    | buildcraftcompat                  | 7.99.24.4         | buildcraft-all-7.99.24.4.jar                       | None                                     |
    | LC    | buildcraftenergy                  | 7.99.24.4         | buildcraft-all-7.99.24.4.jar                       | None                                     |
    | LC    | buildcraftfactory                 | 7.99.24.4         | buildcraft-all-7.99.24.4.jar                       | None                                     |
    | LC    | buildcraftrobotics                | 7.99.24.4         | buildcraft-all-7.99.24.4.jar                       | None                                     |
    | LC    | chickens                          | 6.0.4             | chickens-6.0.4.jar                                 | None                                     |
    | LC    | clumps                            | 3.1.2             | Clumps-3.1.2.jar                                   | None                                     |
    | LC    | cofhcore                          | 4.6.3             | CoFHCore-1.12.2-4.6.3.27-universal.jar             | None                                     |
    | LC    | cofhworld                         | 1.3.1             | CoFHWorld-1.12.2-1.3.1.7-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | cosmeticarmorreworked             | 1.12.2-v4a        | CosmeticArmorReworked-1.12.2-v4a.jar               | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
    | LC    | cxlibrary                         | 1.6.1             | cxlibrary-1.12.1-1.6.1.jar                         | None                                     |
    | LC    | thermalfoundation                 | 2.6.3             | ThermalFoundation-1.12.2-2.6.3.27-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | draconicevolution                 | 2.3.25            | Draconic-Evolution-1.12.2-2.3.25.351-universal.jar | None                                     |
    | LC    | eplus                             | 5.0.176           | EnchantingPlus-1.12.2-5.0.176.jar                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | endercore                         | 1.12.2-0.5.73     | EnderCore-1.12.2-0.5.73.jar                        | None                                     |
    | LC    | jei                               | 4.15.0.291        | jei_1.12.2-4.15.0.291.jar                          | None                                     |
    | LC    | thermalexpansion                  | 5.5.4             | ThermalExpansion-1.12.2-5.5.4.43-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | enderio                           | 5.1.53            | EnderIO-1.12.2-5.1.53.jar                          | None                                     |
    | LC    | enderiointegrationtic             | 5.1.53            | EnderIO-1.12.2-5.1.53.jar                          | None                                     |
    | LC    | enderiobase                       | 5.1.53            | EnderIO-1.12.2-5.1.53.jar                          | None                                     |
    | LC    | enderioconduits                   | 5.1.53            | EnderIO-1.12.2-5.1.53.jar                          | None                                     |
    | LC    | enderioconduitsappliedenergistics | 5.1.53            | EnderIO-1.12.2-5.1.53.jar                          | None                                     |
    | LC    | enderioconduitsopencomputers      | 5.1.53            | EnderIO-1.12.2-5.1.53.jar                          | None                                     |
    | LC    | refinedstorage                    | 1.6.15            | refinedstorage-1.6.15.jar                          | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
    | LC    | enderioconduitsrefinedstorage     | 5.1.53            | EnderIO-1.12.2-5.1.53.jar                          | None                                     |
    | LC    | enderiointegrationforestry        | 5.1.53            | EnderIO-1.12.2-5.1.53.jar                          | None                                     |
    | LC    | enderiointegrationticlate         | 5.1.53            | EnderIO-1.12.2-5.1.53.jar                          | None                                     |
    | LC    | enderiomachines                   | 5.1.53            | EnderIO-1.12.2-5.1.53.jar                          | None                                     |
    | LC    | enderiopowertools                 | 5.1.53            | EnderIO-1.12.2-5.1.53.jar                          | None                                     |
    | LC    | galacticraftcore                  | 4.0.2.244         | GalacticraftCore-1.12.2-4.0.2.244.jar              | None                                     |
    | LC    | galacticraftplanets               | 4.0.2.244         | Galacticraft-Planets-1.12.2-4.0.2.244.jar          | None                                     |
    | LC    | mjrlegendslib                     | 1.12.2-1.1.9      | MJRLegendsLib-1.12.2-1.1.9.jar                     | b02331787272ec3515ebe63ecdeea0d746653468 |
    | LC    | extraplanets                      | 1.12.2-0.6.2      | ExtraPlanets-1.12.2-0.6.2.jar                      | b02331787272ec3515ebe63ecdeea0d746653468 |
    | LC    | extrautils2                       | 1.0               | extrautils2-1.12-1.9.9.jar                         | None                                     |
    | LC    | zerocore                          | 1.12.2-0.1.2.8    | zerocore-1.12.2-0.1.2.8.jar                        | None                                     |
    | LC    | bigreactors                       | 1.12.2-0.4.5.67   | ExtremeReactors-1.12.2-0.4.5.67.jar                | None                                     |
    | LC    | flagged                           | 0.1.1             | flagged-1.12.2-0.1.1.jar                           | None                                     |
    | LC    | fluxnetworks                      | 4.0.14            | fluxnetworks-1.12.2-4.0.14-31.jar                  | None                                     |
    | LC    | forgelin                          | 1.8.3             | Forgelin-1.8.3.jar                                 | None                                     |
    | LC    | hammercore                        | 2.0.6.7           | HammerCore-1.12.2-2.0.6.7.jar                      | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
    | LC    | waila                             | 1.8.26            | Hwyla-1.8.26-B41_1.12.2.jar                        | None                                     |
    | LC    | ironchest                         | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar                    | None                                     |
    | LC    | journeymap                        | 1.12.2-5.5.6      | journeymap-1.12.2-5.5.6.jar                        | None                                     |
    | LC    | mcjtylib_ng                       | 3.5.4             | mcjtylib-1.12-3.5.4.jar                            | None                                     |
    | LC    | morechickens                      | 3.1.0             | morechickens-1.12.2-3.1.0.jar                      | None                                     |
    | LC    | projecte                          | 1.12.2-PE1.4.1    | ProjectE-1.12.2-PE1.4.1.jar                        | None                                     |
    | LC    | p455w0rdslib                      | 2.3.161           | p455w0rdslib-1.12.2-2.3.161.jar                    | 186bc454cd122c9c2f1aa4f95611254bcc543363 |
    | LC    | guilib                            | $version          | paintingselgui-PSG+Revamed-1.12.2-1.1.0.1.jar      | None                                     |
    | LC    | paintingselgui                    | $version          | paintingselgui-PSG+Revamed-1.12.2-1.1.0.1.jar      | None                                     |
    | LC    | plated                            | 0.1.0             | Plated-0.1.0.jar                                   | None                                     |
    | LC    | prefab                            | 1.3.0.26          | prefab-1.3.0.26.jar                                | None                                     |
    | LC    | reborncore                        | 3.16.4.478        | RebornCore-1.12.2-3.16.4.478-universal.jar         | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
    | LC    | rebornstorage                     | 1.0.0             | RebornStorage-1.12.2-3.3.4.1.jar                   | None                                     |
    | LC    | rftools                           | 7.73              | rftools-1.12-7.73.jar                              | None                                     |
    | LC    | rftoolscontrol                    | 2.0.2             | rftoolsctrl-1.12-2.0.2.jar                         | None                                     |
    | LC    | roost                             | 2.0.10            | roost-1.12.2-2.0.10.jar                            | None                                     |
    | LC    | thermaldynamics                   | 2.5.5             | ThermalDynamics-1.12.2-2.5.5.21-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | torohud                           | 1.12.2-5          | torohud-1.12.2-5.jar                               | None                                     |
    | LC    | visuals                           | 7r                | Visuals-1.12.2-7r.jar                              | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
    | LC    | worldedit                         | 6.1.10-SNAPSHOT   | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar  | None                                     |
    | LE    | ladylib                           | 2.4.0             | Ladylib-1.12.2-2.4.0.jar                           | None                                     |
    | L     | modwinder                         | 1.1               | Ladylib-1.12.2-2.4.0.jar                           | None                                     |
    | L     | lumen                             | 0.4.0             | lumen-Beta+0.4.1.jar                               | None                                     |

    Loaded coremods (and transformers): 
ForgelinPlugin (Forgelin-1.8.3.jar)
  
HCASM (HammerCore-1.12.2-2.0.6.7.jar)
  com.zeitheron.hammercore.asm.HammerCoreTransformer
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  cubex2.cxlibrary.CoreModTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.244.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.73-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  
    HammerCore Debug Information: 
Dependent Mods:
    -Visuals (visuals) @7r

    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

Guest
This topic is now closed to further replies.

Important Information

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

Configure browser push notifications

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