Reply To: [TOOL] Train Fever Model Viewer

Home Forums Modding [TOOL] Train Fever Model Viewer Reply To: [TOOL] Train Fever Model Viewer

#10679
Tattoo
Participant

Still getting error when trying to open a file. Windows 7 Ultimate 64 bit fully updated already just last week. 🙁

This is the text inside the  box;

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

 

************** Exception Text **************

System.DllNotFoundException: Unable to load DLL ‘lua52’: The specified module could not be found. (Exception from HRESULT: 0x8007007E)

at KeraLua.NativeMethods.LuaLNewState()

at NLua.Lua..ctor()

at TFMV.ContentManager.LoadMesh(String FileName)

at TFMV.MainForm.OpenMesh(String FileName)

at TFMV.MainForm.<.ctor>b__2(Object sender, CancelEventArgs e)

at System.Windows.Forms.FileDialog.HandleVistaFileOk(IFileDialog dialog)

 

 

************** Loaded Assemblies **************

mscorlib

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.1026 (RTMGDR.030319-1000)

CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll

—————————————-

TFMV

Assembly Version: 0.3.2.0

Win32 Version: 0.3.2

CodeBase: file:///F:/Train%20Fever%20Tools/Train%20Fever%20Model%20Viewer/0.3.2/TFMV.exe

—————————————-

System.Windows.Forms

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.1002 built by: RTMGDR

CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

—————————————-

System.Drawing

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.1001 built by: RTMGDR

CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

—————————————-

System

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.1001 built by: RTMGDR

CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

—————————————-

OpenTK.GLControl

Assembly Version: 1.1.0.0

Win32 Version: 1.1.1589.5942

CodeBase: file:///F:/Train%20Fever%20Tools/Train%20Fever%20Model%20Viewer/0.3.2/OpenTK.GLControl.DLL

—————————————-

OpenTK

Assembly Version: 1.1.0.0

Win32 Version: 1.1.1589.5942

CodeBase: file:///F:/Train%20Fever%20Tools/Train%20Fever%20Model%20Viewer/0.3.2/OpenTK.DLL

—————————————-

System.Core

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.1 built by: RTMRel

CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

—————————————-

NLua

Assembly Version: 1.3.1.0

Win32 Version: 1.3.1

CodeBase: file:///F:/Train%20Fever%20Tools/Train%20Fever%20Model%20Viewer/0.3.2/x64/NLua.dll

—————————————-

KeraLua

Assembly Version: 1.3.1.0

Win32 Version: 1.3.1.0

CodeBase: file:///F:/Train%20Fever%20Tools/Train%20Fever%20Model%20Viewer/0.3.2/x64/KeraLua.DLL

—————————————-

System.Xml

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.1026 built by: RTMGDR

CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

—————————————-

System.Configuration

Assembly Version: 4.0.0.0

Win32 Version: 4.0.30319.1015 (RTMGDR.030319-1000)

CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

—————————————-

 

************** JIT Debugging **************

To enable just-in-time (JIT) debugging, the .config file for this

application or computer (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 computer

rather than be handled by this dialog box.