Перейти к контенту
Сборка модов работает нормально в самом майнкрафте, а вот на хосте не хочет запускаться, выдает ошибку Applied Energistics 2 менял версии, не помогло.
[19:43:34 INFO]: Transforming class net.minecraft.world.chunk.Chunk
[19:43:37 ERROR]: The mod redstoneflux is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source RedstoneFlux-1.12-2.1.1.1-universal.jar, however there is no signature matching that description
[19:43:37 INFO]: Brandon’s Core online! Waiting for Draconic Evolution to join the party….
[19:43:37 INFO]: Draconic Evolution online!
[19:43:37 INFO]: Hay! There you are! Now lets destroy some worlds!!
[19:43:37 INFO]: Sounds like fun! Lets get to it!
[19:43:39 ERROR]: The mod cofhworld is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source CoFHWorld-1.12.2-1.4.0.1-universal.jar, however there is no signature matching that description
[19:43:39 ERROR]: The mod thermalfoundation is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source ThermalFoundation-1.12.2-2.6.7.1-universal.jar, however there is no signature matching that description
[19:43:39 INFO]: Hello Minecraft!!!
[19:43:41 ERROR]: The mod thermalexpansion is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source ThermalExpansion-1.12.2-5.5.7.1-universal.jar, however there is no signature matching that description
[19:43:52 ERROR]: The mod thermaldynamics is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source ThermalDynamics-1.12.2-2.5.6.1-universal.jar, however there is no signature matching that description
[19:44:56] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod appliedenergistics2
-
#1
Всем привет!
Нужна помощь… Столкнулся тут с несовместимостью моих модов (причём всех, и соли и мира) с Applied Energistics 2…
Причём (как всегда) в эклипсе всё работает нормально, но после сборки теряются модели всех блоков…
Вот лог:
https://gist.github.com/davqvist/ca89a37f25428364a4da1b7649066652
Если промотать всю эту простыню чуть вниз, то для каждой модели моего блока идёт однотипная ошибка:
[10:44:42] [main/ERROR]: Could not load vanilla model parent 'mist:block/a_tree_log_16' for '[email protected]
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception checking if model mist:block/a_tree_log_16 can be loaded with loader INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:126) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModelOrLogError(ModelLoaderRegistry.java:203) [ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader$VanillaModelWrapper.getTextures(ModelLoader.java:461) [ModelLoader$VanillaModelWrapper.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:163) [ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177590_d(ModelLoader.java:297) [ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.func_177577_b(ModelBakery.java:175) [cgb.class:?]
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:49) [ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28) [cgc.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121) [cev.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512) [bib.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
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: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:224) ~[ReflectiveTypeAdapterFactory$Adapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:825) ~[Gson.class:?]
at appeng.client.render.model.UVLModelLoader.accepts(UVLModelLoader.java:176) ~[UVLModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:115) ~[ModelLoaderRegistry.class:?]
... 17 more
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:385) ~[JsonReader.class:?]
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:213) ~[ReflectiveTypeAdapterFactory$Adapter.class:?]
at com.google.gson.Gson.fromJson(Gson.java:887) ~[Gson.class:?]
at com.google.gson.Gson.fromJson(Gson.java:825) ~[Gson.class:?]
at appeng.client.render.model.UVLModelLoader.accepts(UVLModelLoader.java:176) ~[UVLModelLoader.class:?]
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:115) ~[ModelLoaderRegistry.class:?]
... 17 more
Ну и… Смотрю в книгу, вижу фигу… Что-то не могу допетрить, в чём же беда… Тем более при отсутствии ошибок в эклипсе.
Грешу на то, что этот мод добавляет фасады с текстурами всех зарегистрированных блоков… И, влзможно, я как-то не верно всё это регистрирую? О_о
Но ведь без него всё работает.
Кто-нибудь может помочь?
-
#2
Так, разрабы подсказали, что это может быть связано с BOM форматом жисона…
Типа в этом формате в самом начале ставится какой-то непечатаемый символ и майн его после этого не воспринимает…
Видимо, после «воздействия» Applied Energistics 2 этот символ всплывает наружу…
…
Есть знатоки по жисонам?
Как мне проще переформатировать все модельки и в какой формат?
Может быть как-то иначе нужно собирать мод?
Forge
-
Search
-
Search all Forums
-
Search this Forum
-
Search this Thread
-
-
Tools
-
Jump to Forum
-
-
#1
Mar 22, 2018
vShreds-
View User Profile
-
View Posts
-
Send Message

- Out of the Water
- Join Date:
3/18/2018
- Posts:
7
- Member Details
—- Minecraft Crash Report ——— Minecraft Crash Report —-
WARNING: coremods are present: CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar) MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.163.jar)Contact their authors BEFORE contacting forge
// Ooh. Shiny.
Time: 3/23/18 9:42 AMDescription: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Applied Energistics 2 (appliedenergistics2)Caused by: java.lang.IllegalArgumentException: Failed to register dimension for id 2, One is already registered at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:116) at appeng.core.Registration.registerSpatialDimension(Registration.java:212) at appeng.core.Registration.postInit(Registration.java:387) at appeng.core.AppEng.postInit(AppEng.java:244) 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:483) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:278) at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256) 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:483) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) at com.google.common.eventbus.EventBus.post(EventBus.java:217) at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:725) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) at net.minecraft.client.main.Main.main(SourceFile:123) 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:483) 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 —Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 4781928504 bytes (4560 MB) / 6892814336 bytes (6573 MB) up to 7635730432 bytes (7282 MB) JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192M -Xms8192M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.2.2627 Optifine OptiFine_1.12.2_HD_U_C9 51 mods loaded, 51 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 | |:—— |:——————— |:————— |:————————————————- |:—————————————- | | UCHIJ | minecraft | 1.12.2 | minecraft.jar | None | | UCHIJ | mcp | 9.42 | minecraft.jar | None | | UCHIJ | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2627.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCHIJ | forge | 14.23.2.2627 | forge-1.12.2-14.23.2.2627.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCHIJ | micdoodlecore | | minecraft.jar | None | | UCHIJ | mercurius_updater | 1.0 | MercuriusUpdater-1.12.2.jar | None | | UCHIE | appliedenergistics2 | rv5-alpha-8 | Applied-Energistics-2-Mod-1.12.2.jar | None | | UCHIJ | aroma1997core | 1.3.0.2 | Aroma1997Core-1.12.2-1.3.0.2.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 | | UCHIJ | aroma1997sdimension | 1.3.0.0.b37 | Aroma1997s-Dimensional-World-1.12-1.3.0.0.b37.jar | None | | UCHIJ | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None | | UCHIJ | biomesoplenty | 7.0.1.2325 | BiomesOPlenty-1.12.2-7.0.1.2325-universal.jar | None | | UCHIJ | buildcraftlib | 7.99.15 | buildcraft-core-7.99.15.jar | None | | UCHIJ | buildcraftcore | 7.99.15 | buildcraft-core-7.99.15.jar | None | | UCHIJ | buildcrafttransport | 7.99.15 | buildcraft-transport-7.99.15.jar | None | | UCHIJ | codechickenlib | 3.1.6.339 | CodeChickenLib-1.12.2-3.1.6.339-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCHIJ | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal (3).jar | d4f1503fbacd9b9fb767720420c5395104239ec9 | | UCHIJ | cofhcore | 4.3.10 | CoFHCore-1.12.2-4.3.10.5-universal (2).jar | None | | UCHIJ | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None | | UCHIJ | compactmachines3 | 3.0.7 | compactmachines3-1.12.2-3.0.7-b197.jar | None | | UCHIJ | cookingforblockheads | 6.3.17 | CookingForBlockheads_1.12.1-6.3.17.jar | None | | UCHIJ | ptrmodellib | 1.0.0 | Decocraft-2.5.5_1.12.2.jar | None | | UCHIJ | props | 2.5.5 | Decocraft-2.5.5_1.12.2.jar | None | | UCHIJ | cdm | 0.3.1 | device-mod-0.3.1-1.12.2.jar | None | | UCHIJ | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None | | UCHIJ | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 | | UCHIE | extracells | 2.5.11 | ExtraCells-1.12.2-2.5.11a48.jar | None | | UCHIJ | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None | | UCHIJ | tconstruct | 1.12.2-2.9.1.65 | TConstruct-1.12.2-2.9.1.65.jar | None | | UCHIJ | extrautils2 | 1.0 | extrautils2-1.12-1.7.4.jar | None | | UCHIJ | zerocore | 1.12-0.1.1.0 | zerocore-1.12-0.1.1.0.jar | None | | UCHIJ | bigreactors | 1.12.2-0.4.5.46 | ExtremeReactors-1.12.2-0.4.5.46 (1).jar | None | | UCHIJ | fbp | 2.3.9 | FancyBlockParticles-1.12.x-2.3.9.jar | None | | UCHIJ | flansmod | 5.5.1 | Flan’s Mod-1.12.2-5.5.1.jar | None | | UCHIJ | flansmodapocalypse | 1.0 | Flan’s Mod-1.12.2-5.5.1.jar | None | | UCHIJ | cfm | 4.1.5 | furniture-4.1.5-1.12.2.jar | None | | UCHIJ | ic2 | 2.8.16-ex112 | industrialcraft-2-2.8.16-ex112 (1).jar | de041f9f6187debbc77034a344134053277aa3b0 | | UCHIJ | galacticraftcore | 4.0.1.163 | GalacticraftCore-1.12.2-4.0.1.163.jar | None | | UCHIJ | galacticraftplanets | 4.0.1.163 | Galacticraft-Planets-1.12.2-4.0.1.163.jar | None | | UCHIJ | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None | | UCHIJ | lunatriuscore | 1.2.0.42 | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None | | UCHIJ | mocreatures | 12.0.3 | Mo-Creatures-Mod-1.12.2.jar | None | | UCHIJ | morpheus | 1.12-3.3.2 | Morpheus-1.12-3.3.2.jar | None | | UCHIJ | harvestcraft | 1.12.2q | Pam’s+HarvestCraft+1.12.2q.jar | None | | UCHIJ | projecte | 1.12-PE1.0.0 | ProjectE-1.12-PE1.2.0.jar | None | | UCHIJ | thermalfoundation | 2.3.10 | ThermalFoundation-1.12.2-2.3.10.6-universal.jar | None | | UCHIJ | thermalexpansion | 5.3.10 | ThermalExpansion-1.12.2-5.3.10.15-universal.jar | None | | UCHIJ | simplyjetpacks | 2.2.2.28 | SimplyJetpacks2-1.12.2-2.2.2.28.jar | None | | UCHIJ | thermalcultivation | 0.1.5 | ThermalCultivation-1.12.2-0.1.5.3-universal.jar | None | | UCHIJ | thermaldynamics | 2.3.10 | ThermalDynamics-1.12.2-2.3.10.4-universal.jar | None | | UCHIJ | twilightforest | 3.6.345 | twilightforest-1.12.2-3.6.345-universal.jar | None | | UCHIJ | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None |
Loaded coremods (and transformers): CoreMod (Aroma1997Core-1.12.2-1.3.0.2.jar) MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.163.jar) micdoodle8.mods.miccore.MicdoodleTransformer GL info: ‘ Vendor: ‘NVIDIA Corporation’ Version: ‘4.6.0 NVIDIA 390.77’ Renderer: ‘GeForce GTX 1080 Ti/PCIe/SSE2’ AE2 Version: alpha rv5-alpha-8 for Forge 14.23.0.2491 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)
OptiFine Version: OptiFine_1.12.2_HD_U_C9 Render Distance Chunks: 12 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 4.6.0 NVIDIA 390.77 OpenGlRenderer: GeForce GTX 1080 Ti/PCIe/SSE2 OpenGlVendor: NVIDIA Corporation CpuCount: 8 -
-
#2
Mar 22, 2018
MauveCloud0-
View User Profile
-
View Posts
-
Send Message

- Gold Miner
- Join Date:
8/1/2017
- Posts:
379
- Location:
California
- Member Details
Search AppliedEnergistics2.cfg for «storageDimensionID», and change it to something else. There might be other ways to find out what dimensions are used (and which mods use them), but if you launch without AE2 and create a temporary world, you can look in the save folder for subfolders like «DIM1», «DIM2», etc. and figure out from that what dimension id would be good for the AE2 storage dimension.

-
-
#3
Mar 22, 2018
vShreds-
View User Profile
-
View Posts
-
Send Message

- Out of the Water
- Join Date:
3/18/2018
- Posts:
7
- Member Details
For the first time ever ive never dug into files since ive got this game in 2011 when they first switched over to from beta and added fireworks. thank you so much for your help with this modpack.
Last edited by vShreds: Mar 22, 2018
-
-
#4
Feb 24, 2020
thx for your detailed answer most people expect others to know right away where too look in which not everybody is that folder searching savvy.
- To post a comment, please login.
Posts Quoted:
Reply
Clear All Quotes
Сборка модов работает нормально в самом майнкрафте, а вот на хосте не хочет запускаться, выдает ошибку Applied Energistics 2 менял версии, не помогло.
[19:43:34 INFO]: Transforming class net.minecraft.world.chunk.Chunk
[19:43:37 ERROR]: The mod redstoneflux is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source RedstoneFlux-1.12-2.1.1.1-universal.jar, however there is no signature matching that description
[19:43:37 INFO]: Brandon’s Core online! Waiting for Draconic Evolution to join the party….
[19:43:37 INFO]: Draconic Evolution online!
[19:43:37 INFO]: Hay! There you are! Now lets destroy some worlds!!
[19:43:37 INFO]: Sounds like fun! Lets get to it!
[19:43:39 ERROR]: The mod cofhworld is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source CoFHWorld-1.12.2-1.4.0.1-universal.jar, however there is no signature matching that description
[19:43:39 ERROR]: The mod thermalfoundation is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source ThermalFoundation-1.12.2-2.6.7.1-universal.jar, however there is no signature matching that description
[19:43:39 INFO]: Hello Minecraft!!!
[19:43:41 ERROR]: The mod thermalexpansion is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source ThermalExpansion-1.12.2-5.5.7.1-universal.jar, however there is no signature matching that description
[19:43:52 ERROR]: The mod thermaldynamics is expecting signature 8a6abf2cb9e141b866580d369ba6548732eff25f for source ThermalDynamics-1.12.2-2.5.6.1-universal.jar, however there is no signature matching that description
[19:44:56] [Server thread/TRACE] [FML]: Sending event FMLServerStoppedEvent to mod appliedenergistics2
Description
Environment
- Minecraft Version:
- AE2 Version: latest
- Forge Version: latest
Here’s the crash report:
—- Minecraft Crash Report —-
WARNING: coremods are present:
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
Contact their authors BEFORE contacting forge
// I bet Cylons wouldn’t have this problem.
Time: 9/20/18 10:29 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Applied Energistics 2 (appliedenergistics2)
Caused by: java.lang.IllegalArgumentException: Failed to register dimension for id 2, One is already registered
at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:134)
at appeng.core.Registration.registerSpatialDimension(Registration.java:222)
at appeng.core.Registration.postInit(Registration.java:397)
at appeng.core.AppEng.postInit(AppEng.java:252)
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:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
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:497)
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 —
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 676550848 bytes (645 MB) / 2818572288 bytes (2688 MB) up to 2919235584 bytes (2784 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2780M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.4.2759 64 mods loaded, 64 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 |
|:------ |:--------------------------------- |:----------------- |:-------------------------------------------------- |:---------------------------------------- |
| UCHIJ | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJ | mcp | 9.42 | minecraft.jar | None |
| UCHIJ | FML | 8.0.99.99 | forge-1.12.2-14.23.4.2759.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJ | forge | 14.23.4.2759 | forge-1.12.2-14.23.4.2759.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJ | micdoodlecore | | minecraft.jar | None |
| UCHIEE | appliedenergistics2 | rv5-stable-11 | appliedenergistics2-rv5-stable-11.jar | None |
| UCHI | codechickenlib | 3.2.1.351 | CodeChickenLib-1.12.2-3.2.1.351-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHI | redstoneflux | 2.0.2 | RedstoneFlux-1.12-2.0.2.3-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHI | brandonscore | 2.4.4 | BrandonsCore-1.12.2-2.4.4.173-universal.jar | None |
| UCHI | buildcraftlib | 7.99.18 | buildcraft-7.99.18.jar | None |
| UCHI | buildcraftcore | 7.99.18 | buildcraft-7.99.18.jar | None |
| UCHI | buildcraftbuilders | 7.99.18 | buildcraft-7.99.18.jar | None |
| UCHI | buildcraftenergy | 7.99.18 | buildcraft-7.99.18.jar | None |
| UCHI | buildcraftfactory | 7.99.18 | buildcraft-7.99.18.jar | None |
| UCHI | buildcraftrobotics | 7.99.18 | buildcraft-7.99.18.jar | None |
| UCHI | buildcrafttransport | 7.99.18 | buildcraft-7.99.18.jar | None |
| UCHI | buildcraftsilicon | 7.99.18 | buildcraft-7.99.18.jar | None |
| UCHI | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| UCHI | ctm | MC1.12.2-0.3.2.18 | CTM-MC1.12.2-0.3.2.18.jar | None |
| UCHI | chisel | MC1.12.2-0.2.1.34 | Chisel-MC1.12.2-0.2.1.34.jar | None |
| UCHI | cofhcore | 4.5.3 | CoFHCore-1.12.2-4.5.3.20-universal.jar | None |
| UCHI | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHI | thermalfoundation | 2.5.0 | ThermalFoundation-1.12.2-2.5.0.19-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHI | draconicevolution | 2.3.13 | Draconic-Evolution-1.12.2-2.3.13.306-universal.jar | None |
| UCHI | elevatorid | 1.3.6 | ElevatorMod-1.12.2-1.3.6.jar | None |
| UCHI | endercore | 1.12.2-0.5.37 | EnderCore-1.12.2-0.5.37.jar | None |
| UCHI | jei | 4.11.0.212 | jei_1.12.2-4.11.0.212.jar | None |
| UCHI | thermalexpansion | 5.5.0 | ThermalExpansion-1.12.2-5.5.0.29-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHI | enderio | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHI | enderiointegrationtic | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHI | enderiobase | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHI | enderioconduits | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHI | enderioconduitsappliedenergistics | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHI | enderioconduitsopencomputers | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHI | enderioconduitsrefinedstorage | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHI | enderiointegrationforestry | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHI | enderiointegrationticlate | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHI | enderiomachines | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHI | enderiopowertools | 5.0.31 | EnderIO-1.12.2-5.0.31.jar | None |
| UCHI | extrautils2 | 1.0 | extrautils2-1.12-1.9.3.jar | None |
| UCHI | flansmod | 5.5.2 | Flan's Mod-1.12.2-5.5.2.jar | None |
| UCHI | flansmodapocalypse | 1.0 | Flan's Mod-1.12.2-5.5.2.jar | None |
| UCHI | forgemultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHI | microblockcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None |
| UCHI | minecraftmultipartcbe | 2.5.0.71 | ForgeMultipart-1.12.2-2.5.0.71-universal.jar | None |
| UCHI | galacticraftcore | 4.0.1.181 | GalacticraftCore-1.12.2-4.0.1.181.jar | None |
| UCHI | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-1.12.2-4.0.1.181.jar | None |
| UCHI | ichunutil | 7.1.4 | iChunUtil-1.12.2-7.1.4.jar | None |
| UCHI | mcjtylib_ng | 3.0.4 | mcjtylib-1.12-3.0.4.jar | None |
| UCHI | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
| UCHI | mekanismgenerators | 9.4.11 | MekanismGenerators-1.12.2-9.4.13.349.jar | None |
| UCHI | mekanismtools | 9.4.11 | MekanismTools-1.12.2-9.4.13.349.jar | None |
| UCHI | morph | 7.1.2 | Morphing-Mod-1.12.2.jar | None |
| UCHI | nei | 2.4.1 | NotEnoughItems-1.12.2-2.4.1.238-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHI | portalgun | 7.0.2 | PortalGun-1.12.2-7.0.2.jar | None |
| UCHI | rafradek_tf2_weapons | 1.3.8.2 | rafradek_tf2_weapons-1.12.2-1.3.8.2.jar | None |
| UCHI | rftools | 7.55 | rftools-1.12-7.55.jar | None |
| UCHI | rftoolscontrol | 1.9.1 | rftoolsctrl-1.12-1.9.1.jar | None |
| UCHI | simplefluidtanks | 1.12.2-1.7.1.1 | simplefluidtanks-1.12.2-1.7.1.1.jar | None |
| UCHI | thermaldynamics | 2.5.1 | ThermalDynamics-1.12.2-2.5.1.14-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHI | simplyjetpacks | 2.2.7.45 | SimplyJetpacks2-1.12.2-2.2.7.45.jar | None |
| UCHI | storagedrawers | 1.12-5.3.5 | StorageDrawers-1.12.2-5.3.7.jar | None |
| UCHI | thermalinnovation | 0.3.0 | ThermalInnovation-1.12.2-0.3.0.7-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHI | immersiveengineering | 0.12-85 | ImmersiveEngineering-0.12-85.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
Loaded coremods (and transformers):
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.181.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.37.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
team.chisel.ctm.client.asm.CTMTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-85.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
GL info: ‘ Vendor: ‘Intel’ Version: ‘4.4.0 — Build 22.20.16.4708’ Renderer: ‘Intel(R) HD Graphics 620’
AE2 Version: stable rv5-stable-11 for Forge 14.23.1.2554
Ender IO: No known problems detected.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Ok this is a very complicated issue and it is extremely hard to pin point where the problem is originated. But such problems can potential cause major loss to many players so I believe someone have to report it. It may not necessary completely be an AE2 issue, but after analyzing all the bug behavior/reports, I believe AE2 is the right please to begin with. I am using Minecraft 1.10.2, forge-1.10.2-12.18.3.2422 and
appliedenergistics2-rv4-stable-1.
So, the issue is, players on my server are reporting their AE2 blocks are disappearing, which means all the blocks and content stored in them are lost. The detailed behavior are listed as:
Block disappear after server reboot. Which means the removal of blocks happens at server startup.
The problem happens chunk-wise. Either all the AE2 blocks in an entire chunk is gone, or all AE2 blocks within a chunk is unaffected.
Powered machines does not seems to be removed, but seems to be ‘reset’ instead, which means all the inventory content is wiped, and the rotation of the block is reset to the state which its placed. The blocks seems to remember its facing but loses its vertical rotation.
The problem may have connection with FTButil, which is necessary for server anti-grief and cannot be removed at this point. All problems seems take place in chunks claimed by FTButil, and are probably all chunk-loaded by FTButil as well. Or it can just because the chunk is chunk-loaded and will be force loaded on server startup.
The Internet has little reports on similar issue except this post, which they also could not figure out the exact cause of the bug and suffers major loss by AE2.
This is not a crash (I would rather hope this will post a crash instead of kill everything silently), so there is no leftover crash report. I refer to the server log, for as much as I could understand, I could found little useful information within it. I’ll attach it here so you will know my config and modlist and maybe find something wrong while I couldn’t:
fml-server-latest.log.txt
Thank you very much for you attention and please investigate this problem. If you need any more information feel free to ask. The problem happens pretty random so it can be hard to reproduce. Hope you can link the behavior with the internal code of AE2 and at least give some idea of the cause.
[MODDED] Can someone help me?
I recently added some mods to my pack and now I’m getting an error saying an AE2 dimension ID is already taken.
Here is the Crash Report:
—- Minecraft Crash Report —-
WARNING: coremods are present:
RandomPatches (randompatches-1.12.2-1.14.0.0.jar)
LoadingPlugin (Quark-r1.5-146.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
AppleCore (AppleCore-mc1.12.2-3.2.0.jar)
Plugin (NotEnoughIDs-1.5.4.3.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
TransformerLoader (OpenComputers-MC1.12.2-1.7.4.153.jar)
ForgelinPlugin (Forgelin-1.8.2.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.6.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
HCASM (HammerCore-1.12.2-2.0.4.2.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.3-1.12.2.jar)
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-88.jar)
AstralCore (astralsorcery-1.12.2-1.10.11.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
EECore (ExpandedEquivalence-1.12.2-11b.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.1.jar)
Contact their authors BEFORE contacting forge
// Don’t do that.
Time: 11/9/19 6:01 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Applied Energistics 2 (appliedenergistics2)
Caused by: java.lang.IllegalArgumentException: Failed to register dimension for id 2, One is already registered
at net.minecraftforge.common.DimensionManager.registerDimension([DimensionManager.java:134](https://DimensionManager.java:134)) at appeng.core.Registration.registerSpatialDimension([Registration.java:201](https://Registration.java:201)) at appeng.core.Registration.postInit([Registration.java:352](https://Registration.java:352)) at appeng.core.AppEng.postInit([AppEng.java:235](https://AppEng.java:235)) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke([NativeMethodAccessorImpl.java:62](https://NativeMethodAccessorImpl.java:62)) at sun.reflect.DelegatingMethodAccessorImpl.invoke([DelegatingMethodAccessorImpl.java:43](https://DelegatingMethodAccessorImpl.java:43)) at java.lang.reflect.Method.invoke([Method.java:497](https://Method.java:497)) at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent([FMLModContainer.java:624](https://FMLModContainer.java:624)) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke([DelegatingMethodAccessorImpl.java:43](https://DelegatingMethodAccessorImpl.java:43)) at java.lang.reflect.Method.invoke([Method.java:497](https://Method.java:497)) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod([Subscriber.java:91](https://Subscriber.java:91)) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod([Subscriber.java:150](https://Subscriber.java:150)) at [com.google.common.eventbus.Subscriber$1.run](https://com.google.common.eventbus.Subscriber$1.run)([Subscriber.java:76](https://Subscriber.java:76)) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute([MoreExecutors.java:399](https://MoreExecutors.java:399)) at com.google.common.eventbus.Subscriber.dispatchEvent([Subscriber.java:71](https://Subscriber.java:71)) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch([Dispatcher.java:116](https://Dispatcher.java:116)) at [com.google.common.eventbus.EventBus.post](https://com.google.common.eventbus.EventBus.post)([EventBus.java:217](https://EventBus.java:217)) at net.minecraftforge.fml.common.LoadController.sendEventToModContainer([LoadController.java:219](https://LoadController.java:219)) at net.minecraftforge.fml.common.LoadController.propogateStateMessage([LoadController.java:197](https://LoadController.java:197)) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke([NativeMethodAccessorImpl.java:62](https://NativeMethodAccessorImpl.java:62)) at sun.reflect.DelegatingMethodAccessorImpl.invoke([DelegatingMethodAccessorImpl.java:43](https://DelegatingMethodAccessorImpl.java:43)) at java.lang.reflect.Method.invoke([Method.java:497](https://Method.java:497)) at com.google.common.eventbus.Subscriber.invokeSubscriberMethod([Subscriber.java:91](https://Subscriber.java:91)) at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod([Subscriber.java:150](https://Subscriber.java:150)) at [com.google.common.eventbus.Subscriber$1.run](https://com.google.common.eventbus.Subscriber$1.run)([Subscriber.java:76](https://Subscriber.java:76)) at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute([MoreExecutors.java:399](https://MoreExecutors.java:399)) at com.google.common.eventbus.Subscriber.dispatchEvent([Subscriber.java:71](https://Subscriber.java:71)) at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch([Dispatcher.java:116](https://Dispatcher.java:116)) at [com.google.common.eventbus.EventBus.post](https://com.google.common.eventbus.EventBus.post)([EventBus.java:217](https://EventBus.java:217)) at net.minecraftforge.fml.common.LoadController.distributeStateMessage([LoadController.java:136](https://LoadController.java:136)) at net.minecraftforge.fml.common.Loader.initializeMods([Loader.java:749](https://Loader.java:749)) at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading([FMLClientHandler.java:336](https://FMLClientHandler.java:336)) at net.minecraft.client.Minecraft.func_71384_a([Minecraft.java:535](https://Minecraft.java:535)) at net.minecraft.client.Minecraft.func_99999_d([Minecraft.java:378](https://Minecraft.java:378)) at net.minecraft.client.main.Main.main(SourceFile:123) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke([NativeMethodAccessorImpl.java:62](https://NativeMethodAccessorImpl.java:62)) at sun.reflect.DelegatingMethodAccessorImpl.invoke([DelegatingMethodAccessorImpl.java:43](https://DelegatingMethodAccessorImpl.java:43)) at java.lang.reflect.Method.invoke([Method.java:497](https://Method.java:497)) at net.minecraft.launchwrapper.Launch.launch([Launch.java:135](https://Launch.java:135)) at net.minecraft.launchwrapper.Launch.main([Launch.java:28](https://Launch.java:28))
Archived post. New comments cannot be posted and votes cannot be cast.
