Skip to content

[Dark Cloud 2] Game freezes while waiting for video to start #121

@tealalchemist

Description

@tealalchemist

In the game code there is a function like this to start the intro movies

Play(movie);

while (!IsStarted(movie))
{
  SwitchThread(movie);
}

But IsStarted never returns true.

The function that sets the variable that causes this function to return true is stepMain()
This function checks on movie/audio/iop stuff

Forcing the variable to true will allow you to skip the movie as normal

Log from feature/mpeg-decoder
message (1).txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingrunime

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions