techartorg / MXSPyCOM

A modern version of MXSCOM, to allow for editing & execution of 3ds Max MaxScript and Python files from external code editors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

snowy1256 opened this issue · comments

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

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.

Cannot reproduce, closing.