Updated Troubleshooting (markdown)

Moritz Bunkus 2015-11-18 20:48:28 +01:00
parent 51b0cab159
commit c90e0f09f8

@ -4,26 +4,6 @@ This page is meant to be a starting point for people looking to find information
## Information by version number
### 7.8.0
I accidentally left two debug messages in the Matroska reader. They look like this (the numbers may vary):
```
kax i am at 12345
create pack at 12345
```
These messages are harmless and can be safely ignored. They'll be removed for the next release.
### 7.6.0
Only on Windows: The GUI (mmg.exe) has been linked a newer version of the wxWidgets GUI toolkit library than the previous release, 7.5.0. This results in two issues:
1. If you right-click on any input, open the »Insert Unicode character« sub-menu (even accidentally) and then close that sub-menu again then a crash message will be shown.
2. Deleting entries in the chapter editor will leave the chapter editor in a semi-unworking state. You will have to click on another entry before any of the controls start reacting again; however you will also receive an error message that the UID is not valid/not set.
Both issues have been fixed in [new pre-builds](https://www.bunkus.org/videotools/mkvtoolnix/win32/pre/) by building against the same version that 7.5.0 has been build against.
### 5.9.0 and later
mkvmerge writes new Matroska elements by default which a lot of players have problems with. See [Playback does not work VLC cannot seek mkvmerge v5.9.0](Playback-does-not-work-VLC-cannot-seek-mkvmerge-v5.9.0) for the full explanation and workarounds.