- 注册
- 2023/10/29
- 消息
- 1
- 金粒
- 250金粒
我需要使用Vulkan作为渲染器以使用GPU加速。游戏可以正常启动,但是每次游戏运行大概半小时之后就会崩溃。
看了一下错误日志,好像是内存不足?
下面是完整的错误日志:
下面是使用Vulkan作为渲染器的设置:

看了一下错误日志,好像是内存不足?
代码:
MESA: error: ZINK: vkCreateImageView failed (VK_ERROR_OUT_OF_DEVICE_MEMORY)
下面是完整的错误日志:
代码:
[11:16:34] [Server thread/WARN]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
[11:16:34] [Server thread/WARN]: Biomes O' Plenty loaded a new chunk [9, 23] in dimension 0 (overworld) while populating chunk [9, 22], causing cascading worldgen lag.
[11:16:34] [Server thread/WARN]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
[11:16:35] [Server thread/WARN]: No skin found for profession: `mca:bandit`. A random skin will be generated.
[11:16:35] [Server thread/WARN]: No skin found for profession: `mca:bandit`. A random skin will be generated.
[11:16:35] [Server thread/WARN]: No skin found for profession: `mca:bandit`. A random skin will be generated.
[11:16:35] [Server thread/WARN]: Biomes O' Plenty loaded a new chunk [7, 23] in dimension 0 (overworld) while populating chunk [8, 23], causing cascading worldgen lag.
[11:16:35] [Server thread/WARN]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
[11:16:35] [Server thread/WARN]: Biomes O' Plenty loaded a new chunk [6, 23] in dimension 0 (overworld) while populating chunk [8, 23], causing cascading worldgen lag.
[11:16:35] [Server thread/WARN]: Please report this to the mod's issue tracker. This log can be disabled in the Forge config.
[11:16:37] [Server thread/WARN]: No skin found for profession: `vampirism:hunter_expert`. A random skin will be generated.
[11:16:37] [Server thread/WARN]: No skin found for profession: `minecraft:nitwit`. A random skin will be generated.
[11:16:40] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 6870ms behind, skipping 137 tick(s)
[11:16:42] [Server thread/INFO]: Saving and pausing game...
[11:16:42] [Server thread/INFO]: Saving chunks for level 'NewAdven'/overworld
[authlib-injector] [WARNING] An error occurred while processing request [/https/api.mojang.com/profiles/minecraft]
java.io.UncheckedIOException: java.net.SocketException: Unexpected end of file from server
at moe.yushi.authlibinjector.yggdrasil.YggdrasilClient.queryUUIDs(YggdrasilClient.java:65)
at moe.yushi.authlibinjector.httpd.QueryUUIDsFilter.performQuery(QueryUUIDsFilter.java:81)
at moe.yushi.authlibinjector.httpd.QueryUUIDsFilter.handle(QueryUUIDsFilter.java:62)
at moe.yushi.authlibinjector.httpd.URLProcessor$1.serve(URLProcessor.java:142)
at moe.yushi.authlibinjector.internal.fi.iki.elonen.HTTPSession.execute(HTTPSession.java:246)
at moe.yushi.authlibinjector.internal.fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:104)
at java.lang.Thread.run(Thread.java:750)
Caused by: java.net.SocketException: Unexpected end of file from server
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:855)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:852)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1595)
at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1492)
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1489)
at moe.yushi.authlibinjector.util.IOUtils.http(IOUtils.java:66)
at moe.yushi.authlibinjector.yggdrasil.YggdrasilClient.queryUUIDs(YggdrasilClient.java:61)
... 6 more
[11:16:46] [Server thread/INFO]: [Meisa: 将Meisa传送到 24.5,64.5,389.5]
[11:16:46] [Client thread/INFO]: [CHAT] 将Meisa传送到 24.5,64.5,389.5
[11:16:51] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2085ms behind, skipping 41 tick(s)
[11:16:53] [Server thread/INFO]: ThreadedAnvilChunkStorage (NewAdven): All chunks are saved
[11:16:53] [Server thread/INFO]: ThreadedAnvilChunkStorage (NewAdven): All chunks are saved
[authlib-injector] [WARNING] An error occurred while processing request [/https/api.mojang.com/profiles/minecraft]
java.io.UncheckedIOException: java.net.SocketException: Unexpected end of file from server
at moe.yushi.authlibinjector.yggdrasil.YggdrasilClient.queryUUIDs(YggdrasilClient.java:65)
at moe.yushi.authlibinjector.httpd.QueryUUIDsFilter.performQuery(QueryUUIDsFilter.java:81)
at moe.yushi.authlibinjector.httpd.QueryUUIDsFilter.handle(QueryUUIDsFilter.java:62)
at moe.yushi.authlibinjector.httpd.URLProcessor$1.serve(URLProcessor.java:142)
at moe.yushi.authlibinjector.internal.fi.iki.elonen.HTTPSession.execute(HTTPSession.java:246)
at moe.yushi.authlibinjector.internal.fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:104)
at java.lang.Thread.run(Thread.java:750)
Caused by: java.net.SocketException: Unexpected end of file from server
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:855)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:852)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1595)
at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1492)
at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:784)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1489)
at moe.yushi.authlibinjector.util.IOUtils.http(IOUtils.java:66)
at moe.yushi.authlibinjector.yggdrasil.YggdrasilClient.queryUUIDs(YggdrasilClient.java:61)
... 6 more
[11:16:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (NewAdven): All chunks are saved
[11:16:55] [Server thread/INFO]: ThreadedAnvilChunkStorage (NewAdven): All chunks are saved
[11:16:57] [Server thread/INFO]: ThreadedAnvilChunkStorage (NewAdven): All chunks are saved
[11:16:59] [Server thread/INFO]: Villager death: Faustino. Caused by: Trent. UUID: 48c288c9-3cc8-41b0-8a2d-ebb324c5465c
[11:16:59] [Server thread/WARN]: Fetching addPacket for removed entity
[11:17:00] [Server thread/INFO]: ThreadedAnvilChunkStorage (NewAdven): All chunks are saved
[11:17:01] [File IO Thread/INFO]: ThreadedAnvilChunkStorage (NewAdven): All chunks are saved
[11:17:01] [Server thread/INFO]: ThreadedAnvilChunkStorage (NewAdven): All chunks are saved
[11:17:02] [Server thread/INFO]: ThreadedAnvilChunkStorage (NewAdven): All chunks are saved
MESA: error: ZINK: vkCreateImageView failed (VK_ERROR_OUT_OF_DEVICE_MEMORY)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f2089662719, pid=12444, tid=0x00007f219c5ff6c0
#
# JRE version: OpenJDK Runtime Environment (8.0_392-b08) (build 1.8.0_392-b08)
# Java VM: OpenJDK 64-Bit Server VM (25.392-b08 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [zink_dri.so+0xa62719]
#
# Core dump written. Default location: /home/meisa/.minecraft/core or core.12444
#
# An error report file with more information is saved as:
# /home/meisa/.minecraft/hs_err_pid12444.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
下面是使用Vulkan作为渲染器的设置:
