Error message running a DVD

S

SCraig

I just purchased The Complete New Yorker on DVD which is an 8 DVD set of the
historical New Yorker. I was able to install the viewing software but when
I run it I get the following error message and the program won't work.
Any suggestion?

Thanks,
Craig

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
Finisar.SQLite.SQLiteException: database disk image is malformed
at Finisar.SQLite.sqlite3.Throw()
at Finisar.SQLite.sqlite_vm.Dispose()
at Finisar.SQLite.SQLiteCommand.ExecuteNonQuery()
at TNYBrowser.BrowseSearchControl.InitializeDatabase()
at TNYBrowser.BrowseSearchControl..ctor()
at TheNewYorker.TNYViewer.viewerLoad(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at TheNewYorker.TNYViewer.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
TheNewYorker
Assembly Version: 1.0.2035.26665
Win32 Version: 1.0.2035.26665
CodeBase:
file:///C:/Program%20Files/New%20Yorker%20Viewer/TheNewYorker.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
TNYBrowser
Assembly Version: 1.0.2035.26664
Win32 Version: 1.0.2035.26664
CodeBase:
file:///C:/Program%20Files/New%20Yorker%20Viewer/TNYBrowser.DLL
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
SQLite.NET
Assembly Version: 0.21.1869.3794
Win32 Version: 0.21.1869.3794
CodeBase:
file:///C:/Program%20Files/New%20Yorker%20Viewer/SQLite.NET.DLL
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase:
file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.
 
M

martin_nyc

Craig,

I'm having exactly the same problem, also with The Complete New Yorker.
Have emailed their tech support for assistance but no response yet. Did
you get your problem resolved? Or does anyone else have any ideas? It
is VERY annoying.
 
M

martin_nyc

Craig,

I think I've got it, mate -- after several hours of frustation. The
problem was simply that my computer was set to displaythe day in the
Irish/European/Australian format-- date/month/year. Whereas the New
Yorker DVDs will only work if you change it to the US way --
month/date/year.

Here's what I did:

Go to Control Panel

Go to Regional & Language Options

Select "English (United States)"

OK or apply that, and you should be set!

Simple when you know how (LOL)

Hope this works for you too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top