-
Notifications
You must be signed in to change notification settings - Fork 44
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
Incompatibility with RenderLib (+Nothirium, Entity Culling) #75
Comments
Hi there! Thank you for the issue. It'd be hard to patch other's mixin targets + seeing Meldexun's mods are ARR, it means we cannot fork it either. I'd recommend using Vintagium now, and EntityCulling being something we'll have to look into at a later date. |
RenderLib and Nothirium is a highly hacky program that breaks a lot of mod compatibility. |
Some research & workaround for users:
EntityCulling seems just compatible. Showcase(RenderLib, Nothirium, and EntityCulling running on Cleanroom, by using the workarounds above) I'm kinda sad that this issue is marked as wontfix, for these mods do offer a great performance improvement. Would you maybe reconsider this? Thanks in advance. @Rongmario |
I originally thought Nothirium hacks into inner lwjgl which is impossible to fix (plus it is ARR) |
Fixed in Fugue, I doubt about the "great performance" though |
Could you test if the latest Fugue + Cleanroom fixed this? If so, I will close this issue |
I tried with latest Fugue + Cleanroom: RenderLib + EntityCulling + Nothirium: work. |
Should be fixed in No. 517 + 0.14.4 |
Hi there, not sure how necessary Meldexun's RenderLib (and Entity Culling + Nothirium) is at this point, but I'd like to add that it won't boot with Cleanroom sadly. Nothirium makes the game use the newer OpenGL standards greatly improving performance there, hence I'd have been really happy to see it working.
See here:
RenderLib (https://www.curseforge.com/minecraft/mc-mods/renderlib)
Nothirium (https://www.curseforge.com/minecraft/mc-mods/nothirium)
Entity Culling (https://www.curseforge.com/minecraft/mc-mods/entity-culling)
Hope you can do a bit more with the stacktrace than I can, tried it with latest revision of CleanroomMC and the respective mods, but no dice: mclo.gs/pVFhPDI
Best I can tell RenderLib has a mixin that isn't appreciated, presumably by the newer LWJGL revision:
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector createDisplay(Lorg/lwjgl/opengl/PixelFormat;)V in mixins.renderlib.json:debug.MixinMinecraft from mod unknown-owner failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap mixins.renderlib.refmap.json
Crashes against Hotspot, too, not just on Azul by the way.
The text was updated successfully, but these errors were encountered: