Canvas Renderer

Canvas Renderer

202k Downloads

Crashes with Waystones Mod [Group Animated Sprites]

YumatanGames opened this issue ยท 6 comments

commented

System Information

  • Minecraft Version: 1.19
  • Canvas Version: 1.0.2390
  • Operating System: Win10
  • Graphics Card: RTX 2060

Other mods and versions installed

  • fabric API - 0.57.0+1.19
  • Balm 4.1.0+0
  • Cloth Config v6 - 7.0.72
  • Waystones - 11.0.0

How you triggered the behavior

  • Install the mentioned mods
  • Minecraft Crashes just before it finishes loading (in the "Mojang" logo loading phase)

What you expected would happen

  • Game would start normally

What actually happened

  • Crashes

Logs and screenshots


I also reported this same issue into the Waystones GitHub's page here

commented

From the attached log, cloth config and balm were not installed. Can you post an updated log?

commented

Oh, sorry, it seems I attached the wrong file by mistake. It was already late where I live and I was sleepy ๐Ÿ˜†
Here are the logs with Canvas Disabled:
https://paste.ee/p/6VTPS

Now with canvas enabled:

https://paste.ee/p/cDDKJ

My Mod list:
image

commented

Answering your question, I did tried Canvas both alone and with a bunch of other mods and it only crashed when I installed Waystones.

I'll try your suggestions as soon as I can, and will let you know the results.

commented

I can run Canvas with Waystones just fine (see screenshot). Same version as yours too (11.0.0)

From the logs, I can't find much useful stuff since it's a JVM crash. Quick google search reveal it to possibly be JVM bug. I got a few questions and suggestions you can try.

Question:

  • Have you tried running Canvas without other mods?

Suggestions (from least to most annoying):

  • Try lowering your max JVM memory to 4GB (you are using 8GB which might be too much)
  • Go to .minecraft/config, open canvas.json5 and edit OR add "groupAnimatedSprites": false before relaunching the game. If the file doesn't exist, make a new file with {"groupAnimatedSprites": false} as the content.
  • Reinstall your JVM
  • Use a different JVM (I use adoptium but I'm indifferent)
  • 5th suggestion (I forgot)

Feel free to reply without trying these suggestions, although I recommend at least the first one.

image

commented

The groupAnimatedSprites one? Interesting. No problem, by the way!

commented

Hey, sorry for the long delay since I last replied here! The second step actually worked! Thank you very much for your help! ๐Ÿ˜„