benaclejames / VRCFaceTracking

OSC App to allow VRChat avatars to interact with eye and facial tracking hardware
https://docs.vrcft.io
Apache License 2.0
593 stars 94 forks source link

Recent VRChat update broke the mod again #36

Closed paishoexpert closed 3 years ago

paishoexpert commented 3 years ago

Build 1102 seems to have broken the mod again.

`[04:25:26.986] [VRCFaceTracking] [ERROR] System.TypeInitializationException: The type initializer for 'VRCFaceTracking.Params.EyeTrackingParams' threw an exception. ---> System.TypeInitializationException: The type initializer for 'ParamLib.ParamLib' threw an exception. ---> System.InvalidOperationException: Sequence contains no matching element

at System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable1[T] source, System.Func2[T,TResult] predicate) [0x00011] in :0

at ParamLib.ParamLib..cctor () [0x00038] in <25c1fa7823c444ffa59d48d1e5a003d3>:0

--- End of inner exception stack trace ---

at ParamLib.BaseParam.ResetParam () [0x00000] in <25c1fa7823c444ffa59d48d1e5a003d3>:0

at ParamLib.BaseParam..ctor (System.String paramName, VRC.SDK3.Avatars.ScriptableObjects.VRCExpressionParameters+ValueType paramType) [0x00014] in <25c1fa7823c444ffa59d48d1e5a003d3>:0

at ParamLib.FloatBaseParam..ctor (System.String paramName, System.Boolean prioritised) [0x00000] in <25c1fa7823c444ffa59d48d1e5a003d3>:0

at VRCFaceTracking.Params.XYEyeParameter..ctor (System.Func`2[T,TResult] getValueFunc, System.String xParamName, System.String yParamName) [0x0000d] in <25c1fa7823c444ffa59d48d1e5a003d3>:0

at VRCFaceTracking.Params.EyeTrackingParams..cctor () [0x00005] in <25c1fa7823c444ffa59d48d1e5a003d3>:0

--- End of inner exception stack trace ---

at VRCFaceTracking.MainMod.VRChat_OnUiManagerInit () [0x00000] in <25c1fa7823c444ffa59d48d1e5a003d3>:0

at MelonLoader.MelonHandler.VRChat_OnUiManagerInit () [0x00041] in <61bd2bb7fbe24a28bc977e05ef482f41>:0 `

image

benaclejames commented 3 years ago

Updated the dll in the latest release and it should be good to redownload