Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

i got it working however im getting this error btw this is on the blue carpet verson


Unhandled exception. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.

 ---> System.NullReferenceException: Object reference not set to an instance of an object.

   at ApiUpdater.MovedFromOptimizer.Program.CollectMovedFromTypeNamesFromAssembly(String assemblyPath, StreamWriter outputFile, IAPIUpdaterListener logger)

   at ApiUpdater.MovedFromOptimizer.Program.Main(String[] args)

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

   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)

   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

   at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)

   at Program.Main(String[] args)


does any one know how to fix it