Search Issue Tracker
By Design
Votes
0
Found in
2018.4.0f1
2018.4.9f1
2019.2.0a1
2019.3.0a1
2020.1.0a1
Issue ID
1188408
Regression
No
[IL2CPP] System.ComponentModel.Win32Exception is thrown when trying to open File Explorer path via Process.Start method on build
How to reproduce:
1. Open the attached project ("case_1188408-TestFileBrowser.zip")
2. Open the repro scene ("SampleScene")
3. Enter Play Mode
4. Click the top three buttons and notice that they open the file explorer with the specified path without issues
5. Exit Play Mode and make a Standalone build using IL2CPP scripting backend
6. Run it and repeat step 4
Expected results: File Explorer opens without any errors
Actual results: "System.ComponentModel.Win32Exception" is thrown and the File Explorer is not opened when using Process.Start method (second and third button)
Reproducible with: 2018.4.10f1, 2019.2.8f1, 2019.3.0b5, 2020.1.0a7
Couldn't test with 2017.4 (doesn't support IL2CPP backend)
Comments (1)
-
nanohazard
Mar 22, 2022 01:26
this is also happening on macos monterey 12.3 after the update in the os.
is there no workaround or fixed to this? or you don't care about this issue? thanks.
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
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
Resolution Note:
IL2CPP does not support C# process handling. Please use the Mono scripting backend if a project requires C# process handling.