Actually Subtractions

Actually Subtractions

25.5k Downloads

actuallyadditions:laser_particle crash

oskarbukovsky opened this issue · 2 comments

commented

Hi,
we're having trouble with mod. When firing from reconstructor game crashes.
I do not know what is the problem, but i remember when i tried mod some time ago, there was not this problem, but a lot of mods and forge version changed, so it is hard to track when and what broke things.

Minecraft Version: 1.20.1
Forge 47.4.0
Mod: ActuallySubtractions-1.20.1-1.2.14.14+mc1.20.1.jar

crash-2025-03-17_20.48.58-client.txt
latest.log

commented

Not the mod dev but according to your crash log. This is actually a result of Moremcmeta and its textures based on this line. It's probably to do with vertex rendering issues or something along those lines.

java.lang.IndexOutOfBoundsException: null
at java.nio.Buffer.checkIndex(Buffer.java:749) ~[?:?] {re:mixin}
at java.nio.DirectByteBuffer.getFloat(DirectByteBuffer.java:899) ~[?:?] {}
at com.mojang.blaze3d.vertex.VertexBuffer.handler$coc000$moremcmeta$onBufferUpload(VertexBuffer.java:2118) ~[client-1.20.1-20230612.114412-srg.jar%23944!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:immediatelyfast-common.mixins.json:fast_buffer_upload.MixinVertexBuffer from mod immediatelyfast,pl:mixin:APP:embeddium.mixins.json:features.render.immediate.buffer_builder.VertexBufferMixin from mod embeddium,pl:mixin:APP:mixins.oculus.json:MixinVertexBuffer from mod oculus,pl:mixin:APP:moremcmeta-common.mixins.json:VertexBufferMixin from mod moremcmeta,pl:mixin:A}

I'd say remove it, unless a mod very specifically relies on it or you need it. I know that Tnxlib will conflict with mods if you try to use Sinytra connector since it seems to have built in fabric mods. So it's best to avoid that and any mods that rely on it. I also know that mods have been updated and forge definitely changed in a way. Since my modpack had broken entirely and I had to remove Sinytra connector/other mods.

Latest issue I had was just not being able to mine a thing with my diamond aiot. Though I have further testing to do on that front as it could just be a mod doing this on my end.

commented

Removing moremcmeta helped ❤️