Gold.cv-death wrote:.. the back round was move in and all i can do crap...
Super Mario RPG freezing
Moderator: ZSNES Mods
-
- Lurker
- Posts: 102
- Joined: Sat Feb 25, 2006 7:47 pm
- Contact:
-
- Veteran
- Posts: 637
- Joined: Sat Apr 21, 2007 8:05 pm
-
- New Member
- Posts: 3
- Joined: Fri Feb 01, 2008 1:34 pm
Re: Super Mario RPG freezing
The same thing happens to me!yadayada wrote:Hi everyone,
I've searched the forums for this issue but couldn't seem to find it, so I apologize in advance if this has been verified.
I have the latest release 1.51 windows and Super Mario RPG freezes (music continues) when in the equip menu right when you select something from the right menu. It works in the older versions, but not the latest release (which has a nice looking GUI btw)

Should I just get an older version?
1 c0m3 fr0m N3wgr0und5. Take me to jo0r l34d3r.
-
- New Member
- Posts: 3
- Joined: Fri Feb 01, 2008 1:34 pm
Re: Super Mario RPG freezing
Yeah, just get version 1.42, move your ROM, Save and Save State (If you have one) to the same folder and start playing.NewgroundsGuy wrote: The same thing happens to me!![]()
Should I just get an older version?

1 c0m3 fr0m N3wgr0und5. Take me to jo0r l34d3r.
-
- Veteran
- Posts: 637
- Joined: Sat Apr 21, 2007 8:05 pm
-
- New Member
- Posts: 3
- Joined: Fri Feb 01, 2008 1:34 pm
Got the same kind of freeze at "the axem rangers", same workaround solved it.fnow wrote:I think i just found a workaround for the bug with the star at the pirate ship. Desperately i tried forcing PAL even though i seem to have the same rom as many of you (with crc: 1B8A0625).
I have no idea how, but it works.
-
- Inmate
- Posts: 1751
- Joined: Mon Dec 06, 2004 7:47 am
- Location: WA
seriously?fnow wrote:Got the same kind of freeze at "the axem rangers", same workaround solved it.fnow wrote:I think i just found a workaround for the bug with the star at the pirate ship. Desperately i tried forcing PAL even though i seem to have the same rom as many of you (with crc: 1B8A0625).
I have no idea how, but it works.
twice in one thread, what are the odds?
[img]http://i26.photobucket.com/albums/c128/sweener2001/StewieSIGPIC.png[/img]
-
- Veteran
- Posts: 637
- Joined: Sat Apr 21, 2007 8:05 pm
Re: Super Mario RPG freezing
So, I did what this guy just posted and I could not for the life of me get my 1.51 saves/save states to work on 1.42.NewgroundsGuy wrote:Yeah, just get version 1.42, move your ROM, Save and Save State (If you have one) to the same folder and start playing.NewgroundsGuy wrote: The same thing happens to me!![]()
Should I just get an older version?
I would really appreciate it if someone could explain it to me in a clearer manner, assume I know just enough to browse the internet.
Thanks!
Yeah, I tried using the old .srm but that didn't work, probably because I don't know what I'm really supposed to do with it.
However, I did get the game to progress. Out of frustration I just began mashing what I had set to L, R, Start and Select and lo and behold Jonny is telling me what a chum I am! I haven't been able to reproduce it though because I was so happy I saved over the state/save immediately.
Hope this helps someone but take it with a grain of salt and a bit of luck.
However, I did get the game to progress. Out of frustration I just began mashing what I had set to L, R, Start and Select and lo and behold Jonny is telling me what a chum I am! I haven't been able to reproduce it though because I was so happy I saved over the state/save immediately.
Hope this helps someone but take it with a grain of salt and a bit of luck.
confirmation
I just wanted to confirm that I am also having this problem.
So far:
Equipment menu lockups,
Johnny's star screen lockups
checksum looks familiar.
I'll try forcing PAL and see if it helps.
I'll also check out 1.50 and try to narrow down which version borked out.
So far:
Equipment menu lockups,
Johnny's star screen lockups
checksum looks familiar.
I'll try forcing PAL and see if it helps.
I'll also check out 1.50 and try to narrow down which version borked out.
-
- Veteran
- Posts: 637
- Joined: Sat Apr 21, 2007 8:05 pm
Weirdness
I couldn't get snes9x to compile, and the binaries were linked against a different version of the C++ library.
Worse, zsnes 1.42 segfaulted after I compiled it. This was after I had to tweak a makefile to remove an errant -L switch that didn't have an argument. It seems as though the 1.42 source's makes are borked.
Anyway, forcing PAL worked.
However, that BROKE the game during the tutorial for the beetle shooter game.
I had to force NTSC to get past that bit.
Honestly, I wish there was a way to switch between PAL and NTSC at runtime. At the moment, I have to dump, reload the rom, and resume.
Weird, how you need to force completely opposite options at different stages in the game...
Worse, zsnes 1.42 segfaulted after I compiled it. This was after I had to tweak a makefile to remove an errant -L switch that didn't have an argument. It seems as though the 1.42 source's makes are borked.
Anyway, forcing PAL worked.
However, that BROKE the game during the tutorial for the beetle shooter game.
I had to force NTSC to get past that bit.
Honestly, I wish there was a way to switch between PAL and NTSC at runtime. At the moment, I have to dump, reload the rom, and resume.
Weird, how you need to force completely opposite options at different stages in the game...
-
- ZSNES Developer
- Posts: 6747
- Joined: Tue Dec 28, 2004 6:47 am
Re: Weirdness
It's not the makes (although yes, there was a bug), it's moreso glibc that has changed, to the point of allowing bad stuff to happen before, and not so much of that now. You could try 1.42n since that should work with the more recent glibc.shentino wrote:Worse, zsnes 1.42 segfaulted after I compiled it. This was after I had to tweak a makefile to remove an errant -L switch that didn't have an argument. It seems as though the 1.42 source's makes are borked.
It's not possible, since timing between PAL and NTSC systems are completely different.Honestly, I wish there was a way to switch between PAL and NTSC at runtime. At the moment, I have to dump, reload the rom, and resume.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
Re: Weirdness
Then this is a very weird game. For some reason, switching timings by dumping and reloading works.Deathlike2 wrote:It's not the makes (although yes, there was a bug), it's moreso glibc that has changed, to the point of allowing bad stuff to happen before, and not so much of that now. You could try 1.42n since that should work with the more recent glibc.shentino wrote:Worse, zsnes 1.42 segfaulted after I compiled it. This was after I had to tweak a makefile to remove an errant -L switch that didn't have an argument. It seems as though the 1.42 source's makes are borked.
It's not possible, since timing between PAL and NTSC systems are completely different.Honestly, I wish there was a way to switch between PAL and NTSC at runtime. At the moment, I have to dump, reload the rom, and resume.
Do SNES CPU instructions require precise emulation of timing? Because going PAL and making all the frames 1/5th longer seems to say that we're giving the VPU more window to execute in. Just a wild guess though...
-
- ZSNES Shake Shake Prinny
- Posts: 5632
- Joined: Wed Jul 28, 2004 4:15 pm
- Location: PAL50, dood !
Re: Weirdness
Okay that's some decent hilarium ore right there.shentino wrote:Do SNES CPU instructions require precise emulation of timing?
皆黙って俺について来い!!
Pantheon: Gideon Zhi | CaitSith2 | Nach | kode54
Code: Select all
<jmr> bsnes has the most accurate wiki page but it takes forever to load (or something)
On the final credits "parade" I had to mode-switch at least three times to keep it going.
I'm actually quite baffled as to why this game works better on PAL than it does NTSC, when the graphics and timings are distinctly designed for NTSC.
Examples:
Star piece on Johnny, Breaker beam. Both break on NTSC.
Dodo's pecking symphony. Out of sync with actions on PAL.
If I put it on PAL, everything works, but a tad slow and out of sync. If I put it on NTSC, it keeps up but stuff breaks.
...Why?
This is weird weird weird weird weird...
I'm actually quite baffled as to why this game works better on PAL than it does NTSC, when the graphics and timings are distinctly designed for NTSC.
Examples:
Star piece on Johnny, Breaker beam. Both break on NTSC.
Dodo's pecking symphony. Out of sync with actions on PAL.
If I put it on PAL, everything works, but a tad slow and out of sync. If I put it on NTSC, it keeps up but stuff breaks.
...Why?
This is weird weird weird weird weird...
-
- ZSNES Developer
- Posts: 6747
- Joined: Tue Dec 28, 2004 6:47 am
It should be blantly obvious. Timing matters, and PAL systems operate slower than their NTSC counterparts. It doesn't mean PAL works better, it means our NTSC timing is simply off by comparison.shentino wrote:On the final credits "parade" I had to mode-switch at least three times to keep it going.
I'm actually quite baffled as to why this game works better on PAL than it does NTSC, when the graphics and timings are distinctly designed for NTSC.
Examples:
Star piece on Johnny, Breaker beam. Both break on NTSC.
Dodo's pecking symphony. Out of sync with actions on PAL.
If I put it on PAL, everything works, but a tad slow and out of sync. If I put it on NTSC, it keeps up but stuff breaks.
...Why?
This is weird weird weird weird weird...
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
Re: Weirdness
Ideally, but it's not required.Do SNES CPU instructions require precise emulation of timing?
NTSC may run at 60fps, and PAL at 50fps, but one PAL frame is longer than one NTSC frame. Specifically, the ratio is 262 scanlines/NTSC to 312/PAL.Because going PAL and making all the frames 1/5th longer seems to say that we're giving the VPU more window to execute in. Just a wild guess though...
262*60=15,720 and 312*50=15,600. Throw in slight CPU clock offsets, and it's mostly the same, with a tiny variance.
problem too
Hi
Yup... I got the very same problem as well...
I was trying the game on ZSNES1.5.1.
It freezes for when equipping some equipments. I was able to play the game around it until I got the 5th star from the shark.
And then I start the game all over again with ZSNES1.1
The freezing problem never occur... until I defeated Exor...
Almost spit blood at that moment....
Yup... I got the very same problem as well...
I was trying the game on ZSNES1.5.1.
It freezes for when equipping some equipments. I was able to play the game around it until I got the 5th star from the shark.
And then I start the game all over again with ZSNES1.1
The freezing problem never occur... until I defeated Exor...
Almost spit blood at that moment....