So I'm working on a texture pack and I get this error when I try to share it to others. But on my pc, it works but I just get openGL: error 1281 (invalid value). How can I fix the tripwire issue?
other small stuff idk how to fix
[10:22:21] [Server-Worker-7/WARN]: Unable to load model: 'minecraft:block/repeater_3tick' referenced from: minecraft:repeater#delay=1,facing=north,locked=true,powered=true: {}
[10:22:21] [Server-Worker-7/WARN]: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 4 column 28 path $.textures.particle
[10:22:22] [Server-Worker-7/WARN]: Unable to load model: 'minecraft:block/stone_slab_double' referenced from: minecraft:stone_slab#type=top,waterlogged=true: {}
[10:22:22] [Server-Worker-7/WARN]: java.io.FileNotFoundException: minecraft:models/block/stone_slab_double.json
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture due to upward reference: #platform in minecraft:block/piston_head_short
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture due to upward reference: #platform in minecraft:block/piston_head
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture due to upward reference: #platform in minecraft:block/piston_head_short
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture due to upward reference: #platform in minecraft:block/piston_head_short
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture due to upward reference: #platform in minecraft:block/piston_head
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture due to upward reference: #platform in minecraft:block/piston_head_short
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture due to upward reference: #platform in minecraft:block/piston_head_short
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture due to upward reference: #platform in minecraft:block/piston_head
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture due to upward reference: #platform in minecraft:block/piston_head_short
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture due to upward reference: #platform in minecraft:block/piston_head
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture due to upward reference: #platform in minecraft:block/piston_head
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture due to upward reference: #platform in minecraft:block/piston_head
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture reference: #side in minecraft:block/piston_head_short
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture reference: #platform in minecraft:block/piston_head_short
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture reference: #unsticky in minecraft:block/piston_head_short
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture reference: #side in minecraft:block/piston_head
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture reference: #platform in minecraft:block/piston_head
[10:22:24] [Server-Worker-7/WARN]: Unable to resolve texture reference: #unsticky in minecraft:block/piston_head
[10:22:27] [Thread-6/ERROR]: OpenGL API ERROR: 1281 (GL_INVALID_VALUE error generated. <value> must not be negative.)
java.lang.Exception: Stack trace
at org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:39) [lwjgl-opengl-3.2.2.jar:build 10]
[Shaders] OpenGL error: 1281 (Invalid value), program: none, at: pre beginRender
prio to fix the tripwire issue everything else is a plus 😃
Related issues
duplicates
Attachments
Comments

Thank you for your report!
We're actually already tracking this issue in MC-135110, so I resolved and linked this ticket as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature in the future to see if the issue has already been reported.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki

so i found out that it was related to the texture pack being 128x128 to much for low end pc's so when i changed some textures to 64x64 it worked