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"
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
StephanM
Feb 26, 2016 16:22
http://forum.unity3d.com/threads/problem-with-tutorial.362952/