Minecraft的疑難雜癥#12-Cocoa: Failed to find service port for display
這是一個(gè)Mac M1用戶游玩帶Forge的MC會(huì)遇到的問(wèn)題w
據(jù)我了解,似乎是Forge新增的加載條動(dòng)畫(huà)出現(xiàn)的問(wèn)題(也就是說(shuō)這個(gè)崩潰會(huì)發(fā)生在1.15,1.16還有其他版本)
先看個(gè)崩潰日志吧:
---- Minecraft Crash Report ----
// I let you down. Sorry :(
Time: 23-8-24 上午7:34
Description: Initializing game
java.lang.IllegalStateException: GLFW error before init: [0x10008]Cocoa: Failed to find service port for display
at com.mojang.blaze3d.platform.GLX.lambda$_initGlfw$1(GLX.java:81) ~[?:?] {re:classloading,xf:OptiFine:default}
[...省略]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
[...省略]
-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Mac OS X (x86_64) version 10.16
Java Version: 1.8.0_211, Oracle Corporation[...省略]
每個(gè)帶有紅色加載屏幕顯示頂部?jī)?nèi)存堆的版本在此加載期間都崩潰了。
——來(lái)自Arnold_Layne的回復(fù)*2
而Forge團(tuán)隊(duì)中一員的解釋是w:
據(jù)調(diào)查是 M1 Mac 的一個(gè)問(wèn)題,因?yàn)?Apple 更改了圖形?API,且不提供向后兼容性。
JVM arg 并不能解決這個(gè)問(wèn)題,我們需要等待 Apple 提供與 M1 的向后兼容性,或者等待 GLFW、LWJGL 和 Mojang 適應(yīng) M1 中的 API 變化。
——來(lái)自DaemonUmbra的回復(fù)*1
解決方案
在啟動(dòng)器JVM參數(shù)后手動(dòng)添加?-Dfml.earlyprogresswindow=false
這個(gè)字面意思上看,可以跳過(guò)加載條動(dòng)畫(huà)
下面是個(gè)其它玩家提供的更多的參數(shù),有人測(cè)試可以運(yùn)行,如果上面單一條不行,你也可以試試:
-Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32 -Dfml.earlyprogresswindow=falseM
——來(lái)自thelameONE的回復(fù)*1
如何添加JVM參數(shù)?
HMCL~


或者PCL2~

如果上面的方法對(duì)你無(wú)效,Github上有人自己構(gòu)建了一份移除了錯(cuò)誤崩潰的GLFW[*3],你可以通過(guò)替換更新該文件來(lái)解決~
HMCL Launcher允許玩家設(shè)置本地庫(kù),你可以參考相關(guān)鏈接[*5],翻到第6點(diǎn),這里就不贅述惹
MulitMC也是如此,你可以參考一位大大的貼吧帖子[*4]
相關(guān)鏈接
[*1]?java.lang.IllegalStateException: GLFW error before init: [0x10008]Cocoa: Failed to find service port for display - Support & Bug Reports - Forge Forums (https://forums.minecraftforge.net/topic/94803-javalangillegalstateexception-glfw-error-before-init-0x10008cocoa-failed-to-find-service-port-for-display/)
[*2]??Crashing at startup - Support & Bug Reports - Forge Forums (https://forums.minecraftforge.net/topic/94142-crashing-at-startup/)
[*3]Apple Silicon Mac GLFW error on startup · Issue #7558 · MinecraftForge/MinecraftForge (https://github.com/MinecraftForge/MinecraftForge/issues/7558#issuecomment-751265473)
[*4]?【圖片】「技術(shù)帖」「MacOS」x86_64框架下Forge與GLFW沖突的解決方案【minecraft吧】_百度貼吧 (https://tieba.baidu.com/p/7209727510)
[*5]?在 M1 Mac 設(shè)備中解決 Minecraft Error 255 - 少數(shù)派 (https://sspai.com/post/68830#!#)