Sorrry for bothering ya but I need help with crash log analyzing

Published by MMG on
Status
Duplicate
Issue description

So. I made a forum thread few days ago but no one answered. I didnt wanted to bother you with it but things are the way they are. Sorry a lot. Could you help me analyze this crash log? https://mcreator.net/forum/59276/so-another-crash-log-i-dont-understand

Issue comments

I asked you this way too many times, learn to Ctrl + F.

What I did:

  1. Ctrl + F
  2. Enter "character in path of location" in search field
  3. Look for results

And found this:

33:05.12 [Server-Worker-4/WARN] [minecraft/ModelBakery]: Unable to load model: 'marioandluigiblockbrothersmod:custom/supermushroom' referenced from: marioandluigiblockbrothersmod:modeltestblock#: net.minecraft.util.ResourceLocationException: Non [a-z0-9/._-] character in path of location: minecraft:MushroomModel

Seems a there is JSON model with invalid part name or model names.

The query I recommend to use is this one:  "character in path of location"

These letters will occur for sure if the error is the one here (invalid resource names)

Probably some mod elements still reference this model and should use other one instead.

I suggest you install Notepad++ which has Find in files option and search for the name in the workspace folder files.

Author Submitted by MMG on Mon, 04/13/2020 - 12:14 Permalink

I already have it installed. How it works?