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
- "The FrameSetting required to render this effect in the Game view depends on a disabled FrameSetting." warning appears when post-processing effects ere enabled in pipeline settings
- Crash on RaiseException when calling maxmath.comb() with the debugger disabled
- Crash on __pthread_kill when entering Play mode
- Crash on tlsf_free when exiting Play Mode in a specific project
- Camera Solid Color is overwritten when injecting Custom Render Pass at 'RenderPassEvent.AfterRenderingPrePasses + 1'
Add comment