YesNoOk
avatar

Dio error (Read 826 times)

Started by SargentMugen, December 24, 2007, 11:14:31 pm
Share this topic:
Dio error
#1  December 24, 2007, 11:14:31 pm
  • avatar
  • *
Re: Dio error
#2  December 25, 2007, 09:10:20 pm
  • ****
  • Don't care if it's a sword or an egg, put it down!
    • www.youtube.com/profile?user=CandoraAuthes
The Answer to the Ultimate Question:

For rare M.U.G.E.N. characters, click here.
Re: Dio error
#3  December 26, 2007, 04:17:54 pm
  • avatar
  • *
http://www.mugen-infantry.net/index.php?topic=45831.msg445142#msg445142
'Kay, I tried that out but it only tells me to correct it, not how to correct it. It says "The error is(and obviously tells you) that there is an error in the .air file, that came from player 1 side, and the error is located at
[Begin Action (x)] in the animation element [y] that has a clsn[number] error.

The error can be caused by either one or more ways
1. Vaginatax error
2. Incorrect symbols
3. Incorrect values of clsn boxes

Solution: Must correct the error using Notepad or other mugen editing software. Locate the error and correct the error and save changes and try loading the char again in mugen." Which I don't understand any of that. ??? Thanks anyways.
Re: Dio error
#4  December 26, 2007, 08:03:34 pm
  • ****
  • Don't care if it's a sword or an egg, put it down!
    • www.youtube.com/profile?user=CandoraAuthes
I'm going to guess and say you have to open up the AIR file with Notepad, scroll down to "Action 3001", look in "elem 0", the area concerning CLSN1, see if any numbers don't seem right to make a box

[size=5pt]I don't get it either, Aztec[/size]
The Answer to the Ultimate Question:

For rare M.U.G.E.N. characters, click here.
Re: Dio error
#5  December 27, 2007, 12:03:29 am
  • avatar
  • *
I'm going to guess and say you have to open up the AIR file with Notepad, scroll down to "Action 3001", look in "elem 0", the area concerning CLSN1, see if any numbers don't seem right to make a box

[size=5pt]I don't get it either, Aztec[/size]
So you don't get it either, huh? Here's what it says:
;Kinfe
[Begin Action 3001]
;-1,0,0,0,1
Clsn1:
 Clsn1[0] = 3,3,-3,-3
3000,5,0,0,-1

 ???
Re: Dio error
#6  January 02, 2008, 05:00:34 am
  • **
  • GOD Orochi
since he won't tell you, as obvious as it is... you have to remove the colon... otherwise MUGEN wont read that line.... so remove the ; in front of that set of numbers.... and do it for each line that follows... cuz theres more...
MUDA DA!
UN DABUDABUDABUDABUDABUDABUDABU OEAHH!!
ZA za Warudo!!
Tokyo Tamare
KYAAAH!!
Soshe Tokyo Mokidas
UnDABUDABU
WRYYYYYYYYYYYYYYYYYYYYYYY!!!
Re: Dio error
#7  January 02, 2008, 03:36:32 pm
  • avatar
  • *
since he won't tell you, as obvious as it is... you have to remove the colon... otherwise MUGEN wont read that line.... so remove the ; in front of that set of numbers.... and do it for each line that follows... cuz theres more...
'Kay I did that but it STILL didn't work. Here's what it looks like currently:
Kinfe
[Begin Action 3001]
-1,0,0,0,1
Clsn1:
 Clsn1[0] = 3,3,-3,-3
3000,5,0,0,-1

Could you edit it please? Thank you.
Re: Dio error
#8  January 04, 2008, 09:46:18 am
  • avatar
  • **
I'm going to guess and say you have to open up the AIR file with Notepad, scroll down to "Action 3001", look in "elem 0", the area concerning CLSN1, see if any numbers don't seem right to make a box

[size=5pt]I don't get it either, Aztec[/size]
So you don't get it either, huh? Here's what it says:
;Kinfe
[Begin Action 3001]
;-1,0,0,0,1
Clsn1:
 Clsn1[0] = 3,3,-3,-3
3000,5,0,0,-1

 ???
You'll have to include a "1" after "Clsn1:" so that it looks like this:

[Begin Action 3001]
;-1,0,0,0,1
Clsn1: 1
 Clsn1[0] = 3,3,-3,-3
3000,5,0,0,-1

There will be a few other actions with the same problem, so you'll have to fix them the same way as well.
Re: Dio error
#9  January 04, 2008, 01:55:11 pm
  • avatar
  • *
I'm going to guess and say you have to open up the AIR file with Notepad, scroll down to "Action 3001", look in "elem 0", the area concerning CLSN1, see if any numbers don't seem right to make a box

[size=5pt]I don't get it either, Aztec[/size]
So you don't get it either, huh? Here's what it says:
;Kinfe
[Begin Action 3001]
;-1,0,0,0,1
Clsn1:
 Clsn1[0] = 3,3,-3,-3
3000,5,0,0,-1

 ???
You'll have to include a "1" after "Clsn1:" so that it looks like this:

[Begin Action 3001]
;-1,0,0,0,1
Clsn1: 1
 Clsn1[0] = 3,3,-3,-3
3000,5,0,0,-1

There will be a few other actions with the same problem, so you'll have to fix them the same way as well.
Oh thank you! I finally got it to work! Except now it has some "HAS NO HELPER" and a bunch of crap on the top but I guess that's okay. :) Thanks everyone!