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
Minecraft has started, but when I tried to open GuiTest fased the following crash:
Stacktrace:
java.lang.NoSuchMethodError: java.nio.IntBuffer.clear()Ljava/nio/IntBuffer;
at com.github.stannismod.gext.utils.TextureUtil.copyToBufferPos(TextureUtil.java:161)
at com.github.stannismod.gext.utils.TextureUtil.copyToBuffer(TextureUtil.java:155)
at com.github.stannismod.gext.utils.TextureUtil.uploadTextureImageSubImpl(TextureUtil.java:122)
at com.github.stannismod.gext.utils.TextureUtil.uploadTextureImageSub(TextureUtil.java:105)
at com.github.stannismod.gext.utils.TextureUtil.uploadTextureImageAllocate(TextureUtil.java:73)
at com.github.stannismod.gext.utils.TextureUtil.uploadTextureImage(TextureUtil.java:48)
System details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_292, BellSoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), BellSoft
Memory: 519930560 bytes (495 MB) / 1001390080 bytes (955 MB) up to 3780640768 bytes (3605 MB)
JVM Flags: 0 total;
Forking and rebuilding lib with Java 8 helped, but it would be nice if you build it on Java 8 too and upload to oss repo
UPD: I think changes from this fork should fix the issue GeorgiRim@f13cf22
The text was updated successfully, but these errors were encountered:
Veritaris
changed the title
1.7.10 version is build wrongly
1.7.10 version is built wrongly
Oct 12, 2023
Version: 1.5.1.2-SNAPSHOT
Hi StannisMod!
I tried to use GExt as mentioned in README:
Minecraft has started, but when I tried to open
GuiTest
fased the following crash:Stacktrace:
System details:
Forking and rebuilding lib with Java 8 helped, but it would be nice if you build it on Java 8 too and upload to oss repo
UPD: I think changes from this fork should fix the issue GeorgiRim@f13cf22
The text was updated successfully, but these errors were encountered: