Skip to content
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

Problem Quitting to Menu #6

Open
Galaxy-YT opened this issue Sep 13, 2023 · 2 comments
Open

Problem Quitting to Menu #6

Galaxy-YT opened this issue Sep 13, 2023 · 2 comments

Comments

@Galaxy-YT
Copy link

When the mod is downloaded and I try to go to the main menu from a save file, the game basically breaks and doesn't allow me to do anything. I've tested all my mods and the game only breaks when the Nightmare Spark mod is installed and active. I demonstrate the problem in the video link below.

Nightmare.Spark.Breaks.Menu.mov
@nfox18212
Copy link

+1 on this issue. I've been encountering the same problem and from the modlog.txt file, its caused by a NullReferenceException from NightmareSpark. I've uploaded my latest modlog.txt and the ERROR from unity starts on line 1449. Excerpt below:
[ERROR]:[UNITY] - NullReferenceException: Object reference not set to an instance of an object [ERROR]:[UNITY] - Nightmare_Spark.GrimmkinWarp.SceneChange (UnityEngine.SceneManagement.Scene From, UnityEngine.SceneManagement.Scene To) (at C:/Users/RCRobot/source/repos/Nightmare Spark/Abilities/GrimmkinWarp.cs:27) [ERROR]:[UNITY] - UnityEngine.SceneManagement.SceneManager.Internal_ActiveSceneChanged (UnityEngine.SceneManagement.Scene previousActiveScene, UnityEngine.SceneManagement.Scene newActiveScene) (at <35b224772daa4cba956873121b4dad91>:0) [ERROR]:[UNITY] - [ERROR]:[UNITY] - NullReferenceException: Object reference not set to an instance of an object [ERROR]:[UNITY] - (wrapper dynamic-method) GameCameras.DMD<GameCameras::Start>(GameCameras) [ERROR]:[UNITY] - (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.Trampoline<GameCameras::Start>?445507584(GameCameras) [ERROR]:[UNITY] - SFCore.CharmHelper.GameCamerasStart_single (System.Action1[T] orig, GameCameras self) (at source/CharmHelper.cs:578)
[ERROR]:[UNITY] - (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.HookGameCameras::Start?-338596992(GameCameras)`

After this point, its entirely just copies of "[ERROR]:[UNITY] - NullReferenceException: Object reference not set to an instance of an object
[ERROR]:[UNITY] - CameraController.LateUpdate () (at <27aea161da864a4da328cfdc06743c5b>:0)" for the rest of the file, happening around 93k times.
ModLog.txt

@RiverRobot
Copy link
Owner

This issue has already been fixed in an unreleased patch. I'm not certain when it will release as I am still on and off working on some changes I'd like to implement before doing so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants