深深大大
本帖最后由 深深大大 于 2020-3-6 17:38 编辑

我的世界1.12.2装了Forge后直接崩溃,昨天还玩得好好的,我创了一个新的1.12.2就装forge就崩溃,大神求助啊
下面是崩溃日态
1.txt (70.19 KB, 下载次数: 12)



xmdhs
不要用启动器安装 optifine ,放入 mods 文件夹即可

也可以试试这个整合包 https://www.mcbbs.net/forum.php?mod=viewthread&tid=869469

深深大大
你理解错了,我是说forge崩溃

深深大大
用的是hmcl启动器

深深大大
其他版本也这样,装了forge进不去

深深大大
有人能帮我看看吗

深深大大
  1. [17:46:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException


  2. [17:46:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:         at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:49)


  3. [17:46:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:         at java.lang.SecurityManager.checkExit(Unknown Source)


  4. [17:46:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:         at java.lang.Runtime.exit(Unknown Source)


  5. [17:46:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:         at java.lang.System.exit(Unknown Source)


  6. [17:46:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:         at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)


  7. [17:46:40] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:-1]:         at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


  8. Exception in thread "main"
复制代码

MashKJo
使用最新版本的forge,另外把crash-report发出来,这个不方便看,或者发log也行

深深大大
  1. ---- Minecraft Crash Report ----

  2. WARNING: coremods are present:
  3.   MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.243.jar)
  4. Contact their authors BEFORE contacting forge

  5. // Ooh. Shiny.

  6. Time: 1/19/20 4:40 PM
  7. Description: There was a severe problem during mod loading that has caused the game to fail

  8. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Extra Planets (extraplanets)
  9. Caused by: java.lang.RuntimeException: Two space station types registered with the same home planet ID: -31
  10.         at micdoodle8.mods.galacticraft.api.GalacticraftRegistry.registerSpaceStation(GalacticraftRegistry.java:213)
  11.         at com.mjr.extraplanets.util.GCRecipeUtilities.addSpaceStationRecipe(GCRecipeUtilities.java:15)
  12.         at com.mjr.extraplanets.recipes.ExtraPlanets_Recipes.registerSatellitesRecipes(ExtraPlanets_Recipes.java:331)
  13.         at com.mjr.extraplanets.recipes.ExtraPlanets_Recipes.initOther(ExtraPlanets_Recipes.java:33)
  14.         at com.mjr.extraplanets.ExtraPlanets.init(ExtraPlanets.java:309)
  15.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  16.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  17.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  18.         at java.lang.reflect.Method.invoke(Unknown Source)
  19.         at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  20.         at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
  21.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  22.         at java.lang.reflect.Method.invoke(Unknown Source)
  23.         at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  24.         at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  25.         at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  26.         at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  27.         at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  28.         at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  29.         at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  30.         at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  31.         at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  32.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  34.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  35.         at java.lang.reflect.Method.invoke(Unknown Source)
  36.         at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  37.         at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  38.         at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  39.         at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  40.         at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  41.         at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  42.         at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  43.         at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  44.         at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
  45.         at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336)
  46.         at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:535)
  47.         at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
  48.         at net.minecraft.client.main.Main.main(SourceFile:123)
  49.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  51.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  52.         at java.lang.reflect.Method.invoke(Unknown Source)
  53.         at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  54.         at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


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

  57. -- System Details --
  58. Details:
  59.         Minecraft Version: 1.12.2
  60.         Operating System: Windows 7 (amd64) version 6.1
  61.         Java Version: 1.8.0_131, Oracle Corporation
  62.         Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  63.         Memory: 817493784 bytes (779 MB) / 1744830464 bytes (1664 MB) up to 4294967296 bytes (4096 MB)
  64.         JVM Flags: 11 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx4096m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
  65.         IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  66.         FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_F5 12 mods loaded, 12 mods active
  67.         States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

  68.         | State | ID                  | Version      | Source                                    | Signature                                |
  69.         |:----- |:------------------- |:------------ |:----------------------------------------- |:---------------------------------------- |
  70.         | LCHI  | minecraft           | 1.12.2       | minecraft.jar                             | None                                     |
  71.         | LCHI  | mcp                 | 9.42         | minecraft.jar                             | None                                     |
  72.         | LCHI  | FML                 | 8.0.99.99    | forge-1.12.2-14.23.5.2847.jar             | None                                     |
  73.         | LCHI  | forge               | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar             | None                                     |
  74.         | LCHI  | micdoodlecore       |              | minecraft.jar                             | None                                     |
  75.         | LCHI  | galacticraftcore    | 4.0.2.243    | GalacticraftCore-1.12.2-4.0.2.243.jar     | None                                     |
  76.         | LCHI  | galacticraftplanets | 4.0.2.243    | Galacticraft-Planets-1.12.2-4.0.2.243.jar | None                                     |
  77.         | LCHI  | asmodeuscore        | 0.0.12       | AsmodeusCore-1.12.2-0.0.12.jar            | None                                     |
  78.         | LCHI  | mjrlegendslib       | 1.12.2-1.1.9 | MJRLegendsLib-1.12.2-1.1.9.jar            | b02331787272ec3515ebe63ecdeea0d746653468 |
  79.         | LCHE  | extraplanets        | 1.12.2-0.6.2 | ExtraPlanets-1.12.2-0.6.2.jar             | b02331787272ec3515ebe63ecdeea0d746653468 |
  80.         | LCH   | galaxyspace         | 2.0.11       | GalaxySpace-1.12.2-2.0.11.jar             | None                                     |
  81.         | LCH   | moreplanets         | 2.0.22       | More-Planets-1.12.2-2.0.22-GC238.jar      | b3468b224a74e296555ad7efeb35f482e6f445de |

  82.         Loaded coremods (and transformers):
  83. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.243.jar)
  84.   micdoodle8.mods.miccore.MicdoodleTransformer
  85.         GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.13559 Compatibility Profile Context 26.20.12001.11014' Renderer: 'Radeon RX 580 Series'
  86.         OptiFine Version: OptiFine_1.12.2_HD_U_F5
  87.         OptiFine Build: 20191204-141934
  88.         Render Distance Chunks: 16
  89.         Mipmaps: 4
  90.         Anisotropic Filtering: 1
  91.         Antialiasing: 0
  92.         Multitexture: false
  93.         Shaders: null
  94.         OpenGlVersion: 4.6.13559 Compatibility Profile Context 26.20.12001.11014
  95.         OpenGlRenderer: Radeon RX 580 Series
  96.         OpenGlVendor: ATI Technologies Inc.
  97.         CpuCount: 8
复制代码

深深大大
新开的版本也这样,只要装了forge都崩溃,我这里用的就是最新的

A_Word
试试换个启动器

深深大大
A_Word 发表于 2020-3-6 19:40
试试换个启动器

好了,谢谢

xixi1798529692
推荐你用PCLU启动器,这个启动器感觉还不错

冥天233
如果还是不行的话建议换个整合包,我这里有个挺好的

ASzpp
用HMCL启动器试试?

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