• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Fixed (FIXED in 1.21.2.0 REPORTED in 1.20.77.9) Using "something:" trigger breaks reference path

RandomVAMUser

Well-known member
Joined
Dec 21, 2020
Messages
703
Solutions
13
Reactions
753
this is old bug from 1.19.2.x (maybe older) that breaks reference path

Issue:
Using Receiver Target trigger that starts with toggle:<something>, clothing:<> or hair:<> breaks reference by adding said prefix.
Potentially this could be true for any trigger (Receiver Target) that starts with something:<> (i didn't test every possible combination)

How to reproduce:
-add person
-equip some package clothes/hairstyle (it could be local loose files, same issue)
-add quick UIButton or UIToggle
-add trigger to toggle said item (ReceiverAtom: Person Receiever: geometry Receiver Target: toggle:<item>)
-example: Person > geometry > clothing:Vince.Clothing_PleatedSkirtV2T.2:/Custom/Clothing/Female/Vince/Pleated Skirt V2T/Pleated Skirt V2T.vam
-save scene and open package builder
-add saved scene > prep.package > look at broken reference > finalize package > look at missing package errors

fix/workaround:
i don't know...don't use those triggers, use presets instead?

example1.jpg

example2.jpg

example3.jpg

example4.jpg

example5.jpg
Code:
{
   "licenseType" : "CC BY",
   "creatorName" : "RVU",
   "packageName" : "test",
   "standardReferenceVersionOption" : "Latest",
   "scriptReferenceVersionOption" : "Exact",
   "description" : "",
   "credits" : "",
   "instructions" : "",
   "promotionalLink" : "",
   "programVersion" : "1.20.77.9",
   "contentList" : [
      "Saves/scene/_test.json",
      "Saves/scene/_test.jpg",
      "Custom/Hair/Female/RenVR/RenVR/Lexi Long (REN).vam",
      "Custom/Hair/Female/RenVR/RenVR/Lexi Long (REN).jpg",
      "Custom/Hair/Female/RenVR/RenVR/Lexi Long (REN).vaj",
      "Custom/Hair/Female/RenVR/RenVR/Lexi Long (REN).vab"
   ],
   "dependencies" : {
      "Vince.Clothing_PleatedSkirtV2T.latest" : {
         "licenseType" : "CC BY-NC",
         "dependencies" : {
         }
      },
      "NoOC.Clothing_SailorLingerie.latest" : {
         "licenseType" : "CC BY-NC-SA",
         "dependencies" : {
         }
      },
      "NoStage3.Hair_Long_Upswept_Top_Bun.latest" : {
         "licenseType" : "CC BY",
         "dependencies" : {
         }
      },
      "toggle:NoStage3.Hair_Long_Upswept_Top_Bun.latest" : {
         "missing" : "true",
         "licenseType" : "MISSING",
         "dependencies" : {
         }
      },
      "toggle:Vince.Clothing_PleatedSkirtV2T.latest" : {
         "missing" : "true",
         "licenseType" : "MISSING",
         "dependencies" : {
         }
      },
      "clothing:NoOC.Clothing_SailorLingerie.latest" : {
         "missing" : "true",
         "licenseType" : "MISSING",
         "dependencies" : {
         }
      }
   },
   "customOptions" : {
      "preloadMorphs" : "false"
   },
   "hadReferenceIssues" : "true",
   "referenceIssues" : [
      {
         "reference" : "toggle:NoStage3.Hair_Long_Upswept_Top_Bun.1:/Custom/Hair/Female/NoStage3/Long Upswept Top Bun/Top Bun.vam",
         "issue" : "BROKEN: Missing package that is referenced"
      },
      {
         "reference" : "hair:Custom/Hair/Female/RenVR/RenVR/Lexi Long (REN).vam",
         "issue" : "BROKEN: References local file not included in package. File is missing"
      },
      {
         "reference" : "toggle:Vince.Clothing_PleatedSkirtV2T.2:/Custom/Clothing/Female/Vince/Pleated Skirt V2T/Pleated Skirt V2T.vam",
         "issue" : "BROKEN: Missing package that is referenced"
      },
      {
         "reference" : "clothing:NoOC.Clothing_SailorLingerie.2:/Custom/Clothing/Female/NoOC/SailorLingerie/SailorLingerie.vam",
         "issue" : "BROKEN: Missing package that is referenced"
      }
   ]
}

EDIT:
I'm 100% sure that i've seen this toggle: dependency before (but i always thought maybe old bug from early hub days or something)
But than after looking at dependecies here:
i have noticed this:
toggle:GeeMan55.Underwire_Bra.latestMISSING Not found on Hub
toggle:Skippy.Skippys_CumClothing.latest​
MISSING Not found on Hub
quick peak inside meta and that points to this package (created using v1.19.2.2):
That's why i decided to confirm if bug still works with v1.20.77.9
 
Last edited:
I think I'm getting the same thing with Skippy's clothing. Not in a saved scene but only after creating a var. Even if the user has skippy installed and the clothing is on the atom, when they use their own appearance preset, the trigger/button to enable the clothing breaks.
 
I have this fixed in upcoming 1.21.2 release.
 
Back
Top Bottom