<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bug-reports</title><link href="https://sourceforge.net/p/opensubtitleed/bug-reports/" rel="alternate"/><link href="https://sourceforge.net/p/opensubtitleed/bug-reports/feed.atom" rel="self"/><id>https://sourceforge.net/p/opensubtitleed/bug-reports/</id><updated>2022-05-23T00:21:31.587000Z</updated><subtitle>Recent changes to bug-reports</subtitle><entry><title>Re-release on GitHub</title><link href="https://sourceforge.net/p/opensubtitleed/bug-reports/27/" rel="alternate"/><published>2022-05-23T00:21:31.587000Z</published><updated>2022-05-23T00:21:31.587000Z</updated><author><name>Lefteris Aslanoglou</name><uri>https://sourceforge.net/u/leftos/</uri></author><id>https://sourceforge.neta19de970d2694db6ff515600b711d5f1ac02f0a5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;10 years later, the project has been re-released on GitHub. If you're reading this and are still interested in the project either as a user or contributor, feel free to jump over to the new project page on GitHub.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/leftos/opensubtitleed" rel="nofollow"&gt;https://github.com/leftos/opensubtitleed&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I will not be going through the tickets here, but I might try and find some time to look at tickets posted on GitHub.&lt;/p&gt;
&lt;p&gt;-Leftos&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#26 Can't save: "Value cannot be null. Parameter name: encoding.</title><link href="https://sourceforge.net/p/opensubtitleed/bug-reports/26/?limit=25#6685" rel="alternate"/><published>2022-05-23T00:05:34.242000Z</published><updated>2022-05-23T00:05:34.242000Z</updated><author><name>Lefteris Aslanoglou</name><uri>https://sourceforge.net/u/leftos/</uri></author><id>https://sourceforge.neta8b8bf4c0f1e921d2ae6f0890fc71bdc3e5ff231</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;10 years too late, but I took a look at this project once again, and the crash on save happens if you haven't opened a file in the application run (i.e. you're trying to save a file you created from scratch without having opened a different file at any point since starting the application).&lt;/p&gt;
&lt;p&gt;The only workaround is to open a different SRT file first, and then go to File &amp;gt; New to start working.&lt;/p&gt;
&lt;p&gt;That said, since I no longer have admin rights to the SF project or the website, I quickly re-published it here, and fixed a couple of bugs, including this one:&lt;br/&gt;
&lt;a href="https://github.com/leftos/opensubtitleed" rel="nofollow"&gt;https://github.com/leftos/opensubtitleed&lt;/a&gt;&lt;br/&gt;
You can download the re-release with this save bug fixed from here:&lt;br/&gt;
&lt;a href="https://github.com/leftos/opensubtitleed/releases/tag/windows-x86" rel="nofollow"&gt;https://github.com/leftos/opensubtitleed/releases/tag/windows-x86&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Can't save: "Value cannot be null. Parameter name: encoding.</title><link href="https://sourceforge.net/p/opensubtitleed/bug-reports/26/" rel="alternate"/><published>2012-12-06T20:50:40Z</published><updated>2012-12-06T20:50:40Z</updated><author><name>Solis78</name><uri>https://sourceforge.net/u/solis78/</uri></author><id>https://sourceforge.net85ef48f008b975328eee7a05a6449e26f542d015</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I get this bug when trying to save and cannot save my work either in srt or txt format, I've been working for 2-3 hours and can't save at all!! Here are the details offered with the error message box. Clicking on continue returns me to the program.&lt;/p&gt;
&lt;p&gt;************** Exception Text **************&lt;br /&gt;
System.ArgumentNullException: Value cannot be null.&lt;br /&gt;
Parameter name: encoding&lt;br /&gt;
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)&lt;br /&gt;
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)&lt;br /&gt;
at Microsoft.VisualBasic.FileIO.FileSystem.OpenTextFileWriter(String file, Boolean append, Encoding encoding)&lt;br /&gt;
at Microsoft.VisualBasic.MyServices.FileSystemProxy.OpenTextFileWriter(String file, Boolean append, Encoding encoding)&lt;br /&gt;
at OpenSubtitleEditor.Subtitles.save()&lt;br /&gt;
at OpenSubtitleEditor.frmMain.SaveToolStripMenuItem_Click(Object sender, EventArgs e)&lt;br /&gt;
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)&lt;br /&gt;
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)&lt;br /&gt;
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)&lt;br /&gt;
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)&lt;br /&gt;
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)&lt;br /&gt;
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)&lt;br /&gt;
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)&lt;br /&gt;
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)&lt;br /&gt;
at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)&lt;br /&gt;
at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;br /&gt;
at System.Windows.Forms.ScrollableControl.WndProc(Message&amp;amp; m)&lt;br /&gt;
at System.Windows.Forms.ToolStrip.WndProc(Message&amp;amp; m)&lt;br /&gt;
at System.Windows.Forms.ToolStripDropDown.WndProc(Message&amp;amp; m)&lt;br /&gt;
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)&lt;br /&gt;
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;br /&gt;
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/p&gt;
&lt;p&gt;************** Loaded Assemblies **************&lt;br /&gt;
mscorlib&lt;br /&gt;
Assembly Version: 2.0.0.0&lt;br /&gt;
Win32 Version: 2.0.50727.5466 (Win7SP1GDR.050727-5400)&lt;br /&gt;
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
OpenSubtitleEditor&lt;br /&gt;
Assembly Version: 0.1.2.39&lt;br /&gt;
Win32 Version: 0.1.2.39&lt;br /&gt;
CodeBase: file:///C:/Program%20Files/Open%20Subtitle%20Editor/OpenSubtitleEditor.exe&lt;br /&gt;
----------------------------------------&lt;br /&gt;
Microsoft.VisualBasic&lt;br /&gt;
Assembly Version: 8.0.0.0&lt;br /&gt;
Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)&lt;br /&gt;
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System&lt;br /&gt;
Assembly Version: 2.0.0.0&lt;br /&gt;
Win32 Version: 2.0.50727.5466 (Win7SP1GDR.050727-5400)&lt;br /&gt;
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System.Windows.Forms&lt;br /&gt;
Assembly Version: 2.0.0.0&lt;br /&gt;
Win32 Version: 2.0.50727.5460 (Win7SP1GDR.050727-5400)&lt;br /&gt;
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System.Drawing&lt;br /&gt;
Assembly Version: 2.0.0.0&lt;br /&gt;
Win32 Version: 2.0.50727.5462 (Win7SP1GDR.050727-5400)&lt;br /&gt;
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System.Runtime.Remoting&lt;br /&gt;
Assembly Version: 2.0.0.0&lt;br /&gt;
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)&lt;br /&gt;
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
AxInterop.WMPLib&lt;br /&gt;
Assembly Version: 1.0.0.0&lt;br /&gt;
Win32 Version: 1.0.0.0&lt;br /&gt;
CodeBase: file:///C:/Program%20Files/Open%20Subtitle%20Editor/AxInterop.WMPLib.DLL&lt;br /&gt;
----------------------------------------&lt;br /&gt;
DataGridViewCustomColumn&lt;br /&gt;
Assembly Version: 2.0.0.0&lt;br /&gt;
Win32 Version: 2.0.0.0&lt;br /&gt;
CodeBase: file:///C:/Program%20Files/Open%20Subtitle%20Editor/DataGridViewCustomColumn.DLL&lt;br /&gt;
----------------------------------------&lt;br /&gt;
Interop.WMPLib&lt;br /&gt;
Assembly Version: 1.0.0.0&lt;br /&gt;
Win32 Version: 1.0.0.0&lt;br /&gt;
CodeBase: file:///C:/Program%20Files/Open%20Subtitle%20Editor/Interop.WMPLib.DLL&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System.Core&lt;br /&gt;
Assembly Version: 3.5.0.0&lt;br /&gt;
Win32 Version: 3.5.30729.5420 built by: Win7SP1&lt;br /&gt;
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll&lt;br /&gt;
----------------------------------------&lt;br /&gt;
System.Xml&lt;br /&gt;
Assembly Version: 2.0.0.0&lt;br /&gt;
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)&lt;br /&gt;
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll&lt;br /&gt;
----------------------------------------&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Adding custom delay causes crash</title><link href="https://sourceforge.net/p/opensubtitleed/bug-reports/25/" rel="alternate"/><published>2009-03-27T20:03:50Z</published><updated>2009-03-27T20:03:50Z</updated><author><name>Skott Gavin</name><uri>https://sourceforge.net/u/skottg/</uri></author><id>https://sourceforge.netb54a715bf8832e476b3e280c5e79087298837b16</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Adding constant delay of 35200 or -35200 (ms) causes the program to freeze: dialog box only half disappears, then hourglass for mouse pointer, ad infinitum.&lt;/p&gt;
&lt;p&gt;(What I want to do is re-sync a subtitle file where I think the sub timings are correct in terms of duration of and between subs, but start too late for the specified video. i.e. not have to manually re-edit every individual sub timing)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>V. 0.1.2 (Revision 39) - keyboard shortcut not working</title><link href="https://sourceforge.net/p/opensubtitleed/bug-reports/24/" rel="alternate"/><published>2009-02-02T11:14:07Z</published><updated>2009-02-02T11:14:07Z</updated><author><name>avi</name><uri>https://sourceforge.net/u/bobbinsbro/</uri></author><id>https://sourceforge.net6a08cb63ee32465a2b46ab9d4c41fb99a63b7441</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;in the new public release, the pause shortcut in the video menu is Ctrl+S, however, Ctrl+P stops the video (in addition to starting it) and Ctrl+S does nothing.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>090127 Nightly - Constant Delay on Preview doesn't work</title><link href="https://sourceforge.net/p/opensubtitleed/bug-reports/23/" rel="alternate"/><published>2009-01-30T19:25:46Z</published><updated>2009-01-30T19:25:46Z</updated><author><name>Lefteris Aslanoglou</name><uri>https://sourceforge.net/u/leftos/</uri></author><id>https://sourceforge.net89f69a76a81c7c4b90191a9c1a60d90d779dc37f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Setting a constant delay on Preview Settings doesn't shift the subtitle preview, making the feature not working at all. I guess when changing the subtitle preview code I forgot to check for that feature. I'll be working on fixing that on Sunday when I'm back home. Until then you'll have to apply the delay to the subtitles using the Edit menu and then previewing again.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>build 090119 - Open new video while playing</title><link href="https://sourceforge.net/p/opensubtitleed/bug-reports/22/" rel="alternate"/><published>2009-01-23T09:48:02Z</published><updated>2009-01-23T09:48:02Z</updated><author><name>Brendan</name><uri>https://sourceforge.net/u/boshen/</uri></author><id>https://sourceforge.neted8da140e8977d80ec43ee249a6fd0019344bc00</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When a new video is opened while another video is playing, the play button still shows a pause sign. This issue fixes itself after the play button is pressed once after the new video is opened&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>build 090119 - sliderbar seek takes time</title><link href="https://sourceforge.net/p/opensubtitleed/bug-reports/21/" rel="alternate"/><published>2009-01-21T11:17:25Z</published><updated>2009-01-21T11:17:25Z</updated><author><name>Brendan</name><uri>https://sourceforge.net/u/boshen/</uri></author><id>https://sourceforge.netc14073cd450df721da61162c9dfbe2fac471cf35</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When using the sliderbar to navigate across different points in a video the player seems to need time to 'travel' (rapidly displays frames between the jump as if fastforwading) to the frame being jumped to. This delay is directly proportional to the 'distance' jumped, such that to jump 20 minutes of footage took the player roughly 7 seconds to 'get there'.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>build 090119 - First startup</title><link href="https://sourceforge.net/p/opensubtitleed/bug-reports/20/" rel="alternate"/><published>2009-01-21T10:55:51Z</published><updated>2009-01-21T10:55:51Z</updated><author><name>Brendan</name><uri>https://sourceforge.net/u/boshen/</uri></author><id>https://sourceforge.net817a13fc193213ff764ecbd59ccd4afb84016583</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Upon opening for the first time "The translated file you've chosen (English.sel) is incomplete or corrupted" after which it then loads the english version of the interface. Opening OSE afterwards does not show this error.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>build 090119 - Misspelling in dialog</title><link href="https://sourceforge.net/p/opensubtitleed/bug-reports/19/" rel="alternate"/><published>2009-01-21T10:49:52Z</published><updated>2009-01-21T10:49:52Z</updated><author><name>Brendan</name><uri>https://sourceforge.net/u/boshen/</uri></author><id>https://sourceforge.net29e521ceaa20a6fd9e985f570ae1303104a9c0b2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Sorry if this one is a bit minor to mention. Upon opening build 0.1.1.33 the message "The translated file you've chosen (Egnlish.sel) is incomplete or corrupted". Shouldn't it be "The translation file"?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>