Forum General PlayerIO crash in Unity WebPlayer

Any issues or discussions relating to Unity development are welcome here.

PlayerIO crash in Unity WebPlayer

Postby BV3333 » July 11th, 2015, 9:43 am

Hello, I want to compile my game to WebPlayer build, but PlayerIO crash after it.
Code: Select all
System.ArgumentException: Cannot overwrite header: host
  at UnityEngine.WWW.CheckSecurityOnHeaders (System.String[] headers) [0x00044] in C:\buildslave\unity\build\Runtime\Export\WWW.cs:71
  at UnityEngine.WWW..ctor (System.String url, System.Byte[] postData, System.Collections.Generic.Dictionary`2 headers) [0x00018] in C:\buildslave\unity\build\artifacts\generated\common\runtime\UtilsBindings.gen.cs:107
  at PlayerIOClient.Internal.identifier115+identifier815.getRequest[identifier118] (Int32 method, identifier1054 args) [0x00000] in <filename unknown>:0
UnityEngine.Debug:LogError(Object)
PlayerIOClient.Internal.identifier815:getRequest(Int32, identifier1054)
PlayerIOClient.Internal.identifier817:MoveNext()
UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
PlayerIOClient.Internal.identifier49:Enqueue(IEnumerator)
PlayerIOClient.Internal.identifier815:Call(Int32, identifier118, Callback`1, Callback`1)
PlayerIOClient.Internal.identifier115:Connect(String, String, String, String, String, List`1, String, Dictionary`2, Callback`1, Callback`1)
PlayerIOClient.PlayerIO:Connect(String, String, String, String, String, Callback`1, Callback`1)
ClientController:Start() (at Assets/Scripts/ClientController.cs:14)

I am using Unity 5.1.1f1 (64-bit), PlayerIO v3.2.342.
So, what shall I do to resolve this problem?
BV3333
 
Posts: 2
Joined: June 23rd, 2015, 7:37 am

Re: PlayerIO crash in Unity WebPlayer

Postby Kp0c » July 11th, 2015, 6:50 pm

Here is not solve :(
But someone solve it by return to old version
Kp0c
 
Posts: 16
Joined: June 23rd, 2014, 9:29 pm

Re: PlayerIO crash in Unity WebPlayer

Postby BV3333 » July 11th, 2015, 10:01 pm

Kp0c wrote:Here is not solve :(
But someone solve it by return to old version

Can you, please, send me old version of SDK, if you have it?
BV3333
 
Posts: 2
Joined: June 23rd, 2015, 7:37 am

Re: PlayerIO crash in Unity WebPlayer

Postby Kp0c » July 12th, 2015, 10:52 am

BV3333 wrote:Can you, please, send me old version of SDK, if you have it?


Sorry, but i have this problem too.
Kp0c
 
Posts: 16
Joined: June 23rd, 2014, 9:29 pm


Return to General