skmp / reicast-gamebugs

issue tracker for game bugs
0 stars 0 forks source link

Marvel vs. Capcom 2 randomly freezes. #34

Open skmp opened 5 years ago

skmp commented 5 years ago

From @TooDamnCringy on July 19, 2016 4:48

Whenever battling during 3rd or 4th stage, it randomly freezes. I try to leave game, but it doesn't work. So I closed reicast and went back. It ran back again as nothing had happened. But the freezing keeps popping up.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/60871313-marvel-vs-capcom-2-randomly-freezes?utm_campaign=plugin&utm_content=tracker%2F91046168&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F91046168&utm_medium=issues&utm_source=github).
skmp commented 5 years ago

From @TooDamnCringy on July 19, 2016 8:13

It's on android by the way.

skmp commented 5 years ago

From @twinaphex on September 19, 2016 12:2

The dynarec will randomly crash for this game yes. It's yet one of those dynarec bugs that nobody bothered to fix, setting up some nonprofit is apparently far more important to the head of this project than showing a little love to fans of your emulator.

In reicast libretro I take care of this by using the 'cached interpreter' JIT, this is a lot slower but at least you can run the game without any crippling crashes.

skmp commented 5 years ago

From @robertybob on September 20, 2016 11:8

@twinaphex Does the Libretro build now officially have better compatibility vs. standalone Reicast?

skmp commented 5 years ago

From @RaduNastase on September 20, 2016 18:12

Ok, but is there an actual reicast core for Android? As far as i know there is not.

skmp commented 5 years ago

From @twinaphex on September 21, 2016 10:57

@robertybob Well I baked in the generic JIT and when Marvel Vs Capcom 2 is detected, it will switch to that instead. So I guess yeah.

Anyway, I was booted from the team here so I guess for further questions you have, you can go to the libretro repo. As for Reicast for Android, I'll try looking into it. I just never got to it before.

skmp commented 5 years ago

From @LoungeKatt on September 21, 2016 19:39

There is a core for Android, but having skimmed some of the comments made on other issues, I am not the least bit surprised that removal happened. It does not, however, prevent submitting changes. It would only prevent direct modification of the repository.