Innenkante / GrindScript

A project dedicated to modding the old school RPG https://www.secretsofgrindea.com/
14 stars 1 forks source link

SteamDeck: Crash on Load #9

Open Fokson opened 1 year ago

Fokson commented 1 year ago

Steam Deck likely isn't supported but I'll drop this here anyway, in case you're planning to get around to it.

Result: "Harmony crashed while patching!" Method: "SoG.Modding.Patching.EditedMethods::_Enemy_MakeElite" cannot be patched. Reason: Invalid IL code in _Patch0: IL_0001: idfld 0x00000001

I have no mods in the mod folder, so I don't know what's being patched or why.

Using v0.16.1 on the releases page.

Marioalexsan commented 1 year ago

GrindScript isn't being worked on that much anymore, could you try testing with Grindless instead? That tool targets SoG v0.949a (aka Frontline / Meatshield branch).

Most likely I'll have to check the IL being emitted when running on Linux, so it may take a bit of time to investigate.

Fokson commented 1 year ago

Thanks for the reply. I tried Grindless and got almost the same error ( though the method this time was Chat_ParseCommand ). I'll raise an issue on that tracker.