Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
This question was closed Nov 19, 2015 at 08:19 AM by krab24 for the following reason:

Fixed in 5.3 Version.

avatar image
0
Question by krab24 · Nov 18, 2015 at 01:06 PM · networkingwebgl

I get a Crash when i close connection in Coroutine

 public class VKNetworkManager : NetworkManager {
 
 public override void OnStartServer(){
         base.OnStartServer ();
         NetworkServer.RegisterHandler(LOGIN_CODE, OnVKLogin);
     }
 
 void OnVKLogin(NetworkMessage netMsg)
     {

// get params from request and prepare www StartCoroutine(SendLogin(www, netMsg.conn)); }

 IEnumerator SendLogin(WWW www, NetworkConnection conn){
         yield return www;
         if (www.error == null && www.text!=null) {
                 //....
                 } else {
             conn.Disconnect (); // crash in this place
         }

Editor LOG:

Crash!!! SymInit: Symbol-SearchPath: 'D:/unity5.2.2f/Editor/Data/MonoEmbedRuntime;.;D:\workNew\unityserver;D:\unity5.2.2f\Editor;C:\Windows;C:\Windows\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: '***' OS-Version: 6.1.7601 (Service Pack 1) 0x100-0x1 D:\unity5.2.2f\Editor\Unity.exe:Unity.exe (0000000140000000), size: 55062528 (result: 0), SymType: 'PDB', PDB: 'D:\unity5.2.2f\Editor\Unity_x64.pdb', fileVersion: 5.2.2.22320 C:\Windows\SYSTEM32\ntdll.dll:ntdll.dll (0000000077030000), size: 1740800 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\ntdll.dll', fileVersion: 6.1.7601.18247 C:\Windows\system32\kernel32.dll:kernel32.dll (0000000076F10000), size: 1175552 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\kernel32.dll', fileVersion: 6.1.7601.18015 C:\Windows\system32\KERNELBASE.dll:KERNELBASE.dll (000007FEFD170000), size: 438272 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\KERNELBASE.dll', fileVersion: 6.1.7601.18015 C:\Windows\System32\SYSFER.DLL:SYSFER.DLL (0000000074CD0000), size: 561152 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\SYSFER.DLL', fileVersion: 12.1.6168.6000 D:\unity5.2.2f\Editor\FreeImage.dll:FreeImage.dll (0000000180000000), size: 2777088 (result: 0), SymType: '-exported-', PDB: 'D:\unity5.2.2f\Editor\FreeImage.dll', fileVersion: 3.11.0.0 C:\Windows\system32\USER32.dll:USER32.dll (0000000076E10000), size: 1024000 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\USER32.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\GDI32.dll:GDI32.dll (000007FEFED10000), size: 421888 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\GDI32.dll', fileVersion: 6.1.7601.18778 C:\Windows\system32\LPK.dll:LPK.dll (000007FEFD350000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\LPK.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\USP10.dll:USP10.dll (000007FEFE720000), size: 823296 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\USP10.dll', fileVersion: 1.626.7601.18454 C:\Windows\system32\msvcrt.dll:msvcrt.dll (000007FEFEA80000), size: 651264 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\msvcrt.dll', fileVersion: 7.0.7600.16385 C:\Windows\system32\ole32.dll:ole32.dll (000007FEFE7F0000), size: 2109440 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\ole32.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\RPCRT4.dll:RPCRT4.dll (000007FEFD3E0000), size: 1232896 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\RPCRT4.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\WS2_32.dll:WS2_32.dll (000007FEFED80000), size: 315392 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WS2_32.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\NSI.dll:NSI.dll (000007FEFF330000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\NSI.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\HID.DLL:HID.DLL (000007FEFB2F0000), size: 45056 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\HID.DLL', fileVersion: 6.1.7600.16385 D:\unity5.2.2f\Editor\TextureConverter.dll:TextureConverter.dll (000007FEEB9E0000), size: 6627328 (result: 0), SymType: '-exported-', PDB: 'D:\unity5.2.2f\Editor\TextureConverter.dll' D:\unity5.2.2f\Editor\umbraoptimizer64.dll:umbraoptimizer64.dll (000007FEEB860000), size: 1515520 (result: 0), SymType: '-exported-', PDB: 'D:\unity5.2.2f\Editor\umbraoptimizer64.dll' C:\Windows\system32\ADVAPI32.dll:ADVAPI32.dll (000007FEFE3C0000), size: 897024 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\ADVAPI32.dll', fileVersion: 6.1.7601.18247 C:\Windows\SYSTEM32\sechost.dll:sechost.dll (000007FEFF2E0000), size: 126976 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\sechost.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\WLDAP32.dll:WLDAP32.dll (000007FEFE2A0000), size: 335872 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WLDAP32.dll', fileVersion: 6.1.7601.17514 D:\unity5.2.2f\Editor\libcef.dll:libcef.dll (000007FEE8690000), size: 52178944 (result: 0), SymType: '-exported-', PDB: 'D:\unity5.2.2f\Editor\libcef.dll', fileVersion: 3.2062.1930.0 C:\Windows\system32\PSAPI.DLL:PSAPI.DLL (00000000771F0000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\PSAPI.DLL', fileVersion: 6.1.7600.16385 C:\Windows\system32\SHLWAPI.dll:SHLWAPI.dll (000007FEFEA00000), size: 462848 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\SHLWAPI.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\WINSPOOL.DRV:WINSPOOL.DRV (000007FEF9A10000), size: 462848 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINSPOOL.DRV', fileVersion: 6.1.7601.17514 C:\Windows\system32\COMDLG32.dll:COMDLG32.dll (000007FEFE300000), size: 618496 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\COMDLG32.dll', fileVersion: 6.1.7601.17514 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll:COMCTL32.dll (000007FEFB710000), size: 2048000 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll', fileVersion: 6.10.7601.17514 C:\Windows\system32\SHELL32.dll:SHELL32.dll (000007FEFD510000), size: 14188544 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\SHELL32.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\OLEAUT32.dll:OLEAUT32.dll (000007FEFEB20000), size: 880640 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\OLEAUT32.dll', fileVersion: 6.1.7601.18640 C:\Windows\system32\WINHTTP.dll:WINHTTP.dll (000007FEF8B90000), size: 462848 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINHTTP.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\webio.dll:webio.dll (000007FEF8B20000), size: 409600 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Windows\system32\webio.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\USERENV.dll:USERENV.dll (000007FEFC270000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\USERENV.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\profapi.dll:profapi.dll (000007FEFCF80000), size: 61440 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Windows\system32\profapi.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\urlmon.dll:urlmon.dll (000007FEFF160000), size: 1540096 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\urlmon.dll', fileVersion: 8.0.7601.17514 C:\Windows\system32\WININET.dll:WININET.dll (000007FEFF030000), size: 1220608 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WININET.dll', fileVersion: 8.0.7601.17514 C:\Windows\system32\iertutil.dll:iertutil.dll (000007FEFEDD0000), size: 2461696 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\iertutil.dll', fileVersion: 8.0.7601.17514 C:\Windows\system32\CRYPT32.dll:CRYPT32.dll (000007FEFD1E0000), size: 1470464 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\CRYPT32.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\MSASN1.dll:MSASN1.dll (000007FEFD020000), size: 61440 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSASN1.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\dhcpcsvc.DLL:dhcpcsvc.DLL (000007FEFA100000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dhcpcsvc.DLL', fileVersion: 6.1.7600.16385 C:\Windows\system32\WTSAPI32.dll:WTSAPI32.dll (000007FEFC1F0000), size: 69632 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WTSAPI32.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\Secur32.dll:Secur32.dll (000007FEFCAB0000), size: 45056 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\Secur32.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\SSPICLI.DLL:SSPICLI.DLL (000007FEFCDD0000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\SSPICLI.DLL', fileVersion: 6.1.7601.17514 C:\Windows\system32\IPHLPAPI.DLL:IPHLPAPI.DLL (000007FEFA2E0000), size: 159744 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\IPHLPAPI.DLL', fileVersion: 6.1.7601.17514 C:\Windows\system32\WINNSI.DLL:WINNSI.DLL (000007FEFA2D0000), size: 45056 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINNSI.DLL', fileVersion: 6.1.7600.16385 C:\Windows\system32\IMM32.dll:IMM32.dll (000007FEFF300000), size: 188416 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\IMM32.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\MSCTF.dll:MSCTF.dll (000007FEFEC00000), size: 1085440 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSCTF.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\OLEACC.dll:OLEACC.dll (000007FEF99B0000), size: 344064 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\OLEACC.dll', fileVersion: 7.0.0.0 C:\Windows\system32\WINMM.dll:WINMM.dll (000007FEFB040000), size: 241664 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINMM.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\VERSION.dll:VERSION.dll (000007FEFC030000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\VERSION.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\SETUPAPI.dll:SETUPAPI.dll (000007FEFE4A0000), size: 1929216 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\SETUPAPI.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\CFGMGR32.dll:CFGMGR32.dll (000007FEFD030000), size: 221184 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\CFGMGR32.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\DEVOBJ.dll:DEVOBJ.dll (000007FEFD150000), size: 106496 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\DEVOBJ.dll', fileVersion: 6.1.7600.16385 D:\unity5.2.2f\Editor\slapi.dll:slapi.dll (000007FEE8020000), size: 6692864 (result: 0), SymType: '-exported-', PDB: 'D:\unity5.2.2f\Editor\slapi.dll', fileVersion: 15.0.9350.0 C:\Windows\system32\MSVCP100.dll:MSVCP100.dll (000000006EE70000), size: 622592 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSVCP100.dll', fileVersion: 10.0.40219.1 C:\Windows\system32\MSVCR100.dll:MSVCR100.dll (000000006F570000), size: 860160 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSVCR100.dll', fileVersion: 10.0.40219.1 C:\Windows\system32\OPENGL32.dll:OPENGL32.dll (000007FEF20E0000), size: 1167360 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\OPENGL32.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\GLU32.dll:GLU32.dll (000007FEF2020000), size: 184320 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\GLU32.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\DDRAW.dll:DDRAW.dll (000007FEF1EF0000), size: 987136 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\DDRAW.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\DCIMAN32.dll:DCIMAN32.dll (000007FEF1EE0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\DCIMAN32.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\dwmapi.dll:dwmapi.dll (000007FEFB2D0000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dwmapi.dll', fileVersion: 6.1.7600.16385 D:\unity5.2.2f\Editor\LIBPQ.dll:LIBPQ.dll (000007FEE7E40000), size: 1957888 (result: 0), SymType: '-exported-', PDB: 'D:\unity5.2.2f\Editor\LIBPQ.dll', fileVersion: 9.3.2.14296 C:\Windows\system32\WSOCK32.dll:WSOCK32.dll (000007FEF83B0000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WSOCK32.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\MSACM32.dll:MSACM32.dll (000007FEFABE0000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSACM32.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\DNSAPI.dll:DNSAPI.dll (000007FEFC5E0000), size: 372736 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\DNSAPI.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\apphelp.dll:apphelp.dll (000007FEFCE00000), size: 356352 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\apphelp.dll', fileVersion: 6.1.7601.17514 C:\Windows\AppPatch\AppPatch64\AcXtrnal.DLL:AcXtrnal.DLL (000007FEE1100000), size: 4616192 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\AppPatch\AppPatch64\AcXtrnal.DLL', fileVersion: 6.1.7600.16385 C:\Windows\system32\nvinitx.dll:nvinitx.dll (000007FEFCF30000), size: 286720 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\nvinitx.dll', fileVersion: 9.18.13.2049 C:\Program Files\NVIDIA Corporation\CoProcManager\detoured.dll:detoured.dll (000000000F000000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\NVIDIA Corporation\CoProcManager\detoured.dll' C:\Program Files\NVIDIA Corporation\CoProcManager\nvd3d9wrapx.dll:nvd3d9wrapx.dll (000007FEFA750000), size: 348160 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\NVIDIA Corporation\CoProcManager\nvd3d9wrapx.dll', fileVersion: 8.17.13.2049 C:\Program Files\NVIDIA Corporation\CoProcManager\nvdxgiwrapx.dll:nvdxgiwrapx.dll (000007FEFA710000), size: 249856 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files\NVIDIA Corporation\CoProcManager\nvdxgiwrapx.dll', fileVersion: 8.17.13.2049 C:\Windows\system32\CRYPTBASE.dll:CRYPTBASE.dll (000007FEFCE60000), size: 61440 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\CRYPTBASE.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\uxtheme.dll:uxtheme.dll (000007FEFB6B0000), size: 352256 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\uxtheme.dll', fileVersion: 6.1.7600.16385 C:\Program Files (x86)\TeamViewer\tv_x64.dll:tv_x64.dll (000007FEF16D0000), size: 294912 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\TeamViewer\tv_x64.dll', fileVersion: 10.0.47484.0 C:\Windows\system32\CLBCatQ.DLL:CLBCatQ.DLL (000007FEFE680000), size: 626688 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\CLBCatQ.DLL', fileVersion: 2001.12.8530.16385 C:\Windows\system32\wbem\wbemprox.dll:wbemprox.dll (000007FEF8110000), size: 61440 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\wbem\wbemprox.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\wbemcomn.dll:wbemcomn.dll (000007FEF8080000), size: 548864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\wbemcomn.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\CRYPTSP.dll:CRYPTSP.dll (000007FEFC7C0000), size: 94208 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\CRYPTSP.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\rsaenh.dll:rsaenh.dll (000007FEFC4C0000), size: 290816 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\rsaenh.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\RpcRtRemote.dll:RpcRtRemote.dll (000007FEFCF10000), size: 81920 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\RpcRtRemote.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\wbem\wbemsvc.dll:wbemsvc.dll (000007FEF78B0000), size: 81920 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\wbem\wbemsvc.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\wbem\fastprox.dll:fastprox.dll (000007FEF7A50000), size: 925696 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\wbem\fastprox.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\NTDSAPI.dll:NTDSAPI.dll (000007FEF9030000), size: 159744 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\NTDSAPI.dll', fileVersion: 6.1.7600.16385 D:\unity5.2.2f\Editor\Data\Mono\EmbedRuntime\mono.dll:mono.dll (000007FEE78C0000), size: 2990080 (result: 0), SymType: 'PDB', PDB: 'D:\unity5.2.2f\Editor\mono.pdb', fileVersion: 1.0.0.1 C:\Windows\system32\MSWSOCK.dll:MSWSOCK.dll (000007FEFC760000), size: 348160 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSWSOCK.dll', fileVersion: 6.1.7601.17514 C:\Windows\System32\wshtcpip.dll:wshtcpip.dll (000007FEFC130000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\wshtcpip.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\RASAPI32.dll:RASAPI32.dll (000007FEEF050000), size: 401408 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\RASAPI32.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\rasman.dll:rasman.dll (000007FEEF030000), size: 114688 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\rasman.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\rtutils.dll:rtutils.dll (000007FEFA890000), size: 69632 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\rtutils.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\sensapi.dll:sensapi.dll (000007FEEE930000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\sensapi.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (000007FEFA120000), size: 69632 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dhcpcsvc6.DLL', fileVersion: 6.1.7600.16385 C:\Windows\system32\NLAapi.dll:NLAapi.dll (000007FEFADD0000), size: 86016 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\NLAapi.dll', fileVersion: 6.1.7601.17964 C:\Windows\system32\audioses.dll:audioses.dll (000007FEFAC10000), size: 323584 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\audioses.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\MMDevAPI.DLL:MMDevAPI.DLL (000007FEFBD60000), size: 307200 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MMDevAPI.DLL', fileVersion: 6.1.7600.16385 C:\Windows\system32\PROPSYS.dll:PROPSYS.dll (000007FEFBC30000), size: 1228800 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\PROPSYS.dll', fileVersion: 7.0.7601.17514 C:\Windows\system32\WINTRUST.dll:WINTRUST.dll (000000000B2B0000), size: 237568 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINTRUST.dll', fileVersion: 6.1.7601.17787 C:\Windows\system32\WINSTA.dll:WINSTA.dll (000007FEFC8A0000), size: 249856 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINSTA.dll', fileVersion: 6.1.7601.17514 C:\Windows\System32\wship6.dll:wship6.dll (000007FEFC750000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\wship6.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\rasadhlp.dll:rasadhlp.dll (000007FEF9060000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\rasadhlp.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\GPAPI.dll:GPAPI.dll (000007FEFC250000), size: 110592 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\GPAPI.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\ncrypt.dll:ncrypt.dll (000007FEFC980000), size: 319488 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\ncrypt.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\bcrypt.dll:bcrypt.dll (000007FEFC950000), size: 139264 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\bcrypt.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\bcryptprimitives.dll:bcryptprimitives.dll (000007FEFC400000), size: 311296 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\bcryptprimitives.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\cryptnet.dll:cryptnet.dll (000007FEEDB90000), size: 155648 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\cryptnet.dll', fileVersion: 6.1.7600.16385 C:\Windows\System32\fwpuclnt.dll:fwpuclnt.dll (000007FEFA190000), size: 339968 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\fwpuclnt.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\wdmaud.drv:wdmaud.drv (000007FEFAE00000), size: 241664 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\wdmaud.drv', fileVersion: 6.1.7601.17514 C:\Windows\system32\ksuser.dll:ksuser.dll (0000000074A80000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\ksuser.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\AVRT.dll:AVRT.dll (000007FEFBC00000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\AVRT.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\msacm32.drv:msacm32.drv (000007FEFAC00000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\msacm32.drv', fileVersion: 6.1.7600.16385 C:\Windows\system32\midimap.dll:midimap.dll (000007FEFABD0000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\midimap.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\dsound.dll:dsound.dll (000007FEF2050000), size: 557056 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dsound.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\POWRPROF.dll:POWRPROF.dll (000007FEFBDB0000), size: 180224 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\POWRPROF.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\d3d11.dll:d3d11.dll (000007FEE5FC0000), size: 811008 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\d3d11.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\dxgi.dll:dxgi.dll (000007FEF8630000), size: 684032 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dxgi.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\nvumdshimx.dll:nvumdshimx.dll (000007FEF9730000), size: 1093632 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\nvumdshimx.dll', fileVersion: 9.18.13.2049 C:\Windows\system32\nvwgf2umx.dll:nvwgf2umx.dll (000007FEF3F20000), size: 15900672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\nvwgf2umx.dll', fileVersion: 9.18.13.2049 C:\Windows\system32\d3d9.dll:d3d9.dll (000007FEE7500000), size: 2093056 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\d3d9.dll', fileVersion: 6.1.7601.17514 C:\Windows\system32\d3d8thk.dll:d3d8thk.dll (000007FEEE7C0000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\d3d8thk.dll', fileVersion: 6.1.7600.16385 D:\unity5.2.2f\Editor\Data\PlaybackEngines\metrosupport\x86_64\UnityEditor.Metro.Extensions.Native.dll:UnityEditor.Metro.Extensions.Native.dll (000007FEEC970000), size: 524288 (result: 0), SymType: '-exported-', PDB: 'D:\unity5.2.2f\Editor\Data\PlaybackEngines\metrosupport\x86_64\UnityEditor.Metro.Extensions.Native.dll' D:\unity5.2.2f\Editor\Data\PlaybackEngines\wp8support\x86_64\UnityEditor.WP8.Extensions.Native.dll:UnityEditor.WP8.Extensions.Native.dll (000007FEE60E0000), size: 524288 (result: 0), SymType: '-exported-', PDB: 'D:\unity5.2.2f\Editor\Data\PlaybackEngines\wp8support\x86_64\UnityEditor.WP8.Extensions.Native.dll' D:\unity5.2.2f\Editor\Data\PlaybackEngines\iOSSupport\x86_64\UnityEditor.iOS.Extensions.Native.dll:UnityEditor.iOS.Extensions.Native.dll (000007FEEDED0000), size: 249856 (result: 0), SymType: '-exported-', PDB: 'D:\unity5.2.2f\Editor\Data\PlaybackEngines\iOSSupport\x86_64\UnityEditor.iOS.Extensions.Native.dll' C:\Windows\system32\napinsp.dll:napinsp.dll (000007FEF8D00000), size: 86016 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\napinsp.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\pnrpnsp.dll:pnrpnsp.dll (000007FEF8CC0000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\pnrpnsp.dll', fileVersion: 6.1.7600.16385 C:\Windows\System32\winrnr.dll:winrnr.dll (000007FEF8CF0000), size: 45056 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\winrnr.dll', fileVersion: 6.1.7600.16385 C:\Windows\system32\xinput1_3.dll:xinput1_3.dll (0000000020CE0000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\xinput1_3.dll', fileVersion: 9.18.944.0 C:\Windows\system32\dbghelp.dll:dbghelp.dll (000007FEEE7D0000), size: 1200128 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dbghelp.dll', fileVersion: 6.1.7601.17514

Comment
Add comment · Show 11
10 |3000 characters needed characters left characters exceeded
â–¼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image krab24 · Nov 18, 2015 at 10:53 AM 0
Share

$$anonymous$$aybe I could close the connection is some different way?

avatar image ijidau krab24 · Nov 18, 2015 at 01:24 PM 0
Share

Can you test doing this outside of a coroutine? Just to verify there's not something else going wrong...

avatar image krab24 ijidau · Nov 18, 2015 at 01:37 PM 0
Share

Yes, I tested without coroutine: http://forum.unity3d.com/threads/networkconnection-disconnect-crash-on-webgl.368658/

Problem with WebGL client. If I do disconnect the desktop client, I do not get crash on server.

Show more comments

0 Replies

  • Sort: 

Follow this Question

Answers Answers and Comments

7 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Adding Custom Headers/Cookies to the UnityWebRequest.Post 1 Answer

UNet, any way to identify if the incomming connection is a Browser (ie websocket) or standalone (ie UDP connection)? 1 Answer

Assets/Photon Unity Networking/Plugins/PhotonNetwork/SocketWebTcp.cs(46,17): error CS0246: The type or namespace name `WebSocket' could not be found. Are you missing an assembly reference? 1 Answer

Call Unity function from inside .jslib javascript function in Webgl 1 Answer

UNET with own server 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges