Segment Violation on spring?

Status
Not open for further replies.
Each time I use my custom character when I go on a spring and go down in air the game crashes. Whats happening?

I got all sprites done so whats going on?
 
Oh, I've got covered on this one. I had the same problem with my fan char:

Your falling sprites and Tails pickup sprites are supposed to be named:
PLAYa* and
PLAYb*

Having this problem means that you have them named:
PLAYA* and
PLAYB* (notice when to and not to capitalize)

You can fix this in the newest version of XWE, or do it manually in Hex Editor.
If you are still having the problem, then your XWE (I assume that's what you use, because most people do) isn't the most current, so you will have to download the newer one, or Hex Editor.

P.M. me if you have any more questions!
 
Goober said:
Oh, I've got covered on this one. I had the same problem with my fan char:

Your falling sprites and Tails pickup sprites are supposed to be named:
PLAYa* and
PLAYb*

Having this problem means that you have them named:
PLAYA* and
PLAYB* (notice when to and not to capitalize)

You can fix this in the newest version of XWE, or do it manually in Hex Editor.
If you are still having the problem, then your XWE (I assume that's what you use, because most people do) isn't the most current, so you will have to download the newer one, or Hex Editor.

I have the latest one, but it wont do lowercases.
 
Dark Warrior said:
http://srb2wiki.sepwich.com/index.php?title=XWE

Thanks. I've never noticed this in the wiki (probably cause I never look). The same problem happens to me with the spring. But now I can fix my problem. SS64 maybe that'll fix yours.
 
DSMASTA64 said:
Dark Warrior said:
http://srb2wiki.sepwich.com/index.php?title=XWE

Thanks. I've never noticed this in the wiki (probably cause I never look). The same problem happens to me with the spring. But now I can fix my problem. SS64 maybe that'll fix yours.

Well it still doesn't work. I renamed them to the lowercases, and they still don't work.
 
I’ve taken a look at the said WAD and noticed a couple problems.

  • Things like “SUPa^1” should be “SUPA^1”
    It doesn’t seem to have any falling2 (a) rotations. Even if your falling animation only has one sprite per direction, you need to put something in falling2

Whether these are the problems or whether what I have is an outdated version, I do not know.
 
SS64, I have helped you out on your problem, so I hope you've got my PM.

Also, here's a little advice: Next time, read the SRB2 Wiki more carefully. Not the best source, I know, but it does work wonders!
 
Joat said:
I’ve taken a look at the said WAD and noticed a couple problems.

  • Things like “SUPa^1” should be “SUPA^1”
    It doesn’t seem to have any falling2 (a) rotations. Even if your falling animation only has one sprite per direction, you need to put something in falling2

Whether these are the problems or whether what I have is an outdated version, I do not know.

Yeah, that would cause issues. SRB2 is very particular about cases in lump names. If any given lump has a lowercase letter when it's not supposed to, SRB2 will crash.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top