IlgnerBri / subtitleedit

Automatically exported from code.google.com/p/subtitleedit
0 stars 0 forks source link

OutOfMemoryException when trying to convert .sub/.idx from the command line #108

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
SubtitleEdit /convert *.sub subrip

Using version 3.2.8
OS: Windows 7 x64 (ptBR)

I attached one of the subtitles I used and a print screen with the stack trace. 
Works perfectly using the GUI.

**(I had trouble uploading the .sub file, so use this link if you need:
http://www.mediafire.com/?mdmn4pb0c4yy15z )

On version 3.2.0, it doesn't crash, but it says that the input file format is 
unknown.

I took a quick look in the code and it seems like (even after fixing the cause 
of the OutOfMemoryError) it still isn't calling 'isMine()' for all supported 
formats (I'm guessing it should be SubViewer10 or 20).

Original issue reported on code.google.com by GabrielB...@gmail.com on 27 Aug 2012 at 2:28

Attachments:

GoogleCodeExporter commented 8 years ago
Sorry, vobsub command line conversion is not available - SE 3.3 should not 
crash on vobsub files... but it still will not convert them

Original comment by nikse.dk@gmail.com on 29 Jan 2013 at 5:45