fmbellomy / ScreenshotSettings

A mod for Minecraft Fabric 1.19 that allows you to configure a little bit more about how in-game screenshots work.
Other
3 stars 0 forks source link

Using the Screenshot button with no World loaded causes the game client to crash to desktop #3

Closed jr0dsgarage closed 1 year ago

jr0dsgarage commented 1 year ago

STR:

crash-report

-- Head --
Thread: Render thread
Stacktrace:
    at com.quantumgarbage.screenshotsettings.util.getters.GameMeta.getWorldNameMultiplayer(GameMeta.java:47)
    at com.quantumgarbage.screenshotsettings.util.getters.GameMeta.getWorldName(GameMeta.java:55)
    at com.quantumgarbage.screenshotsettings.util.FileNameTemplateProcessor.format(FileNameTemplateProcessor.java:17)
    at net.minecraft.class_318.localvar$bmh000$filenameInject(class_318.java:542)
    at net.minecraft.class_318.method_1662(class_318.java)
    at net.minecraft.class_318.method_22690(class_318.java:36)
    at net.minecraft.class_318.method_1659(class_318.java:27)
    at net.minecraft.class_309.method_1466(class_309.java:342)
    at net.minecraft.class_309.method_22678(class_309.java:455)
    at net.minecraft.class_1255.execute(class_1255.java:102)
    at net.minecraft.class_309.method_22676(class_309.java:455)
    at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:44)
    at org.lwjgl.system.JNI.invokeV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)
fmbellomy commented 1 year ago

Fixed in 2bdea6d