Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b5
Issue ID
768821
Regression
Yes
[iOS][Win10][WP8.1][Matchmaker] Matchmaker fails with native code on 5.4
To Reproduce:
1. Build and run the app on iOS.
2. Enter some name for the match and click Create.
3. Observe that when CreateMatch is called, this error:
Invalid string passed into NetworkAccessToken ctor, exception:[System.ArgumentNullException: Argument cannot be null.
Parameter name: s
at System.Convert.FromBase64String (System.String s) [0x00000] in <filename unknown>:0
at UnityEngine.Networking.Types.NetworkAccessToken..ctor (System.String strArray) [0x00000] in <filename unknown>:0 ]
is outputted in Xcode and the app gots stuck in a connecting window.
When running the same demo project on 5.3.2f1, I'm getting some response from the server, like :
"JSON Response: [[UnityEngine.Networking.Match.CreateMatchResponse]-success:False-extendedInfo:Failed because of invalid projectid setup. Please verify project setup at https://multiplayer.unity3d.com.]-address:,port:0,networkId:0x0000000000000000,nodeId:0x0000,usingRelay:False"
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
StephanM
Feb 26, 2016 16:22
http://forum.unity3d.com/threads/problem-with-tutorial.362952/