Vanilla 1.12.2 Crash Report

#I7TB0pc
340 lines
Raw
Analysis
Minecraft version:
1.12.2
1---- Minecraft Crash Report ----
2// Lolis deobfuscated this stacktrace using MCP's stable-39 mappings.
3// Hi. I'm Minecraft, and I'm a crashaholic.
4
5Time: 2023-03-26 13:12:49 CST
6Description: Initializing game
7
8net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Patcher (patcher)
9Caused by: java.lang.AbstractMethodError: Method net/minecraft/client/audio/SoundRegistry.getSoundRegistry()Ljava/util/Map; is abstract
10 at net.minecraft.client.audio.SoundRegistry.getSoundRegistry(SourceFile)
11 at club.sk1er.patcher.util.world.sound.SoundHandler.onResourceManagerReload(SoundHandler.java:88)
12 at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121)
13 at club.sk1er.patcher.Patcher.onInit(Patcher.java:129)
14 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
15 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
16 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
17 at java.lang.reflect.Method.invoke(Method.java:498)
18 at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
19 at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
20 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
21 at java.lang.reflect.Method.invoke(Method.java:498)
22 at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
23 at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
24 at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
25 at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
26 at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
27 at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
28 at com.google.common.eventbus.EventBus.post(EventBus.java:217)
29 at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
30 at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
31 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
32 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
33 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
34 at java.lang.reflect.Method.invoke(Method.java:498)
35 at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
36 at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
37 at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
38 at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
39 at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
40 at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
41 at com.google.common.eventbus.EventBus.post(EventBus.java:217)
42 at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
43 at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
44 at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
45 at net.minecraft.client.Minecraft.init(Minecraft.java:535)
46 at net.minecraft.client.Minecraft.run(Minecraft.java:13101)
47 at net.minecraft.client.main.Main.main(SourceFile:123)
48 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
49 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
50 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
51 at java.lang.reflect.Method.invoke(Method.java:498)
52 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
53 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
54 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
55 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
56 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
57 at java.lang.reflect.Method.invoke(Method.java:498)
58 at gg.essential.loader.stage2.relaunch.Relaunch.relaunch(Relaunch.java:124)
59 at gg.essential.loader.stage2.EssentialLoader.preloadEssential(EssentialLoader.java:276)
60 at gg.essential.loader.stage2.EssentialLoader.loadPlatform(EssentialLoader.java:114)
61 at gg.essential.loader.stage2.EssentialLoaderBase.load(EssentialLoaderBase.java:191)
62 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
63 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
64 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
65 at java.lang.reflect.Method.invoke(Method.java:498)
66 at gg.essential.loader.stage1.EssentialLoaderBase.load(EssentialLoaderBase.java:110)
67 at gg.essential.loader.stage1.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:44)
68 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
69 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
70 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
71 at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
72 at gg.essential.loader.stage0.EssentialSetupTweaker.loadStage1(EssentialSetupTweaker.java:111)
73 at gg.essential.loader.stage0.EssentialSetupTweaker.<init>(EssentialSetupTweaker.java:34)
74 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
75 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
76 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
77 at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
78 at java.lang.Class.newInstance(Class.java:442)
79 at net.minecraft.launchwrapper.Launch.launch(Launch.java:98)
80 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
81
82
83A detailed walkthrough of the error, its code path and all known details is as follows:
84---------------------------------------------------------------------------------------
85
86-- System Details --
87 Minecraft Version: 1.12.2
88 Operating System: Windows 10 (amd64) version 10.0
89 Java Version: 1.8.0_352, Alibaba
90 Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Alibaba
91 Memory: 6016357160 bytes (5737 MB) / 7408844800 bytes (7065 MB) up to 7408844800 bytes (7065 MB)
92 JVM Flags: 44 total; -Xincgc -Xmx7G -Xms7G -Xss512k -XX:NewSize=1024m -XX:MaxNewSize=1024m -XX: UseConcMarkSweepGC -XX: UseParNewGC -XX:-UseAdaptiveSizePolicy -XX: CMSIncrementalMode -XX: AggressiveOpts -XX: UseCMSCompactAtFullCollection -XX: UseCompressedOops -XX: UseNUMA -XX:ParallelGCThreads=8 -XX: UnlockExperimentalVMOptions -XX: ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=50 -XX: AlwaysPreTouch -XX: UseStringDeduplication -XX:-OmitStackTraceInFastThrow -XX: OptimizeStringConcat -XX: UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:NewRatio=3 -XX: UseFastAccessorMethods -XX: CMSIncrementalPacing -XX:MaxGCPauseMillis=100 -XX: DisableExplicitGC -XX: CMSParallelRemarkEnabled -XX:CMSFullGCsBeforeCompaction=2 -XX:CMSInitiatingOccupancyFraction=70 -XX:-DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX: UseBiasedLocking -XX:SurvivorRatio=8 -XX:MaxTenuringThreshold=15 -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:UseSSE=3 -XX:G1MixedGCLiveThresholdPercent=35 -XX: ParallelRefProcEnabled -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
93 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
94 FML: MCP 9.42 LoliASM 5.6 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 134 mods loaded, 134 mods active
95 States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
96
97 | State | ID | Version | Source | Signature |
98 |:----- |:------------------------ |:------------------------ |:-------------------------------------------------------- |:---------------------------------------- |
99 | LCHI | minecraft | 1.12.2 | minecraft.jar | None |
100 | LCHI | mcp | 9.42 | minecraft.jar | None |
101 | LCHI | ic2patcher-core | 1.0 | minecraft.jar | None |
102 | LCHI | FML | **.**.**.** | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
103 | LCHI | forge | 14.23.5.2860 | forge-1.12.2-14.23.5.2860.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
104 | LCHI | persistency | 1.2.0 | minecraft.jar | None |
105 | LCHI | slashfortifiercore | 1.0.0 | minecraft.jar | None |
106 | LCHI | smoothfontcore | mc1.12.2-2.1.4 | minecraft.jar | None |
107 | LCHI | xaerominimap_core | 1.12.2-1.0 | minecraft.jar | None |
108 | LCHI | xaeroworldmap_core | 1.12.2-1.0 | minecraft.jar | None |
109 | LCHI | mixinbooter | 7.0 | minecraft.jar | None |
110 | LCHI | foamfixcore | 7.7.4 | minecraft.jar | None |
111 | LCHI | smoothfont | mc1.12.2-2.1.4 | SmoothFont-mc1.12.2-2.1.4.jar | None |
112 | LCHI | essential | 1.0.0 | Essential (forge_1.12.2).jar | None |
113 | LCHI | flammpfeil.slashblade | mc1.12-r33 | SlashBlade-mc1.12-r33.jar | None |
114 | LCHI | negorerouse | r1 | [尼格洛茨·诸神帝裔]NegoreRouse-r1.1.4-mc1.12.2.jar | None |
115 | LCHI | aiimprovements | **.**.**.** | AIImprovements-1.12-0.0.1b3.jar | None |
116 | LCHI | jei | 4.24.2 | HadEnoughItems_1.12.2-4.24.2.jar | None |
117 | LCHI | appleskin | 1.0.14 | AppleSkin-mc1.12-1.0.14.jar | None |
118 | LCHI | aquaacrobatics | 1.15.1 | AquaAcrobatics-1.15.1.jar | None |
119 | LCHI | attributefix | 1.0.10 | AttributeFix-1.12.2-1.0.10.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
120 | LCHI | codechickenlib | **.**.**.** | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
121 | LCHI | avaritia | 3.3.0 | Avaritia-1.12.2-3.3.0.37-universal.jar | None |
122 | LCHI | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
123 | LCHI | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
124 | LCHI | botania | r1.10-364 | Botania r1.10-364.4.jar | None |
125 | LCHI | gunpowderlib | 1.12.2-1.1 | GunpowderLib-1.12.2-1.1.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
126 | LCHI | avaritiatweaks | 1.12.2-1.3 | AvaritiaTweaks-1.12.2-1.3.jar | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
127 | LCHI | betterbiomeblend | 1.12.2-1.1.7-forge | betterbiomeblend-1.12.2-1.1.7-forge.jar | None |
128 | LCHI | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
129 | LCHI | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
130 | LCHI | brandonscore | 2.4.20 | BrandonsCore-1.12.2-2.4.20.162-universal.jar | None |
131 | LCHI | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None |
132 | LCHI | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None |
133 | LCHI | draconicevolution | 2.3.28 | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar | None |
134 | LCHI | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None |
135 | LCHI | bitcoin | ${version} | bitcoin-1.12.2-1.1.0.jar | None |
136 | LCHI | bloodmoon | 1.5.3 | Bloodmoon-MC1.12.2-1.5.3.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
137 | LCHI | bookshelf | 2.3.590 | Bookshelf-1.12.2-2.3.590.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
138 | LCHI | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
139 | LCHI | classicbar | @VERSION@ | classicbar-0.5.4.jar | None |
140 | LCHI | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
141 | LCHI | fastbench | 1.7.4 | FastWorkbench-1.12.2-1.7.4.jar | None |
142 | LCHI | cyclicmagic | 1.20.12 | Cyclic-1.12.2-1.20.14.jar | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |
143 | LCHI | storagedrawers | 5.2.2 | StorageDrawers-1.12.2-5.4.2.jar | None |
144 | LCHI | drawerfps | 1.12.2-1.0.0 | DrawerFPS-1.12.2-1.0.0.jar | None |
145 | LCHI | dynamictrees | 1.12.2-0.9.29 | DynamicTrees-1.12.2-0.9.29.jar | None |
146 | LCHI | mm_lib | 2.3.0 | MMLib-2.3.0.jar | None |
147 | LCHI | sakura | 1.0.7-1.12.2 | Sakura-1.0.7-1.12.2.jar | None |
148 | LCHI | dtsakuracompact | 1.0 | Dynamictrees-sakura-compact-1.12.2-1.4.0.3-universal.jar | None |
149 | LCHI | ic2 | 2.8.222-ex112 | industrialcraft-2-2.8.222-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
150 | LCHI | dynamictreesic2 | 1.12.2-1.2.3 | DynamicTreesIC2-1.12.2-1.2.3.jar | None |
151 | LCHI | dynamictreestc | 1.12.2-1.4.2 | DynamicTreesTC-1.12.2-1.4.2.jar | None |
152 | LCHI | twilightforest | 3.11.1021 | twilightforest-1.12.2-3.11.1021-universal.jar | None |
153 | LCHI | dynamictreesttf | 1.12.2-1.2.3 | dynamictreesTheTwilightForest-1.12.2-1.2.3.jar | None |
154 | LCHI | mantle | 1.12-1.3.3.55 | Mantle-1.12-1.3.3.55.jar | None |
155 | LCHI | tconstruct | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar | None |
156 | LCHI | dynamictreestconstruct | 1.12.2-1.2.7 | DynamicTreesTinkersConstruct-1.12.2-1.2.7.jar | None |
157 | LCHI | elementcore | 0.6.3-20200513-123814 | ElementCore-1.12.2-0.6.3.jar | None |
158 | LCHI | elementtimes | 1.7.6 | Elementtimes-1.12.2-1.7.6.jar | None |
159 | LCHI | eplus | 5.0.176 | EnchantingPlus-1.12.2-5.0.176.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
160 | LCHI | renderlib | 1.2.7 | RenderLib-1.12.2-1.2.7.jar | None |
161 | LCHI | entityculling | 6.2.5 | EntityCulling-1.12.2-6.2.5.jar | None |
162 | LCHI | projecte | 1.12.2-PE1.4.1 | ProjectE-1.12.2-PE1.4.1.jar | None |
163 | LCHI | erukabaubles | mc1.12.2-r9 | ErukaBaubles-mc1.12.2-r9.jar | None |
164 | LCHI | wanionlib | 1.12.2-2.9 | WanionLib-1.12.2-2.9.jar | None |
165 | LCHI | eternalsingularity | 1.12.2-1.0.7 | eternalsingularity-1.12.2-1.0.7.jar | None |
166 | LCHI | hammercore | **.**.**.** | HammerLib-1.12.2-2.0.6.32.jar | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
167 | LCHI | expequiv | 12.3.17 | ExpandedEquivalence-1.12.2-12.3.17.jar | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
168 | LCHI | fastfurnace | 1.3.1 | FastFurnace-1.12.2-1.3.1.jar | None |
169 | LCHI | foamfix | @VERSION@ | foamfix-0.10.15-1.12.2.jar | None |
170 | LCHI | foxex | 1.0.0 | FoxExtra[1.12.2]v1.0.jar | None |
171 | LCHI | fpsreducer | mc1.12.2-1.20 | FpsReducer-mc1.12.2-1.20.jar | None |
172 | LCHI | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
173 | LCHI | ic2patcher | 2.0.3 | ic2patcher-2.0.3.jar | None |
174 | LCHI | infernalmobs | 1.7.6 | InfernalMobs-1.12.2.jar | None |
175 | LCHI | inputmethodblocker | 1.7.0 | InputMethodBlocker-1.11-1.12.2-2.2-SNAPSHOT.jar | None |
176 | LCHI | inventoryhud | 3.4.4 | InventoryHUD-1.12.2.forge-3.4.4.jar | None |
177 | LCHI | inventorytweaks | 1.63 release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
178 | LCHI | invertedbed | 1.0.0 | invertedbed-1.12.2-1.0.0-4.jar | None |
179 | LCHI | jaopca | 1.12.2-2.3.0.0 | JAOPCA-1.12.2-2.3.0.0.jar | None |
180 | LCHI | jeiintegration | 1.6.0 | jeiintegration_1.12.2-1.6.0.jar | None |
181 | LCHI | jeid | 1.0.4-SNAPSHOT | JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar | None |
182 | LCHI | jeresources | **.**.**.** | JustEnoughResources-1.12.2-0.9.2.60.jar | None |
183 | LCHI | kablade | 1.1 | kablade-1.1-b.jar | None |
184 | LCHI | libnine | 1.2.1 | libnine-1.12.2-1.2.1.jar | None |
185 | LCHI | loliasm | 5.6 | loliasm-5.6.jar | None |
186 | LCHI | memorycleaner | 1.4 | memorycleaner-1.4.jar | None |
187 | LCHI | slashblade.mistraven | 0.0.1 | Mistraven-1.12.2-r1.jar | None |
188 | LCHI | testdummy | 1.12 | MmmMmmMmmMmm-1.12-1.14.jar | None |
189 | LCHI | moreavaritia | 3.5 | moreavaritia-mc1.12.2-v1.5.jar | None |
190 | LCHI | mets | 1.662 | MoreElectricTools.v1.662.jar | None |
191 | LCHI | moretcon | 1.8.1 | moretcon-1.8.1.jar | None |
192 | LCHI | multiblocked | 0.8.0 | multiblocked-0.8.0.a.jar | None |
193 | LCHI | multithreadednoise | 0.0.2 | MultithreadedNoise-1.12.2-0.0.2.jar | None |
194 | LCHI | mutantbeasts | 1.12.2-1.0.2 | MutantBeasts-1.12.2-1.0.2.jar | None |
195 | LCHI | nothirium | 0.2.4-beta | Nothirium-1.12.2-0.2.4-beta.jar | None |
196 | LCHI | particleculling | v1.3 | particleculling-1.12.2-v1.3.1.jar | None |
197 | LCHE | patcher | 1.8.6 | Patcher-1.8.6 (1.12.2).jar | None |
198 | LCH | patchouli | 1.0-23.6 | Patchouli-1.0-23.6.jar | None |
199 | LCH | placebo | 1.6.0 | Placebo-1.12.2-1.6.0.jar | None |
200 | LCH | portalsupercache | 0.1 | portalsupercache-0.2.jar | None |
201 | LCH | projectex | **.**.**.** | ProjectEX-1.2.0.40.jar | None |
202 | LCH | rawinput | 1.4.0 | rawinput-1.4.0.jar | None |
203 | LCH | redstonearsenal | 2.6.6 | RedstoneArsenal-1.12.2-2.6.6.1-universal.jar | None |
204 | LCH | roguelike | 2.4.3 | RoguelikeDungeonsFnarEdition-1.12.2-2.4.3.jar | None |
205 | LCH | scalingguis | @VERSION@ | scalingguis-1.12.2-1.0.3.0.jar | None |
206 | LCH | sereneseasons | 1.2.18 | SereneSeasons-1.12.2-1.2.18-universal.jar | None |
207 | LCH | slashblade_addon | 1.6.0 | SJAP-1.6.0.jar | None |
208 | LCH | slashblade.kitsunekamuya | mc1.12-r1 | Slashblade-KitsuneKamuya-mc1.12.2-r1.jar | None |
209 | LCH | slashblade.shinkuofuda | mc1.12.2-r1 | Slashblade-ShinkuOfuda-mc1.12.2-r1.jar | None |
210 | LCH | slashblade.twilighttsuki | mc1.12.2-r2 | Slashblade-TwilightTsuki-mc1.12.2-r2.jar | None |
211 | LCH | lastsmith | 2.1.8-1.12.2 | TLS-2.1.8-1.12.2.jar | None |
212 | LCH | slashbladetic | 1.5.0-MC1.12.2 | SlashBladeTic-1.5.0-MC1.12.2.jar | None |
213 | LCH | slashfortifier | slashfortifier | slashforitierplus-1.9.jar | None |
214 | LCH | surge | 2.0.77 | Surge-1.12.2-2.0.77.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
215 | LCH | tconevo | 1.0.44 | tconevo-1.12.2-1.0.44.jar | None |
216 | LCH | thaumicequivalence | 1.12.2-1.0.5 | ThaumicEquivalence-1.12.2-1.0.5.jar | None |
217 | LCH | thaumicjei | 1.6.0 | ThaumicJEI-1.12.2-1.6.0-27.jar | None |
218 | LCH | thaumicspeedup | 4.0 | thaumicspeedup-4.0.jar | None |
219 | LCH | the_golden_autumn | **.**.**.** | the_golden_autumn-12.0.3.4.jar | None |
220 | LCH | tinkersoredictcache | 1.0 | TinkersOreDictCache-1.0.jar | None |
221 | LCH | tinkertoolleveling | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar | None |
222 | LCH | torcherino | 7.6 | torcherino-7.6.jar | None |
223 | LCH | veinminer | 0.38.2 | VeinMiner-1.12-0.38.2.647 b31535a.jar | None |
224 | LCH | veinminermodsupport | 0.38.2 | VeinMiner-1.12-0.38.2.647 b31535a.jar | None |
225 | LCH | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
226 | LCH | xaerominimap | 22.17.0 | Xaeros_Minimap_22.17.0_Forge_1.12.jar | None |
227 | LCH | w2w | 1.2.1 | w2w-1.2.1.jar | None |
228 | LCH | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
229 | LCH | xaeroworldmap | 1.28.4 | XaerosWorldMap_1.28.4_Forge_1.12.jar | None |
230 | LCH | xcustomizedblade | 1.60 | XCustomizedBlade.TinyCore.1.12.2.VER1.60.jar | None |
231 | LCH | phosphor-lighting | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6 build50-universal.jar | f0387d288626cc2d937daa504e74af570c52a2f1 |
232 | LCH | wrapup | 1.12-1.1.3 | WrapUp-1.12-1.1.3.jar | None |
233 Loaded coremods (and transformers): ElementCoreMixin (ElementCore-1.12.2-0.6.3.jar)
234
235 ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.3.1.jar)
236
237 Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
238 com.chocohead.biab.BornInABarn
239 PatcherFMLPlugin (ic2patcher-2.0.3.jar)
240 mods.su5ed.ic2patcher.asm.PatcherClassTransformer
241 XaeroMinimapPlugin (Xaeros_Minimap_22.17.0_Forge_1.12.jar)
242 xaero.common.core.transformer.ChunkTransformer
243 xaero.common.core.transformer.NetHandlerPlayClientTransformer
244 xaero.common.core.transformer.EntityPlayerTransformer
245 xaero.common.core.transformer.AbstractClientPlayerTransformer
246 xaero.common.core.transformer.WorldClientTransformer
247 xaero.common.core.transformer.EntityPlayerSPTransformer
248 xaero.common.core.transformer.PlayerListTransformer
249 xaero.common.core.transformer.SaveFormatTransformer
250 xaero.common.core.transformer.GuiIngameForgeTransformer
251 xaero.common.core.transformer.GuiBossOverlayTransformer
252 xaero.common.core.transformer.ModelRendererTransformer
253 LoadingPlugin (Bloodmoon-MC1.12.2-1.5.3.jar)
254 lumien.bloodmoon.asm.ClassTransformer
255 XaeroWorldMapPlugin (XaerosWorldMap_1.28.4_Forge_1.12.jar)
256 xaero.map.core.transformer.ChunkTransformer
257 xaero.map.core.transformer.NetHandlerPlayClientTransformer
258 xaero.map.core.transformer.EntityPlayerTransformer
259 xaero.map.core.transformer.AbstractClientPlayerTransformer
260 xaero.map.core.transformer.WorldClientTransformer
261 xaero.map.core.transformer.PlayerListTransformer
262 xaero.map.core.transformer.SaveFormatTransformer
263 xaero.map.core.transformer.BiomeColorHelperTransformer
264 Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
265 invtweaks.forge.asm.ContainerTransformer
266 PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6 build50-universal.jar)
267
268 TconEvoCoreMod (tconevo-1.12.2-1.0.44.jar)
269 xyz.phanta.tconevo.coremod.TconEvoClassTransformer
270 RenderLibPlugin (RenderLib-1.12.2-1.2.7.jar)
271 meldexun.renderlib.asm.RenderLibClassTransformer
272 SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
273
274 ModTweaker (Patcher-1.8.6 (1.12.2).jar)
275 club.sk1er.patcher.tweaker.other.ModClassTransformer
276 LoliASM (loliasm-5.6.jar)
277
278 MixinBooter (!mixinbooter-7.0.jar)
279
280 EntityCullingPlugin (EntityCulling-1.12.2-6.2.5.jar)
281 meldexun.entityculling.asm.EntityCullingClassTransformer
282 SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
283 sereneseasons.asm.transformer.EntityRendererTransformer
284 sereneseasons.asm.transformer.WorldTransformer
285 Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2.jar)
286 pl.asie.foamfix.coremod.FoamFixTransformer
287 Persistency (persistency-1.2.0.jar)
288 zone.rong.persistency.Persistency$ClientTransformer
289 SFFCore (slashforitierplus-1.9.jar)
290 top.windyroad.sffcore.transformer.SFFTransformer
291 CorePlugin (SmoothFont-mc1.12.2-2.1.4.jar)
292 bre.smoothfont.asm.Transformer
293 PatcherTweaker (Patcher-1.8.6 (1.12.2).jar)
294 club.sk1er.patcher.tweaker.ClassTransformer
295 NothiriumPlugin (Nothirium-1.12.2-0.2.4-beta.jar)
296 meldexun.nothirium.mc.asm.NothiriumClassTransformer
297 JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar)
298 org.dimdev.jeid.JEIDTransformer
299 HCASM (HammerLib-1.12.2-2.0.6.32.jar)
300 com.zeitheron.hammercore.asm.HammerCoreTransformer
301 Better Biome Blend (betterbiomeblend-1.12.2-1.1.7-forge.jar)
302
303 MultiblockedLoadingPlugin (multiblocked-0.8.0.a.jar)
304 com.cleanroommc.multiblocked.core.ASMTransformer
305 Aqua Acrobatics Transformer (AquaAcrobatics-1.15.1.jar)
306 GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 30.0.100.9865' Renderer: 'Intel(R) HD Graphics 520'
307 Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
308 - TinkerWorld (Enabled/Not Forced)
309 - TinkerTools (Enabled/Not Forced)
310 - TinkerHarvestTools (Enabled/Forced)
311 - TinkerMeleeWeapons (Enabled/Forced)
312 - TinkerRangedWeapons (Enabled/Forced)
313 - TinkerModifiers (Enabled/Forced)
314 - TinkerSmeltery (Enabled/Not Forced)
315 - TinkerGadgets (Enabled/Not Forced)
316 - TinkerOredict (Enabled/Forced)
317 - TinkerIntegration (Enabled/Forced)
318 - TinkerFluids (Enabled/Forced)
319 - TinkerMaterials (Enabled/Forced)
320 - TinkerModelRegister (Enabled/Forced)
321 - wailaIntegration (Enabled/Not Forced)
322 HammerCore Debug Information: Dependent Mods:
323 -Expanded Equivalence (expequiv) @ 12.3.17
324 Patchouli open book context: n/a
325 Suspected Mods: Patcher (patcher), Forge Mod Loader (FML), Minecraft Forge (forge)
326 Launched Version: 1.12.2
327 LWJGL: 2.9.4
328 OpenGL: Intel(R) HD Graphics 520 GL version 4.6.0 - Build 30.0.100.9865, Intel
329 GL Caps: Using GL 1.3 multitexturing.
330 Using GL 1.3 texture combiners.
331 Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
332 Shaders are available because OpenGL 2.1 is supported.
333 VBOs are available because OpenGL 1.5 is supported.
334 Using VBOs: Yes
335 Is Modded: Definitely; Client brand changed to 'fml,forge'
336 Type: Client (map_client.txt)
337 Resource Packs: Realistic Sky [By Fire Eagle - FE Gaming][Signature Removed].zip (incompatible), SlashBlade Rank Beon Style.zip
338 Current Language: 简体中文 (中国)
339 Profiler Position: N/A (disabled)
340 CPU: 4x Intel(R) Core(TM) i3-6006U CPU @ 2.00GHz
This log will be saved for 90 days from their last view.
Report abuse