Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCR via image compare #56

Closed
Baswazz opened this issue May 6, 2014 · 1 comment
Closed

OCR via image compare #56

Baswazz opened this issue May 6, 2014 · 1 comment

Comments

@Baswazz
Copy link

Baswazz commented May 6, 2014

Windows 8.1 Pro
Subtitle Edit 3.3.14 does work fine.

When i choose import/OCR subtitle from vob/ifo (dvd) and choose OCR method: OCR via image comparison and hit Start OCR i get the following message:

Zie het einde van dit bericht voor meer informatie over het aanroepen
van JIT-foutopsporing (Just In Time) in plaats van dit dialoogvenster.

************** Tekst van uitzondering **************
System.IO.DirectoryNotFoundException: Kan een gedeelte van het pad D:\SE3315\Ocr\asdasd_Images.db niet vinden.
bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bij System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
bij System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
bij System.IO.FileStream..ctor(String path, FileMode mode)
bij Nikse.SubtitleEdit.Forms.VobSubOcr.SaveCompareItem(NikseBitmap newTarget, String text, Boolean isItalic, Int32 expandCount)
bij Nikse.SubtitleEdit.Forms.VobSubOcr.SplitAndOcrBitmapNormal(Bitmap bitmap, Int32 listViewIndex)
bij Nikse.SubtitleEdit.Forms.VobSubOcr.MainLoop(Int32 max, Int32 i)
bij Nikse.SubtitleEdit.Forms.VobSubOcr.mainOcrTimer_Tick(Object sender, EventArgs e)
bij Nikse.SubtitleEdit.Forms.VobSubOcr.ButtonStartOcrClick(Object sender, EventArgs e)
bij System.Windows.Forms.Control.OnClick(EventArgs e)
bij System.Windows.Forms.Button.OnClick(EventArgs e)
bij System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
bij System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bij System.Windows.Forms.Control.WndProc(Message& m)
bij System.Windows.Forms.ButtonBase.WndProc(Message& m)
bij System.Windows.Forms.Button.WndProc(Message& m)
bij System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bij System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bij System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Geladen assembly's **************
mscorlib
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.8000 (FX35W81RTMGDR.050727-8000)

CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

SubtitleEdit
Assembly-versie: 3.3.15.2
Win32-versie: 3.3.15.2

CodeBase: file:///D:/SE3315/SubtitleEdit.exe

System.Windows.Forms
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.7905 (win9rel.050727-7900)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.7905 (win9rel.050727-7900)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

System.Drawing
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.7905 (win9rel.050727-7900)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

mscorlib.resources
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.8000 (FX35W81RTMGDR.050727-8000)

CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

System.Xml
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.7905 (win9rel.050727-7900)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

System.Windows.Forms.resources
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.7905 (win9rel.050727-7900)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_nl_b77a5c561934e089/System.Windows.Forms.resources.dll

NHunspell
Assembly-versie: 1.1.1.0
Win32-versie: 1.1.1.0

CodeBase: file:///D:/SE3315/NHunspell.DLL

************** JIT-foutopsporing **************
Als u JIT-foutopsporing wilt inschakelen, moet in het configuratiebestand voor deze
toepassing of computer (machine.config) de waarde
jitDebugging in het gedeelte system.windows.forms zijn ingesteld.
De toepassing moet ook zijn gecompileerd terwijl foutopsporing
was ingeschakeld.

Bijvoorbeeld:

Wanneer JIT-foutopsporing is ingeschakeld, worden onverwerkte uitzonderingen
naar het JIT-foutopsporingsprogramma gestuurd dat op de computer is geregistreerd
en worden niet door dit dialoogvenster verwerkt.

@niksedk
Copy link
Member

niksedk commented May 10, 2014

Thx :)
Should be fixed now...
You can test this version: http://www.nikse.dk/SubtitleEdit.zip (portable test version)
...or compile from git sources

@niksedk niksedk closed this as completed May 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants