Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.3.5f1
Issue ID
805661
Regression
No
[Networking]Invalid IL code when passing array of enums to the method
Steps to reproduce:
1. Download and open attached project.
2. Open scene named "MainMenu".
3. Enter the Play mode.
4. In the "Game" window press "START" button.
5. Notice that the "Console" window outputs this error message:
"InvalidProgramException: Invalid IL code in LobbyPlayer:CallRpcMakeInvalidCode (ExampleEnum[]): IL_0050: call 0x0a000017"
6. Open script named "Lobby" and temporary delete this line of code: "player.RpcMakeInvalidCode(listthree.ToArray());"
7. Notice that the issue disappeared.
Expected result:
The error message should not appear when passing array of enums to the method.
Reproduced with:
5.1.0f3, 5.2.4f1, 5.3.4f1, 5.3.5p1, 5.3.5f1, 5.4.0b18.
With 5.1.0f3 I get another error message and it does not allow me to reproduce the issue:
"Assets/Lobby.cs(24,26): error CS0115: `Lobby.OnLobbyServerPlayersReady()' is marked as an override but no suitable method found to override".
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
Nut_Phalloom
Apr 27, 2018 14:37
I don't want to recreate the problem I want to FIX the problem.