LavaGang / MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
https://discord.gg/2Wn3N2P
Apache License 2.0
2.38k stars 472 forks source link

[Bug]: FindGameObjectsWithTag or FindObjectOfType crashes the game on startup (ori and the will of the wisps) #524

Closed dashadowofcat closed 1 year ago

dashadowofcat commented 1 year ago

All of the following criteria must be met

All of the following are optional to answer

Describe the issue.

Latest.log

Did you attach your log file?

RinLovesYou commented 1 year ago

The game must be stripped. There's really nothing much you can do about that with il2cpp games. This is not a bug with MelonLoader.

RinLovesYou commented 1 year ago

It is also possible you are referencing actual Unity libs instead of Il2CppInterop generated ones. Normally these methods should get unstripped.

dashadowofcat commented 1 year ago

It is also possible you are referencing actual Unity libs instead of Il2CppInterop generated ones. Normally these methods should get unstripped.

thanks for the help