Closed andmatand closed 9 years ago
It seems like a .mm.dll went missing after patching or simply can't be loaded from inside FEZ. Have you removed them or updated them without repatching? Also, could you please retry with the newest MonoMod.exe version? (I need to push its source to GitHub once I've cleaned it up - it's just a hacky mess right now)
Alternatively I'll need to force MonoMod to include everything from the mods into the patched FEZ.mm.exe
I just wiped my FEZ installation folder, reinstalled, and repatched without backing up any of the files (just to make sure I didn't do that part wrong), and got the same error. Then I tried with the version of MonoMod.exe at that link and got the same error. Then I re-ran mod.sh (do I have to do that after getting the new MonoMod.exe?), but I still got the same error :\
Anything else I should try?
Yes. It may still be building, but could you test build 31 ("Only load .mm assemblyies when loading modules") from this list without the editor and speedrun mods? That means, only the newest MonoMod.exe you already downloaded, the main mod and the engine mod?
It's weird because I'm running the same OS as you.
EDIT: Typos and added a missing link.
I did that, then got this error:
Could not load file or assembly 'System.Web.Services' or one of its dependencies.
So I installed libmono-web-services4.0-cli and it worked! Was that the problem the whole time?? It also works when I add the editor mod, and I can use the editor :D
Huh - that seems weird, as I can't remember using System.Web.Services anywhere. JAFM blindly checked for a mod inside of every assembly and assembly referenced by any assembly currently loaded. Now it checks if the assembly name ends with ".mm" (required for any MonoMod). This means FEZ itself or any of its assemblies require System.Web.Services and you were lucky that it didn't crash yet :D I guess it has got something to do that it still blindly loads the references before actually checking their names.
This issue should be resolved now anyway. Thanks!
Still happens in the Steam version. Finally got myself to run Steam in bash to get a log of the error.
I'm just trying out v0.1.1 and getting this error when trying to start FEZ.mm.exe:
This is on Ubuntu 14.04 64-bit, using the Humble Bundle version of FEZ (1.11).
Is there something I'm forgetting to do? I've used an earlier version of this mod successfully before, but that was with the Steam version of FEZ.