Evil_Ryu_X Posted October 17, 2007 Share Posted October 17, 2007 I keep getting the error, "Assert Failure at charselect line 3117" and then my Mugen closes. Any idea why? Im very tired of it. Link to comment Share on other sites More sharing options...
Meow Posted October 22, 2007 Share Posted October 22, 2007 yea i get the same error it says it has something to do with the character sprites but yea i check every character i have and well yea still get it and im starting to get really mad Link to comment Share on other sites More sharing options...
donopatay Posted November 1, 2007 Share Posted November 1, 2007 I keep getting the error, "Assert Failure at charselect line 3117" and then my Mugen closes. Any idea why? Im very tired of it. Me too. I keep getting that kind of error and I think its not character related maybe because it happens randomly different characters and different time durations. For example, I use kfm or any other character then at my first fight or some other fight sometime soon with another character that annoying message just pops out of nowhere then I pick up my keyboard and slam it to the PC screen just to contain my anger. Can someone help me out of this? Link to comment Share on other sites More sharing options...
Gashal Posted November 1, 2007 Share Posted November 1, 2007 I keep getting the error, "Assert Failure at charselect line 3117" and then my Mugen closes. Any idea why? Im very tired of it. Me too. I keep getting that kind of error and I think its not character related maybe because it happens randomly different characters and different time durations. For example, I use kfm or any other character then at my first fight or some other fight sometime soon with another character that annoying message just pops out of nowhere then I pick up my keyboard and slam it to the PC screen just to contain my anger. Can someone help me out of this?I don't know but I'll try to find the answer. Link to comment Share on other sites More sharing options...
donopatay Posted November 5, 2007 Share Posted November 5, 2007 I found the source of my problem! I accidentally put two order values in one of my character in the select.def file. This is what that problematic line looked like before I spotted it. foo/foo.def, order = 3, stages/foo.def, order = 3, music=sound/foo.mid As you can see I put two order values in it, in which it should only have one. It must have done it when I was putting their order values and background music. Boy! I'm glad I found it. Now I don't have to slam my keyboard to the PC Screen I just hammer on the keyboard keys right now. Link to comment Share on other sites More sharing options...
Evil_Ryu_X Posted November 11, 2007 Author Share Posted November 11, 2007 Ah, but you know what? Thats not the issue. I have figured it out; whats actually wrong is that the command line for the chars pal.defaults is messed up. Link to comment Share on other sites More sharing options...
donopatay Posted November 13, 2007 Share Posted November 13, 2007 Ah, but you know what? Thats not the issue. I have figured it out; whats actually wrong is that the command line for the chars pal.defaults is messed up. Yeah! maybe your right because I still encountered that kind of error but not to often though not like last time. Do you know how to fix this? or is there a way to identify which characters have a faulty pal.defaults? Correct me if I'm wrong. Link to comment Share on other sites More sharing options...
Evil_Ryu_X Posted November 19, 2007 Author Share Posted November 19, 2007 Can't correct you when you never made a statement. ;P Yes, it's quite simple. When you open a characters def file, it should say: pal.defaults = After the equals, you will generally find some numbers. These numbers are in correspondence to the list of palettes further down the def file. THERE NEEDS TO BE AT LEAST FOUR DIFFERENT NUMBERS. That was the problem I was having, when I tried to load a char with only three pal.defaults. Example: pal.defaults = 2,4,6 I changed it to: pal.defaults = 2,4,6,1 All I did was add a one. If you look further down the list in the def file, you'll see a list of "pals" and a number after it. Just use a number from there that isn't being used by the 'pal.defaults' line and you're good to go. Sorry for the long winded explanation. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now