游侠NETSHOW论坛

标题: 求助上古卷轴5GenerateFNIS_for_Users异常 [打印本页]

作者: bhjkyur1    时间: 2013-5-12 12:36:41     标题: 求助上古卷轴5GenerateFNIS_for_Users异常

有关调用实时(JIT)调试而不是此对话框的详细信息,请参见此消息的结尾。

************** 异常文本 **************
System.TypeInitializationException: “FNIScommon”的类型初始值设定项引发异常。 ---> System.Exception: 无法创建 ActiveX 组件。
   在 Microsoft.VisualBasic.Interaction.CreateObject(String ProgId, String ServerName)
   在 GenerateFNISforUsers.FNIScommon1.FNIScommon..cctor()
   --- 内部异常堆栈跟踪的结尾 ---
   在 GenerateFNISforUsers.GenerateFNISUsers.GenerateFNISUsers_Load(Object sender, EventArgs e)
   在 System.EventHandler.Invoke(Object sender, EventArgs e)
   在 System.Windows.Forms.Form.OnLoad(EventArgs e)
   在 System.Windows.Forms.Form.OnCreateControl()
   在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   在 System.Windows.Forms.Control.CreateControl()
   在 System.Windows.Forms.Control.WmShowWindow(Message& m)
   在 System.Windows.Forms.Control.WndProc(Message& m)
   在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   在 System.Windows.Forms.Form.WmShowWindow(Message& m)
   在 System.Windows.Forms.Form.WndProc(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** 已加载的程序集 **************
mscorlib
    程序集版本: 4.0.0.0
    Win32 版本: 4.0.30319.1 (RTMRel.030319-0100)
    基本代码: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
GenerateFNISforUsers
    程序集版本: 3.5.0.0
    Win32 版本: 3.5.0.0
    基本代码: file:///D:/Skyrim/tools/GenerateFNIS_for_Users/GenerateFNISforUsers.exe
----------------------------------------
Microsoft.VisualBasic
    程序集版本: 10.0.0.0
    Win32 版本: 10.0.30319.1 built by: RTMRel
    基本代码: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Windows.Forms
    程序集版本: 4.0.0.0
    Win32 版本: 4.0.30319.1 built by: RTMRel
    基本代码: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    程序集版本: 4.0.0.0
    Win32 版本: 4.0.30319.1 built by: RTMRel
    基本代码: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    程序集版本: 4.0.0.0
    Win32 版本: 4.0.30319.1 built by: RTMRel
    基本代码: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Runtime.Remoting
    程序集版本: 4.0.0.0
    Win32 版本: 4.0.30319.1 (RTMRel.030319-0100)
    基本代码: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
mscorlib.resources
    程序集版本: 4.0.0.0
    Win32 版本: 4.0.30319.1 (RTMRel.030319-0100)
    基本代码: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
Microsoft.VisualBasic.resources
    程序集版本: 10.0.0.0
    Win32 版本: 10.0.30319.1 built by: RTMRel
    基本代码: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic.resources/v4.0_10.0.0.0_zh-Hans_b03f5f7f11d50a3a/Microsoft.VisualBasic.resources.dll
----------------------------------------
System.Windows.Forms.resources
    程序集版本: 4.0.0.0
    Win32 版本: 4.0.30319.1 built by: RTMRel
    基本代码: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。

例如:

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

启用 JIT 调试后,任何未经处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。

作者: xialei_026    时间: 2013-5-12 18:12:43

先重新安装游戏运行库看看:http://www.ali213.net/zhuanti/yxk/
异常的代码好亲切啊,Exception异常。

作者: crazy365966834    时间: 2013-5-12 20:53:11

重新安装吧。。。反正我没有用有fins的mod。。。
作者: churximi    时间: 2013-5-12 22:25:02

老实说看到一大堆代码总是头疼 ...
作者: bhjkyur1    时间: 2013-5-13 10:58:18

重装过运行库了还是不行 游戏也充装过 不行
作者: xialei_026    时间: 2013-5-13 12:51:15

bhjkyur1 发表于 2013-5-13 10:58
重装过运行库了还是不行 游戏也充装过 不行


是在哪里下载的游戏?你看看游戏文件是否完整。
作者: bhjkyur1    时间: 2013-5-13 13:11:13

3dm
下的完整的
作者: locker1860    时间: 2014-1-7 10:27:34

bhjkyur1 发表于 2013-5-13 10:58
重装过运行库了还是不行 游戏也充装过 不行

这个问题貌似只有一部分人出,而且很久了没人真正解决,我也是这个问题…………

谷歌搜到老外的一个网站给出了一个解决方案,用移动银盘把整个游戏考到另外一台电脑上,在那台电脑上把什么都搞定了再覆盖回来。
老外的脑子是挺活泛的……
我也是最近纠结了3天,终于找到解决办法,差点就怒删了。

虽然过去很久了,但愿能帮到你……






欢迎光临 游侠NETSHOW论坛 (https://game.ali213.net/) Powered by Discuz! X2