Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.
When this happens, you can look at the Maxscript listener(F11) and this will give you some better feed back on the erros (sometimes)
Usually, this happens as a piece of code in a script has been changed (possibly without knowing) and saved on exit. next time Max starts, it will thorow an error like this as it cannot complete the code to embed it properly.
Identify which script it is and replace it with a back up copy if you have one. It may be a button you made, but fundamentally, it is erroring with some line of code in a callback script or something initialised during start up.
Try that first
Hi,
Try this: close Max, and go to: C:\Users\YourUserName\AppData\Local\Autodesk\3dsMax\20xx - xxbit,
Rename the folder called ENU to something else like ENU.old, and reopen Max,
Note: AppData is a hidden folder, so you need to enable Show Hidden Files And Folders from
the control panel
Thank you! it works.
dear malcomarmstrong
thank you for your comment,
after I follow your comment, 3dmax appear this tab in scripts
-- Error occurred in anonymous codeblock; filename \D\00 Do Nguyen\2.Iibrary\soft\MAXscript\PolyAnimator.ms; position: 13; line: 6
-- MAXScript FileIn Exception:
-- Syntax error: at <, expected <factor>
What I have to do next?
there is an error in the code ... the only way to fix it is to fix the error. We cannot do this without seeing all the code.
if you can't show all the code, try to show lines... let's say from 0 to 50. Maybe it will be enough to find the problem
the max script file you show (PolyAnimator.ms) is not MaxScript file. This file is probably a part of some tool "loading mechanism". Although it has a .MS extension, it is not an executable script. Without looking at the entire tool (all setup files), it is impossible for anyone other than the developers of these scripts to solve your problem.
That is, you need to contact those who wrote these scripts (this tool), or provide all the code (all files), or give a link to the place where you got this tool.
Thank you so much for your comment !!!
I get this one from youtube (https://www.youtube.com/watch?v=AohxaX5doMg&t=95s)
maybe its error, but I really can not understand that why somebody can use it but I can not !!!???
anyway, I thank you so much !
You somehow accidentally overwrote the script file. Download this file again from the link under the video, and be careful next time - do not save the data with the name of your script file.