Emulator Issues #8686
openTAS Movie playback fails on launch.
0%
Description
Game Name?
The Legend of Zelda: The Wind Waker (also confirmed with Metroid Prime)
Game ID?
GZLE01
What's the problem? Describe what went wrong in few words.
Attempting to play back a pre-recorded DTM file fails immediately. On my self-compiled Ubuntu build, the following message appears in a popup:
Internal LZO Error - decompression failed (-4) (91488256, 203661)
Try loading the state again
And after clicking OK, the emulator crashes and the following is dumped to stdout:
dolphin-emu: malloc.c:2905: __libc_malloc: Assertion `!victim || ((((mchunkptr)((char*)(victim) - 2*(sizeof(size_t)))))->size & 0x2) || ar_ptr == (((((mchunkptr)((char*)(victim) - 2*(sizeof(size_t)))))->size & 0x4) ? ((heap_info ) ((unsigned long) (((mchunkptr)((char)(victim) - 2*(sizeof(size_t))))) & ~((2 * (4 * 1024 * 1024 * sizeof(long))) - 1)))->ar_ptr : &main_arena)' failed.
Although, once, the game did not crash and the movie attempted to continue playback of recorded input, but without having loaded the state.
On Windows build 6781 from dolphin-emu.org, no message is displayed, and the emulator crashes with loud repetitive noise blasting out the speaker.
What did you expect to happen instead?
The movie should play successfully.
What steps will reproduce the problem?
- Get newest Dolphin build.
- Record a movie.
- Attempt to play back the movie.
Which versions of Dolphin did you test on?
6781 on Windows, and latest master as of this posting on Ubuntu.
Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
I have not tried an older version.
What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)
i5 4670, GTX 970, Windows 8.1, Ubuntu 14.10