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

[INTERNAL FAILURE] Failed to Execute Cpp2IL! #648

Open
5 of 7 tasks
lorkan666 opened this issue May 12, 2024 · 0 comments
Open
5 of 7 tasks

[INTERNAL FAILURE] Failed to Execute Cpp2IL! #648

lorkan666 opened this issue May 12, 2024 · 0 comments

Comments

@lorkan666
Copy link

lorkan666 commented May 12, 2024

All of the following criteria must be met

  • All Requirements must be installed.
  • Changed the title so that it doesn't just says "[Bug]: "
  • I have searched the GitHub issues for my bug, even in the closed issues.

All of the following are optional to answer

  • Tried reinstalling the Game.
  • Tried reinstalling MelonLoader.
  • Tried restarting PC.
  • Was able to see the Start Screen.

Describe the issue.

Hello,
I'm almost sure this error is caused by a space in the game path.

In my opinion you should change code in line 53 of:
"MelonLoader/Dependencies/Il2CppAssemblyGenerator/Packages/Models
/ExecutablePackage.cs"

from:
processStartInfo = new ProcessStartInfo(ExeFilePath, parenthesize_args

to something like:
processStartInfo = new ProcessStartInfo("\""+ExeFilePath+"\"", parenthesize_args

I'm right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant