访达 发表于 2021-2-24 19:02:31

请问激活器无法运行怎么办?

请问激活器无法运行怎么办?是在应用宝下载的。
提示:应用程序中发生了未经处理的异常。····
未将对象引用设置到对象实例。。
详细信息:有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。

************** 异常文本 **************
System.NullReferenceException: 未将对象引用设置到对象的实例。
   在 p3dv5kg.Form1.btnActivate_Click(Object sender, EventArgs e)
   在 System.Windows.Forms.Control.OnClick(EventArgs e)
   在 System.Windows.Forms.Button.OnClick(EventArgs e)
   在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   在 System.Windows.Forms.Control.WndProc(Message& m)
   在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
   在 System.Windows.Forms.Button.WndProc(Message& m)
   在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** 已加载的程序集 **************
mscorlib
    程序集版本:4.0.0.0
    Win32 版本:4.8.4300.0 built by: NET48REL1LAST_C
    基本代码:file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
p3dv5kg
    程序集版本:1.0.0.0
    Win32 版本:1.0.0.0
    基本代码:file:///G:/Program%20Files/Lockheed%20Martin/Prepar3D%20v5/p3dv5kg.exe
----------------------------------------
System.Windows.Forms
    程序集版本:4.0.0.0
    Win32 版本:4.8.4270.0 built by: NET48REL1LAST_C
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    程序集版本:4.0.0.0
    Win32 版本:4.8.4300.0 built by: NET48REL1LAST_C
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    程序集版本:4.0.0.0
    Win32 版本:4.8.4084.0 built by: NET48REL1
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
mscorlib.resources
    程序集版本:4.0.0.0
    Win32 版本:4.8.4084.0 built by: NET48REL1
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Configuration
    程序集版本:4.0.0.0
    Win32 版本:4.8.4190.0 built by: NET48REL1LAST_B
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    程序集版本:4.0.0.0
    Win32 版本:4.8.4320.0 built by: NET48REL1LAST_C
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
    程序集版本:4.0.0.0
    Win32 版本:4.8.4084.0 built by: NET48REL1
    基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Windows.Forms.resources
    程序集版本:4.0.0.0
    Win32 版本:4.8.4084.0 built by: NET48REL1
    基本代码: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 调试程序,
而不是由此对话框处理。

求助,谢谢

caijie581112 发表于 2021-2-28 13:45:05

激活器无法运行的原因有很多都是操作系统导致的,你关闭smartscreen,关闭防病毒和防火墙就应该可以运行了

xiaoxu233 发表于 2021-2-24 19:46:36

你这应该没有hosts,去网上下一个hosts文件,安装到对应位置

1124016232 发表于 2021-2-24 21:34:45

不可能不能运行

sweet1208 发表于 2021-2-24 22:30:45

去其他站重新下个和谐器试试

18922832392 发表于 2021-2-25 20:40:02

不可能                           

1546983324 发表于 2021-2-26 15:55:41

是不是杀毒软件拦截之类的

sandcam 发表于 2021-2-28 13:27:05

学习了                                    

pxcv11 发表于 2021-2-28 16:21:03

安装微软net framework3.5就行了

2020666 发表于 2021-3-1 20:51:38

关掉杀毒软件试试                                 

访达 发表于 2021-3-6 09:23:45

pxcv11 发表于 2021-2-28 16:21
安装微软net framework3.5就行了

安装了微软net framework3.5

访达 发表于 2021-3-6 09:25:55

2020666 发表于 2021-3-1 20:51
关掉杀毒软件试试

试了关掉杀毒软件,不好使

访达 发表于 2021-3-6 09:26:25

sweet1208 发表于 2021-2-24 22:30
去其他站重新下个和谐器试试

几乎每个站的和谐器都试了

访达 发表于 2021-3-6 09:26:51

xiaoxu233 发表于 2021-2-24 19:46
你这应该没有hosts,去网上下一个hosts文件,安装到对应位置

却少什么hosts?谢谢

访达 发表于 2021-3-6 09:34:53

xiaoxu233 发表于 2021-2-24 19:46
你这应该没有hosts,去网上下一个hosts文件,安装到对应位置

hosts有,但是依然这样

cris2760 发表于 2021-3-11 14:40:38

不可能不能运行

cris2760 发表于 2021-3-11 14:41:11

去其他站重新下个和谐器试试

手撕作业本 发表于 2021-3-11 19:23:00

看看是不是杀毒问题

sandcam 发表于 2021-3-11 20:53:32

学习了                                    

,_HXW2F 发表于 2021-3-15 12:18:52

在sino上找luofu22的帖子里有和谐前预设值
页: [1] 2
查看完整版本: 请问激活器无法运行怎么办?