Enaium/sdv-mod-TeleportNpc

卡黑屏loading

Opened this issue · 0 comments

Enaium大佬好,
使用teleportNPC mod后有时候会出现卡在黑屏loading的界面。
看起来是某个值指向null了。SMAPI报错如下:
[game] An error occurred in the base update loop: NullReferenceException: Object reference not set to an instance of an object.
at StardewValley.Game1.onFadeToBlackComplete() in stardewvalley\Farmer\Farmer\Game1.cs:line 7096
at StardewValley.BellsAndWhistles.ScreenFade.UpdateFade(GameTime time) in stardewvalley\Farmer\Farmer\BellsAndWhistles\ScreenFade.cs:line 46
at StardewValley.Game1.UpdateOther(GameTime time) in stardewvalley\Farmer\Farmer\Game1.cs:line 7278
at StardewValley.Game1._update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 4879
at StardewValley.Game1.Update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 3974
at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate) in SMAPI\Framework\SCore.cs:line 1117