diff options
| author | syeyoung <cyong06@naver.com> | 2021-01-22 13:06:37 +0900 |
|---|---|---|
| committer | syeyoung <cyong06@naver.com> | 2021-01-22 13:06:37 +0900 |
| commit | c37e8bb98d04801a31b1f0dd1c74f5117c534aeb (patch) | |
| tree | 3f993ec5c4ec660952f43427467aa4fb9d9b00af | |
| parent | 1ce6ac3c20768422b05f9e861ed0a41bd2f0c8d2 (diff) | |
| download | Skyblock-Dungeons-Guide-c37e8bb98d04801a31b1f0dd1c74f5117c534aeb.tar.gz Skyblock-Dungeons-Guide-c37e8bb98d04801a31b1f0dd1c74f5117c534aeb.tar.bz2 Skyblock-Dungeons-Guide-c37e8bb98d04801a31b1f0dd1c74f5117c534aeb.zip | |
categorize feature impls
| -rw-r--r-- | crash-reports/crash-2021-01-01_21.32.51-client.txt | 82 | ||||
| -rw-r--r-- | logs/fml-client-1.log | 2680 | ||||
| -rw-r--r-- | logs/fml-client-3.log | 1006 | ||||
| -rwxr-xr-x | src/main/java/kr/syeyoung/dungeonsguide/dungeon/DungeonContext.java | 5 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/FeatureRegistry.java | 8 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/boss/FeatureAutoReparty.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureAutoReparty.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/boss/FeatureChestPrice.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureChestPrice.java) | 12 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/dungeon/FeatureBoxSkelemaster.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureBoxSkelemaster.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/dungeon/FeatureBoxStarMobs.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureBoxStarMobs.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/dungeon/FeatureDungeonDeaths.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureDungeonDeaths.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/dungeon/FeatureDungeonMap.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureDungeonMap.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/dungeon/FeatureDungeonMilestone.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureDungeonMilestone.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/dungeon/FeatureDungeonRealTime.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureDungeonRealTime.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/dungeon/FeatureDungeonSBTime.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureDungeonSBTime.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/dungeon/FeatureDungeonScore.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureDungeonScore.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/dungeon/FeatureDungeonSecrets.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureDungeonSecrets.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/dungeon/FeatureDungeonTombs.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureDungeonTombs.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/dungeon/FeatureInstaCloseChest.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureInstaCloseChest.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/dungeon/FeatureWarnLowHealth.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureWarnLowHealth.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/etc/FeatureCooldownCounter.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureCooldownCounter.java) | 2 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/etc/FeatureDisableMessage.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureDisableMessage.java) | 10 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/etc/FeatureTooltipDungeonStat.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureTooltipDungeonStat.java) | 3 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/features/impl/etc/FeatureTooltipPrice.java (renamed from src/main/java/kr/syeyoung/dungeonsguide/features/impl/FeatureTooltipPrice.java) | 3 | ||||
| -rw-r--r-- | src/main/java/kr/syeyoung/dungeonsguide/roomprocessor/bossfight/BossfightProcessorLivid.java | 4 |
24 files changed, 3799 insertions, 42 deletions
diff --git a/crash-reports/crash-2021-01-01_21.32.51-client.txt b/crash-reports/crash-2021-01-01_21.32.51-client.txt new file mode 100644 index 00000000..8f2e071e --- /dev/null +++ b/crash-reports/crash-2021-01-01_21.32.51-client.txt @@ -0,0 +1,82 @@ +---- Minecraft Crash Report ---- +// Ooh. Shiny. + +Time: 1/1/21 9:32 PM +Description: There was a severe problem during mod loading that has caused the game to fail + +net.minecraftforge.fml.common.LoaderException: java.lang.ExceptionInInitializerError + at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162) + at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:559) + at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) + at net.minecraft.client.Minecraft.startGame(Minecraft.java:451) + at net.minecraft.client.Minecraft.run(Minecraft.java:360) + at net.minecraft.client.main.Main.main(Main.java:116) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) + at net.minecraft.launchwrapper.Launch.main(Launch.java:28) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) + at GradleStart.main(GradleStart.java:26) +Caused by: java.lang.ExceptionInInitializerError + at kr.syeyoung.dungeonsguide.config.Config.loadConfig(Config.java:22) + at kr.syeyoung.dungeonsguide.e.pre(e.java:87) + at kr.syeyoung.dungeonsguide.a.a(a.java:57) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) + at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) + at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) + at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) + at com.google.common.eventbus.EventBus.post(EventBus.java:275) + at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211) + at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189) + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:498) + at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) + at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) + at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) + at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) + at com.google.common.eventbus.EventBus.post(EventBus.java:275) + at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118) + at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:556) + ... 16 more +Caused by: java.lang.NullPointerException + at kr.syeyoung.dungeonsguide.features.impl.etc.FeatureCooldownCounter.<init>(FeatureCooldownCounter.java:14) + at kr.syeyoung.dungeonsguide.features.FeatureRegistry.<clinit>(FeatureRegistry.java:55) + ... 46 more + + +A detailed walkthrough of the error, its code path and all known details is as follows: +--------------------------------------------------------------------------------------- + +-- System Details -- +Details: + Minecraft Version: 1.8.9 + Operating System: Linux (amd64) version 5.4.0-58-generic + Java Version: 1.8.0_275, Amazon.com Inc. + Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Amazon.com Inc. + Memory: 149495408 bytes (142 MB) / 732430336 bytes (698 MB) up to 2796552192 bytes (2667 MB) + JVM Flags: 1 total; -Xmx3000m + IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 + FML: MCP 9.19 Powered by Forge 11.15.1.1722 4 mods loaded, 4 mods active + States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored + UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) + UCH FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1722.jar) + UCH Forge{11.15.1.1722} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1722.jar) + UCE skyblock_dungeons_guide{1.0} [skyblock_dungeons_guide] (main) + Loaded coremods (and transformers):
\ No newline at end of file diff --git a/logs/fml-client-1.log b/logs/fml-client-1.log new file mode 100644 index 00000000..3e90bf1a --- /dev/null +++ b/logs/fml-client-1.log @@ -0,0 +1,2680 @@ +[15:59:14] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR. +[15:59:14] [main/INFO] [FML/]: Forge Mod Loader version 11.15.1.1722 for Minecraft 1.8.9 loading +[15:59:14] [main/INFO] [FML/]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_275, running on Linux:amd64:5.8.0-36-generic, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre +[15:59:14] [main/DEBUG] [FML/]: Java classpath at launch is /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/icedtea-sound.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/java-atk-wrapper.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jfr.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar:/home/syeyoung/Documents/Dungeons Guide/build/classes/production/Dungeons_Guide.main:/home/syeyoung/.gradle/caches/minecraft/deobfedDeps/compileDummy.jar:/home/syeyoung/.gradle/caches/minecraft/deobfedDeps/providedDummy.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.projectlombok/lombok/1.18.16/6dc192c7f93ec1853f70d59d8a6dcf94eb42866/lombok-1.18.16.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations-java5/19.0.0/475a5aea56b94cb13acf3853e27636db4354cb1/annotations-java5-19.0.0.jar:/home/syeyoung/.gradle/caches/minecraft/net/minecraftforge/forge/1.8.9-11.15.1.1722/stable/20/forgeSrc-1.8.9-11.15.1.1722.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.mojang/netty/1.6/4b75825a06139752bd800d9e29c5fd55b8b1b1e4/netty-1.6.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/oshi-project/oshi-core/1.1/9ddf7b048a8d701be231c0f4f95fd986198fd2d8/oshi-core-1.1.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/3.4.0/803ff252fedbd395baffd43b37341dc4a150a554/jna-3.4.0.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/platform/3.4.0/e3f70017be8100d3d6923f50b3d2ee17714e9c13/platform-3.4.0.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j-core-mojang/51.2/63d216a9311cca6be337c1e458e587f99d382b84/icu4j-core-mojang-51.2.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/net.minecraft/launchwrapper/1.12/111e7bea9c968cdb3d06ef4632bf7ff0824d0f36/launchwrapper-1.12.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/net.sf.jopt-simple/jopt-simple/4.6/306816fb57cf94f108a43c95731b08934dcae15c/jopt-simple-4.6.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/io.netty/netty-all/4.0.23.Final/294104aaf1781d6a56a07d561e792c5d0c95f45/netty-all-4.0.23.Final.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.mojang/authlib/1.5.21/aefba0d5b53fbcb70860bc8046ab95d5854c07a5/authlib-1.5.21.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/17.0/9c6ef172e8de35fd8d4d8783e4821e57cdef7445/guava-17.0.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.3.2/90a3822c38ec8c996e84c16a3477ef632cbc87a3/commons-lang3-3.3.2.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.4/b1b6ea3b7e4aa4f492509a4952029cd8e48019ad/commons-io-2.4.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.mojang/realms/1.7.59/9c6c59b742d8e038a15f64c1aa273a893a658424/realms-1.7.59.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.3.3/18f4247ff4572a074444572cee34647c43e7c9c7/httpclient-4.3.3.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.9/9ce04e34240f674bc72680f8b843b1457383161a/commons-codec-1.9.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.paulscode/librarylwjglopenal/20100824/73e80d0794c39665aec3f62eee88ca91676674ef/librarylwjglopenal-20100824.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl_util/2.9.4-nightly-20150209/d51a7c040a721d13efdfbd34f8b257b2df882ad0/lwjgl_util-2.9.4-nightly-20150209.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl/2.9.4-nightly-20150209/697517568c68e78ae0b4544145af031c81082dfe/lwjgl-2.9.4-nightly-20150209.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput/2.0.5/39c7796b469a600f72380316f6b1f11db6c2c7c4/jinput-2.0.5.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/net.java.jutils/jutils/1.0.0/e12fe1fda814bd348c1579329c86943d2cd3c6a6/jutils-1.0.0.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.2.4/a60a5e993c98c864010053cb901b7eab25306568/gson-2.2.4.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.8.1/a698750c16740fd5b3871425f4cb3bbaa87f529d/commons-compress-1.8.1.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.1.3/f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f/commons-logging-1.1.3.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.3.2/31fbbff1ddbf98f3aa7377c94d33b0447c646b6e/httpcore-4.3.2.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.0-beta9/678861ba1b2e1fccb594bb0ca03114bb05da9695/log4j-core-2.0-beta9.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.0-beta9/1dd66e68cccd907880229f9e2de1314bd13ff785/log4j-api-2.0-beta9.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/jline/jline/2.13/2d9530d0a25daffaffda7c35037b046b627bb171/jline-2.13.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/2.0.1/516c03b21d50a644d538de0f0369c620989cd8f0/jsr305-2.0.1.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-debug-all/5.0.3/f9e364ae2a66ce2a543012a4668856e84e5dab74/asm-debug-all-5.0.3.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.typesafe.akka/akka-actor_2.11/2.3.3/ed62e9fc709ca0f2ff1a3220daa8b70a2870078e/akka-actor_2.11-2.3.3.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.typesafe/config/1.2.1/f771f71fdae3df231bcd54d5ca2d57f0bf93f467/config-1.2.1.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-actors-migration_2.11/1.1.0/dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f/scala-actors-migration_2.11-1.1.0.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang.plugins/scala-continuations-plugin_2.11.1/1.0.2/f361a3283452c57fa30c1ee69448995de23c60f7/scala-continuations-plugin_2.11.1-1.0.2.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-compiler/2.11.1/56ea2e6c025e0821f28d73ca271218b8dd04926a/scala-compiler-2.11.1.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang.plugins/scala-continuations-library_2.11/1.0.2/e517c53a7e9acd6b1668c5a35eccbaa3bab9aac/scala-continuations-library_2.11-1.0.2.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-parser-combinators_2.11/1.0.1/f05d7345bf5a58924f2837c6c1f4d73a938e1ff0/scala-parser-combinators_2.11-1.0.1.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-reflect/2.11.1/6580347e61cc7f8e802941e7fde40fa83b8badeb/scala-reflect-2.11.1.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-swing_2.11/1.0.1/b1cdd92bd47b1e1837139c1c53020e86bb9112ae/scala-swing_2.11-1.0.1.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-xml_2.11/1.0.2/820fbca7e524b530fdadc594c39d49a21ea0337e/scala-xml_2.11-1.0.2.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-library/2.11.1/e11da23da3eabab9f4777b9220e60d44c1aab6a/scala-library-2.11.1.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/lzma/lzma/0.0.1/521616dc7487b42bef0e803bd2fa3faf668101d7/lzma-0.0.1.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/net.sf.trove4j/trove4j/3.0.3/42ccaf4761f0dfdfa805c9e340d99a755907e2dd/trove4j-3.0.3.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.paulscode/codecjorbis/20101023/c73b5636faf089d9f00e8732a829577de25237ee/codecjorbis-20101023.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.paulscode/codecwav/20101023/12f031cfe88fef5c1dd36c563c0a3a69bd7261da/codecwav-20101023.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.paulscode/libraryjavasound/20101123/5c5e304366f75f9eaa2e8cca546a1fb6109348b3/libraryjavasound-20101123.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/com.paulscode/soundsystem/20120107/419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6/soundsystem-20120107.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/tv.twitch/twitch/6.5/320a2dfd18513a5f41b4e75729df684488cbd925/twitch-6.5.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/java3d/vecmath/1.5.2/79846ba34cbd89e2422d74d53752f993dcc2ccaf/vecmath-1.5.2.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/931074f46c795d2f7b30ed6395df5715cfd7675b/lwjgl-platform-2.9.4-nightly-20150209-natives-linux.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/bcab850f8f487c3f4c4dbabde778bb82bd1a40ed/lwjgl-platform-2.9.4-nightly-20150209-natives-osx.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/b84d5102b9dbfabfeb5e43c7e2828d98a7fc80e0/lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/7ff832a6eb9ab6a767f1ade2b548092d0fa64795/jinput-platform-2.0.5-natives-linux.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/53f9c919f34d2ca9de8c51fc4e1e8282029a9232/jinput-platform-2.0.5-natives-osx.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput-platform/2.0.5/385ee093e01f587f30ee1c8a2ee7d408fd732e16/jinput-platform-2.0.5-natives-windows.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.fusesource.jansi/jansi/1.11/655c643309c2f45a56a747fda70e3fadf57e9f11/jansi-1.11.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-actors/2.11.0/8ccfb6541de179bb1c4d45cf414acee069b7f78b/scala-actors-2.11.0.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/tv.twitch/twitch-platform/6.5/5f9d1ee26257b3a33f0ca06fed335ef462af659f/twitch-platform-6.5-natives-osx.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/tv.twitch/twitch-platform/6.5/206c4ccaecdbcfd2a1631150c69a97bbc9c20c11/twitch-platform-6.5-natives-windows-32.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/tv.twitch/twitch-platform/6.5/9fdd0fd5aed0817063dcf95b69349a171f447ebd/twitch-platform-6.5-natives-windows-64.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/tv.twitch/twitch-external-platform/4.5/18215140f010c05b9f86ef6f0f8871954d2ccebf/twitch-external-platform-4.5-natives-windows-32.jar:/home/syeyoung/.gradle/caches/modules-2/files-2.1/tv.twitch/twitch-external-platform/4.5/c3cde57891b935d41b6680a9c5e1502eeab76d86/twitch-external-platform-4.5-natives-windows-64.jar:/home/syeyoung/.gradle/caches/minecraft/net/minecraftforge/forge/1.8.9-11.15.1.1722/start:/home/syeyoung/ideaIC-2020.2.3/idea-IC-202.7660.26/lib/idea_rt.jar:/home/syeyoung/ideaIC-2020.2.3/idea-IC-202.7660.26/plugins/Groovy/lib/agent/gragent.jar:/home/syeyoung/ideaIC-2020.2.3/idea-IC-202.7660.26/plugins/java/lib/rt/debugger-agent.jar +[15:59:14] [main/DEBUG] [FML/]: Java library path at launch is /usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib:/home/syeyoung/.gradle/caches/minecraft/net/minecraft/natives/1.8.9 +[15:59:15] [main/INFO] [FML/]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation +[15:59:15] [main/DEBUG] [FML/]: Instantiating coremod class FMLCorePlugin +[15:59:15] [main/DEBUG] [FML/]: Added access transformer class net.minecraftforge.fml.common.asm.transformers.AccessTransformer to enqueued access transformers +[15:59:15] [main/DEBUG] [FML/]: Enqueued coremod FMLCorePlugin +[15:59:15] [main/DEBUG] [FML/]: Instantiating coremod class FMLForgePlugin +[15:59:15] [main/DEBUG] [FML/]: Enqueued coremod FMLForgePlugin +[15:59:15] [main/DEBUG] [FML/]: All fundamental core mods are successfully located +[15:59:15] [main/DEBUG] [FML/]: Attempting to load commandline specified mods, relative to /home/syeyoung/Documents/Dungeons Guide/. +[15:59:15] [main/DEBUG] [FML/]: Discovering coremods +[15:59:15] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker +[15:59:15] [main/INFO] [GradleStart/]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin +[15:59:15] [main/INFO] [GradleStart/]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin +[15:59:15] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[15:59:15] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker +[15:59:15] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker +[15:59:15] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[15:59:15] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker +[15:59:15] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[15:59:15] [main/DEBUG] [FML/]: Injecting coremod FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} class transformers +[15:59:15] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.BlamingTransformer +[15:59:15] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer +[15:59:15] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTransformer +[15:59:15] [main/TRACE] [FML/]: Registering transformer net.minecraftforge.fml.common.asm.transformers.EventSubscriberTransformer +[15:59:15] [main/DEBUG] [FML/]: Injection complete +[15:59:15] [main/DEBUG] [FML/]: Running coremod plugin for FMLCorePlugin {net.minecraftforge.fml.relauncher.FMLCorePlugin} +[15:59:15] [main/DEBUG] [FML/]: Running coremod plugin FMLCorePlugin +[15:59:15] [main/ERROR] [FML/]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! +[15:59:16] [main/DEBUG] [FML/]: Loading deobfuscation resource /home/syeyoung/.gradle/caches/minecraft/de/oceanlabs/mcp/mcp_stable/20/srgs/srg-mcp.srg with 27884 records +[15:59:18] [main/ERROR] [FML/]: FML appears to be missing any signature data. This is not a good thing +[15:59:18] [main/DEBUG] [FML/]: Coremod plugin class FMLCorePlugin run successfully +[15:59:18] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper +[15:59:18] [main/DEBUG] [FML/]: Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers +[15:59:18] [main/DEBUG] [FML/]: Injection complete +[15:59:18] [main/DEBUG] [FML/]: Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} +[15:59:18] [main/DEBUG] [FML/]: Running coremod plugin FMLForgePlugin +[15:59:18] [main/DEBUG] [FML/]: Coremod plugin class FMLForgePlugin run successfully +[15:59:18] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker +[15:59:18] [main/DEBUG] [FML/]: Loaded 163 rules from AccessTransformer config file forge_at.cfg +[15:59:18] [main/DEBUG] [FML/]: Validating minecraft +[15:59:18] [main/DEBUG] [FML/]: Minecraft validated, launching... +[15:59:18] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker +[15:59:18] [main/INFO] [LaunchWrapper/]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker +[15:59:18] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker +[15:59:18] [main/INFO] [LaunchWrapper/]: Launching wrapped minecraft {net.minecraft.client.main.Main} +[15:59:25] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - LanguageManager took 0.011s +[15:59:26] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - Animation took 0.000s +[15:59:26] [Client thread/INFO] [FML/]: MinecraftForge v11.15.1.1722 Initialized +[15:59:26] [Client thread/INFO] [FML/]: Replaced 204 ore recipies +[15:59:26] [Client thread/DEBUG] [FML/]: File /home/syeyoung/Documents/Dungeons Guide/config/injectedDependencies.json not found. No dependencies injected +[15:59:26] [Client thread/DEBUG] [FML/]: Building injected Mod Containers [net.minecraftforge.fml.common.FMLContainer, net.minecraftforge.common.ForgeModContainer] +[15:59:26] [Client thread/DEBUG] [FML/]: Attempting to load mods contained in the minecraft jar file and associated classes +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/cldrdata.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/icedtea-sound.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/jaccess.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/java-atk-wrapper.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/localedata.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/nashorn.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunec.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunjce_provider.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunpkcs11.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/zipfs.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jfr.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/management-agent.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar, examining for mod candidates +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related directory at /home/syeyoung/Documents/Dungeons Guide/build/classes/production/Dungeons_Guide.main, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /home/syeyoung/.gradle/caches/minecraft/deobfedDeps/compileDummy.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /home/syeyoung/.gradle/caches/minecraft/deobfedDeps/providedDummy.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.projectlombok/lombok/1.18.16/6dc192c7f93ec1853f70d59d8a6dcf94eb42866/lombok-1.18.16.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.jetbrains/annotations-java5/19.0.0/475a5aea56b94cb13acf3853e27636db4354cb1/annotations-java5-19.0.0.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /home/syeyoung/.gradle/caches/minecraft/net/minecraftforge/forge/1.8.9-11.15.1.1722/stable/20/forgeSrc-1.8.9-11.15.1.1722.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.mojang/netty/1.6/4b75825a06139752bd800d9e29c5fd55b8b1b1e4/netty-1.6.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /home/syeyoung/.gradle/caches/modules-2/files-2.1/oshi-project/oshi-core/1.1/9ddf7b048a8d701be231c0f4f95fd986198fd2d8/oshi-core-1.1.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /home/syeyoung/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/jna/3.4.0/803ff252fedbd395baffd43b37341dc4a150a554/jna-3.4.0.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /home/syeyoung/.gradle/caches/modules-2/files-2.1/net.java.dev.jna/platform/3.4.0/e3f70017be8100d3d6923f50b3d2ee17714e9c13/platform-3.4.0.jar, examining for mod candidates +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.ibm.icu/icu4j-core-mojang/51.2/63d216a9311cca6be337c1e458e587f99d382b84/icu4j-core-mojang-51.2.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/net.minecraft/launchwrapper/1.12/111e7bea9c968cdb3d06ef4632bf7ff0824d0f36/launchwrapper-1.12.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/net.sf.jopt-simple/jopt-simple/4.6/306816fb57cf94f108a43c95731b08934dcae15c/jopt-simple-4.6.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/io.netty/netty-all/4.0.23.Final/294104aaf1781d6a56a07d561e792c5d0c95f45/netty-all-4.0.23.Final.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.mojang/authlib/1.5.21/aefba0d5b53fbcb70860bc8046ab95d5854c07a5/authlib-1.5.21.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/17.0/9c6ef172e8de35fd8d4d8783e4821e57cdef7445/guava-17.0.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-lang3/3.3.2/90a3822c38ec8c996e84c16a3477ef632cbc87a3/commons-lang3-3.3.2.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/commons-io/commons-io/2.4/b1b6ea3b7e4aa4f492509a4952029cd8e48019ad/commons-io-2.4.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.mojang/realms/1.7.59/9c6c59b742d8e038a15f64c1aa273a893a658424/realms-1.7.59.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpclient/4.3.3/18f4247ff4572a074444572cee34647c43e7c9c7/httpclient-4.3.3.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/commons-codec/commons-codec/1.9/9ce04e34240f674bc72680f8b843b1457383161a/commons-codec-1.9.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.paulscode/librarylwjglopenal/20100824/73e80d0794c39665aec3f62eee88ca91676674ef/librarylwjglopenal-20100824.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl_util/2.9.4-nightly-20150209/d51a7c040a721d13efdfbd34f8b257b2df882ad0/lwjgl_util-2.9.4-nightly-20150209.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl/2.9.4-nightly-20150209/697517568c68e78ae0b4544145af031c81082dfe/lwjgl-2.9.4-nightly-20150209.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/net.java.jinput/jinput/2.0.5/39c7796b469a600f72380316f6b1f11db6c2c7c4/jinput-2.0.5.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/net.java.jutils/jutils/1.0.0/e12fe1fda814bd348c1579329c86943d2cd3c6a6/jutils-1.0.0.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.google.code.gson/gson/2.2.4/a60a5e993c98c864010053cb901b7eab25306568/gson-2.2.4.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.apache.commons/commons-compress/1.8.1/a698750c16740fd5b3871425f4cb3bbaa87f529d/commons-compress-1.8.1.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/commons-logging/commons-logging/1.1.3/f6f66e966c70a83ffbdb6f17a0919eaf7c8aca7f/commons-logging-1.1.3.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpcore/4.3.2/31fbbff1ddbf98f3aa7377c94d33b0447c646b6e/httpcore-4.3.2.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-core/2.0-beta9/678861ba1b2e1fccb594bb0ca03114bb05da9695/log4j-core-2.0-beta9.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.0-beta9/1dd66e68cccd907880229f9e2de1314bd13ff785/log4j-api-2.0-beta9.jar +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /home/syeyoung/.gradle/caches/modules-2/files-2.1/jline/jline/2.13/2d9530d0a25daffaffda7c35037b046b627bb171/jline-2.13.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.google.code.findbugs/jsr305/2.0.1/516c03b21d50a644d538de0f0369c620989cd8f0/jsr305-2.0.1.jar, examining for mod candidates +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm-debug-all/5.0.3/f9e364ae2a66ce2a543012a4668856e84e5dab74/asm-debug-all-5.0.3.jar, examining for mod candidates +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.typesafe.akka/akka-actor_2.11/2.3.3/ed62e9fc709ca0f2ff1a3220daa8b70a2870078e/akka-actor_2.11-2.3.3.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.typesafe/config/1.2.1/f771f71fdae3df231bcd54d5ca2d57f0bf93f467/config-1.2.1.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-actors-migration_2.11/1.1.0/dfa8bc42b181d5b9f1a5dd147f8ae308b893eb6f/scala-actors-migration_2.11-1.1.0.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang.plugins/scala-continuations-plugin_2.11.1/1.0.2/f361a3283452c57fa30c1ee69448995de23c60f7/scala-continuations-plugin_2.11.1-1.0.2.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-compiler/2.11.1/56ea2e6c025e0821f28d73ca271218b8dd04926a/scala-compiler-2.11.1.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang.plugins/scala-continuations-library_2.11/1.0.2/e517c53a7e9acd6b1668c5a35eccbaa3bab9aac/scala-continuations-library_2.11-1.0.2.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-parser-combinators_2.11/1.0.1/f05d7345bf5a58924f2837c6c1f4d73a938e1ff0/scala-parser-combinators_2.11-1.0.1.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-reflect/2.11.1/6580347e61cc7f8e802941e7fde40fa83b8badeb/scala-reflect-2.11.1.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-swing_2.11/1.0.1/b1cdd92bd47b1e1837139c1c53020e86bb9112ae/scala-swing_2.11-1.0.1.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang.modules/scala-xml_2.11/1.0.2/820fbca7e524b530fdadc594c39d49a21ea0337e/scala-xml_2.11-1.0.2.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.scala-lang/scala-library/2.11.1/e11da23da3eabab9f4777b9220e60d44c1aab6a/scala-library-2.11.1.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/lzma/lzma/0.0.1/521616dc7487b42bef0e803bd2fa3faf668101d7/lzma-0.0.1.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/net.sf.trove4j/trove4j/3.0.3/42ccaf4761f0dfdfa805c9e340d99a755907e2dd/trove4j-3.0.3.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.paulscode/codecjorbis/20101023/c73b5636faf089d9f00e8732a829577de25237ee/codecjorbis-20101023.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.paulscode/codecwav/20101023/12f031cfe88fef5c1dd36c563c0a3a69bd7261da/codecwav-20101023.jar +[15:59:26] [Client thread/DEBUG] [FML/]: Found a minecraft related file at /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.paulscode/libraryjavasound/20101123/5c5e304366f75f9eaa2e8cca546a1fb6109348b3/libraryjavasound-20101123.jar, examining for mod candidates +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/com.paulscode/soundsystem/20120107/419c05fe9be71f792b2d76cfc9b67f1ed0fec7f6/soundsystem-20120107.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/tv.twitch/twitch/6.5/320a2dfd18513a5f41b4e75729df684488cbd925/twitch-6.5.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/java3d/vecmath/1.5.2/79846ba34cbd89e2422d74d53752f993dcc2ccaf/vecmath-1.5.2.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/931074f46c795d2f7b30ed6395df5715cfd7675b/lwjgl-platform-2.9.4-nightly-20150209-natives-linux.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/bcab850f8f487c3f4c4dbabde778bb82bd1a40ed/lwjgl-platform-2.9.4-nightly-20150209-natives-osx.jar +[15:59:26] [Client thread/TRACE] [FML/]: Skipping known library file /home/syeyoung/.gradle/caches/modules-2/files-2.1/org.lwjgl.lwjgl/lwjgl-platform/2.9.4-nightly-20150209/b84 |
