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

[Areas] Errors while spawning monsters #6

Open
werner-mayer opened this issue Sep 11, 2021 · 4 comments
Open

[Areas] Errors while spawning monsters #6

werner-mayer opened this issue Sep 11, 2021 · 4 comments
Labels
Bug Something isn't working

Comments

@werner-mayer
Copy link

Describe the bug

Happens when player spawns or when spawning a mob

Errors

Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
Stack trace:
Areas.CritterHandler.ProcessAwakenCritter (Character critter) (at <6e070711803c40a6a57fa36f02c144ef>:0)
Areas.Patches.Patches.Character_Awake_Post (Character __instance) (at <6e070711803c40a6a57fa36f02c144ef>:0)
(wrapper dynamic-method) Character.DMDCharacter::Awake(Character)
Humanoid.Awake () (at <1b865f8b3455488592cdc401081112e3>:0)
UnityEngine.Object:Instantiate(GameObject, Vector3, Quaternion)
ZNetScene:CreateObject(ZDO)
ZNetScene:CreateObjectsSorted(List1, Int32, Int32&) ZNetScene:CreateObjects(List1, List`1)
ZNetScene:CreateDestroyObjects()
ZNetScene:Update()

[Error : Unity Log] NullReferenceException: Object reference not set to an instance of an object
Stack trace:
Areas.SpawnerHandler.GenerateSSDataDic (SpawnSystem ss) (at <6e070711803c40a6a57fa36f02c144ef>:0)
Areas.SpawnerHandler.ProcessCapturedSS (SpawnSystem ss) (at <6e070711803c40a6a57fa36f02c144ef>:0)
Areas.Patches.Patches.SpawnSystem_Awake_Post (SpawnSystem __instance) (at <6e070711803c40a6a57fa36f02c144ef>:0)
(wrapper dynamic-method) SpawnSystem.DMDSpawnSystem::Awake(SpawnSystem)
UnityEngine.Object:Instantiate(GameObject, Vector3, Quaternion)
ZNetScene:CreateObject(ZDO)
ZNetScene:CreateObjectsSorted(List1, Int32, Int32&) ZNetScene:CreateObjects(List1, List`1)
ZNetScene:CreateDestroyObjects()
ZNetScene:Update()

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

LogOutput.log

@T3kla
Copy link
Owner

T3kla commented Sep 11, 2021

You are running Jotunn v2.2.8, which is known to have a bug related to entities. Could you please test this with 2.2.9?

@werner-mayer
Copy link
Author

take a look

LogOutput.log

@T3kla
Copy link
Owner

T3kla commented Sep 11, 2021

I see that everything is throwing errors, even things that should never throw errors no matter what. This is probably a compatibility error and I'll have to replicate your setup and make some deep debugging. Might take a few days.

@T3kla T3kla added the Bug Something isn't working label Sep 11, 2021
@T3kla T3kla changed the title Errors while spawning monsters [Areas] Errors while spawning monsters Sep 11, 2021
@werner-mayer
Copy link
Author

take a look at the mod pack that i 'm using :)

https://valheim.thunderstore.io/package/wernermayer/DeadheimTest/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants