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 during profiling #16

Closed
Zygus42 opened this issue Feb 12, 2018 · 2 comments
Closed

crash during profiling #16

Zygus42 opened this issue Feb 12, 2018 · 2 comments
Labels

Comments

@Zygus42
Copy link

Zygus42 commented Feb 12, 2018

LagGoggles-FORGE-1.12.2-3.1
forge-1.12.2-14.23.1.2607-installer-win

crash-2018-02-12_21.41.41-server.txt

Strange thing is that it talks about cyberware brainupgrade, but this is on a completely new game that I was testing in Creative mode. Haven't modified my character at all, although some mod might have done it, perhaps the Cyberware (or as it is now for 1.12, the Robotic Parts mod).

@TerminatorNL
Copy link
Owner

This error is quite strange, because the flow of data should not allow this because of an if-statement right before.

Therefore, I'm going to guess this is a race condition, and have moved from HashMap<>() to Collections.synchronizedMap(). I hope this fixes the problem, as I wasn't able to reproduce it

@TerminatorNL
Copy link
Owner

Fixed in version 3.2!

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

No branches or pull requests

2 participants