-
Notifications
You must be signed in to change notification settings - Fork 495
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
Right click on EnderIo Enhanced Combustion Generator with liquid stone pipe #4305
Comments
I think this might be caused by how enderIO renders tile entities as covers, however it would be useful to see what they think. Can you open an enderIO issue as well? |
No problem, I will post a new EnderIO issue. |
You start drawing in a FastTESR, that is just wrong. FastTESRs must render into the supplied buffer. This doesn't crash "in the world" because Forge uses a different buffer but the global one for the FastTESRs. |
Ah ok I'll make a workaround. I'm not sure if it would be better to make pipes not a fasttesr and grab the main forge fasttesr buffer or just grab a new buffer if the main tessellator is in use. (As although fasttesr' are meant to only use the buffer and nothing else it doesn't seem to break anything other then embedded rendering - and even then this is the first timen I've heard of it breaking another mod). @EvoWebFrance sorry for the confusion, this is definitely a BC bug. |
@AlexIIL : no problem for me, I really love both mods and only want to make them interroperable !!! |
As the FastTESR runs in an environment where (a) the GL state for the TESR's render pass is not set up and and (b) the draw order is not z-sorted, I wouldn't use workarounds to render in there anyway. Note that you can switch between fast and normal at runtime as |
BuildCraft version: 7.99.19-pre7
Forge version: 14.23.5.2770
Link to crash report or log: https://1drv.ms/t/s!AlxEbPeMguZpgYJVMur8vLBZnsUvBA
Singleplayer or multiplayer: multiplayer
Steps to reproduce: Right click on an Enhanced Combustion Generator from EnderIO with Liquid Stone Pipe for coolant liquid (water)
Additional information: I must break the pipe connected to the generator to have the GUI. If a Liquid Stone Pipe is connected to the generator, the client is crashing.
Thank you for all.
Regards
The text was updated successfully, but these errors were encountered: