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

Trying to create a package causes TargetParameterCountException and then project self destructs #20

Open
ballfn opened this issue Jul 1, 2024 · 0 comments

Comments

@ballfn
Copy link

ballfn commented Jul 1, 2024

When I try to create a package, I first get the following error

TargetParameterCountException: Number of parameters specified does not match the expected number.
System.Reflection.RuntimeMethodInfo.ConvertValues (System.Reflection.Binder binder, System.Object[] args, System.Reflection.ParameterInfo[] pinfo, System.Globalization.CultureInfo culture, System.Reflection.BindingFlags invokeAttr) (at <27124aa0e30a41659b903b822b959bc7>:0)
System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <27124aa0e30a41659b903b822b959bc7>:0)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at <27124aa0e30a41659b903b822b959bc7>:0)
VRC.PackageManagement.PackageMaker.PackageMakerWindow.ForceRefresh () (at ./Packages/com.vrchat.core.vpm-resolver/Editor/PackageMaker/PackageMakerWindow.cs:193)
VRC.PackageManagement.PackageMaker.PackageMakerWindow.OnActionButtonPressed () (at ./Packages/com.vrchat.core.vpm-resolver/Editor/PackageMaker/PackageMakerWindow.cs:185)

After than I press it again the whole project deletes itself.

ScreenShot_02_07_2024_00_00_25.mp4
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

1 participant