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

Crashes with Waystones Mod [Group Animated Sprites] #384

Open
YumatanGames opened this issue Jul 2, 2022 · 6 comments
Open

Crashes with Waystones Mod [Group Animated Sprites] #384

YumatanGames opened this issue Jul 2, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@YumatanGames
Copy link

YumatanGames commented Jul 2, 2022

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

@supsm
Copy link
Collaborator

supsm commented Jul 2, 2022

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

@YumatanGames
Copy link
Author

YumatanGames commented Jul 2, 2022

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

@spiralhalo
Copy link
Collaborator

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

@YumatanGames
Copy link
Author

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.

@YumatanGames
Copy link
Author

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

@spiralhalo
Copy link
Collaborator

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

@spiralhalo spiralhalo changed the title Crashes with Waystones Mod Crashes with Waystones Mod [Group Animated Sprites] Jul 24, 2022
@spiralhalo spiralhalo added the bug Something isn't working label Jul 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants