-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Game crashed because of this mod. #2
Comments
Thank you for the report! (especially for giving so much information!) I tried doing the same SB_S07 > SB_S05 route with your modlist (playing as monk), but unfortunately I wasn't able to reproduce the crash on my end. I could still run around and everything without any issues after I slept in the shelter. Since the exception is music-related, it definitely seems like it's coming from this mod, but I'm not really sure what part could have caused it. MusicAnnouncements/src/MusicAnnouncementsMod.cs Lines 112 to 131 in ff2034f
The actual crash seems to have happened somewhere in Rain World's built-in Music.MusicPiece.SubTrack.Update() method, since that's the last thing in the exception's stack trace.
Like I said I'm sure the mod had something to do with the crash, since AFAIK this isn't an issue in the basegame and Music Announcements is presumably the only one of your mods that's messing with the game's music system, but I haven't had much luck figuring it out so far. |
NullReferenceException: Object reference not set to an instance of an object
Music.MusicPiece+SubTrack.Update () (at :0)
Music.MusicPiece.Update () (at :0)
Music.Song.Update () (at :0)
(wrapper dynamic-method) Music.MusicPlayer.DMDMusic.MusicPlayer::Update(Music.MusicPlayer)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.TrampolineMusic.MusicPlayer::Update?-1878146560(Music.MusicPlayer)
MusicAnnouncements.MusicAnnouncementsMod.MusicPlayer_UpdateHK (On.Music.MusicPlayer+orig_Update orig, Music.MusicPlayer self) (at :0)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.HookMusic.MusicPlayer::Update?95147008(Music.MusicPlayer)
MainLoopProcess.RawUpdate (System.Single dt) (at :0)
ProcessManager.Update (System.Single deltaTime) (at :0)
RainWorld.Update () (at :0)
I was doing a SB_S07>>>SB_S05, and after sleeping in a SB_S05 shelter the game crashed with this exception. Other mods are: Sharpener, Remix, Merge Fix, DMS, Input Display, Deathcount.
The text was updated successfully, but these errors were encountered: