Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 5.6.X, 2017.1.X, 2017.2.X
Votes
0
Found in
5.6.2f1
Issue ID
936096
Regression
No
[IL2CPP] Build fails with error: Attempting to constrain a value of type 'System.Boolean modreq' to type 'System.Boolean'
To reproduce:
1. Open project attached by the user
2. Build it for iOS or Android with IL2CPP backend
Expected: Unity successfully builds the project.
Actual: Build fails: il2cpp.exe didn't catch exception: System.InvalidOperationException: Attempting to constrain a value of type 'System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile)' to type 'System.Boolean'.
Reproduced with: 5.6.3f1, 2017.1.0p2, 2017.2.0b5, 2017.3.0a1
Wasn't able to test with 5.5.0f3 because of errors.
Note: The same project builds successfully for Mac standalone.
Backported to: 2017.1.0p5, 2017.2.0b7
Fixed in: 2017.3.0b1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Loading animations are hitching or stopping when using "SceneManager.LoadSceneAsync" to load new scenes
- [sw-unity-6-1] GameObject child is created in the last GameObject of the hierarchy instead in the selected GameObject by right clicking
- Lens Flare is misaligned when modifying the Camera's Viewport Rect
- [Linux] Crash on RenderEventsContext::ExecuteCommandBuffers when creating a new Material while in Play Mode
- [sw-unity-6-1] Prefabs are instantated close to Scene view Camera when the Grid is disabled and the Camera FOV is very low
Add comment