Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Games that still hang or crash trying to play a video #3338

Closed
hrydgard opened this issue Aug 23, 2013 · 130 comments
Closed

Games that still hang or crash trying to play a video #3338

hrydgard opened this issue Aug 23, 2013 · 130 comments

Comments

@hrydgard
Copy link
Owner

Our video playback is now working pretty well but there are apparently a few edge cases left. Here are the ones I know of that likely have this problem, let's collect them here.

PSMF:

MPEG:

Uncategorized:

@thedax
Copy link
Collaborator

thedax commented Aug 23, 2013

Does this include games that "hang" after finishing a video? By this I mean you usually have to press start, select, or some other button to get around them not finishing automatically.

@hrydgard
Copy link
Owner Author

That's also a video issue indeed, although of course not as critical.

@bonquacks
Copy link

Sorry to butt in, but isn't this sorta a duplicate of #2172 ?

At least I think it is, I was just searching around.

@vsub
Copy link

vsub commented Aug 23, 2013

ppsspp also freeze on Dead Head Fred when he tries to load the first video(making the game unplayable)
the problem is somewhere between 0.8.1 and 0.8.1-8

It's ok on 0.8.1

@thedax
Copy link
Collaborator

thedax commented Aug 23, 2013

To name a few:

  • Final Fantasy II EU (ULES00987) almost always hangs with a black screen after letting the attract FMV play, also forcing the user to press start to finish it.
  • Pangya: Fantasy Golf US(ULUS10438) on x64 (I don't think I've seen this happen on x86) sometimes hangs with graphical garbage onscreen when trying to play its attract FMV, until the user presses start to skip it.
  • (64-bit only) Monster Hunter 2nd G JP (ULJM05500) sometimes hangs with a black screen after playing a video, forcing the user to press start/select/some other button to end it.

Here's a screen of Pangya to show what I mean:
Screenshot 01

Fixed games on this list:

  • Monster Hunter Portable 3rd HD/Monster Hunter Portable 3rd
  • Phantasy Star Portable 2 (was caused by a bad dump)

@ghost
Copy link

ghost commented Aug 23, 2013

Heroes VS (NPJH50660) doesn't play the intro movie aswell, the only way to advance is to skip it by pressing start, the log continuously spam these lines:
10:41:217 W[HLE]: HLE\sceUtility.cpp:94 __UtilityGetStatus() Faked dialog : wrong dialog type
10:41:217 E[HLE]: HLE\sceUtility.cpp:419 UNIMPL -2146369531=sceUtilityGamedataInstallGetStatus()
10:41:219 W[HLE]: HLE\sceUtility.cpp:94 __UtilityGetStatus() Faked dialog : wrong dialog type
10:41:219 E[HLE]: HLE\sceUtility.cpp:419 UNIMPL -2146369531=sceUtilityGamedataInstallGetStatus()

which I find odd, from what I can read it does complain about the install data function, what have in conjunction with the opening is beyond me.
Aside this, does the issue related to God eater burst fit this page aswell? As far I know the game crashes after the ending credits before asking to save the game on chapters 6 and 10, it tries to play something which can't be skipped, leading to a CTD.

@iWaambo14
Copy link

Metal Gear Solid Peace Walker continues to load forever & never load game after intro video. Unplayable

@thedax
Copy link
Collaborator

thedax commented Aug 23, 2013

On Android, perhaps. Works fine on Windows.

@dbz400
Copy link
Contributor

dbz400 commented Aug 23, 2013

Midnight Club 3 missing video at the very beginning .

@internetakias
Copy link

P2 Innocent Sin hangs only a few seconds into the OP on the latest android build now.

@arg274
Copy link

arg274 commented Aug 24, 2013

I remember that in an old build (FFMPEG wasn't implemented then) MotorStorm could reach upto 'loading'.and right then PPSSPP freezed.(not a crash,a freeze)

@sfageas
Copy link

sfageas commented Aug 25, 2013

The Warriors hangs at Rockstar Games logo
warriors

@vsub
Copy link

vsub commented Aug 26, 2013

Some more:
Naruto Shippuden Ultimate Ninja Heroes 3 - crashing before loading the video
Key of Heaven - it was working(kinda)before but now if don't hold X when you start the game until the title,screen,the game will freeze when the first video start(which is actually black screen...it was visible before but the speed was really low)...the other videos a re black screen too but it doesn't freeze on all of them.

@thedax
Copy link
Collaborator

thedax commented Aug 26, 2013

Stack trace of Naruto Heroes 3:

>   PPSSPPWindows64.exe!MediaEngine::openContext() Line 237 C++
    PPSSPPWindows64.exe!MediaEngine::addStreamData(unsigned char * buffer, int addSize) Line 296    C++
    PPSSPPWindows64.exe!PostPutAction::run(MipsCall & call) Line 917    C++
    PPSSPPWindows64.exe!ActionAfterMipsCall::run(MipsCall & call) Line 2883 C++
    PPSSPPWindows64.exe!__KernelReturnFromMipsCall() Line 3235  C++
    PPSSPPWindows64.exe!CallSyscall(Memory::Opcode op) Line 490 C++

It seems to be getting the wrong video stream id or something. It has an access violation trying to get the codec pointer.

@unknownbrackets
Copy link
Collaborator

Try:

if (m_videoStream == -1) {

->

if (m_videoStream == -1 || m_videoStream >= (int)m_pFormatCtx->nb_streams) {

-[Unknown]

@thedax
Copy link
Collaborator

thedax commented Aug 27, 2013

That fixes it, but now it hangs on the second movie it tries to play, e.g. the second developer logo.
http://www.mediafire.com/download/8vxw6m2eb289hv7/ninja_3.7z

@unknownbrackets
Copy link
Collaborator

It keeps calling sceMpegGetAtracAu(), I think it thinks the audio is behind...

-[Unknown]

@unknownbrackets
Copy link
Collaborator

Potentially also Zero no Kiseki according to the forum.

-[Unknown]

@unknownbrackets
Copy link
Collaborator

Heavens Will (ULJM05186)
Ace Combat: Joint Assault (if I understand right)

-[Unknown]

@unknownbrackets
Copy link
Collaborator

Also World Neverland: #2642.

-[Unknown]

@papel
Copy link

papel commented Sep 2, 2013

Zero no Kiseki worked in the past (#698).

@papel
Copy link

papel commented Sep 6, 2013

I have a small problem with Lunar: The Silver Star.
Before the beginning of any video, the game may or may not freeze in black screen and the video does not start. I see nothing different in the log.
If I reset the game or load a state and try to start the video again, the problem always happens.
If I close the emulator, open it again, load a state and try to start the video, the problem may or may not happen again.
The easiest way to test it is with the opening video, after Xseed logo.

@unknownbrackets
Copy link
Collaborator

Hmm, which region? Does pressing start skip it, or it just hangs?

-[Unknown]

@papel
Copy link

papel commented Sep 6, 2013

USA version.
Yes, pressing start skips it and the game continues normally and other videos may work again.

@unknownbrackets unknownbrackets mentioned this issue Sep 7, 2013
@brujo5
Copy link

brujo5 commented Sep 7, 2013

same problem in obscure the aftermath.

@dbz400
Copy link
Contributor

dbz400 commented Sep 8, 2013

Just for record .Starting video in GTA series have been missing.

@solarmystic
Copy link
Contributor

@raven02

The issue for the missing GTA videos (including the responsible commit) is documented here:-

#2771 (comment)

@ghost
Copy link

ghost commented Jun 29, 2014

MX vs. ATV Reflex
screenshot_2014-06-29-13-22-39
screenshot_2014-06-29-13-24-01
http://youtu.be/ky30Lhsoc1k

@ghost
Copy link

ghost commented Jun 29, 2014

"Flesh Adobe", can influence video clip demonstration?

@hrydgard
Copy link
Owner Author

@QWEmct , that was completely incomprehensible. Are you using automatic translation?

@ghost
Copy link

ghost commented Jun 29, 2014

Yes.
I already in pictures explain to you, and you don't understand.

@Bigpet
Copy link
Collaborator

Bigpet commented Jun 29, 2014

@QWEmct it's really hard to understand you. If you don't know anyone who can help you with a translation, can you go into the ppsspp sub-forum for your language and ask one of them to translate for you? http://forums.ppsspp.org/forumdisplay.php?fid=18

Because whatever automatic translation you are using just doesn't work very well.

@ghost
Copy link

ghost commented Jun 29, 2014

"Our video playback is now working pretty well but there are apparently a few edge cases left. Here are the ones I know of that likely have this problem, let's collect them here."

(Samsung Galaxy Note2_Android 4.3 Official).
PSMF:

AVATAR (video).
MX vs. ATV Reflex
(Game doesn't work absolutely).
Silent_Hill_Shattered_Memories
______(Game doesn't work absolutely).
MediEvilResurrection_______(Sound scraps).

@hrydgard
Copy link
Owner Author

@QWEmct , thanks, I've added those to the list in the first post.

@ghost
Copy link

ghost commented Jun 29, 2014

thanks

@unknownbrackets
Copy link
Collaborator

I'm pretty sure Silent Hill works much better (don't know about videos) in the latest git build so all of those may only be problems in v0.9.8.

-[Unknown]

@ghost
Copy link

ghost commented Jun 29, 2014

I think that my problems because of the card memory stick 'Pro Duo. & memory stick 'Micro.'
screenshot_2014-06-29-21-48-24
"IL-2.iso" - closed.
screenshot_2014-06-29-21-52-24
Still yesterday it worked.

@unknownbrackets
Copy link
Collaborator

что игра работает

видео хорошо

сказали другие люди

Вы используете старую версию

http://buildbot.orphis.net/ppsspp/ <-- получить

-[Unknown]

@ghost
Copy link

ghost commented Jun 29, 2014

v0.9.8-1469-g8a75730 Sacha 2014-06-29 16:17:34
I carefully watch updatings.

@unknownbrackets
Copy link
Collaborator

SBK 09
http://forums.ppsspp.org/showthread.php?tid=2728&pid=86813#pid86813

видео играет хорошо

-[Unknown]

@ghost
Copy link

ghost commented Jun 29, 2014

Yes, video plays. But there was no such plate earlier.
it wasn't necessary to make a choice of buttons

@unknownbrackets
Copy link
Collaborator

This issue is about videos only.

говорить о видео только в этом месте

-[Unknown]

@ghost
Copy link

ghost commented Jun 29, 2014

speedhack of textures....[/]
Twitches, but works......
screenshot_2014-06-30-00-37-14
screenshot_2014-06-30-00-37-59
screenshot_2014-06-30-00-42-25
IL 2
screenshot_2014-06-30-01-06-30
screenshot_2014-06-30-01-07-54
from it: v0.9.8-1472-gf127bb7 Henrik Rydgard 2014-06-29 22:13:53
...............
v0.9.8-1483-g9919126 Henrik Rydgård 2014-06-29 23:21:07

MX vs. ATV Reflex______(Game doesn't work absolutely).
screenshot_2014-06-30-01-21-51
screenshot_2014-06-30-01-30-39
Silent_Hill
screenshot_2014-06-30-01-37-27
screenshot_2014-06-30-01-38-51
screenshot_2014-06-30-01-45-41

MediEvilResurrection_______(Sound scraps).

@hrydgard
Copy link
Owner Author

What are you talking about? No blocks.

@ghost
Copy link

ghost commented Jul 1, 2014

Video continuation "Silent_Hill" :
screenshot_2014-07-01-06-36-32
2014-07-01 08 00 13
screenshot_2014-07-01-06-41-14
screenshot_2014-07-01-06-46-20

@ghost
Copy link

ghost commented Jul 1, 2014

Alien VS Predator Requiem:
Problems...
"On"-Buffer rendering.
screenshot_2014-07-01-13-55-15
screenshot_2014-07-01-13-49-48
screenshot_2014-07-01-13-50-22
"Off"- Buffer rendering.
screenshot_2014-07-01-13-51-18
screenshot_2014-07-01-13-50-49
"On"-Buffer rendering
screenshot_2014-07-01-13-47-35
screenshot_2014-07-01-14-28-10
Switching manually is necessary.

@sum2012
Copy link
Collaborator

sum2012 commented Jul 12, 2014

@hrydgard
Can close\reopen a new this issue ?

@unknownbrackets
Copy link
Collaborator

unknownbrackets commented Jan 21, 2015

I think we've resolved a large number of these, but some are left. These are the ones I think are remaining:

Bust-a-Move Deluxe
Star Wars Lethal Alliance (#2997)
Megaman Maverick Hunter X (#3318, but skippable)
AVATAR (video broken).
MX vs. ATV Reflex
(Game doesn't work).
MediEvilResurrection
______(Sound scraps).

Hysteria Project (#3844)
Pacman World 3
Silent_Hill_Shattered_Memories_______(Game doesn't work).

If anyone can confirm if any of these are no longer problems, maybe we should create a new issue indeed.

-[Unknown]

@daniel229
Copy link
Collaborator

Pacman World 3 and Silent_Hill_Shattered_Memories work fine.

@unknownbrackets
Copy link
Collaborator

@hrydgard this bug seems to have a lot of participants and a lot of images that make my browser slow on loading. I'm thinking it might be better to have separate issues for remaining games at this point, and close this - what do you think?

-[Unknown]

@hrydgard
Copy link
Owner Author

I'm fine with that.

@unknownbrackets
Copy link
Collaborator

Okay, #8795 created for Bust-A-Move Deluxe - for the others, we don't have much detail, so I've instead reached out in the forum for more current information. Note that MediEvil already had a note that videos were working.

Closing this.

-[Unknown]

@ToastedSyrup
Copy link

ToastedSyrup commented Sep 3, 2020

It's not an issue of hanging but apparently the ability to disable media engine helps fix the audio bugs in twisted metal head on where only the special SFX can be heard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests