Hi,
I have analysed your issue. The problem in fact is in the input SRT file. It has an incorrect structure for the first subtitle:
1
00:00:06,020 --> 00:00:11,810
Episode 80 - Finale
Fan subs by: www. whatisfatmagulsfault. com
2
00:01:34,960 --> 00:01:36,660
- Good morning Fatmagul.
- Good morning.
Carriage return in SRT files are used to separate subtitles entries. Thus, the correct structure should be as follows:
1
00:00:06,020 --> 00:00:11,810
Episode 80 - Finale
Fan subs by: www. whatisfatmagulsfault. com
2
00:01:34,960 --> 00:01:36,660
- Good morning Fatmagul.
- Good morning.
Nevertheless, I made some changes in the logic of DualSub to avoid it crashes, even when the structure of an input SRT file is not correct. I committed a patch in the source code of DualSub (hosted on
GitHub).
With this bug corrected, and some other (like the problem with the Chinese language in the GUI), and some other improvement (added new languages to translate SRT files) I am going to release DualSub 1.0.1 in short.
But to solve your problem now, I have attached the corrected version of your subtitles. Please use it, it should do the trick.
Kind regards,
Boni