<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bug-reports</title><link>https://sourceforge.net/p/opensubtitleed/bug-reports/</link><description>Recent changes to bug-reports</description><atom:link href="https://sourceforge.net/p/opensubtitleed/bug-reports/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 23 May 2022 00:21:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/opensubtitleed/bug-reports/feed.rss" rel="self" type="application/rss+xml"/><item><title>Re-release on GitHub</title><link>https://sourceforge.net/p/opensubtitleed/bug-reports/27/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lefteris Aslanoglou</dc:creator><pubDate>Mon, 23 May 2022 00:21:31 -0000</pubDate><guid>https://sourceforge.neta19de970d2694db6ff515600b711d5f1ac02f0a5</guid></item><item><title>#26 Can't save: "Value cannot be null. Parameter name: encoding.</title><link>https://sourceforge.net/p/opensubtitleed/bug-reports/26/?limit=25#6685</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lefteris Aslanoglou</dc:creator><pubDate>Mon, 23 May 2022 00:05:34 -0000</pubDate><guid>https://sourceforge.neta8b8bf4c0f1e921d2ae6f0890fc71bdc3e5ff231</guid></item><item><title>Can't save: "Value cannot be null. Parameter name: encoding.</title><link>https://sourceforge.net/p/opensubtitleed/bug-reports/26/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Solis78</dc:creator><pubDate>Thu, 06 Dec 2012 20:50:40 -0000</pubDate><guid>https://sourceforge.net85ef48f008b975328eee7a05a6449e26f542d015</guid></item><item><title>Adding custom delay causes crash</title><link>https://sourceforge.net/p/opensubtitleed/bug-reports/25/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Skott Gavin</dc:creator><pubDate>Fri, 27 Mar 2009 20:03:50 -0000</pubDate><guid>https://sourceforge.netb54a715bf8832e476b3e280c5e79087298837b16</guid></item><item><title>V. 0.1.2 (Revision 39) - keyboard shortcut not working</title><link>https://sourceforge.net/p/opensubtitleed/bug-reports/24/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">avi</dc:creator><pubDate>Mon, 02 Feb 2009 11:14:07 -0000</pubDate><guid>https://sourceforge.net6a08cb63ee32465a2b46ab9d4c41fb99a63b7441</guid></item><item><title>090127 Nightly - Constant Delay on Preview doesn't work</title><link>https://sourceforge.net/p/opensubtitleed/bug-reports/23/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lefteris Aslanoglou</dc:creator><pubDate>Fri, 30 Jan 2009 19:25:46 -0000</pubDate><guid>https://sourceforge.net89f69a76a81c7c4b90191a9c1a60d90d779dc37f</guid></item><item><title>build 090119 - Open new video while playing</title><link>https://sourceforge.net/p/opensubtitleed/bug-reports/22/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brendan</dc:creator><pubDate>Fri, 23 Jan 2009 09:48:02 -0000</pubDate><guid>https://sourceforge.neted8da140e8977d80ec43ee249a6fd0019344bc00</guid></item><item><title>build 090119 - sliderbar seek takes time</title><link>https://sourceforge.net/p/opensubtitleed/bug-reports/21/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brendan</dc:creator><pubDate>Wed, 21 Jan 2009 11:17:25 -0000</pubDate><guid>https://sourceforge.netc14073cd450df721da61162c9dfbe2fac471cf35</guid></item><item><title>build 090119 - First startup</title><link>https://sourceforge.net/p/opensubtitleed/bug-reports/20/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brendan</dc:creator><pubDate>Wed, 21 Jan 2009 10:55:51 -0000</pubDate><guid>https://sourceforge.net817a13fc193213ff764ecbd59ccd4afb84016583</guid></item><item><title>build 090119 - Misspelling in dialog</title><link>https://sourceforge.net/p/opensubtitleed/bug-reports/19/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brendan</dc:creator><pubDate>Wed, 21 Jan 2009 10:49:52 -0000</pubDate><guid>https://sourceforge.net29e521ceaa20a6fd9e985f570ae1303104a9c0b2</guid></item></channel></rss>