YesNoOk
avatar

It's stumped me for a while now. (Read 2998 times)

Started by Ogre., January 08, 2021, 05:04:18 am
Share this topic:
It's stumped me for a while now.
#1  January 08, 2021, 05:04:18 am
  • avatar
  • **
    • UK
Is there a way to find out if any other character possesses this error?
The two characters in question, and the
Library error message:
31267: Fatal: Player Kujo Jotaro (Part4) (3324) in state 15000: malformed expression

Error detected.


Clipboard tail:
31262: Warning: Player Vergil (59) in state 5101: has no helper 3801
31262: Warning: Player Vergil (59) in state 5101: has no helper 3801
31262: Warning: Player Vergil (59) in state 5101: has no helper 3801
31263: Warning: Player Kujo Jotaro (Part4) (3324) in state 15000: has no helper 1001
31263: Warning: Player Vergil (59) in state 5101: has no helper 3801
31263: Warning: Player Vergil (59) in state 5101: has no helper 3801
31263: Warning: Player Vergil (59) in state 5101: has no helper 3801
31264: Warning: Player Kujo Jotaro (Part4) (3324) in state 15000: has no helper 1001
31264: Warning: Player Vergil (59) in state 5101: has no helper 3801
31264: Warning: Player Vergil (59) in state 5101: has no helper 3801
31264: Warning: Player Vergil (59) in state 5101: has no helper 3801
31265: Warning: Player Kujo Jotaro (Part4) (3324) in state 15000: has no helper 1001
31265: Warning: Player Vergil (59) in state 5101: has no helper 3801
31265: Warning: Player Vergil (59) in state 5101: has no helper 3801
31265: Warning: Player Vergil (59) in state 5101: has no helper 3801
31266: Warning: Player Kujo Jotaro (Part4) (3324) in state 15000: has no helper 1001
31266: Warning: Player Vergil (59) in state 5101: has no helper 3801
31266: Warning: Player Vergil (59) in state 5101: has no helper 3801
31266: Warning: Player Vergil (59) in state 5101: has no helper 3801
31267: Warning: Player Kujo Jotaro (Part4) (3324) in state 15000: has no helper 1001

https://www.mediafire.com/file/0660sejn7xknegr/Characters_in_question.rar/file
Re: It's stumped me for a while now.
#2  January 16, 2021, 12:29:57 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
That is caused by helper(1001), value type triggers without checking numhelper 1st. So anything the looks like say... this

Trigger1 = helper(2), movehit
Needs to become
Trigger1 = numhelper(2)
Trigger1 = helper(2), movehit

The numhelper trigger must be 1st. Looking at that debug you have a bit to fix up. After that we might find out which bit was fatal.


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: It's stumped me for a while now.
#3  January 16, 2021, 08:28:12 am
  • avatar
  • **
    • UK
This is the first time in 6 months I've been able to post Reply!
Thank you very much for your help