Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我的世界问题 #5358

Open
2 of 3 tasks
HuyaCain opened this issue Jan 1, 2025 · 13 comments
Open
2 of 3 tasks

我的世界问题 #5358

HuyaCain opened this issue Jan 1, 2025 · 13 comments
Labels
· Bug 等待提交者 需要提交者补充信息或进行操作

Comments

@HuyaCain
Copy link

HuyaCain commented Jan 1, 2025

检查项

  • 我已尝试使用其他启动器,其他启动器没有出现问题。 如果其他启动器也存在问题,证明是网络环境不佳(解决方法),并非 PCL 的问题,请 不要 提交反馈。下载 HMCL
  • 我知晓大多数此类问题都是网络环境不佳导致的,但我确实认为我的问题可能是 PCL 导致的,和网络环境无关。
  • 我已在 Issues 页面常见&难检反馈及问题列表 中搜索,确认了这一 Bug 未被提交过。

描述

点击启动游戏之后显示下载什么东西,然后下载了,过了一会显示下载失败(还是什么忘记),然后进去了,然后玩了一会,我的世界卡住了未响应,只能强制关闭运行

重现步骤

1、点击xxxx
2、往下滚,然后点击xxxx

日志与附件

PCL.zip

@HuyaCain HuyaCain added · Bug 新提交 需要社区初步确认其有效的新提交 labels Jan 1, 2025
@HuyaCain
Copy link
Author

HuyaCain commented Jan 1, 2025

就出现一次。

@HuyaCain
Copy link
Author

HuyaCain commented Jan 1, 2025

PCL.zip

@shimoranla
Copy link

shimoranla commented Jan 2, 2025

请上传崩溃报告

@HuyaCain
Copy link
Author

HuyaCain commented Jan 2, 2025

请问崩溃报告在哪看

@shimoranla
Copy link

shimoranla commented Jan 2, 2025

第一次崩溃
[21:16:46] [Client thread/WARN]: File iceandfire:sounds/icedragon_teen_idle_3.ogg does not exist, cannot add it to event iceandfire:icedragon.teen.idle
[21:16:46] [Client thread/WARN]: Invalid sounds.json
java.lang.NullPointerException
	at net.minecraft.client.audio.SoundHandler.func_110549_a(SourceFile:82) [ccs.class:?]
	at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:122) [cae.class:?]
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:447) [bes.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:352) [bes.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
	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:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
	at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:112) [JavaWrapper.jar:?]
	at oolloo.jlw.Wrapper.main(Wrapper.java:105) [JavaWrapper.jar:?]
[21:16:46] [Sound Library Loader/INFO]: Starting up SoundSystem...
[21:16:47] [Client thread/INFO]: Patching class net/minecraftforge/client/ForgeHooksClient
[21:16:47] [Client thread/INFO]:    Patching method handleCameraTransforms(Lnet/minecraft/client/renderer/block/model/IBakedModel;Lnet/minecraft/client/renderer/block/model/ItemCameraTransforms$TransformType;Z)Lnet/minecraft/client/renderer/block/model/IBakedModel;
[21:16:47] [Client thread/INFO]: [STDOUT]: Transforming Class [net.minecraftforge.client.ForgeHooksClient], Method [getDamageModel]
[21:16:47] [Client thread/INFO]: [STDOUT]: Transforming net.minecraftforge.client.ForgeHooksClient Finished.
[21:16:47] [Thread-9/INFO]: Initializing LWJGL OpenAL
[21:16:47] [Thread-9/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000004c321066, pid=3784, tid=30656
#
# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [OpenAL64.dll+0x11066]

这似乎是 OpenAL 的问题

至于第二次崩溃。。。

[21:38:25.162] [UI] 弹出提示:错误报告已导出!

请把这个发上来

@HuyaCain
Copy link
Author

HuyaCain commented Jan 2, 2025

PCL.zip
我的文件zhiy只有这几个,不是很清楚是哪个,非常抱歉,我也想知道是哪个

@HuyaCain
Copy link
Author

HuyaCain commented Jan 2, 2025

image

@shimoranla
Copy link

shimoranla commented Jan 2, 2025

[21:38:24.855] [UI] 选择文件返回:C:\Users\huyac\Desktop\错误报告-2025-1-1-周三_21.38.21.zip

我需要这个文件

另外如果可能的话,用高版本 Java 并删掉 OptiFine 试试(OptiFine 兼容性不好,低版本 Java 可能不支持某些 Mod)

@HuyaCain
Copy link
Author

HuyaCain commented Jan 2, 2025

这个错误报告,是我在启动PCL的时候,压缩文件的时候发生的,应该是这样。然后请问怎么删除 OptiFine

@shimoranla
Copy link

这个错误报告,是我在启动PCL的时候,压缩文件的时候发生的,应该是这样。然后请问怎么删除 OptiFine

PCL 是通过 Classpath 链接的,你只能重新安装一个不带 OptiFine 的版本

@HuyaCain
Copy link
Author

HuyaCain commented Jan 2, 2025

好的,谢谢了

@3gf8jv4dv
Copy link
Collaborator

请问现在问题解决了嘛?

@3gf8jv4dv 3gf8jv4dv added 等待提交者 需要提交者补充信息或进行操作 and removed 新提交 需要社区初步确认其有效的新提交 labels Jan 3, 2025
@MotWnb
Copy link

MotWnb commented Jan 4, 2025

image

这个我遇到过,就是下好所有依赖和pcl然后重启就解决了(
比较玄学

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
· Bug 等待提交者 需要提交者补充信息或进行操作
Projects
None yet
Development

No branches or pull requests

4 participants