Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on Apple Silicon #32

Open
LionZXY opened this issue Dec 27, 2021 · 1 comment
Open

Crash on Apple Silicon #32

LionZXY opened this issue Dec 27, 2021 · 1 comment

Comments

@LionZXY
Copy link

LionZXY commented Dec 27, 2021

Hi! I see that on MacOS we have some opengl problem (#23), but also i see that you add workaround for this and now game shouldn't crashed.

But GregTech New Horizion with latest version of this mod crashed on my MacBook Air (M1, 2020) with this exception:

Description: Unexpected error

org.lwjgl.opengl.OpenGLException: Invalid operation (1282)
	at org.lwjgl.opengl.Util.checkGLError(Util.java:59)
	at org.lwjgl.opengl.GL20.glUniformMatrix4(GL20.java:511)
	at com.sinthoras.hydroenergy.client.renderer.HEProgram.setViewProjection(HEProgram.java:150)
	at com.sinthoras.hydroenergy.client.renderer.HETessalator.render(HETessalator.java:140)
	at net.minecraft.client.renderer.EntityRenderer.redirect$redirectRenderEntities$zde000(EntityRenderer.java:3074)
	at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1337)
	at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1011)
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
	at net.minecraft.client.main.Main.main(SourceFile:148)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Could you, please, fix this or describe workaround? I can help you to fix/debug it

@LionZXY
Copy link
Author

LionZXY commented Oct 16, 2022

Fixed by GTNewHorizons#18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant