Canvas Renderer

Canvas Renderer

202k Downloads

Canvas renderer causes crashes with java 17.

Kichura opened this issue ยท 6 comments

commented

When attempting to run canvas renderer using java 17, the game just crashes with a repeated log flood of errors. This issue does NOT apply to related rendering mods such as Sodium.

image

Workaround: Using java 16 or older will allow canvas renderer to run just fine without issues.

commented

Minecraft doesn't support java 17

commented

Minecraft doesn't support java 17

Then how come it CAN run just fine with other mods including vanilla itself? - I used a pre-release of AdoptOpenJDK 17 from github itself in case it really isn't believable.
image

commented

"not supported" doesn't mean "can't run on"

commented

idk the changelog says it explicitly supports 16 i didnt know 17 works

commented

idk the changelog says it explicitly supports 16 i didnt know 17 works

17 has existed for quite some time now although it's currently in pre-release stage since it will (hopefully) be released in september this year or next.

Although there wasn't any public documentation given out by adoptopenjdk as far as i knew, only their github showed that it was a thing in first place.

commented

The latest Canvas build (1578) is running for me on the latest JDK 17 build.