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

启动PCL后崩溃 #4110

Closed
1 task done
AQ84 opened this issue Jun 27, 2024 · 12 comments
Closed
1 task done

启动PCL后崩溃 #4110

AQ84 opened this issue Jun 27, 2024 · 12 comments
Labels
· Bug 重复 与已有的反馈或讨论重复

Comments

@AQ84
Copy link

AQ84 commented Jun 27, 2024

检查项

描述

启动PCL后过30秒左右之后崩溃,自动弹出了log1,在日志里看[详细错误信息:
→ 未能解析此远程名称: 'pcl2-server-1253424809.file.myqcloud.com'
在 PCL.ModNet.NetGetCodeByRequestRetry(String Url, Encoding Encode, String Accept, Boolean IsJson, String BackupUrl, Boolean UseBrowserUserAgent)
在 PCL.ModSecret.ServerSubReal()
在 System.Net.HttpWebRequest.GetResponse()
在 PCL.ModNet.NetGetCodeByRequestOnce(String Url, Encoding Encode, Int32 Timeout, Boolean IsJson, String Accept, Boolean UseBrowserUserAgent)
错误类型:System.Net.WebException
[19:09:03.924] [Loader] 加载器 PCL 服务 状态改变:Finished
[19:09:05.324] [Loader] 加载器 Loader Skin Legacy 状态改变:Loading
[19:09:05.324] [Loader] 加载器 Loader Skin Legacy 状态改变:Finished
[19:09:05.330] [Skin] 载入头像成功:Loader Skin Legacy
[19:09:05.465] [Loader] 加载器 Loader Skin Legacy 状态改变:Loading
[19:09:05.465] [Loader] 加载器 Loader Skin Legacy 状态改变:Finished
[19:09:05.466] [Skin] 载入头像成功:Loader Skin Legacy
[19:09:05.783] [Loader] 加载器 Loader Skin Legacy 状态改变:Loading
[19:09:05.783] [Loader] 加载器 Loader Skin Legacy 状态改变:Finished
[19:09:05.785] [Skin] 载入头像成功:Loader Skin Legacy
[19:09:06.028] [Loader] 加载器 Loader Skin Legacy 状态改变:Loading
[19:09:06.029] [Loader] 加载器 Loader Skin Legacy 状态改变:Finished
[19:09:06.029] [Skin] 载入头像成功:Loader Skin Legacy
[19:09:06.388] [Loader] 加载器 Loader Skin Legacy 状态改变:Loading
[19:09:06.389] [Loader] 加载器 Loader Skin Legacy 状态改变:Finished
[19:09:06.389] [Skin] 载入头像成功:Loader Skin Legacy
[19:09:06.739] [Loader] 加载器 Loader Skin Legacy 状态改变:Loading
[19:09:06.740] [Loader] 加载器 Loader Skin Legacy 状态改变:Finished
[19:09:06.740] [Skin] 载入头像成功:Loader Skin Legacy
[19:09:09.375] [Control] 按下图标按钮:BtnTitleMin
[19:09:54.382] [System] 收到关闭指令
[19:09:54.684] [System] 诊断信息:
操作系统:Microsoft Windows 10 家庭中文版
剩余内存:2382 M / 3583 M
DPI:96(100%)
MC 文件夹:C:\Users\AQ84\Desktop.minecraft
文件位置:C:\Users\AQ84\Desktop
[19:09:54.684] 程序出现未知错误:UCEERR_RENDERTHREADFAILURE (异常来自 HRESULT:0x88980406)
由于操作系统或显卡存在问题,导致出现错误。请尝试重启 PCL。
————————————
详细错误信息:
在 System.Windows.Media.Composition.DUCE.Channel.SyncFlush()
在 System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean enableRenderTarget, Nullable`1 channelSet)
在 System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr lParam)
在 System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
在 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
在 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
在 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
错误类型:System.Runtime.InteropServices.COMException
[19:09:54.684] [System] 欲读取的文件不存在,已返回空字符串:C:\Users\AQ84\AppData\Local\Temp\PCL\Cache\Notice.cfg
[19:09:55.860] [System] 诊断信息:
操作系统:Microsoft Windows 10 家庭中文版
剩余内存:2379 M / 3583 M
DPI:96(100%)
MC 文件夹:C:\Users\AQ84\Desktop.minecraft
文件位置:C:\Users\AQ84\Desktop
[19:09:55.860] 请在 https://github.com/Hex-Dragon/PCL2/issues 提交错误报告,以便于作者解决此问题!
[19:09:55.860] [System] 执行外部命令:C:\Users\AQ84\Desktop\PCL\Log1.txt
[19:09:56.401] [System] 程序已退出,返回值:Exception
]像是显卡之类的有问题"日志里说的"

重现步骤

1、(也不知道行不行)
2、打开PCL(确保是个新的)
3、输入用户名(我输的是114514)[应该算是附加条件:当时是在VM computer创建的虚拟机里面开的PCL,配置都是里面最高的,win10系统,然后就开始捣鼓增强工具,安装完之后PCL未响应了一下,接下来就崩溃了]
(看了PCL文件夹,只有Log1)

日志与附件

Log1.txt

@AQ84 AQ84 added · Bug 新提交 需要社区初步确认其有效的新提交 labels Jun 27, 2024
@allMagicNB
Copy link
Contributor

allMagicNB commented Jun 27, 2024

哥们 21 世纪不会还有人没通网吧?

@allMagicNB allMagicNB closed this as not planned Won't fix, can't repro, duplicate, stale Jun 27, 2024
@HexDragon-Bot HexDragon-Bot added 忽略 因为各种杂项原因而关闭 and removed 新提交 需要社区初步确认其有效的新提交 labels Jun 27, 2024
@AQ84
Copy link
Author

AQ84 commented Jun 27, 2024 via email

@allMagicNB
Copy link
Contributor

虚拟机没通网

@allMagicNB
Copy link
Contributor

反正大概率是你虚拟机有问题反正……
算了再看看龙猫怎么说……

@allMagicNB allMagicNB reopened this Jun 27, 2024
@AQ84
Copy link
Author

AQ84 commented Jun 27, 2024 via email

@HexDragon-Bot HexDragon-Bot added 新提交 需要社区初步确认其有效的新提交 and removed 忽略 因为各种杂项原因而关闭 labels Jun 27, 2024
@allMagicNB
Copy link
Contributor

重新打开能打开吗?

@allMagicNB
Copy link
Contributor

#2676

@AQ84
Copy link
Author

AQ84 commented Jun 27, 2024 via email

@AQ84
Copy link
Author

AQ84 commented Jun 27, 2024 via email

@allMagicNB
Copy link
Contributor

那就是#2676

@allMagicNB allMagicNB closed this as not planned Won't fix, can't repro, duplicate, stale Jun 27, 2024
@allMagicNB allMagicNB added 重复 与已有的反馈或讨论重复 and removed 新提交 需要社区初步确认其有效的新提交 labels Jun 27, 2024
@AQ84
Copy link
Author

AQ84 commented Jun 27, 2024 via email

@AQ84
Copy link
Author

AQ84 commented Jun 27, 2024 via email

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

3 participants