本帖最后由 sxjsxj 于 2018-10-21 09:13 编辑
论坛排版不便,以图代字,见谅。
图片点击放大。
文本版(pdf):如何解决mc崩溃.pdf
文本版(原):Google Doc
崩溃, crash
评分
参与人数 4RF +19
Vis +10
收起
理由
Zi_Min
+ 4
+ 4
祖国需要你
冰雾墨灵
+ 5
+ 2
祖国需要你
mamaruo
+ 5
+ 2
干得漂亮
Gingerbread
+ 5
+ 2
给大佬递分
查看全部评分
相关帖子
• 救命啊,Forge1.16.5服务端崩溃,疑似是EpicFight导致
• 调电脑经历
• 1.20.1-Forge_47.0.19-OptiFine_I5_pre5崩溃
• MCREATOR2023.4.52316崩溃求解决
• 1.20.1-Forge-Arclight 服务端崩溃,疑似机械动力
• 用BakaXL运行neoforge时无法打开
• 1.12.2自制整合包崩溃
• atm9使用 魔药大师 的视野药水会导致崩溃 求助
• 和朋友开一个1.19.2整合包服务器玩玩,进不去服务器求帮助qwq
• 匠造之传,机械动力的矿车装配站装上矿车后崩溃
return 0;
发表于 2018-7-12 14:51:25
|
只看该作者
|倒序浏览
|阅读模式
回复 |
举报
该帖共收到 25 条回复!
sxjeru
资深版主 | 27
最后登录:-
阅读权限:150
主题数:29
总积分:28835
回帖数:983
精华数:0
MCID:sxj_eru
EU:1426
RF:11970
Vis:57
Mana:0
AE:21464
sxjeru
串个门
发消息
加为好友
沙发
本帖最后由 sxjsxj 于 2018-7-13 10:03 编辑
tip:Ctrl+F打开搜索。
Q:
cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: appeng.api.util.IConfigManager.registerSetting(Lappeng/api/config/Settings;Ljava/lang/Enum;)V复制代码A:更新AE2至“rv3.beta.8”或更新版本,由于官方停止对1.7.10支持,修复版本由非官方版提供:https://github.com/xsun2001/Applied-Energistics-2-Unofficial/releases
参考资料:https://github.com/xsun2001/Applied-Energistics-2-Unofficial/issues/1
Q:
java.lang.OutOfMemoryError: Java heap space复制代码A:增加分配内存。
Q:
java.lang.NullPointerException: Ticking memory connection at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:101)复制代码A:一个forge的bug,然而官方已放弃维护1.7.10 forge,因此该问题难以解决。重开端可以暂时解决,但随时会崩溃。
Q:SplashProgress has detected a error loading Minecraft.
This can sometimes be caused by bad video drivers.
We have automatically disabeled the new Splash Screen in config/splash.properties.
Try reloading minecraft before reporting any errors.
cpw.mods.fml.client.SplashProgress$5: java.lang.IllegalStateException: Splash thread复制代码A:重开端即解决。该问题由forge加载界面导致崩溃,系统检测到问题会自动禁用加载界面,可在“.minecraft\config\splash.properties”中手动启用。
(enabled=false 改为 true)
Q:
return 0;
发表于 2018-7-12 14:51:56
|
只看该作者
回复 |
举报
GingleMeow
[LV-6]百里挑一 |
最后登录:-
阅读权限:30
主题数:31
总积分:2953
回帖数:633
精华数:0
MCID:GingleMeow
EU:30
RF:2544
Vis:12
Mana:0
AE:386
GingleMeow
串个门
发消息
加为好友
板凳
强无敌。
发表于 2018-7-12 19:05:37
|
只看该作者
回复 |
举报
4764944298
[LV-5]人气十足 |
最后登录:-
阅读权限:25
主题数:10
总积分:1912
回帖数:183
精华数:0
MCID:5
EU:40
RF:1708
Vis:0
Mana:0
AE:87
4764944298
串个门
发消息
加为好友
4楼
给大佬递java
。。。。。。。提出了建设格雷科技的方针,它代表了格雷员工先进生产力,代表了科技路线的前进方向,代表了最广大工业玩家的根本利益。
发表于 2018-7-13 17:30:15
|
只看该作者
回复 |
举报
冰雾墨灵
[LV-2]默默无闻 |
最后登录:-
阅读权限:10
主题数:0
总积分:171
回帖数:5
精华数:0
EU:0
RF:171
Vis:0
Mana:0
AE:0
冰雾墨灵
串个门
发消息
加为好友
5楼
谢谢大佬的分享。在看完大佬分享的方法之后自己还是试着弄了一下但是在.minecraft的文件下找不到 cpw 能否劳烦大佬帮忙看下。。。。不尽感激谢谢
---- Minecraft Crash Report ----
// Ouch. That hurt :(
Time: 4/7/19 6:34 PM
Description: There was a severe problem during mod loading that has caused the game to fail
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: cpw/mods/fml/common/ProgressManager
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:695)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/ProgressManager
at gregtech.common.GT_Proxy.activateOreDictHandler(GT_Proxy.java:1764)
at gregtech.GT_Mod.onPostLoad(GT_Mod.java:633)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
... 10 more
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.ProgressManager
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 38 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_79, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 912657512 bytes (870 MB) / 1380450304 bytes (1316 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 1 total; -Xmx3072m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.25.1208 Minecraft Forge 10.13.0.1208 Optifine OptiFine_1.7.10_HD_U_A4 10 mods loaded, 10 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
FML{7.10.25.1208} [Forge Mod Loader] (forge-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forge{10.13.0.1208} [Minecraft Forge] (forge-1.7.10-10.13.0.1208.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CodeChickenCore{1.0.3.28} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
InputFix{1.7.10-v5} [InputFix] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NotEnoughItems{1.0.3.60} [Not Enough Items] (NotEnoughItems 物品管理器 1.0.3.60.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ReiMinimap{1.7.10} [Rei's小地图 堕落汉化] ([1.7.10]Rei's小地图.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
IC2{2.2.653-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.653-experimental.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
gregtech{MC1710} [GregTech] (gregtech-5.09.31.jar) Unloaded->Constructed->Pre-initialized->Initialized->Errored
inventorytweaks{1.59-dev-155-5dbbb14} [Inventory Tweaks] (InventoryTweaks-1.59-dev-155.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
发表于 2019-4-7 19:21:03
|
只看该作者
回复 |
举报
mc_史蒂芬
[LV-1]闻所未闻 |
最后登录:-
阅读权限:5
主题数:0
总积分:7
回帖数:2
精华数:0
EU:0
RF:7
Vis:0
Mana:0
AE:0
mc_史蒂芬
串个门
发消息
加为好友
6楼
我的世界所有服务器都玩不了有的闪退有的显示游戏非正常退出请检查日志文件或联系他人寻求帮助
发表于 2019-7-5 11:10:25
|
只看该作者
回复 |
举报
mc_史蒂芬
[LV-1]闻所未闻 |
最后登录:-
阅读权限:5
主题数:0
总积分:7
回帖数:2
精华数:0
EU:0
RF:7
Vis:0
Mana:0
AE:0
mc_史蒂芬
串个门
发消息
加为好友
7楼
这个日志文件怎么回事
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 19-7-5 上午9:59
Description: Initializing game
org.lwjgl.LWJGLException: Pixel format not accelerated
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:244)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:449)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:244)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:449)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_211, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 24410816 bytes (23 MB) / 70610944 bytes (67 MB) up to 758251520 bytes (723 MB)
JVM Flags: 1 total; -Xmx748m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Launched Version: Picacho服务器(1.6.4)客户端
LWJGL: 2.9.0
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Triton_Core_64x_v1.zip
Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
发表于 2019-7-5 11:15:56
|
只看该作者
回复 |
举报
sxjeru
资深版主 | 27
最后登录:-
阅读权限:150
主题数:29
总积分:28835
回帖数:983
精华数:0
MCID:sxj_eru
EU:1426
RF:11970
Vis:57
Mana:0
AE:21464
sxjeru
串个门
发消息
加为好友
8楼
mc_史蒂芬 发表于 2019-7-5 11:15
这个日志文件怎么回事
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
OpenGL问题,更新下显卡驱动吧。
return 0;
发表于 2019-7-5 16:03:41
|
只看该作者
回复 |
举报
咸鱼王八蛋
[LV-1]闻所未闻 |
最后登录:-
阅读权限:5
主题数:0
总积分:14
回帖数:4
精华数:0
EU:0
RF:14
Vis:0
Mana:0
AE:0
咸鱼王八蛋
串个门
发消息
加为好友
9楼
在游戏中点开mod设置,然后一点某个mod的config,没进去就崩溃了
错误报告:Exception in thread "Thread-28" AL lib: (EE) alc_cleanup: 1 device not closed
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
at java.util.ArrayList$Itr.next(Unknown Source)
at org.jackhuang.hellominecraft.utils.StrUtils.containsOne(StrUtils.java:102)
at org.jackhuang.hellominecraft.utils.system.JavaProcessMonitor.lambda$start$46(JavaProcessMonitor.java:62)
at org.jackhuang.hellominecraft.utils.system.JavaProcessMonitor.access$lambda$1(JavaProcessMonitor.java)
at org.jackhuang.hellominecraft.utils.system.JavaProcessMonitor$$Lambda$4.call(Unknown Source)
at org.jackhuang.hellominecraft.utils.EventHandler.execute(EventHandler.java:48)
at org.jackhuang.hellominecraft.utils.system.ProcessThread.run(ProcessThread.java:99)
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
发表于 2019-12-29 17:31:32
|
只看该作者
回复 |
举报
咸鱼王八蛋
[LV-1]闻所未闻 |
最后登录:-
阅读权限:5
主题数:0
总积分:14
回帖数:4
精华数:0
EU:0
RF:14
Vis:0
Mana:0
AE:0
咸鱼王八蛋
串个门
发消息
加为好友
10楼
咸鱼王八蛋 发表于 2019-12-29 17:31
在游戏中点开mod设置,然后一点某个mod的config,没进去就崩溃了
错误报告:Exception in thread "Thread-2 ...
1.7.10 78个mod
发表于 2019-12-29 17:33:14
|
只看该作者
回复 |
举报
123 / 3 页下一页