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
- “Baking ReferencedPrefabAuthoring!” errors are thrown when creating or deleting unrelated GameObjects in a SubScene that references prefabs
- Cannot scroll down to see all UI Builder Inspector items after content is resized
- Crash on SceneTracker::SetObjectDirty when entering Play mode on a project with specific Assets
- UI Toolkit's TextInput element does not inherit layout parameters from the TextField element when TextField.multiline is true
- The TileMap grid in the Tile Palette is not visible when Screen Space Ambient Occlusion is enabled
Add comment