Jump to content
  • 0

Character Error Help Please


NobodyXIII

Question

Hi, I've been adding characters to a mugen, and when trying to use one of them, I got the following error:

Error message: Can't find file Logo.def
Error parsing [State 8580, Name]
Error in [Statedef 8580]
Error in Darkdramon.cns
Error loading chars/Darkdramon/Darkdramon.def
Error while precaching
Error parsing [State 8580, Name]
Error in [Statedef 8580]
Error in Darkdramon.cns
Error loading chars/Darkdramon/Darkdramon.def
Error while precaching
Error parsing [State 8580, Name]
Error in [Statedef 8580]
Error in Darkdramon.cns
Error loading chars/Darkdramon/Darkdramon.def
Error loading p1

Library error message: Expected int value and read float.
 

I dont really know what do I have to do, so I'm lost here. Could anyone help me?

Thanks in advance.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

So, I don't know too much about character creation, haven't really made anything fancy, but I can clarify some stuff for ya.

 

Error message: Can't find file Logo.def <<<<means that the file is not in the folder that the character is in, or the directory that this file is being searched for is the wrong one.
Error parsing [State 8580, Name] <<<<means that there is a state that cannot be used because it is missing parameters to activate it.
Error in [Statedef 8580]
Error in Darkdramon.cns
Error loading chars/Darkdramon/Darkdramon.def
Error while precaching
Error parsing [State 8580, Name]
Error in [Statedef 8580]
Error in Darkdramon.cns <<<<no idea, not enough info. Basically check the CNS file to see what looks weird.
Error loading chars/Darkdramon/Darkdramon.def <<<<file broken, check to see if the parameters to load it are correct.
Error while precaching <<<<no idea what that means, never seen it before.
Error parsing [State 8580, Name]
Error in [Statedef 8580]
Error in Darkdramon.cns
Error loading chars/Darkdramon/Darkdramon.def
Error loading p1

Library error message: Expected int value and read float. <<<<you are missing values the library, basically the code is messed up.

 

 

 

 

Yeah, that's about as much info as I can give ya. Usually a lot of errors really just happen because the coding isn't properly linked together or something is missing. Basically, what you want to do is dig though your CNS and DEF files to see where the coding went wrong. Often times this can be a small error such as spacing or wrong number input.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...