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

Clicking on different tabs of the book causes a client crash #29

Open
thedeerirty opened this issue Oct 4, 2023 · 2 comments
Open

Clicking on different tabs of the book causes a client crash #29

thedeerirty opened this issue Oct 4, 2023 · 2 comments

Comments

@thedeerirty
Copy link

Not sure if this is an incompatibility - I imagine it is, but rather I'm not sure with what
crash-2023-09-23_23.22.18-client.txt

@QinomeD
Copy link
Collaborator

QinomeD commented Oct 4, 2023

Yeah it's incompatible with immediately fast, it's already known

@RaphiMC
Copy link

RaphiMC commented Nov 7, 2023

This is caused by the wrong usage of MultiBufferSource. You are supposed to create one (Passing the Tesselator buffer) and store a reference to it, then call some methods which render into it and then draw the buffer source (Not the Tesselator). Calling tess.end() here (https://github.com/Team-Eidolon/eidolon/blob/1.19.x/src/main/java/elucent/eidolon/codex/EntityPage.java#L48) is just wrong and causes some data to be discarded instead of being drawn. And in the case of IF it causes a crash since IF never uses/begins the Tesselator buffer that was passed as argument

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

3 participants