techartorg / MXSPyCOM

A modern version of MXSCOM, to allow for editing & execution of 3ds Max MaxScript and Python files from external code editors.
MIT License
176 stars 23 forks source link

System.ArgumentNullException: Value cannot be null. (Parameter 'type') #16

Closed snowy1256 closed 3 years ago

snowy1256 commented 3 years ago

When executing the tool in Visual Studio 2017 I get the following output in the console window: Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'type') at System.Activator.CreateInstance(Type type, Boolean nonPublic, Boolean wrapExceptions) at MXSPyCOM.Program.execute_max_commands(String[] args, String filepath) at MXSPyCOM.Program.Main(String[] args) I'm using release 1.12

JeffHanna commented 3 years ago

I have acquired a copy of Visual Studio 2017 (Community) and tested release 1.12, using the setup directions on this repo's wiki

I am unable to reproduce this problem. @snowy1256 if you have any more information or specific repro steps, please follow up with them.

JeffHanna commented 3 years ago

Cannot reproduce, closing.