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

Attempt 2 (to) fix issue #50 #65

Merged
merged 7 commits into from
Aug 21, 2023
Merged

Attempt 2 (to) fix issue #50 #65

merged 7 commits into from
Aug 21, 2023

Conversation

alekso56
Copy link
Contributor

@alekso56 alekso56 commented Aug 20, 2023

This time i got 3 players who experienced the issue constantly because i myself couldn't recreate the issue.

The issue is a race condition with avatar being set to null in a render at line 56 while at the same time being called for permissions in line 92.
(The slower the computer the better for recreation)

i do not know why this happens in the chunkbuilder. but i believe it is related to a bigger issue in the chunk thread builder renderer.
removing the nullset fixed all 3 players.
This time the code is tested and found to be working. closes #50

Copy link
Member

@UnlikePaladin UnlikePaladin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to read the comments from the bottom up, the PR is appreciated tho

alekso56 and others added 3 commits August 21, 2023 09:47
…s/SkullBlockRendererMixin.java

Co-authored-by: UnlikePaladin <36827970+UnlikePaladin@users.noreply.github.com>
@UnlikePaladin UnlikePaladin merged commit 133ef8c into FiguraMC:1.20 Aug 21, 2023
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

Successfully merging this pull request may close these issues.

semi-frequent crash
2 participants