Trivaxy / BetterNightSky

A mod for Terraria that makes night skies a little nicer.
MIT License
2 stars 1 forks source link

Mod fails to load, even when alone. #2

Open Dunkmania101 opened 4 years ago

Dunkmania101 commented 4 years ago

With the new update (released June 12, 2020), the mod seems to be unable to load. I tried again with no others enabled and got the same issue. I believe this is the issue from the log:

System.InvalidProgramException: Invalid IL code in (wrapper dynamic-method) Terraria.Main:DMD (Terraria.Main,Microsoft.Xna.Framework.GameTime): IL_3736: mul

I am on PopOS! 20.04, based on Ubuntu Linux. I believe my mono installation is up to date, it is mono-complete.

Dunkmania101 commented 4 years ago

Here's the entire crash:

https://pastebin.com/b4u35rxK

Trivaxy commented 4 years ago

Thanks for the issue, and apologies for the late response! Better Night Sky was only tested on windows, the crash seems to occur due to a failure in patching the game on mod load. Perhaps the Linux instructions are somewhat different.

If I could get my hands on a Linux tester, I'd be happy to fix this issue.