Search Issue Tracker
Fixed in 5.3.7
Votes
0
Found in
5.4.0p3
Issue ID
826526
Regression
Yes
URIFormatExeception when invoking a remote event sink
Steps to reproduce:
1. Download attached project and open Unity project located at root/RemotingTest
2. Run root/RemotingTestService/RemotingTestService/bin/Debug/RemotingTestService.exe
3. Back in Unity, run scene "test"
4. Press A and notice that in running exe remove event is triggered
5. In hierarchy, select GameObject and click on Initialize script's gear icon
6. Select "Initialize Sink"
7. Repeat step 5 and select "Link Sink"
8. Notice exception:
UriFormatException: Invalid URI: Invalid port specified.
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception& exc, System.Object[]& out_args) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs:231)
Reproduced with: 5.3.3p3, 5.3.6p3, 5.4.0p4, 5.5.0b1
Not reproducible: 5.3.3p2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment