Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2019.4.24f1
2020.3
2021.1
2021.2
2022.1
Issue ID
1346467
Regression
No
Process MainModule property throws a Win32Exception error when built with IL2CPP
Reproduction steps:
1. Open the "ProcessTest2019424.zip" project attached by the user
2. Build a Development build with the IL2CPP Scripting Backend
3. Run the build
4. Click the "Process" button
Expected result: No errors
Actual result: Win32Exception error in the Development Console
Reproducible with: 2019.4.28f1, 2020.3.13f1, 2021.1.14f1, 2021.2.0b2, 2022.1.0a1
Note:
- Not reproducible in Play Mode, when built with Mono, and on 2018.4.36f1 due to a crash at the 4th step
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
- 2D Light Textures show the lights of any 'blend style' index higher than theirs (if present) when they aren't visible by the Camera using Render Graph
- [SpeedTree] Wireframe mode not rendering correctly ST assets
- Light2D affecting only the Default Sorting Layer will also affect any Custom Lit Sprite not on that Layer when using Render Graph
- Decals do not get projected onto a GameObject draw with the Render Objects Renderer Feature when according to Event it should be projected
- The Depth value is not being written correctly in the Scene view when the Full Screen Pass Renderer Feature is applied on a GameObject with the Render Object Feature
Resolution Note (2022.1.X):
IL2CPP does not support the C# process API. Use the Mono scripting backend to access this API.