糯团吟著
本帖最后由 爱心魔王FHC 于 2021-1-27 12:06 编辑


skyinr
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Advent Of Ascension (aoa3)
Caused by: java.lang.NoClassDefFoundError: net/tslat/aoa3/common/registration/FluidsRegister

请尝试更新AoA3-3.3.6.jar

糯团吟著
skyinr 发表于 2021-1-27 12:14
请尝试更新AoA3-3.3.6.jar

是有什么与虚无冲突吗虚无不能删的

skyinr
糯团吟著 发表于 2021-1-27 12:21
是有什么与虚无冲突吗虚无不能删的

你试试更新一下虚无的版本

糯团吟著
skyinr 发表于 2021-1-27 12:24
你试试更新一下虚无的版本

不行的,删了他也照样崩溃

skyinr
糯团吟著 发表于 2021-1-27 12:28
不行的,删了他也照样崩溃

把删了也崩溃的报告发一下

ItIsEnderman
内存溢出,分配2GB内存或者更多试试,1GB显然不够

糯团吟著
ItIsEnderman 发表于 2021-1-27 12:50
内存溢出,分配2GB内存或者更多试试,1GB显然不够

可是我明明分配了2GB多

糯团吟著
Doc1

清秋
本帖最后由 清秋 于 2021-1-27 15:04 编辑
  1. Caused by: java.lang.OutOfMemoryError: Java heap space
复制代码


不要你觉得内存够了,你要电脑觉得够了才行,你说话不算数的。
还有更新模组版本,以及你新的崩溃报告没法出来,请使用 https://paste.ubuntu.com/ 粘贴,然后放出粘贴过后的网址。

ItIsEnderman
糯团吟著 发表于 2021-1-27 13:00
可是我明明分配了2GB多

用事实说话,你压根没有指定分配多少,Java就采取了默认大小,也就是你RAM的四分之一。

别人都指定了参数“-Xmx”:





你没有:



事到如今,如果实在是无论怎么设置都只有1GB,那就先关闭不必要的后台软件,再换其他启动器尝试。

Bluemo
Found FMLCorePluginContainsFMLMod marker in foamfix-0.10.10-1.12.2.jar. This is not recommended, @MODs should be in a separate jar from the coremod. 这玩意 删了看看 这MOD好像出问题了

糯团吟著
ItIsEnderman 发表于 2021-1-27 17:34
用事实说话,你压根没有指定分配多少,Java就采取了默认大小,也就是你RAM的四分之一。

别人都指定了参 ...

要调整参数吗,哦我知道了

ItIsEnderman
糯团吟著 发表于 2021-1-29 11:20
要调整参数吗,哦我知道了

不是过手动调,粗略来讲-Xmx指的是内存,虽说这样解释极不严谨,启动器设置内存原理就是更改指定的启动参数“-Xmx”。怎么调,最简单的方法就在启动器的内存设置,所以你先换别的启动器试试。

糯团吟著
ItIsEnderman 发表于 2021-1-29 11:24
不是过手动调,粗略来讲-Xmx指的是内存,虽说这样解释极不严谨,启动器设置内存原理就是更改指定的启动参 ...

换了也不行,我启动器最大内存设置的是2GB但为什么加载面板上1GB不到

糯团吟著
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: cyclicmagic:models/block/block_fragile.json
        at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69) ~[cei.class:?]
        at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
        at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:365) ~[cgb.class:?]
        at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?]
        at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?]
        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?]
        ... 22 more
[15:38:16] [Client thread/ERROR] [FML]: Could not load vanilla model parent 'cyclicmagic:block/block_fragile_auto' for 'net.minecraft.client.renderer.block.model.ModelBlock@77ea980'
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model cyclicmagic:block/block_fragile_auto with loader VanillaLoader.INSTANCE, skipping
        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?]
        at net.minecraftforge.client.model.ModelLoaderRegistry.getModelOrLogError(ModelLoaderRegistry.java:211) [ModelLoaderRegistry.class:?]
        at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.getTextures(ModelLoader.java:387) [ModelLoader$VanillaModelWrapper.class:?]
        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:171) [ModelLoaderRegistry.class:?]
        at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:302) [ModelLoader.class:?]
        at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:194) [cgb.class:?]
        at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151) [ModelLoader.class:?]
        at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [cgc.class:?]
        at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [cev.class:?]
        at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:112) [cev.class:?]
        at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:808) [bib.class:?]
        at com.mumfrey.liteloader.client.ResourcesClient.refreshResources(ResourcesClient.java:45) [ResourcesClient.class:1.12.2-SNAPSHOT+jnks-b4.git-4cc2bb00c8eff08863c9f7625be08983951546a5]
        at com.mumfrey.liteloader.client.LiteLoaderEventBrokerClient.onStartupComplete(LiteLoaderEventBrokerClient.java:275) [LiteLoaderEventBrokerClient.class:1.12.2-SNAPSHOT+jnks-b4.git-4cc2bb00c8eff08863c9f7625be08983951546a5]
        at net.minecraft.client.Minecraft.handler$onStartupComplete$zcm000(Minecraft.java:4894) [bib.class:?]
        at net.minecraft.client.Minecraft.init(Minecraft.java:570) [bib.class:?]
        at net.minecraft.client.Minecraft.run(Minecraft.java:3931) [bib.class:?]
        at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_281]
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: cyclicmagic:models/block/block_fragile_auto.json
        at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69) ~[cei.class:?]
        at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
        at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:365) ~[cgb.class:?]
        at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?]
        at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?]
        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?]
        ... 22 more
[15:38:16] [Client thread/ERROR] [FML]: Could not load vanilla model parent 'cyclicmagic:block/block_fragile_weak' for 'net.minecraft.client.renderer.block.model.ModelBlock@4e9e6a78'
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model cyclicmagic:block/block_fragile_weak with loader VanillaLoader.INSTANCE, skipping
        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?]
        at net.minecraftforge.client.model.ModelLoaderRegistry.getModelOrLogError(ModelLoaderRegistry.java:211) [ModelLoaderRegistry.class:?]
        at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.getTextures(ModelLoader.java:387) [ModelLoader$VanillaModelWrapper.class:?]
        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:171) [ModelLoaderRegistry.class:?]
        at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:302) [ModelLoader.class:?]
        at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:194) [cgb.class:?]
        at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151) [ModelLoader.class:?]
        at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [cgc.class:?]
        at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132) [cev.class:?]
        at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:112) [cev.class:?]
        at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:808) [bib.class:?]
        at com.mumfrey.liteloader.client.ResourcesClient.refreshResources(ResourcesClient.java:45) [ResourcesClient.class:1.12.2-SNAPSHOT+jnks-b4.git-4cc2bb00c8eff08863c9f7625be08983951546a5]
        at com.mumfrey.liteloader.client.LiteLoaderEventBrokerClient.onStartupComplete(LiteLoaderEventBrokerClient.java:275) [LiteLoaderEventBrokerClient.class:1.12.2-SNAPSHOT+jnks-b4.git-4cc2bb00c8eff08863c9f7625be08983951546a5]
        at net.minecraft.client.Minecraft.handler$onStartupComplete$zcm000(Minecraft.java:4894) [bib.class:?]
        at net.minecraft.client.Minecraft.init(Minecraft.java:570) [bib.class:?]
        at net.minecraft.client.Minecraft.run(Minecraft.java:3931) [bib.class:?]
        at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_281]
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.io.FileNotFoundException: cyclicmagic:models/block/block_fragile_weak.json
        at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:69) ~[cei.class:?]
        at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
        at net.minecraft.client.renderer.block.model.ModelBakery.loadModel(ModelBakery.java:365) ~[cgb.class:?]
        at net.minecraftforge.client.model.ModelLoader.access$1400(ModelLoader.java:115) ~[ModelLoader.class:?]
        at net.minecraftforge.client.model.ModelLoader$VanillaLoader.loadModel(ModelLoader.java:861) ~[ModelLoader$VanillaLoader.class:?]
        at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:157) ~[ModelLoaderRegistry.class:?]
        ... 22 more
[15:38:39] [Client thread/ERROR] [tconstruct-API]: Could not load material model plustic:parts/battery_cell.tmat#inventory
[15:38:39] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel plustic:tools/katana.tcon#inventory
[15:38:39] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel plustic:tools/laser_gun.tcon#inventory
[15:38:39] [Client thread/ERROR] [tconstruct-API]: Could not load material model plustic:parts/laser_medium.tmat#inventory
[15:38:39] [Client thread/ERROR] [tconstruct-API]: Could not load material model plustic:parts/pipe_piece.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/arrow.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/arrow_head.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/arrow_shaft.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/axe_head.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/battlesign.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/binding.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/bolt.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:parts/bolt_core.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/bow_limb.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/bow_string.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/broad_axe_head.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/broadsword.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/cleaver.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/cross_guard.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/crossbow.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/excavator.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/excavator_head.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/fletching.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/frypan.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/hammer.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/hammer_head.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/hand_guard.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/hatchet.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/kama.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/kama_head.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/knife_blade.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/large_plate.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/large_sword_blade.tmat#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/longbow.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/longsword.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/lumberaxe.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/mattock.tcon#inventory
[15:38:45] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:moms_spaghetti.tcon#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/pan_head.tmat#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/pick_head.tmat#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/pickaxe.tcon#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/rapier.tcon#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/scythe.tcon#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/scythe_head.tmat#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/shard.tmat#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/sharpening_kit.tmat#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/shortbow.tcon#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/shovel.tcon#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/shovel_head.tmat#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load multimodel tconstruct:tools/shuriken.tcon#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/sign_head.tmat#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/sword_blade.tmat#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/tool_rod.tmat#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/tough_binding.tmat#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/tough_tool_rod.tmat#inventory
[15:38:47] [Client thread/ERROR] [tconstruct-API]: Could not load material model tconstruct:parts/wide_guard.tmat#inventory
[15:39:04] [Client thread/INFO] [Config]: [OptiFine] Multitexture: false
[15:39:04] [Client thread/INFO] [Config]: [OptiFine] Multipass connected textures: false
[15:39:04] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_pane_white.properties
[15:39:04] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/0_glass_white/glass_white.properties
[15:39:07] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_pane_purple.properties
[15:39:07] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/10_glass_purple/glass_purple.properties
[15:39:07] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_blue.properties
[15:39:07] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/11_glass_blue/glass_pane_blue.properties
[15:39:08] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_brown.properties
[15:39:08] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/12_glass_brown/glass_pane_brown.properties
[15:39:08] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_green.properties
[15:39:08] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/13_glass_green/glass_pane_green.properties
[15:39:09] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_pane_red.properties
[15:39:09] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/14_glass_red/glass_red.properties
[15:39:09] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_black.properties
[15:39:09] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/15_glass_black/glass_pane_black.properties
[15:39:10] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_orange.properties
[15:39:10] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/1_glass_orange/glass_pane_orange.properties
[15:39:10] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_magenta.properties
[15:39:12] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/2_glass_magenta/glass_pane_magenta.properties
[15:39:12] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_light_blue.properties
[15:39:12] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/3_glass_light_blue/glass_pane_light_blue.properties
[15:39:12] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_pane_yellow.properties
[15:39:13] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/4_glass_yellow/glass_yellow.properties
[15:39:13] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_lime.properties
[15:39:13] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/5_glass_lime/glass_pane_lime.properties
[15:39:13] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pane_pink.properties
[15:39:14] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/6_glass_pink/glass_pink.properties
[15:39:14] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_gray.properties
[15:39:14] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/7_glass_gray/glass_pane_gray.properties
[15:39:14] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_pane_silver.properties
[15:39:16] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/8_glass_silver/glass_silver.properties
[15:39:16] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_cyan.properties
[15:39:16] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/9_glass_cyan/glass_pane_cyan.properties
[15:39:17] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/bookshelf.properties
[15:39:17] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glass.properties
[15:39:17] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/glasspane.properties
[15:39:17] [Client thread/INFO] [Config]: [OptiFine] ConnectedTextures: mcpatcher/ctm/default/sandstone.properties
[15:39:17] [Client thread/INFO] [Config]: [OptiFine] Multipass connected textures: false
[15:39:17] [Client thread/INFO] [Config]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
[15:44:25] [Client thread/FATAL] [VanillaFix]: Minecraft ran into a problem! Report saved to: C:\Users\Administrator\Desktop\常用软件\诸天万界生存\.minecraft\crash-reports\crash-2021-01-29_15.44.23-client.txt
---- Minecraft Crash Report ----
// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

Time: 2021-01-29 15:44:25 CST
Description: Initializing game

java.lang.OutOfMemoryError: GC overhead limit exceeded
    at java.util.zip.ZipFile.getEntryBytes(Native Method)
    at java.util.zip.ZipFile.getZipEntry(Unknown Source)
    at java.util.zip.ZipFile.getEntry(Unknown Source)
    at net.minecraft.client.resources.FileResourcePack.hasResourceName(SourceFile:50)
    at net.minecraft.client.resources.AbstractResourcePack.resourceExists(AbstractResourcePack.java:50)
    at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:56)
    at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65)
    at net.minecraft.client.renderer.texture.TextureMap.generateMipmaps(TextureMap.java:487)
    at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:297)
    at net.minecraft.client.renderer.texture.TextureMap.loadSprites(TextureMap.java:155)
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:159)
    at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28)
    at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132)
    at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:112)
    at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:808)
    at com.mumfrey.liteloader.client.ResourcesClient.refreshResources(ResourcesClient.java:45)
    at com.mumfrey.liteloader.client.LiteLoaderEventBrokerClient.onStartupComplete(LiteLoaderEventBrokerClient.java:275)
    at net.minecraft.client.Minecraft.handler$onStartupComplete$zcm000(Minecraft.java:4894)
    at net.minecraft.client.Minecraft.init(Minecraft.java:570)
    at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- System Details --
  Minecraft Version: 1.12.2
  Operating System: Windows 8.1 (amd64) version 6.3
  Java Version: 1.8.0_281, Oracle Corporation
  Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  Memory: 118363984 bytes (112 MB) / 934281216 bytes (891 MB) up to 934281216 bytes (891 MB)
  JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_E3 39 mods loaded, 37 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                                |
       |:------ |:------------------------------------ |:----------------------- |:------------------------------------------------ |:---------------------------------------- |
       | LCHIJA | minecraft                            | 1.12.2                  | minecraft.jar                                    | None                                     |
       | LCHIJA | mcp                                  | 9.42                    | minecraft.jar                                    | None                                     |
       | LCHIJA | FML                                  | 8.0.99.99               | forge-1.12.2-14.23.5.2847.jar                    | None                                     |
       | LCHIJA | forge                                | 14.23.5.2847            | forge-1.12.2-14.23.5.2847.jar                    | None                                     |
       | LCHIJA | jecharacters                         | 1.12.0-3.4.9            | JustEnoughCharacters-1.12.0-3.4.9.jar            | None                                     |
       | LCHIJA | foamfixcore                          | 7.7.4                   | minecraft.jar                                    | None                                     |
       | LCHIJA | torohealthmod                        | 1.12.2-11               | [血量显示]torohealth-1.12.2-11.jar                   | None                                     |
       | LCHIJA | actuallyadditions                    | 1.12.2-r151             | ActuallyAdditions-1.12.2-r151-2.jar              | None                                     |
       | LCHIJA | baubles                              | 1.5.2                   | Baubles-1.12-1.5.2.jar                           | None                                     |
       | LCHIJA | atum                                 | 2.0.20                  | Atum-1.12.2-2.0.20.jar                           | None                                     |
       | LCHIJA | codechickenlib                       | 3.2.3.358               | CodeChickenLib-1.12.2-3.2.3.358-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | cosmeticarmorreworked                | 1.12.2-v4               | CosmeticArmorReworked-1.12.2-v4.jar              | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
       | LCHIJA | cosmeticarmorreworked|tombmanygraves | 1.12.2-v4               | CosmeticArmorReworked-1.12.2-v4.jar              | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
       | LCHIJA | jei                                  | 4.15.0.292              | jei_1.12.2-4.15.0.292.jar                        | None                                     |
       | LCHIJA | cyclicmagic                          | 1.19.18                 | Cyclic-1.12.2-1.19.18.jar                        | None                                     |
       | LCHIJA | dimdoors                             | 1.12.2-3.1.2+UNOFFICIAL | DimensionalDoors-1.12.2-3.1.2-UNOFFICIAL.jar     | None                                     |
       | LCHIJA | divinerpg                            | 1.6.4.1                 | DivineRPG-1.6.4.1.jar                            | None                                     |
       | LCHIJA | foamfix                              | 0.10.10-1.12.2          | foamfix-0.10.10-1.12.2.jar                       | None                                     |
       | LCHIJA | waila                                | 1.8.26                  | Hwyla-1.8.26-B41_1.12.2.jar                      | None                                     |
       | LCHIJA | i18nmod                              | 1.12.2-1.0.8            | i18nupdatemod-1.12.2-1.0.8.jar                   | None                                     |
       | LCHIJA | llibrary                             | 1.7.18                  | [冰与火之歌前置]llibrary-1.7.18-1.12.2.jar              | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
       | LCHIJA | iceandfire                           | 1.8.3                   | iceandfire-1.8.3.jar                             | None                                     |
       | LCHIJA | mantle                               | 1.12-1.3.3.55           | Mantle-1.12-1.3.3.55.jar                         | None                                     |
       | LCHIJA | harvestcraft                         | 1.12.2zb                | Pam's+HarvestCraft+1.12.2zg.jar                  | None                                     |
       | LCHIJA | projecte                             | 1.12.2-PE1.4.1          | ProjectE-1.12.2-PE1.4.1.jar                      | None                                     |
       | LCHIJA | twilightforest                       | 3.11.1020               | twilightforest-1.12.2-3.11.1020-universal[1].jar | None                                     |
       | LCHIJA | tconstruct                           | 1.12.2-2.13.0.183       | TConstruct-1.12.2-2.13.0.183.jar                 | None                                     |
       | LCHIJA | plustic                              | 7.1.6.1                 | plustic-7.1.6.1.jar                              | None                                     |
       | LCHIJA | surge                                | 2.0.77                  | Surge-1.12.2-2.0.77.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | taiga                                | 1.12.2-1.3.3            | taiga-1.12.2-1.3.4.jar                           | None                                     |
       | LCHIJA | tardis                               | 0.1.4A                  | tardis-0.1.4A.jar                                | None                                     |
       | LCHIJA | tinkersaddons                        | 1.0.7                   | Tinkers'+Addons-1.12.1-1.0.7.jar                 | None                                     |
       | LCHIJA | tcomplement                          | 1.12.2-0.4.3            | TinkersComplement-1.12.2-0.4.3.jar               | None                                     |
       | LCHIJA | vanillafix                           | 1.0.10-SNAPSHOT         | VanillaFix-1.0.10-99.jar                         | None                                     |
       | LCHIJA | wailaharvestability                  | 1.1.12                  | WailaHarvestability-mc1.12-1.1.12 (2).jar        | None                                     |
       | LCHIJA | wings                                | 1.1.6                   | wings-1.1.6-1.12.2.jar                           | None                                     |
       | LCHIJA | bauble_wings                         | 1.0.0                   | wings-1.1.6-1.12.2.jar                           | None                                     |
       | UD     | mowzies_wings                        | 1.0.0                   | wings-1.1.6-1.12.2.jar                           | None                                     |
       | UD     | mobends_wings                        | 1.0.0                   | wings-1.1.6-1.12.2.jar                           | None                                     |
  Loaded coremods (and transformers): llibrary (llibrary-core-1.0.11-1.12.2.jar)
                                        net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
                                        net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
                                      wings (wings-1.1.6-1.12.2.jar)
                                        me.paulf.wings.server.asm.WingsRuntimePatcher
                                        me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher
                                      iceandfire (iceandfire-1.8.3.jar)
                                        com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
                                      VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)
                                       
                                      Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
                                        pl.asie.foamfix.coremod.FoamFixTransformer
                                      SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
                                       
                                      JechCore (JustEnoughCharacters-1.12.0-3.4.9.jar)
                                        me.towdium.jecharacters.core.JechClassTransformer
  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)
                                   - wailaIntegration (Enabled/Not Forced)
  Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced)
                                    - ModuleMelter (Enabled/Not Forced)
                                    - ModuleArmor (Enabled/Not Forced)
                                    - ModuleSteelworks (Enabled/Not Forced)
                                    - Oredict (Enabled/Forced)
  Suspected Mods: Unknown
  Launched Version: HMCL 3.3.181
  LWJGL: 2.9.4
  OpenGL: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 20.19.15.4835, Intel
  GL Caps: Using GL 1.3 multitexturing.
           Using GL 1.3 texture combiners.
           Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
           Shaders are available because OpenGL 2.1 is supported.
           VBOs are available because OpenGL 1.5 is supported.
  Using VBOs: Yes
  Is Modded: Definitely; Client brand changed to 'fml,forge,LiteLoader'
  Type: Client (map_client.txt)
  Resource Packs:
  Current Language: 简体中文 (中国)
  Profiler Position: N/A (disabled)
  CPU: 4x Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz

[15:44:25] [Client thread/INFO] [Config]: [OptiFine] *** Reloading textures ***
[15:44:25] [Client thread/INFO] [Config]: [OptiFine] Resource packs: Minecraft-Mod-Language-Modpack.zip
[15:44:25] [Client thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: BetterFps, Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Just Enough Characters, FMLFileResourcePack:ToroHealth Damage Indicators, FMLFileResourcePack:Actually Additions, FMLFileResourcePack:Atum 2, FMLFileResourcePack:Baubles, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:CosmeticArmorReworked, FMLFileResourcePack:CosmeticArmorReworked Integration for TombManyGraves2, FMLFileResourcePack:Cyclic, FMLFileResourcePack:Dimensional Doors, FMLFileResourcePack:DivineRPG, FMLFileResourcePack:FoamFix, FMLFileResourcePack:Waila, FMLFileResourcePack:I18n Update Mod, FMLFileResourcePack:Ice and Fire, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:Mantle, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:PlusTiC, FMLFileResourcePack:ProjectE, FMLFileResourcePack:Surge, FMLFileResourcePack:Tinkers Alloying Addon, FMLFileResourcePack:New TARDIS Mod, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Tinkers' Addons, FMLFileResourcePack:Tinkers' Complement, FMLFileResourcePack:The Twilight Forest, FMLFileResourcePack:VanillaFix, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:Bauble Wings, FMLFileResourcePack:Wings, FMLFileResourcePack:LLibrary, LiteLoader, VoxelMap, VanillaFix-1.0.10-99.jar, Minecraft-Mod-Language-Modpack.zip
[15:44:26] [Client thread/INFO] [Config]: [OptiFine] *** Reloading textures ***
[15:44:26] [Client thread/INFO] [Config]: [OptiFine] Resource packs: Minecraft-Mod-Language-Modpack.zip
[15:45:44] [Client thread/ERROR] [minecraft/Minecraft]: An uncaught exception occured while displaying the init error screen, making normal report instead
java.lang.OutOfMemoryError: GC overhead limit exceeded
        at java.util.Arrays.copyOf(Unknown Source) ~[?:1.8.0_281]
        at java.util.zip.ZipCoder.getBytes(Unknown Source) ~[?:1.8.0_281]
        at java.util.zip.ZipFile.getEntry(Unknown Source) ~[?:1.8.0_281]
        at java.util.jar.JarFile.getEntry(Unknown Source) ~[?:1.8.0_281]
        at java.util.jar.JarFile.getJarEntry(Unknown Source) ~[?:1.8.0_281]
        at sun.misc.URLClassPath$JarLoader.getResource(Unknown Source) ~[?:1.8.0_281]
        at sun.misc.URLClassPath$JarLoader.findResource(Unknown Source) ~[?:1.8.0_281]
        at sun.misc.URLClassPath.findResource(Unknown Source) ~[?:1.8.0_281]
        at java.net.URLClassLoader$2.run(Unknown Source) ~[?:1.8.0_281]
        at java.net.URLClassLoader$2.run(Unknown Source) ~[?:1.8.0_281]
        at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_281]
        at java.net.URLClassLoader.findResource(Unknown Source) ~[?:1.8.0_281]
        at java.lang.ClassLoader.getResource(Unknown Source) ~[?:1.8.0_281]
        at java.lang.Class.getResource(Unknown Source) ~[?:1.8.0_281]
        at net.minecraft.client.resources.DefaultResourcePack.getResourceStream(DefaultResourcePack.java:75) ~[ceg.class:?]
        at net.minecraft.client.resources.DefaultResourcePack.resourceExists(DefaultResourcePack.java:87) ~[ceg.class:?]
        at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:56) ~[cei.class:?]
        at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65) ~[cev.class:?]
        at net.minecraft.client.audio.SoundHandler.validateSoundResource(SoundHandler.java:227) ~[cho.class:?]
        at net.minecraft.client.audio.SoundHandler.loadSoundResource(SoundHandler.java:180) ~[cho.class:?]
        at net.minecraft.client.audio.SoundHandler.loadSounds(SoundHandler.java:586) ~[cho.class:?]
        at net.minecraft.client.audio.SoundHandler.handler$onResourceManagerReload$zzh000(SoundHandler.java:564) ~[cho.class:?]
        at net.minecraft.client.audio.SoundHandler.onResourceManagerReload(SoundHandler.java) ~[cho.class:?]
        at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:121) ~[cev.class:?]
        at net.minecraft.client.Minecraft.displayInitErrorScreen(Minecraft.java:4004) ~[bib.class:?]
        at net.minecraft.client.Minecraft.run(Minecraft.java:3934) ~[bib.class:?]
        at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_281]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_281]
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
[15:45:52] [Client thread/FATAL] [VanillaFix]: Minecraft ran into a problem! Report saved to: C:\Users\Administrator\Desktop\常用软件\诸天万界生存\.minecraft\crash-reports\crash-2021-01-29_15.44.23-client.txt
---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 2021-01-29 15:45:52 CST
Description: Initializing game

java.lang.OutOfMemoryError: GC overhead limit exceeded
    at java.util.zip.ZipFile.getEntryBytes(Native Method)
    at java.util.zip.ZipFile.getZipEntry(Unknown Source)
    at java.util.zip.ZipFile.getEntry(Unknown Source)
    at net.minecraft.client.resources.FileResourcePack.hasResourceName(SourceFile:50)
    at net.minecraft.client.resources.AbstractResourcePack.resourceExists(AbstractResourcePack.java:50)
    at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:56)
    at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:65)
    at net.minecraft.client.renderer.texture.TextureMap.generateMipmaps(TextureMap.java:487)
    at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:297)
    at net.minecraft.client.renderer.texture.TextureMap.loadSprites(TextureMap.java:155)
    at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:159)
    at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28)
    at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:132)
    at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:112)
    at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:808)
    at com.mumfrey.liteloader.client.ResourcesClient.refreshResources(ResourcesClient.java:45)
    at com.mumfrey.liteloader.client.LiteLoaderEventBrokerClient.onStartupComplete(LiteLoaderEventBrokerClient.java:275)
    at net.minecraft.client.Minecraft.handler$onStartupComplete$zcm000(Minecraft.java:4894)
    at net.minecraft.client.Minecraft.init(Minecraft.java:570)
    at net.minecraft.client.Minecraft.run(Minecraft.java:3931)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

-- System Details --
  Minecraft Version: 1.12.2
  Operating System: Windows 8.1 (amd64) version 6.3
  Java Version: 1.8.0_281, Oracle Corporation
  Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  Memory: 118363984 bytes (112 MB) / 934281216 bytes (891 MB) up to 934281216 bytes (891 MB)
  JVM Flags: 1 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_E3 39 mods loaded, 37 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                                |
       |:------ |:------------------------------------ |:----------------------- |:------------------------------------------------ |:---------------------------------------- |
       | LCHIJA | minecraft                            | 1.12.2                  | minecraft.jar                                    | None                                     |
       | LCHIJA | mcp                                  | 9.42                    | minecraft.jar                                    | None                                     |
       | LCHIJA | FML                                  | 8.0.99.99               | forge-1.12.2-14.23.5.2847.jar                    | None                                     |
       | LCHIJA | forge                                | 14.23.5.2847            | forge-1.12.2-14.23.5.2847.jar                    | None                                     |
       | LCHIJA | jecharacters                         | 1.12.0-3.4.9            | JustEnoughCharacters-1.12.0-3.4.9.jar            | None                                     |
       | LCHIJA | foamfixcore                          | 7.7.4                   | minecraft.jar                                    | None                                     |
       | LCHIJA | torohealthmod                        | 1.12.2-11               | [血量显示]torohealth-1.12.2-11.jar                   | None                                     |
       | LCHIJA | actuallyadditions                    | 1.12.2-r151             | ActuallyAdditions-1.12.2-r151-2.jar              | None                                     |
       | LCHIJA | baubles                              | 1.5.2                   | Baubles-1.12-1.5.2.jar                           | None                                     |
       | LCHIJA | atum                                 | 2.0.20                  | Atum-1.12.2-2.0.20.jar                           | None                                     |
       | LCHIJA | codechickenlib                       | 3.2.3.358               | CodeChickenLib-1.12.2-3.2.3.358-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | cosmeticarmorreworked                | 1.12.2-v4               | CosmeticArmorReworked-1.12.2-v4.jar              | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
       | LCHIJA | cosmeticarmorreworked|tombmanygraves | 1.12.2-v4               | CosmeticArmorReworked-1.12.2-v4.jar              | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
       | LCHIJA | jei                                  | 4.15.0.292              | jei_1.12.2-4.15.0.292.jar                        | None                                     |
       | LCHIJA | cyclicmagic                          | 1.19.18                 | Cyclic-1.12.2-1.19.18.jar                        | None                                     |
       | LCHIJA | dimdoors                             | 1.12.2-3.1.2+UNOFFICIAL | DimensionalDoors-1.12.2-3.1.2-UNOFFICIAL.jar     | None                                     |
       | LCHIJA | divinerpg                            | 1.6.4.1                 | DivineRPG-1.6.4.1.jar                            | None                                     |
       | LCHIJA | foamfix                              | 0.10.10-1.12.2          | foamfix-0.10.10-1.12.2.jar                       | None                                     |
       | LCHIJA | waila                                | 1.8.26                  | Hwyla-1.8.26-B41_1.12.2.jar                      | None                                     |
       | LCHIJA | i18nmod                              | 1.12.2-1.0.8            | i18nupdatemod-1.12.2-1.0.8.jar                   | None                                     |
       | LCHIJA | llibrary                             | 1.7.18                  | [冰与火之歌前置]llibrary-1.7.18-1.12.2.jar              | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
       | LCHIJA | iceandfire                           | 1.8.3                   | iceandfire-1.8.3.jar                             | None                                     |
       | LCHIJA | mantle                               | 1.12-1.3.3.55           | Mantle-1.12-1.3.3.55.jar                         | None                                     |
       | LCHIJA | harvestcraft                         | 1.12.2zb                | Pam's+HarvestCraft+1.12.2zg.jar                  | None                                     |
       | LCHIJA | projecte                             | 1.12.2-PE1.4.1          | ProjectE-1.12.2-PE1.4.1.jar                      | None                                     |
       | LCHIJA | twilightforest                       | 3.11.1020               | twilightforest-1.12.2-3.11.1020-universal[1].jar | None                                     |
       | LCHIJA | tconstruct                           | 1.12.2-2.13.0.183       | TConstruct-1.12.2-2.13.0.183.jar                 | None                                     |
       | LCHIJA | plustic                              | 7.1.6.1                 | plustic-7.1.6.1.jar                              | None                                     |
       | LCHIJA | surge                                | 2.0.77                  | Surge-1.12.2-2.0.77.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | taiga                                | 1.12.2-1.3.3            | taiga-1.12.2-1.3.4.jar                           | None                                     |
       | LCHIJA | tardis                               | 0.1.4A                  | tardis-0.1.4A.jar                                | None                                     |
       | LCHIJA | tinkersaddons                        | 1.0.7                   | Tinkers'+Addons-1.12.1-1.0.7.jar                 | None                                     |
       | LCHIJA | tcomplement                          | 1.12.2-0.4.3            | TinkersComplement-1.12.2-0.4.3.jar               | None                                     |
       | LCHIJA | vanillafix                           | 1.0.10-SNAPSHOT         | VanillaFix-1.0.10-99.jar                         | None                                     |
       | LCHIJA | wailaharvestability                  | 1.1.12                  | WailaHarvestability-mc1.12-1.1.12 (2).jar        | None                                     |
       | LCHIJA | wings                                | 1.1.6                   | wings-1.1.6-1.12.2.jar                           | None                                     |
       | LCHIJA | bauble_wings                         | 1.0.0                   | wings-1.1.6-1.12.2.jar                           | None                                     |
       | UD     | mowzies_wings                        | 1.0.0                   | wings-1.1.6-1.12.2.jar                           | None                                     |
       | UD     | mobends_wings                        | 1.0.0                   | wings-1.1.6-1.12.2.jar                           | None                                     |
  Loaded coremods (and transformers): llibrary (llibrary-core-1.0.11-1.12.2.jar)
                                        net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
                                        net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
                                      wings (wings-1.1.6-1.12.2.jar)
                                        me.paulf.wings.server.asm.WingsRuntimePatcher
                                        me.paulf.wings.server.asm.mobends.WingsMoBendsRuntimePatcher
                                      iceandfire (iceandfire-1.8.3.jar)
                                        com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
                                      VanillaFixLoadingPlugin (VanillaFix-1.0.10-99.jar)
                                       
                                      Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.10-1.12.2.jar)
                                        pl.asie.foamfix.coremod.FoamFixTransformer
                                      SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
                                       
                                      JechCore (JustEnoughCharacters-1.12.0-3.4.9.jar)
                                        me.towdium.jecharacters.core.JechClassTransformer
  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)
                                   - wailaIntegration (Enabled/Not Forced)
  Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced)
                                    - ModuleMelter (Enabled/Not Forced)
                                    - ModuleArmor (Enabled/Not Forced)
                                    - ModuleSteelworks (Enabled/Not Forced)
                                    - Oredict (Enabled/Forced)
  Suspected Mods: Unknown
  Launched Version: HMCL 3.3.181
  LWJGL: 2.9.4
  OpenGL: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 20.19.15.4835, Intel
  GL Caps: Using GL 1.3 multitexturing.
           Using GL 1.3 texture combiners.
           Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
           Shaders are available because OpenGL 2.1 is supported.
           VBOs are available because OpenGL 1.5 is supported.
  Using VBOs: Yes
  Is Modded: Definitely; Client brand changed to 'fml,forge,LiteLoader'
  Type: Client (map_client.txt)
  Resource Packs:
  Current Language: 简体中文 (中国)
  Profiler Position: N/A (disabled)
  CPU: 4x Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz

第一页 上一页 下一页 最后一页