You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, the game starts fine but taking a screenshot doesn't work anymore in 1.21.4 with this mod installed. It doesn't crash, but the game simply doesn't take a screenshot anymore.
Relevant log excerpt:
[20:38:14] [IO-Worker-3/ERROR]: Caught exception in thread Thread[#184,IO-Worker-3,4,main]
java.lang.IllegalAccessError: class io.github.imurx.screenshotcopy.ScreenshotCopy tried to access private method 'int net.minecraft.class_1011.method_4315(int, int)' (io.github.imurx.screenshotcopy.ScreenshotCopy and net.minecraft.class_1011 are in unnamed module of loader 'knot' @5d47c63f)
at knot/io.github.imurx.screenshotcopy.ScreenshotCopy.copyScreenshot(ScreenshotCopy.java:34) ~[screenshotcopy-1.2.2-fabric.jar:?]
at knot/net.minecraft.class_318.handler$dmg000$screencopy$onInnerScreenshot(class_318.java:522) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_318.method_1661(class_318.java) ~[client-intermediary.jar:?]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
The text was updated successfully, but these errors were encountered:
Hey there, the game starts fine but taking a screenshot doesn't work anymore in 1.21.4 with this mod installed. It doesn't crash, but the game simply doesn't take a screenshot anymore.
Relevant log excerpt:
The text was updated successfully, but these errors were encountered: