YesNoOk
avatar

MUGEN Crash (SOLVED) (Read 550 times)

Started by Steimpunk, January 31, 2011, 01:21:41 am
Share this topic:
MUGEN Crash (SOLVED)
New #1  January 31, 2011, 01:21:41 am
  • **
  • Progress: ongoing
    • USA
MUGEN keeps crashing, but I don't know why...
Spoiler: OTHER THAN (click to see content)


But I don't know which stateno it would be in. So... what kind of mistakes would cause it to crash instantly without leaving an error message like usual?  :wall:
Last Edit: February 01, 2011, 02:54:13 am by hogaraka
Re: MUGEN Crash
#2  January 31, 2011, 01:48:01 am
  • ******
  • Does this looks like the face of mercy?
- What is the character that causes MUGEN to crash?
- Are you using Winmugen or MUGEN 1.0?
- Does Mugen crash only when you use said character/at start up/randomly?

Possible solution: remove character.
Re: MUGEN Crash
#3  January 31, 2011, 02:30:28 am
  • **
  • Progress: ongoing
    • USA
- What is the character that causes MUGEN to crash?
- Are you using Winmugen or MUGEN 1.0?
- Does Mugen crash only when you use said character/at start up/randomly?

Possible solution: remove character.

  • I'm using RockLee55 by Chobits55, but I've edited it so much that this probably won't help.
  • I'm using 1.0, and I have the character set to 1.0 for the versiondate.
  • It crashes only after I select the characer, but before the match loads.
I reallo don't want to lose it... I've done so much on it.
Re: MUGEN Crash
#4  January 31, 2011, 06:04:11 am
  • avatar
  • ****
try coding out what you modified one at a time. you should have some idea what you might have done wrong.
Re: MUGEN Crash
#5  January 31, 2011, 07:15:15 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
It doesn't provide any message at all? Nothing?


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: MUGEN Crash
#6  January 31, 2011, 07:36:33 am
  • **
  • Enigma
download the character, and works well I have no problem.

Como Hacia Hitler Mijo
Re: MUGEN Crash
#7  January 31, 2011, 07:44:49 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
Not surprised at THAT. The guy says he's edited it heavily doesn't he.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: MUGEN Crash
#8  January 31, 2011, 07:54:38 am
  • **
  • Enigma
oh,sorry :-\
in this case should review the entire cns,cmd etc... or
need to test  the character, with a SFF, AIR, CNS, CMD clean can be template elecbyte etc.
to find out where the problem

Como Hacia Hitler Mijo
Re: MUGEN Crash (SOLVED)
#9  February 01, 2011, 12:27:09 am
  • **
  • Progress: ongoing
    • USA
It doesn't provide any message at all? Nothing?




Nothing, it just shuts down.
Quote
try coding out what you modified one at a time. you should have some idea what you might have done wrong.
OK; working on it...  :computer:

EDIT: Now i know it's in Lee's common1.cns  file.


EDIT (SOLVED):
It was a mistake in the # of parentheses when typing this

[mcode][State 20, 1]
type = VelSet
trigger1 = (command="holdfwd")^(command="holdback")
x = cond((command="holdfwd"),(const(velocity.walk.fwd.x)+(0.25*((var(0)>=1)+(var(0)>=3)))),(const(velocity.walk.back.x)-(0.25*((var(0)>=1)+(var(0)>=3)))))[/mcode]

Have to remember to use caution when using extended cond/ifelse state controllers.
THANKS EVERYONE
Last Edit: February 01, 2011, 12:41:57 am by hogaraka
Re: MUGEN Crash
#10  February 01, 2011, 01:14:55 am
  • avatar
  • ****
I learned my lesson with those a bit ago. I copy and past if else's that I know work so there will be less chances of disaster.