Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

[Patron 0.6.2] - Bug: Loading interaction with Ilinir's new body types hangs

jei3jei3 Moderator
edited October 2016 in Issues
The game is hanging w/ a spinning blue circle when trying to load interactions that have the new body types for Ilinir. Seems like it can't find part of the skin?

NullReferenceException: Object reference not set to an instance of an object
at TheNext.PhysicalBoneCollider.DoUpdate () [0x00000] in <filename unknown>:0
at TheNext.PhysicalBoneManager.LateUpdate () [0x00000] in <filename unknown>:0

(Filename: Line: -1)

InvalidOperationException: Operation is not valid due to the current state of the object
at System.Linq.Enumerable.First[TranslucencyTexture] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
at SkinController. (UnityEngine.Material , UnityEngine.Renderer , Boolean ) [0x00000] in <filename unknown>:0
at SkinController. (Int32 ) [0x00000] in <filename unknown>:0
at SkinController. (.LTEvent ) [0x00000] in <filename unknown>:0
at SkinController. (Single , System.Object ) [0x00000] in <filename unknown>:0
at UIPropertySlider.OnValueChange (Single val) [0x00000] in <filename unknown>:0
at UIPropertyIntTextSlider.CreateUI () [0x00000] in <filename unknown>:0
at UIProperty.Start () [0x00000] in <filename unknown>:0

(Filename: Line: -1)

InvalidOperationException: Operation is not valid due to the current state of the object
at System.Linq.Enumerable.First[TranslucencyTexture] (IEnumerable`1 source) [0x00000] in <filename unknown>:0
at SkinController. (UnityEngine.Material , UnityEngine.Renderer , Boolean ) [0x00000] in <filename unknown>:0
at SkinController. (Int32 ) [0x00000] in <filename unknown>:0
at SkinController. (.LTEvent ) [0x00000] in <filename unknown>:0
at SkinController. (Single , System.Object ) [0x00000] in <filename unknown>:0
at UIPropertySlider.OnValueChange (Single val) [0x00000] in <filename unknown>:0
at UIPropertyIntTextSlider.CreateUI () [0x00000] in <filename unknown>:0
at UIProperty.Start () [0x00000] in <filename unknown>:0

(Filename: Line: -1)


I'm also seeing the issue reported on Patreon where the skin slider doesn't show up.

Full Log on Pastebin



Comments

  • odesodes Administrator
    edited 9:57PM
    Thanks for reporting. If you disable translucency and /or fur shading, does it work then?
  • jei3jei3 Moderator
    edited October 2016
    Yep, it's the translucency setting, just tried setting it to off and the interaction loads, any other setting and it hangs. Fur shader doesn't appear to affect it.

    ~~edit: this keeps the "body" slider from loading under Skins as well, with translucency disabled i can change the skin colours. if i turn translucency back on the penis color doesn't change to match the body.
Sign In or Register to comment.