安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题



OP, I'm not really sure what fixed mine when mine started working properly again, but the thing that was the most different about before and after the fix was that I started using an SSD. It's definitely not your GPU. MAYBE your CPU, but doubtful. I also allocate 4GB of RAM to mine using a special argument, so it could be that you need to do so as well.
Make a new notepad document and in it paste the following:
java -Xms4096M -Xmx4096M -jar (jar name here, such as minecraft_server.1.xx.x.jar, with the x being your version numbers by default)
PAUSE
Then Save As - Change the file type to All Files - Name it whatever you want (I named mine Minecraft_Server) and add .bat to the end of the file name - save. Make sure that file is saved in the same folder as your Minecraft server. Typical server setup/run after that, but make sure you always launch it with that batch file. Java doesn't understand how to allocate RAM properly, but that command will tell it to use 4GB. You can do more, if you want, but I've never needed more than that on a server with three people. Also, yes, you can play it by yourself that way, too. Just try to connect to a server using the Multiplayer menu in Minecraft and either type localhost or your PC's local IP address (not your WAN/Internet IP, your LAN/Router-assigned IP) for the IP.
Also make sure that you have the correct version of Java installed.
Also make since you are using a launcher is there a console window that maybe has a log or readout of the crash error?