Anyone got advice for this?
Just migrated to a new host, due to popular demand by folks I added the Create mod, but it seems to not play nice with pokemon.
I just don't know what all this stuff means in the crash log. If someone can explain it to me so I can better understand and troubleshoot things in the future I'd really appreciate it
12 Replies
full logs would be good
!paste
Here's the Pastebin:
https://pastebin.com/RHVcNrnw
Pastebin
halp im just a newb - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
📋 Pastebin content uploaded to: https://mclo.gs/vOsSWRc
I'm just kinda trying to figure out how to read these, like, I don't know what java classes are etc or how to find what they reference
It's pretty obvious Create mod is doing something funky with the pokemon and it's making it crash, but it's hard to decide what
nothing in that log talks about create
instead
at knot//com.cobblemon.mod.common.entity.pokemon.PokemonEntity.method_6091(PokemonEntity.java:1061)
at knot//com.cobblemon.mod.common.entity.pokemon.PokemonEntity.method_5773(PokemonEntity.java:313)
try to use java 17 instead of 21
could helpSo that's like, I swap out the Java version on the server to 17?
mhm
Alright so it's been running on Java 17 now
Pastebin
Same issue it seems - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
📋 Pastebin content uploaded to: https://mclo.gs/l4LNY2n
It's experiencing the same crash but less frequently. I'm wondering if there is a place I could learn what something like this means: knot//com.cobblemon.mod.common.entity.pokemon.PokemonEntity.method_6091(PokemonEntity.java:1061)
Like, So it involves a pokemon entity, but is there a thing that lists what method_6091 might be?