Eusth/IPA

Cannot mod game

Closed this issue · 2 comments

Whenever i drag and drop a games executable onto IPA i get the following error:

Architecture: x64
Successfully updated files!
Patching UnityEngine.dll... ERROR: Oops! This should not have happened.

System.Exception: Could not find any entry type!
   at IPA.Patcher.PatchedModule.Patch()
   at IPA.Program.Install(PatchContext context)

[Press any key to quit]

Any solutions?

Solved, UnityEngine.dll in some builds from unity games is empty, changing the context to only be UnityEngine.Core.dll fixed the issue. You may want to add a check for if the DLL has types or not in it

Solved, UnityEngine.dll in some builds from unity games is empty, changing the context to only be UnityEngine.Core.dll fixed the issue. You may want to add a check for if the DLL has types or not in it

I'm seeing the same error for honey select 2 studio neo v2, can you go into detail on what you changed?