Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While building with IL2CPP, .NET's Process.Start does not work anymore #71

Open
emanzione opened this issue Jan 4, 2024 · 2 comments
Open
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@emanzione
Copy link
Owner

emanzione commented Jan 4, 2024

IL2CPP does not translate the call to Process.Start used to start the game or the launcher itself, resulting in a no-op or into an exception.

Try to implement some custom code to call directly into native syscalls.

References:

@emanzione emanzione added bug Something isn't working enhancement New feature or request labels Jan 4, 2024
@emanzione emanzione self-assigned this Jan 4, 2024
@manchinolik
Copy link

manchinolik commented Jan 5, 2024

I use this asset and all works pretty fine with IL2CPP, just replacing default System.Diagnostics.Process to KS.Diagnostics.Process

@j-arr
Copy link

j-arr commented Jul 5, 2024

//using System.Diagnostics;
using KS.Diagnostics;

...in ApplicationStarter.cs and PrivilegesSetter.cs

since the author won't add it....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants