Crash on Application Quit


using IronPython.Hosting;
using UnityEngine;

public class Main : MonoBehaviour {
void Awake () {
var engine = Python.CreateEngine();
engine.Runtime.LoadAssembly(typeof(GameObject).Assembly);
var scope = engine.CreateScope();
var source =
“from UnityEngine import Debug, Vector3\n” +
“def test():\n” +
" Debug.Log(Vector3.zero)\n";

var scrpit = engine.CreateScriptSourceFromString(source);
scrpit.Execute(scope);
dynamic test = scope.GetVariable(“test”);
test();
}
}


this is a very simple test code
if source has not import any UnityEngine’s Object, it will exit normally in Windows Player
if not ,it will crash on quit in Windows Playe every time
the following is a crash report


Initialize engine version: 5.6.0xMono-Runtime-Upgrade-b5 (860e381a5579)
GfxDevice: creating device client; threaded=1
Direct3D:
Version: Direct3D 11.0 [level 11.0]
Renderer: NVIDIA GeForce GT 630 (ID=0xf00)
Vendor: NVIDIA
VRAM: 978 MB
Driver: 21.21.13.7653
Begin MonoManager ReloadAssembly
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\UnityEngine.dll into Unity Child Domain
Platform assembly: D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\System.Core.dll (this message is harmless)
Platform assembly: D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\System.dll (this message is harmless)
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\Assembly-CSharp.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\UnityEngine.UI.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\UnityEngine.Networking.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\UnityEngine.TestRunner.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\nunit.framework.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\DOTween.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\DOTween.Dynamic.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\DOTween43.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\DOTween46.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\DOTween50.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\IronPython.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\IronPython.Modules.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\Microsoft.Dynamic.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\Microsoft.Scripting.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\Microsoft.Scripting.Metadata.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\YamlDotNet.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\YamlDotNet.Dynamic.dll into Unity Child Domain
Loading D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\SkilledDriver.dll into Unity Child Domain

  • Completed reload, in 1.338 seconds
    WARNING: Shader Unsupported: ‘Hidden/VideoDecodeGLSL’ - Pass ‘FLIP_RGBARECT_TO_RGBA’ has no vertex shader
    WARNING: Shader Unsupported: ‘Hidden/VideoDecodeGLSL’ - Setting to default shader.
    Initializing input.

Input initialized.

desktop: 1680x1050 60Hz; virtual: 3360x1050 at 0,0
Initialized touch support.

UnloadTime: 1.604001 ms
Platform assembly: D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\Microsoft.CSharp.dll (this message is harmless)
Platform assembly: D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\System.Numerics.dll (this message is harmless)
Platform assembly: D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\System.Configuration.dll (this message is harmless)
Platform assembly: D:\Workspace\Unity\Game Master\build\Game Master_Data\Managed\System.Xml.dll (this message is harmless)
(0.0, 0.0, 0.0)

(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

Setting up 1 worker threads for Enlighten.
Thread → id: 46c → priority: 1
Crash!!!
SymInit: Symbol-SearchPath: ‘.;D:\Workspace\Unity\Game Master\build;D:\Workspace\Unity\Game Master\build;C:\Windows;C:\Windows\system32;SRVC:\websymbolshttp://msdl.microsoft.com/download/symbols;’, symOptions: 530, UserName: ‘LuRenJie’
OS-Version: 10.0.14393 () 0x100-0x1
D:\Workspace\Unity\Game Master\build\Game Master.exe:Game Master.exe (013E0000), size: 19177472 (result: 0), SymType: ‘-exported-’, PDB: ‘D:\Workspace\Unity\Game Master\build\Game Master.exe’, fileVersion: 5.6.0.3640
C:\Windows\SYSTEM32\ntdll.dll:ntdll.dll (77B50000), size: 1585152 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\ntdll.dll’, fileVersion: 10.0.14393.479
C:\Windows\System32\KERNEL32.DLL:KERNEL32.DLL (77520000), size: 917504 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\KERNEL32.DLL’, fileVersion: 10.0.14393.0
C:\Windows\System32\KERNELBASE.dll:KERNELBASE.dll (779A0000), size: 1708032 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\KERNELBASE.dll’, fileVersion: 10.0.14393.479
C:\Windows\System32\USER32.dll:USER32.dll (77020000), size: 1437696 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\USER32.dll’, fileVersion: 10.0.14393.576
C:\Windows\System32\win32u.dll:win32u.dll (74D80000), size: 86016 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\win32u.dll’, fileVersion: 10.0.14393.51
C:\Windows\System32\GDI32.dll:GDI32.dll (746A0000), size: 176128 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\GDI32.dll’, fileVersion: 10.0.14393.206
C:\Windows\System32\gdi32full.dll:gdi32full.dll (74BC0000), size: 1421312 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\gdi32full.dll’, fileVersion: 10.0.14393.576
C:\Windows\System32\ole32.dll:hushed:le32.dll (77600000), size: 958464 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\ole32.dll’, fileVersion: 10.0.14393.576
C:\Windows\System32\combase.dll:combase.dll (77180000), size: 2166784 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\combase.dll’, fileVersion: 10.0.14393.576
C:\Windows\System32\ucrtbase.dll:ucrtbase.dll (74780000), size: 917504 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\ucrtbase.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\RPCRT4.dll:RPCRT4.dll (74E30000), size: 790528 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\RPCRT4.dll’, fileVersion: 10.0.14393.82
C:\Windows\System32\SspiCli.dll:SspiCli.dll (74610000), size: 122880 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\SspiCli.dll’, fileVersion: 10.0.14393.576
C:\Windows\System32\CRYPTBASE.dll:CRYPTBASE.dll (74600000), size: 40960 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\CRYPTBASE.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (74640000), size: 368640 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\bcryptPrimitives.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\sechost.dll:sechost.dll (749C0000), size: 266240 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\sechost.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\SHLWAPI.dll:SHLWAPI.dll (74B70000), size: 286720 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\SHLWAPI.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\msvcrt.dll:msvcrt.dll (74A10000), size: 778240 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\msvcrt.dll’, fileVersion: 7.0.14393.0
C:\Windows\System32\ADVAPI32.dll:ADVAPI32.dll (77920000), size: 487424 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\ADVAPI32.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\SHELL32.dll:SHELL32.dll (75400000), size: 20811776 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\SHELL32.dll’, fileVersion: 10.0.14393.693
C:\Windows\System32\cfgmgr32.dll:cfgmgr32.dll (74D40000), size: 221184 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\cfgmgr32.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\windows.storage.dll:windows.storage.dll (76AB0000), size: 5693440 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\windows.storage.dll’, fileVersion: 10.0.14393.479
C:\Windows\System32\powrprof.dll:powrprof.dll (74730000), size: 282624 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\powrprof.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\kernel.appcore.dll:kernel.appcore.dll (74D20000), size: 53248 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\kernel.appcore.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\shcore.dll:shcore.dll (769A0000), size: 557056 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\shcore.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\profapi.dll:profapi.dll (74DA0000), size: 61440 (result: 0), SymType: ‘-nosymbols-’, PDB: ‘C:\Windows\System32\profapi.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\WS2_32.dll:WS2_32.dll (74950000), size: 405504 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\WS2_32.dll’, fileVersion: 10.0.14393.206
C:\Windows\System32\OLEAUT32.dll:OLEAUT32.dll (74AD0000), size: 606208 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\OLEAUT32.dll’, fileVersion: 10.0.14393.447
C:\Windows\System32\msvcp_win.dll:msvcp_win.dll (74DB0000), size: 503808 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\msvcp_win.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\IMM32.dll:IMM32.dll (76960000), size: 151552 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\IMM32.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\HID.DLL:HID.DLL (6C280000), size: 40960 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\HID.DLL’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\VERSION.dll:VERSION.dll (745C0000), size: 32768 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\VERSION.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\OPENGL32.dll:OPENGL32.dll (68580000), size: 917504 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\OPENGL32.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\WINMM.dll:WINMM.dll (741E0000), size: 147456 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\WINMM.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\DNSAPI.dll:smile:NSAPI.dll (73F90000), size: 507904 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\DNSAPI.dll’, fileVersion: 10.0.14393.206
C:\Windows\System32\NSI.dll:NSI.dll (76990000), size: 28672 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\NSI.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (74480000), size: 192512 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\IPHLPAPI.DLL’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\WINHTTP.dll:WINHTTP.dll (73B30000), size: 655360 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\WINHTTP.dll’, fileVersion: 10.0.14393.351
C:\Windows\SYSTEM32\GLU32.dll:GLU32.dll (50B60000), size: 151552 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\GLU32.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\DDRAW.dll:smile:DRAW.dll (00DE0000), size: 970752 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\DDRAW.dll’, fileVersion: 10.0.14393.447
C:\Windows\SYSTEM32\WINMMBASE.dll:WINMMBASE.dll (741B0000), size: 143360 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\WINMMBASE.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\DCIMAN32.dll:smile:CIMAN32.dll (50620000), size: 28672 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\DCIMAN32.dll’, fileVersion: 10.0.14393.0
C:\Windows\system32\uxtheme.dll:uxtheme.dll (6F080000), size: 479232 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\system32\uxtheme.dll’, fileVersion: 10.0.14393.0
D:\Workspace\Unity\Game Master\build\Game Master_Data\MonoBleedingEdge\EmbedRuntime\mono-2.0-boehm.dll:mono-2.0-boehm.dll (10000000), size: 3911680 (result: 0), SymType: ‘-exported-’, PDB: ‘D:\Workspace\Unity\Game Master\build\Game Master_Data\MonoBleedingEdge\EmbedRuntime\mono-2.0-boehm.dll’
C:\Windows\System32\PSAPI.DLL:pSAPI.DLL (74630000), size: 24576 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\PSAPI.DLL’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\MSWSOCK.dll:MSWSOCK.dll (72CB0000), size: 319488 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\MSWSOCK.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\MSCTF.dll:MSCTF.dll (776F0000), size: 1265664 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\MSCTF.dll’, fileVersion: 10.0.14393.479
C:\Windows\system32\dwmapi.dll:dwmapi.dll (6EFB0000), size: 126976 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\system32\dwmapi.dll’, fileVersion: 10.0.14393.206
C:\Windows\SYSTEM32\d3d11.dll:d3d11.dll (68F50000), size: 2289664 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\d3d11.dll’, fileVersion: 10.0.14393.479
C:\Windows\SYSTEM32\dxgi.dll:dxgi.dll (695B0000), size: 540672 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\dxgi.dll’, fileVersion: 10.0.14393.479
C:\Windows\System32\DriverStore\FileRepository\nv_dispiwu.inf_amd64_b67dc924fff8de6d\nvwgf2um.dll:nvwgf2um.dll (5D530000), size: 20688896 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\DriverStore\FileRepository\nv_dispiwu.inf_amd64_b67dc924fff8de6d\nvwgf2um.dll’, fileVersion: 21.21.13.7653
C:\Windows\SYSTEM32\bcrypt.dll:bcrypt.dll (72DC0000), size: 110592 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\bcrypt.dll’, fileVersion: 10.0.14393.576
C:\Windows\system32\nvspcap.dll:nvspcap.dll (60A50000), size: 1380352 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\system32\nvspcap.dll’, fileVersion: 2.11.4.0
C:\Windows\System32\SETUPAPI.dll:SETUPAPI.dll (74F50000), size: 4239360 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\SETUPAPI.dll’, fileVersion: 10.0.14393.0
C:\Windows\system32\nvapi.dll:nvapi.dll (606C0000), size: 3698688 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\system32\nvapi.dll’, fileVersion: 21.21.13.7653
C:\Windows\System32\clbcatq.dll:clbcatq.dll (77890000), size: 540672 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\clbcatq.dll’, fileVersion: 2001.12.10941.16384
C:\Windows\system32\wbem\wbemprox.dll:wbemprox.dll (72D60000), size: 53248 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\system32\wbem\wbemprox.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\wbemcomn.dll:wbemcomn.dll (71C60000), size: 421888 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\wbemcomn.dll’, fileVersion: 10.0.14393.0
C:\Users\LuRenJie\AppData\Roaming\TaobaoProtect\TaobaoProtectSE.dll:TaobaoProtectSE.dll (6EFE0000), size: 602112 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Users\LuRenJie\AppData\Roaming\TaobaoProtect\TaobaoProtectSE.dll’, fileVersion: 2.4.2.5
C:\Windows\System32\CRYPT32.dll:CRYPT32.dll (773A0000), size: 1560576 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\CRYPT32.dll’, fileVersion: 10.0.14393.351
C:\Windows\System32\MSASN1.dll:MSASN1.dll (74D30000), size: 57344 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\MSASN1.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\sfc.dll:sfc.dll (07590000), size: 12288 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\sfc.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\sfc_os.DLL:sfc_os.DLL (6EFD0000), size: 61440 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\sfc_os.DLL’, fileVersion: 10.0.14393.0
C:\Windows\system32\wbem\wbemsvc.dll:wbemsvc.dll (72D40000), size: 65536 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\system32\wbem\wbemsvc.dll’, fileVersion: 10.0.14393.0
C:\Windows\system32\wbem\fastprox.dll:fastprox.dll (70600000), size: 794624 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\system32\wbem\fastprox.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\MMDevApi.dll:MMDevApi.dll (68E70000), size: 360448 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\MMDevApi.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\DEVOBJ.dll:smile:EVOBJ.dll (6F3F0000), size: 139264 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\DEVOBJ.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\PROPSYS.dll:pROPSYS.dll (704B0000), size: 1372160 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\PROPSYS.dll’, fileVersion: 7.0.14393.0
C:\Windows\SYSTEM32\wdmaud.drv:wdmaud.drv (644B0000), size: 233472 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\wdmaud.drv’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\ksuser.dll:ksuser.dll (0DDE0000), size: 28672 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\ksuser.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\AVRT.dll:AVRT.dll (6DE20000), size: 36864 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\AVRT.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (68ED0000), size: 503808 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\AUDIOSES.DLL’, fileVersion: 10.0.14393.447
C:\Windows\SYSTEM32\wintypes.dll:wintypes.dll (67A60000), size: 847872 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\wintypes.dll’, fileVersion: 10.0.14393.576
C:\Windows\SYSTEM32\msacm32.drv:msacm32.drv (6B6F0000), size: 40960 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\msacm32.drv’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\MSACM32.dll:MSACM32.dll (6D970000), size: 98304 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\MSACM32.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\midimap.dll:midimap.dll (6B4E0000), size: 32768 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\midimap.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\xinput1_3.dll:xinput1_3.dll (00400000), size: 90112 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\xinput1_3.dll’, fileVersion: 9.18.944.0
C:\Windows\System32\huar.343.157.dll:huar.343.157.dll (6E960000), size: 1150976 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\huar.343.157.dll’, fileVersion: 4.0.0.343
C:\Windows\System32\MSIMG32.dll:MSIMG32.dll (6EC30000), size: 24576 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\MSIMG32.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (70490000), size: 77824 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\CRYPTSP.dll’, fileVersion: 10.0.14393.0
C:\Windows\system32\rsaenh.dll:rsaenh.dll (70460000), size: 192512 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\system32\rsaenh.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (72DA0000), size: 77824 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\dhcpcsvc6.DLL’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (74160000), size: 81920 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\dhcpcsvc.DLL’, fileVersion: 10.0.14393.0
C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (72D50000), size: 32768 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\rasadhlp.dll’, fileVersion: 10.0.14393.0
C:\Windows\System32\fwpuclnt.dll:fwpuclnt.dll (71CD0000), size: 299008 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\System32\fwpuclnt.dll’, fileVersion: 10.0.14393.0
C:\Windows\SYSTEM32\dbghelp.dll:dbghelp.dll (72460000), size: 1331200 (result: 0), SymType: ‘-exported-’, PDB: ‘C:\Windows\SYSTEM32\dbghelp.dll’, fileVersion: 10.0.14321.1024

========== OUTPUTING STACK TRACE ==================

0x101DD3E3 (mono-2.0-boehm) mono_g_hash_table_destroy
0x101E6AAB (mono-2.0-boehm) mono_debug_symfile_lookup_method
0x1015B94E (mono-2.0-boehm) mono_assembly_open_full
0x101935CC (mono-2.0-boehm) mono_domain_free
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。

’ (Address: 100018D6)
0x100018D6 (mono-2.0-boehm)
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。

’ (Address: 01ADCF65)
0x01ADCF65 (Game Master)
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。

’ (Address: 014572C3)
0x014572C3 (Game Master)
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。

’ (Address: 01462EA4)
0x01462EA4 (Game Master)
0x7704D2B3 (USER32) SetManipulationInputTarget
0x7702E88A (USER32) DispatchMessageW
0x7702E4C0 (USER32) DispatchMessageW
0x77038B09 (USER32) MsgWaitForMultipleObjectsEx
0x77BC08C6 (ntdll) KiUserCallbackDispatcher
0x7702F90B (USER32) DispatchMessageW
0x6F0B342E (uxtheme) GetThemePosition
0x6F0B31B5 (uxtheme) GetThemePosition
0x6F0A6BB8 (uxtheme) OpenThemeData
0x6F0A65E8 (uxtheme) OpenThemeData
0x7702FB93 (USER32) DispatchMessageW
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。

’ (Address: 014630A7)
0x014630A7 (Game Master)
0x7704D2B3 (USER32) SetManipulationInputTarget
0x7702E88A (USER32) DispatchMessageW
0x7702E4C0 (USER32) DispatchMessageW
0x77038B09 (USER32) MsgWaitForMultipleObjectsEx
0x77BC08C6 (ntdll) KiUserCallbackDispatcher
0x7702F90B (USER32) DispatchMessageW
0x6F0B342E (uxtheme) GetThemePosition
0x6F0B3166 (uxtheme) GetThemePosition
0x6F0A6BB8 (uxtheme) OpenThemeData
0x6F0A65E8 (uxtheme) OpenThemeData
0x7702FB93 (USER32) DispatchMessageW
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。

’ (Address: 014630A7)
0x014630A7 (Game Master)
0x7704D2B3 (USER32) SetManipulationInputTarget
0x7702E88A (USER32) DispatchMessageW
0x7702E1E4 (USER32) DispatchMessageW
0x7704BC10 (USER32) DispatchMessageA
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。

’ (Address: 01C1B11F)
0x01C1B11F (Game Master)
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。

’ (Address: 01457583)
0x01457583 (Game Master)
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。

’ (Address: 0146606A)
0x0146606A (Game Master)
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。

’ (Address: 01C27948)
0x01C27948 (Game Master)
ERROR: SymGetSymFromAddr64, GetLastError: '试图访问无效的地址。

’ (Address: 01C65774)
0x01C65774 (Game Master)
0x775362C4 (KERNEL32) BaseThreadInitThunk
0x77BB0FD9 (ntdll) RtlSubscribeWnfStateChangeNotification
0x77BB0FA4 (ntdll) RtlSubscribeWnfStateChangeNotification

========== END OF STACKTRACE ===========

**** Crash! ****

my local language is chinese
The translation of ‘试图访问无效的地址’ is ‘Attempting to access an invalid address’

Can you submit a bug report with a project that reproduces this issue? We would like to investigate it. Thanks!

case’s ticket: 892079_4h7trmvlda6itnub

Thanks, we will investigate this bug report!