Hello, I thought I'd try my hand at Minecraft modding so I downloaded Forge, Eclipse and the jdk (though after it became apparent that Forge does not support the latest jdk's I switched over to the openjdk with the 1.8 lts version.
After reading the crash report and seeing the mouseclick event handler error, I looked into it, and apparently it is a known bug that can be caused by antivirus software, particularly avast. I happen to use
Avast, so I uninstalled and tried again, but no luck. Next I tried turned off windows defender, but that still made no change. I'm not sure what to try next, I've looked over the code, and while I don't use (nor do I like) Java, it seems to be correct. Please advise.
The program crashes consistently as soon as it renders out "save" to the screen and goes to start rendering the world. Gradle reports either 2 of 6 actionable tasks, or sometimes 3.
I have tried giving it more memory but even 8194M isn't making a difference. There were a couple of yellow warnings in the output when runClient was running, seems to do with keymapping, and there
was a red output, which said the config was changed, but neither of those seemed relevant. There was also mention of realms, but that too seems to be superfluous to the current issue at hand.