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
- "Clear" button in the "Set project display name" closes all the pop-up instead of clearing just a name from the field
- Video Player renders no video on specific devices when using Vulkan
- The Editor slows itself down by showing tons of warnings when the majority of TransformAccessArrays content are NullRefs
- Mixers do not have "Rename" in the right-click context menu when a Mixer is right-clicked in the Audio Mixer window
- The Audio Random Container and the Audio Mixer windows have no minimum size set for the core functionality to be accessible
Resolution Note:
IL2CPP does not support C# process handling. Please use the Mono scripting backend if a project requires C# process handling.