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
- [Android] Safe area ignores navigation bar on Android when targeting level 35 API or higher
- File watcher does not trigger after the AcquireFloatingLease and before the Entitlement check
- HDR Output gets disabled in the Editor when Reflection Probe is enabled during runtime
- The "Build and Run" Menu option tries to build for the selected Build Platform instead of the Active Build Platform
- Font kerning breaks at runtime when multiple UI Documents use different fonts
Resolution Note:
IL2CPP does not support C# process handling. Please use the Mono scripting backend if a project requires C# process handling.