Jump to content

ServerCrash


FakeNan

Recommended Posts

crash-log:
 

Spoiler

---- Minecraft Crash Report ----

WARNING: coremods are present:
  MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
  TLSkinCapeHookLoader (tlskincape_1.12.2-1.2.jar)
  SpongeCoremod (spongeforge-1.12.2-2825-7.1.6.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  BetterFontsCore (TTFR-1.12.1-1.9.1.jar)
Contact their authors BEFORE contacting forge

// Why is it breaking :(

Time: 30.07.19 23:01
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: cubex2/ttfr/Config$SelectFontEntry
	at cubex2.ttfr.Config.syncConfig(Config.java:49)
	at cubex2.ttfr.Config.load(Config.java:37)
	at cubex2.ttfr.BFDummyContainer.preInit(BFDummyContainer.java:61)
	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.redirect$onPost$zza000(LoadController.java:553)
	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
	at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
	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.ClassNotFoundException: cubex2.ttfr.Config$SelectFontEntry
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 35 more
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/fml/client/config/GuiConfigEntries$SelectValueEntry
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(Unknown Source)
	at java.security.SecureClassLoader.defineClass(Unknown Source)
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
	... 37 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.client.config.GuiConfigEntries$SelectValueEntry
	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: Server thread
Stacktrace:
	at cubex2.ttfr.Config.syncConfig(Config.java:49)
	at cubex2.ttfr.Config.load(Config.java:37)
	at cubex2.ttfr.BFDummyContainer.preInit(BFDummyContainer.java:61)
	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.redirect$onPost$zza000(LoadController.java:553)
	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)

-- Sponge PhaseTracker --
Details:
	Phase Stack: [Empty stack]
Stacktrace:
	at net.minecraft.server.MinecraftServer.handler$onCrashReport$zke000(MinecraftServer.java:3980)
	at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
	at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
	at java.lang.Thread.run(Unknown Source)

-- 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: 1976147440 bytes (1884 MB) / 2908225536 bytes (2773 MB) up to 3817865216 bytes (3641 MB)
	JVM Flags: 2 total; -Xms2G -Xmx4G
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.42 Powered by Forge 14.23.5.2838 93 mods loaded, 93 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                                |
	|:----- |:--------------------------- |:------------------------ |:---------------------------------------------------- |:---------------------------------------- |
	| LCH   | minecraft                   | 1.12.2                   | minecraft.jar                                        | None                                     |
	| LCH   | mcp                         | 9.42                     | minecraft.jar                                        | None                                     |
	| LCH   | FML                         | 8.0.99.99                | forge-1.12.2-14.23.5.2838-universal.jar              | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LCH   | forge                       | 14.23.5.2838             | forge-1.12.2-14.23.5.2838-universal.jar              | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| LC    | betterfonts                 | 1.9.1                    | minecraft.jar                                        | None                                     |
	| LC    | spongeapi                   | 7.1.0-fb496dbf0          | spongeforge-1.12.2-2825-7.1.6.jar                    | None                                     |
	| LC    | sponge                      | 1.12.2-7.1.6             | spongeforge-1.12.2-2825-7.1.6.jar                    | None                                     |
	| LC    | spongeforge                 | 1.12.2-2825-7.1.6        | spongeforge-1.12.2-2825-7.1.6.jar                    | None                                     |
	| LC    | versionchecker              | @VERSION@                | [1.12.2]+VersionChecker-1.4.0.jar                    | None                                     |
	| LC    | appliedenergistics2         | rv6-stable-6             | appliedenergistics2-rv6-stable-6.jar                 | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
	| LC    | aroma1997core               | 2.0.0.2.b165             | Aroma1997Core-1.12.2-2.0.0.2.b165.jar                | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LC    | aroma1997sdimension         | 2.0.0.2.b93              | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.b93.jar  | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LC    | aromabackup                 | 3.0.0.0.b118             | AromaBackup-1.12.2-3.0.0.0.b118.jar                  | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LC    | aromabackuprecovery         | 3.0.0.0.b118             | AromaBackup-1.12.2-3.0.0.0.b118.jar                  | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| LC    | codechickenlib              | 3.2.2.353                | CodeChickenLib-1.12.2-3.2.2.353-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LC    | avaritia                    | 3.3.0                    | Avaritia-1.12.2-3.3.0.33-universal.jar               | None                                     |
	| LC    | backpack                    | 3.0.2                    | backpack-3.0.2-1.12.2.jar                            | None                                     |
	| LC    | betterbuilderswands         | 0.13.2                   | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar    | None                                     |
	| LC    | bookshelf                   | 2.3.585                  | Bookshelf-1.12.2-2.3.585.jar                         | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LC    | redstoneflux                | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LC    | brandonscore                | 2.4.12                   | BrandonsCore-1.12.2-2.4.12.205-universal.jar         | None                                     |
	| LC    | buildcraftlib               | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
	| LC    | buildcraftcore              | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
	| LC    | buildcraftbuilders          | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
	| LC    | buildcrafttransport         | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
	| LC    | buildcraftsilicon           | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
	| LC    | crafttweaker                | 4.1.19                   | CraftTweaker2-1.12-4.1.19.jar                        | None                                     |
	| LC    | buildcraftenergy            | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
	| LC    | jei                         | 4.15.0.282               | jei_1.12.2-4.15.0.282.jar                            | None                                     |
	| LC    | forestry                    | 5.8.2.386                | forestry_1.12.2-5.8.2.386.jar                        | None                                     |
	| LC    | buildcraftcompat            | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
	| LC    | buildcraftfactory           | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
	| LC    | buildcraftrobotics          | 7.99.24.1                | buildcraft-all-7.99.24.1.jar                         | None                                     |
	| LC    | chameleon                   | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                             | None                                     |
	| LC    | chisel                      | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                         | None                                     |
	| LC    | chiselsandbits              | 14.33                    | chiselsandbits-14.33.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    | crafttweakerjei             | 2.0.3                    | CraftTweaker2-1.12-4.1.19.jar                        | None                                     |
	| 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.22                   | Draconic-Evolution-1.12.2-2.3.22.343-universal.jar   | None                                     |
	| LC    | eplus                       | 5.0.179                  | EnchantingPlus-1.12.2-5.0.179.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
	| LC    | extracells                  | 2.6.2                    | ExtraCells-1.12.2-2.6.2a.jar                         | None                                     |
	| LC    | mantle                      | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                             | None                                     |
	| LC    | twilightforest              | 3.9.888                  | twilightforest-1.12.2-3.9.888-universal.jar          | None                                     |
	| LC    | tconstruct                  | 1.12.2-2.12.0.135        | TConstruct-1.12.2-2.12.0.135.jar                     | None                                     |
	| 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    | forgemultipartcbe           | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| LC    | microblockcbe               | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar         | None                                     |
	| LC    | minecraftmultipartcbe       | 2.6.1.81                 | ForgeMultipart-1.12.2-2.6.1.81-universal.jar         | None                                     |
	| LC    | inventorytweaks             | 1.64+dev.146.2180b27     | InventoryTweaks-1.64+dev.146.jar                     | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
	| LC    | ironchest                   | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.69.845.jar                      | None                                     |
	| LC    | jeibees                     | 0.9.0.5                  | jeibees-0.9.0.5-mc1.12.2.jar                         | None                                     |
	| LC    | journeymap                  | 1.12.2-5.5.5b7           | journeymap-1.12.2-5.5.5b7.jar                        | None                                     |
	| LC    | malisiscore                 | 1.12.2-6.5.1-SNAPSHOT    | malisiscore-1.12.2-6.5.1.jar                         | None                                     |
	| LC    | malisisadvert               | 1.12.2-6.1.0             | malisisadvert-1.12.2-6.1.0.jar                       | None                                     |
	| LC    | malisisswitches             | 1.12.2-5.1.0             | malisisswitches-1.12.2-5.1.0.jar                     | None                                     |
	| LC    | moreemeraldstuff            | 1.1.1                    | MES_1.1.1_1.12.2.jar                                 | None                                     |
	| LC    | millenaireextendedbyzantine | 1.0.0                    | Millénaire Extended - Byzantine-1.12.2-1.0.0.jar    | None                                     |
	| LC    | millenaireextendedindians   | 1.0.0                    | Millénaire Extended - Indians-1.12.2-1.0.0.jar      | None                                     |
	| LC    | millenaireextendedinuits    | 1.0.0                    | Millénaire Extended - Inuits-1.12.2-1.0.0.jar       | None                                     |
	| LC    | millenaireextendedmaya      | 1.0.0                    | Millénaire Extended - Maya-1.12.2-1.0.0.jar         | None                                     |
	| LC    | millenaireextendednormans   | 1.1.0                    | Millénaire Extended - Normans-1.12.2-1.1.0.jar      | None                                     |
	| LC    | millenaire                  | Millénaire 7.2.1         | millenaire-1.12.2-7.2.1.jar                          | None                                     |
	| LC    | moreavaritia                | 3.2                      | moreavaritia-mc1.12.2-v3.2.jar                       | None                                     |
	| LC    | morefurnaces                | 1.10.5                   | MoreFurnaces-1.12.2-1.10.6.jar                       | None                                     |
	| LC    | mrtjpcore                   | 2.1.3.35                 | MrTJPCore-1.12.2-2.1.3.35-universal.jar              | None                                     |
	| LC    | harvestcraft                | 1.12.2zb                 | Pam's HarvestCraft 1.12.2zd Surprise for Yogcast.jar | None                                     |
	| LC    | projecte                    | 1.12.2-PE1.4.1           | ProjectE-1.12.2-PE1.4.1.jar                          | None                                     |
	| LC    | projectred-core             | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-Base.jar                  | None                                     |
	| LC    | projectred-compat           | 1.0                      | ProjectRed-1.12.2-4.9.1.92-compat.jar                | None                                     |
	| LC    | projectred-integration      | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar           | None                                     |
	| LC    | projectred-transmission     | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-integration.jar           | None                                     |
	| LC    | projectred-fabrication      | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar           | None                                     |
	| LC    | projectred-illumination     | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-lighting.jar              | None                                     |
	| LC    | projectred-expansion        | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar            | None                                     |
	| LC    | projectred-relocation       | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar            | None                                     |
	| LC    | projectred-transportation   | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar            | None                                     |
	| LC    | projectred-exploration      | 4.9.1.92                 | ProjectRed-1.12.2-4.9.1.92-world.jar                 | None                                     |
	| LC    | railcraft                   | 12.0.0                   | railcraft-12.0.0.jar                                 | a0c255ac501b2749537d5824bb0f0588bf0320fa |
	| LC    | roguelike                   | 1.8.0                    | RoguelikeDungeons-1.12.2-1.8.0.jar                   | None                                     |
	| LC    | solarflux                   | 4.32r                    | SolarFluxReborn_1.12.2-4.32r.jar                     | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
	| LC    | storagedrawers              | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.8.jar                      | None                                     |
	| LC    | thermalexpansion            | 5.5.4                    | ThermalExpansion-1.12.2-5.5.4.43-universal.jar       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LC    | thermaldynamics             | 2.5.5                    | ThermalDynamics-1.12.2-2.5.5.21-universal.jar        | 8a6abf2cb9e141b866580d369ba6548732eff25f |
	| LC    | thermaltinkering            | 1.0                      | ThermalTinkering-1.12.2-2.0.1.jar                    | None                                     |
	| LC    | tinkersjei                  | 1.2                      | tinkersjei-1.2.jar                                   | None                                     |
	| LC    | tinkertoolleveling          | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                  | None                                     |
	| LC    | tlauncher_custom_cape_skin  | 1.0                      | tlskincape_1.12.2-1.2.jar                            | None                                     |
	| LC    | treechopper                 | 1.2.4                    | TreeChopper-1.12.2-1.2.4.jar                         | None                                     |

	Loaded coremods (and transformers): 
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
  
TLSkinCapeHookLoader (tlskincape_1.12.2-1.2.jar)
  gloomyfolken.hooklib.minecraft.PrimaryClassTransformer
SpongeCoremod (spongeforge-1.12.2-2825-7.1.6.jar)
  org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  invtweaks.forge.asm.ContainerTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
  
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
  cubex2.cxlibrary.CoreModTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b165.jar)
  
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  team.chisel.ctm.client.asm.CTMTransformer
BetterFontsCore (TTFR-1.12.1-1.9.1.jar)
  cubex2.ttfr.BFClassTransformer
	AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
	Pulsar/tconstruct loaded Pulses: 
		- TinkerCommons (Enabled/Forced)
		- TinkerWorld (Enabled/Not Forced)
		- TinkerTools (Enabled/Not Forced)
		- TinkerHarvestTools (Enabled/Forced)
		- TinkerMeleeWeapons (Enabled/Forced)
		- TinkerRangedWeapons (Enabled/Forced)
		- TinkerModifiers (Enabled/Forced)
		- TinkerSmeltery (Enabled/Not Forced)
		- TinkerGadgets (Enabled/Not Forced)
		- TinkerOredict (Enabled/Forced)
		- TinkerIntegration (Enabled/Forced)
		- TinkerFluids (Enabled/Forced)
		- TinkerMaterials (Enabled/Forced)
		- TinkerModelRegister (Enabled/Forced)
		- chiselIntegration (Enabled/Not Forced)
		- chiselsandbitsIntegration (Enabled/Not Forced)

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

 

serverlog:
 

Spoiler

[23:05:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[23:05:48] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[23:05:48] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[23:05:48] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading
[23:05:48] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_221, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_221
[23:05:48] [main/INFO] [FML]: Searching D:\Desktop\MinecraftLocal server\.\mods for mods
[23:05:48] [main/INFO] [FML]: Searching D:\Desktop\MinecraftLocal server\.\mods\1.12.2 for mods
[23:05:48] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.12.2-2.0.0.2.b165.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[23:05:48] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:05:48] [main/INFO] [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar
[23:05:48] [main/INFO] [FML]: Loading tweaker codechicken.asm.internal.Tweaker from ChickenASM-1.12-1.0.2.7.jar
[23:05:48] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in CTM-MC1.12.2-0.3.3.22.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[23:05:48] [main/WARN] [FML]: The coremod team.chisel.ctm.client.asm.CTMCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:05:48] [main/WARN] [FML]: The coremod CTMCorePlugin (team.chisel.ctm.client.asm.CTMCorePlugin) is not signed!
[23:05:48] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in cxlibrary-1.12.1-1.6.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[23:05:48] [main/WARN] [FML]: The coremod cubex2.cxlibrary.CoreModLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:05:48] [main/WARN] [FML]: The coremod CXLibraryCore (cubex2.cxlibrary.CoreModLoader) is not signed!
[23:05:48] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in InventoryTweaks-1.64+dev.146.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[23:05:48] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:05:48] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from malisiscore-1.12.2-6.5.1.jar
[23:05:48] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in malisisswitches-1.12.2-5.1.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[23:05:48] [main/WARN] [FML]: The coremod net.malisis.switches.asm.MalisisSwitchesPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:05:48] [main/WARN] [FML]: The coremod MalisisSwitchesPlugin (net.malisis.switches.asm.MalisisSwitchesPlugin) is not signed!
[23:05:48] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from preview_OptiFine_1.12.2_HD_U_E4_pre4.jar
[23:05:48] [main/INFO] [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from spongeforge-1.12.2-2825-7.1.6.jar
[23:05:48] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in TTFR-1.12.1-1.9.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[23:05:48] [main/WARN] [FML]: The coremod cubex2.ttfr.BetterFontsCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:05:48] [main/WARN] [FML]: The coremod BetterFontsCore (cubex2.ttfr.BetterFontsCore) is not signed!
[23:05:48] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:05:48] [main/INFO] [LaunchWrapper]: Loading tweak class name guichaguri.betterfps.tweaker.BetterFpsTweaker
[23:05:48] [main/INFO] [LaunchWrapper]: Loading tweak class name codechicken.asm.internal.Tweaker
[23:05:48] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.launch.MixinTweaker
[23:05:48] [main/INFO] [mixin]: SpongePowered MIXIN Subsystem Version=0.7.11 Source=file:/D:/Desktop/MinecraftLocal%20server/./mods/malisiscore-1.12.2-6.5.1.jar Service=LaunchWrapper Env=SERVER
[23:05:49] [main/WARN] [FML]: The coremod net.malisis.core.asm.MalisisCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[23:05:49] [main/WARN] [FML]: The coremod MalisisCorePlugin (net.malisis.core.asm.MalisisCorePlugin) is not signed!
[23:05:49] [main/INFO] [mixin]: Compatibility level set to JAVA_8
[23:05:49] [main/WARN] [FML]: The coremod SpongeCoremod (org.spongepowered.mod.SpongeCoremod) is not signed!
[23:05:49] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[DEFAULT]
[23:05:49] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[PREINIT]
[23:05:49] [main/INFO] [mixin]: Adding new token provider org.spongepowered.mod.SpongeCoremod$TokenProvider to MixinEnvironment[INIT]
[23:05:49] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[23:05:49] [main/WARN] [LaunchWrapper]: Tweak class name org.spongepowered.asm.launch.MixinTweaker has already been visited -- skipping
[23:05:49] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[23:05:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:05:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[23:05:49] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[23:05:49] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[23:05:49] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: Forge server detected, skipping class transformer
[23:05:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:05:50] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[23:05:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:05:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:05:50] [main/INFO] [Aroma1997Core]: Finished data injection.
[23:05:50] [main/INFO] [Aroma1997Core]: Finished data injection.
[23:05:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:05:50] [main/INFO] [LaunchWrapper]: Calling tweak class codechicken.asm.internal.Tweaker
[23:05:50] [main/INFO] [STDOUT]: [codechicken.asm.internal.Tweaker:injectIntoClassLoader:30]: false
[23:05:50] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
[23:05:50] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@6a9950f1
[23:05:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:05:50] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
[23:05:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[23:05:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:05:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:05:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[23:05:51] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[23:05:51] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
[23:05:51] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[23:05:51] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
[23:05:51] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[23:05:51] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
[23:05:51] [main/INFO] [mixin]: A re-entrant transformer 'guichaguri.betterfps.transformers.PatcherTransformer' was detected and will no longer process meta class data
[23:05:51] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
[23:05:51] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished.
[23:05:53] [main/WARN] [mixin]: @Mixin target net.minecraft.server.management.PlayerProfileCache$ProfileEntry is public in mixins.common.core.json:server.management.MixinPlayerProfileCacheEntry and should be specified in value
[23:05:54] [main/ERROR] [mixin]: Classloader restrictions [PACKAGE_TRANSFORMER_EXCLUSION] encountered loading mixins.malisis.switches.json:MixinWorld, name: net.malisis.switches.asm.mixin.MixinWorld
[23:05:54] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm
[23:05:54] [main/INFO] [mixin]: A re-entrant transformer 'guichaguri.betterfps.transformers.MathTransformer' was detected and will no longer process meta class data
[23:05:55] [main/WARN] [mixin]: Static binding violation: PRIVATE overwrite method initializeConnectionToPlayer in mixins.common.core.json:server.MixinPlayerList cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[23:05:56] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[23:05:56] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
[23:05:56] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:preTransform:230]: Transforming Class [net.minecraft.block.Block], Method [getExtendedState]
[23:05:56] [main/INFO] [STDOUT]: [team.chisel.ctm.client.asm.CTMTransformer:finishTransform:242]: Transforming net.minecraft.block.Block Finished.
[23:05:57] [main/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl)
[23:05:57] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)
[23:05:57] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm
[23:05:57] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh)
[23:05:59] [main/INFO] [BetterFps]: Patching net.minecraft.server.dedicated.DedicatedServer... (nz)
[23:06:00] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
[23:06:00] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2838 Initialized
[23:06:00] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[23:06:00] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[23:06:00] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
[23:06:00] [Server thread/INFO] [Sponge]: Found mcmod.info at jar:file:/D:/Desktop/MinecraftLocal%20server/./mods/spongeforge-1.12.2-2825-7.1.6.jar!/mcmod.info
[23:06:00] [Server thread/INFO] [Sponge]: Creating injector in stage 'PRODUCTION'
[23:06:03] [Server thread/INFO] [FML]: Searching D:\Desktop\MinecraftLocal server\.\mods for mods
[23:06:03] [Server thread/INFO] [FML]: Searching D:\Desktop\MinecraftLocal server\.\mods\1.12.2 for mods
[23:06:04] [Server thread/WARN] [FML]: Mod aroma1997core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.0.2.b165
[23:06:04] [Server thread/WARN] [FML]: Mod aroma1997sdimension is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.0.0.2.b93
[23:06:04] [Server thread/WARN] [FML]: Mod aromabackup is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.0.0.0.b118
[23:06:04] [Server thread/WARN] [FML]: Mod aromabackuprecovery is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.0.0.0.b118
[23:06:04] [Server thread/WARN] [FML]: Mod betterbuilderswands is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.13.2
[23:06:04] [Server thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.2.353
[23:06:04] [Server thread/INFO] [FML]: Disabling mod ctgui it is client side only.
[23:06:04] [Server thread/INFO] [FML]: Disabling mod ctm it is client side only.
[23:06:04] [Server thread/WARN] [FML]: Mod microblockcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.1.81
[23:06:04] [Server thread/WARN] [FML]: Mod forgemultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.1.81
[23:06:04] [Server thread/WARN] [FML]: Mod minecraftmultipartcbe is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.6.1.81
[23:06:04] [Server thread/WARN] [FML]: Mod ironchest is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.12.2-7.0.67.844
[23:06:05] [Server thread/INFO] [FML]: Disabling mod jeiintegration it is client side only.
[23:06:05] [Server thread/INFO] [FML]: Disabling mod mousetweaks it is client side only.
[23:06:05] [Server thread/WARN] [FML]: Mod mrtjpcore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.1.3.35
[23:06:05] [Server thread/INFO] [FML]: Disabling mod neat it is client side only.
[23:06:05] [Server thread/WARN] [FML]: Mod projectred-core is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92
[23:06:05] [Server thread/INFO] [FML]: Mod projectred-compat is missing the required element 'name'. Substituting projectred-compat
[23:06:05] [Server thread/WARN] [FML]: Mod projectred-compat is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[23:06:05] [Server thread/WARN] [FML]: Mod projectred-fabrication is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92
[23:06:05] [Server thread/WARN] [FML]: Mod projectred-integration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92
[23:06:05] [Server thread/WARN] [FML]: Mod projectred-transmission is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92
[23:06:05] [Server thread/WARN] [FML]: Mod projectred-illumination is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92
[23:06:05] [Server thread/WARN] [FML]: Mod projectred-expansion is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92
[23:06:05] [Server thread/WARN] [FML]: Mod projectred-relocation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92
[23:06:05] [Server thread/WARN] [FML]: Mod projectred-transportation is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92
[23:06:05] [Server thread/WARN] [FML]: Mod projectred-exploration is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.9.1.92
[23:06:05] [Server thread/INFO] [FML]: Forge Mod Loader has identified 92 mods to load
[23:06:05] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for spongeapi: assets/spongeapi/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for spongeforge: assets/spongeforge/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for buildcraftbuilders: assets/buildcraftbuilders/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for buildcraftcore: assets/buildcraftcore/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for buildcraftenergy: assets/buildcraftenergy/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for buildcraftfactory: assets/buildcraftfactory/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for buildcraftlib: assets/buildcraftlib/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for buildcraftrobotics: assets/buildcraftrobotics/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for buildcraftsilicon: assets/buildcraftsilicon/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for buildcrafttransport: assets/buildcrafttransport/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for chameleon: assets/chameleon/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for codechickenlib: assets/codechickenlib/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for cofhcore: assets/cofhcore/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for crafttweaker: assets/crafttweaker/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for crafttweakerjei: assets/crafttweakerjei/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for cxlibrary: assets/cxlibrary/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for microblockcbe: assets/microblockcbe/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for forgemultipartcbe: assets/forgemultipartcbe/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for minecraftmultipartcbe: assets/minecraftmultipartcbe/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for mantle: assets/mantle/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for millenaireextendedbyzantine: assets/millenaireextendedbyzantine/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for millenaireextendedindians: assets/millenaireextendedindians/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for millenaireextendedinuits: assets/millenaireextendedinuits/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for millenaireextendedmaya: assets/millenaireextendedmaya/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for millenaireextendednormans: assets/millenaireextendednormans/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for mrtjpcore: assets/mrtjpcore/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for projectred-core: assets/projectred-core/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for projectred-compat: assets/projectred-compat/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for projectred-fabrication: assets/projectred-fabrication/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for projectred-integration: assets/projectred-integration/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for projectred-transmission: assets/projectred-transmission/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for projectred-illumination: assets/projectred-illumination/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for projectred-expansion: assets/projectred-expansion/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for projectred-relocation: assets/projectred-relocation/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for projectred-transportation: assets/projectred-transportation/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for projectred-exploration: assets/projectred-exploration/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for redstoneflux: assets/redstoneflux/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for roguelike: assets/roguelike/lang/en_us.lang
[23:06:06] [Server thread/WARN] [FML]: Missing English translation for thermaltinkering: assets/thermaltinkering/lang/en_us.lang
[23:06:06] [Server thread/WARN] [Sponge]: The mod spongeforge was designed for forge 1.12.2-14.23.5.2825 but version 14.23.5.2838 is in use. It may not work properly.
[23:06:06] [Server thread/WARN] [Sponge]: The mod spongeforge was designed for forge 1.12.2-14.23.5.2825 but version 14.23.5.2838 is in use. It may not work properly.
[23:06:06] [Server thread/INFO] [FML]: FML has found a non-mod file CTM-MC1.12.2-0.3.3.22.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[23:06:06] [Server thread/INFO] [FML]: FML has found a non-mod file jeiintegration_1.12.2-1.5.1.36.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[23:06:06] [Server thread/INFO] [FML]: FML has found a non-mod file MouseTweaks-2.10-mc1.12.2.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[23:06:06] [Server thread/INFO] [FML]: FML has found a non-mod file Neat 1.4-17.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[23:06:06] [Server thread/INFO] [FML]: FML has found a non-mod file TTFR-1.12.1-1.9.1.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[23:06:06] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, betterfonts, spongeapi, sponge, spongeforge, versionchecker, appliedenergistics2, aroma1997core, aroma1997sdimension, aromabackup, aromabackuprecovery, avaritia, backpack, betterbuilderswands, bookshelf, brandonscore, buildcraftcompat, buildcraftbuilders, buildcraftcore, buildcraftenergy, buildcraftfactory, buildcraftlib, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, chameleon, chisel, chiselsandbits, codechickenlib, cofhcore, cofhworld, crafttweaker, crafttweakerjei, cxlibrary, draconicevolution, eplus, extracells, extrautils2, bigreactors, forestry, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, inventorytweaks, ironchest, jei, jeibees, journeymap, malisisadvert, malisiscore, malisisswitches, mantle, moreemeraldstuff, millenaire, millenaireextendedbyzantine, millenaireextendedindians, millenaireextendedinuits, millenaireextendedmaya, millenaireextendednormans, moreavaritia, morefurnaces, mrtjpcore, harvestcraft, projecte, projectred-core, projectred-compat, projectred-fabrication, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, railcraft, redstoneflux, roguelike, solarflux, storagedrawers, tconstruct, thermaldynamics, thermalexpansion, thermalfoundation, thermaltinkering, tinkersjei, tinkertoolleveling, treechopper, twilightforest, zerocore] at CLIENT
[23:06:06] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, betterfonts, spongeapi, sponge, spongeforge, versionchecker, appliedenergistics2, aroma1997core, aroma1997sdimension, aromabackup, aromabackuprecovery, avaritia, backpack, betterbuilderswands, bookshelf, brandonscore, buildcraftcompat, buildcraftbuilders, buildcraftcore, buildcraftenergy, buildcraftfactory, buildcraftlib, buildcraftrobotics, buildcraftsilicon, buildcrafttransport, chameleon, chisel, chiselsandbits, codechickenlib, cofhcore, cofhworld, crafttweaker, crafttweakerjei, cxlibrary, draconicevolution, eplus, extracells, extrautils2, bigreactors, forestry, microblockcbe, forgemultipartcbe, minecraftmultipartcbe, inventorytweaks, ironchest, jei, jeibees, journeymap, malisisadvert, malisiscore, malisisswitches, mantle, moreemeraldstuff, millenaire, millenaireextendedbyzantine, millenaireextendedindians, millenaireextendedinuits, millenaireextendedmaya, millenaireextendednormans, moreavaritia, morefurnaces, mrtjpcore, harvestcraft, projecte, projectred-core, projectred-compat, projectred-fabrication, projectred-integration, projectred-transmission, projectred-illumination, projectred-expansion, projectred-relocation, projectred-transportation, projectred-exploration, railcraft, redstoneflux, roguelike, solarflux, storagedrawers, tconstruct, thermaldynamics, thermalexpansion, thermalfoundation, thermaltinkering, tinkersjei, tinkertoolleveling, treechopper, twilightforest, zerocore] at SERVER
[23:06:06] [Server thread/WARN] [Sponge]: There's no certificate fingerprint available
[23:06:07] [Server thread/ERROR] [FML]: The mod backpack is expecting signature @FINGERPRINT@ for source backpack-3.0.2-1.12.2.jar, however there is no signature matching that description
[23:06:07] [Server thread/INFO] [brandonscore]: Brandon's Core online! Waiting for Draconic Evolution to join the party....
[23:06:07] [Server thread/INFO] [draconicevolution]: Draconic Evolution online!
[23:06:07] [Server thread/INFO] [brandonscore]: Hay! There you are! Now lets destroy some worlds!!
[23:06:07] [Server thread/INFO] [draconicevolution]: Sounds like fun! Lets get to it!
[23:06:08] [Server thread/INFO] [draconicevolution]: Hello Minecraft!!!
[23:06:08] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse craftingtweaksIntegration; missing dependency: craftingtweaks
[23:06:08] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse wailaIntegration; missing dependency: waila
[23:06:08] [Server thread/INFO] [Pulsar-tconstruct]: Skipping Pulse theoneprobeIntegration; missing dependency: theoneprobe
[23:06:08] [Server thread/INFO] [tconstruct]: Preparing to take over the world
[23:06:09] [Server thread/INFO] [solarflux]: Applied render register to SolarFluxAPI.renderRenderer
[23:06:09] [Server thread/INFO] [solarflux]: Applied item register to SolarFluxAPI.registerItem
[23:06:09] [Server thread/INFO] [solarflux]: Applied new registry to SolarFluxAPI.SOLAR_PANELS!
[23:06:09] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
[23:06:09] [Server thread/INFO] [FML]: Found 1904 ObjectHolder annotations
[23:06:09] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[23:06:09] [Server thread/INFO] [FML]: Found 2 ItemStackHolder annotations
[23:06:10] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[23:06:10] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[23:06:10] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: cubex2/ttfr/Config$SelectFontEntry
	at cubex2.ttfr.Config.syncConfig(Config.java:49) ~[Config.class:?]
	at cubex2.ttfr.Config.load(Config.java:37) ~[Config.class:?]
	at cubex2.ttfr.BFDummyContainer.preInit(BFDummyContainer.java:61) ~[BFDummyContainer.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) ~[forge-1.12.2-14.23.5.2838-universal.jar:?]
	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) ~[forge-1.12.2-14.23.5.2838-universal.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) ~[minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:217) ~[minecraft_server.1.12.2.jar:?]
	at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:553) ~[LoadController.class:?]
	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) ~[LoadController.class:?]
	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627) ~[Loader.class:?]
	at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) ~[FMLServerHandler.class:?]
	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) ~[FMLCommonHandler.class:?]
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) ~[nz.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
Caused by: java.lang.ClassNotFoundException: cubex2.ttfr.Config$SelectFontEntry
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221]
	... 35 more
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/fml/client/config/GuiConfigEntries$SelectValueEntry
	at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_221]
	at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_221]
	at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_221]
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221]
	... 35 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.client.config.GuiConfigEntries$SelectValueEntry
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) ~[launchwrapper-1.12.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221]
	at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_221]
	at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_221]
	at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_221]
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221]
	at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_221]
	... 35 more
[23:06:10] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: D:\Desktop\MinecraftLocal server\.\crash-reports\crash-2019-07-30_23.06.10-server.txt
[23:06:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[23:06:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds
[23:06:10] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Applied Energistics 2 (appliedenergistics2)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: Caused by: java.lang.NullPointerException
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at appeng.core.AppEng.serverStopped(AppEng.java:271)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at java.lang.reflect.Method.invoke(Unknown Source)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at com.google.common.eventbus.EventBus.post(EventBus.java:217)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at net.minecraftforge.fml.common.LoadController.redirect$onPost$zza000(LoadController.java:553)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at net.minecraftforge.fml.common.Loader.serverStopped(Loader.java:847)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:508)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:587)
[23:06:10] [Server thread/INFO] [STDERR]: [net.minecraftforge.fml.common.EnhancedRuntimeException:printStackTrace:92]: 	at java.lang.Thread.run(Unknown Source)
[23:06:10] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null
[23:06:10] [Forge Version Check/INFO] [forge.VersionCheck]: [twilightforest] Starting version check at https://raw.githubusercontent.com/TeamTwilight/twilightforest/1.12.x/update.json
[23:06:10] [Forge Version Check/INFO] [forge.VersionCheck]: [twilightforest] Found status: AHEAD Target: null
[23:06:10] [Forge Version Check/INFO] [forge.VersionCheck]: [railcraft] Starting version check at http://www.railcraft.info/railcraft_versions
[23:06:12] [Forge Version Check/INFO] [forge.VersionCheck]: [railcraft] Found status: BETA Target: null
[23:06:12] [Forge Version Check/INFO] [forge.VersionCheck]: [spongeforge] Starting version check at https://files.minecraftforge.net/maven/org/spongepowered/spongeforge/promotions_slim.json
[23:06:13] [Forge Version Check/INFO] [forge.VersionCheck]: [spongeforge] Found status: OUTDATED Target: 7.1.2
[23:06:13] [Forge Version Check/INFO] [forge.VersionCheck]: [cofhworld] Starting version check at https://raw.github.com/cofh/version/master/cofhworld_update.json
[23:06:13] [Forge Version Check/INFO] [forge.VersionCheck]: [cofhworld] Found status: UP_TO_DATE Target: null
[23:06:13] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftlib] Starting version check at https://mod-buildcraft.com/version/versions.json
[23:06:13] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftlib] Found status: UP_TO_DATE Target: null
[23:06:13] [Forge Version Check/INFO] [forge.VersionCheck]: [projecte] Starting version check at https://raw.githubusercontent.com/sinkillerj/ProjectE/mc1.12.x/update.json
[23:06:13] [Forge Version Check/INFO] [forge.VersionCheck]: [projecte] Found status: UP_TO_DATE Target: null
[23:06:13] [Forge Version Check/INFO] [forge.VersionCheck]: [thermalexpansion] Starting version check at https://raw.github.com/cofh/version/master/thermalexpansion_update.json
[23:06:14] [Forge Version Check/INFO] [forge.VersionCheck]: [thermalexpansion] Found status: UP_TO_DATE Target: null
[23:06:14] [Forge Version Check/INFO] [forge.VersionCheck]: [solarflux] Starting version check at https://pastebin.com/raw/EJgJGHLv
[23:06:14] [Forge Version Check/INFO] [forge.VersionCheck]: [solarflux] Found status: UP_TO_DATE Target: null
[23:06:14] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftcompat] Starting version check at https://mod-buildcraft.com/version/versions-compat.json
[23:06:14] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftcompat] Found status: UP_TO_DATE Target: null
[23:06:14] [Forge Version Check/INFO] [forge.VersionCheck]: [thermaldynamics] Starting version check at https://raw.github.com/cofh/version/master/thermaldynamics_update.json
[23:06:14] [Forge Version Check/INFO] [forge.VersionCheck]: [thermaldynamics] Found status: UP_TO_DATE Target: null
[23:06:14] [Forge Version Check/INFO] [forge.VersionCheck]: [cofhcore] Starting version check at https://raw.github.com/cofh/version/master/cofhcore_update.json
[23:06:14] [Forge Version Check/INFO] [forge.VersionCheck]: [cofhcore] Found status: UP_TO_DATE Target: null
[23:06:14] [Forge Version Check/INFO] [forge.VersionCheck]: [codechickenlib] Starting version check at http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=CodeChickenLib
[23:06:15] [Forge Version Check/INFO] [forge.VersionCheck]: [codechickenlib] Found status: BETA Target: null
[23:06:15] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftcore] Starting version check at https://mod-buildcraft.com/version/versions.json
[23:06:15] [Forge Version Check/INFO] [forge.VersionCheck]: [buildcraftcore] Found status: UP_TO_DATE Target: null
[23:06:15] [Forge Version Check/INFO] [forge.VersionCheck]: [thermalfoundation] Starting version check at https://raw.github.com/cofh/version/master/thermalfoundation_update.json
[23:06:15] [Forge Version Check/INFO] [forge.VersionCheck]: [thermalfoundation] Found status: UP_TO_DATE Target: null
[23:06:15] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[23:06:15] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds

 

 

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.



×
×
  • Create New...

Important Information

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