XUnity.AutoTranslator icon indicating copy to clipboard operation
XUnity.AutoTranslator copied to clipboard

XUnity.AutoTranslator-MelonMod-5.0.0 does not work in a Unity 2019 game

Open Elaman0117 opened this issue 3 years ago • 2 comments

I tried BepInEx at first, but BepInEx didn't work at all in this game, even though I followed the part of the troubleshooting provided by BepInEx. So I turned to MelonLoader because it worked fine in another Unity game I played (BoneWorks). I used the autoinstaller provided by MelonLoader and ran the game once. After that, I installed XUnity.AutoTranslator and ran the game. The game runs fine, but the plugin cannot be loaded. I checked the console and found an error. The screenshots of the key parts and the full text of the console have been uploaded as attachments. Thank you for your work and help. Game Info Part Mod Loaded Part Console log.txt

Elaman0117 avatar Feb 15 '22 19:02 Elaman0117

Seems that the method that is being attempted to be called by the plugin cannot be called due to an internal error happening in the Unhollower.

I cannot speak to the reason why this occurs, because I simply have no idea. Might be worth reporting it at the unhollower repository.

https://github.com/knah/Il2CppAssemblyUnhollower

Failing code: https://github.com/bbepis/XUnity.AutoTranslator/blob/master/src/XUnity.AutoTranslator.Plugin.Core/PluginLoader.cs#L46

gravydevsupreme avatar Feb 19 '22 21:02 gravydevsupreme

Seems that the method that is being attempted to be called by the plugin cannot be called due to an internal error happening in the Unhollower.

I cannot speak to the reason why this occurs, because I simply have no idea. Might be worth reporting it at the unhollower repository.

https://github.com/knah/Il2CppAssemblyUnhollower

Failing code: https://github.com/bbepis/XUnity.AutoTranslator/blob/master/src/XUnity.AutoTranslator.Plugin.Core/PluginLoader.cs#L46

Thanks again for your work. I will try to give feedback to the upper level developer. Sorry for taking so long to reply, I've been so busy with my studies recently that I haven't paid attention to GitHub replies. Thank you for taking the time to answer questions from community users.

Elaman0117 avatar Mar 02 '22 02:03 Elaman0117