Itoo Software Forum

Author Topic: I get this script error when I right click the mouse, why?  (Read 10870 times)

cc8boy

  • Sr. Member
  • ****
  • Posts: 286
  • I'll do my best.Welcome to www.c7design.cn .
    • C7design
I get this script error when I right click the mouse, why?
« on: September 06, 2014, 04:16:02 PM »
I install the Railclone pro and Forest pro pack in MAX 2014 64bit. I recently found some script error about Forest Pro Pack occur when I right click the mouse in editable poly mode. See my attachement . It happens several times. Why?
We are working hard in virtual effects in 3DSMAX. Welcome to our website in China.

cc8boy

  • Sr. Member
  • ****
  • Posts: 286
  • I'll do my best.Welcome to www.c7design.cn .
    • C7design
Re: I get this script error when I right click the mouse, why?
« Reply #1 on: September 06, 2014, 04:25:17 PM »
-- Error occurred in isVisible(); filename: C:\Users\Administrator\AppData\Local\Autodesk\3dsMax\2014 - 64bit\ENU\usermacros\Forest Pack-FP_MS_SelectArea.mcr; position: 183; line: 7
--  Frame:
--   isForestPack: undefined
--   called in anonymous codeblock
--  Frame:
>> MAXScript MacroScript Error Exception:
-- Type error: Call needs function or class, got: undefined <<
-- Error occurred in isVisible(); filename: C:\Users\Administrator\AppData\Local\Autodesk\3dsMax\2014 - 64bit\ENU\usermacros\Forest Pack-FP_MS_SelectSurface.mcr; position: 189; line: 7
--  Frame:
--   isForestPack: undefined
--   called in anonymous codeblock
--  Frame:
>> MAXScript MacroScript Error Exception:
-- Type error: Call needs function or class, got: undefined <<
-- Error occurred in isVisible(); filename: C:\Users\Administrator\AppData\Local\Autodesk\3dsMax\2014 - 64bit\ENU\usermacros\Forest Pack-FP_MS_SelectCustomObject.mcr; position: 200; line: 7
--  Frame:
--   isForestPack: undefined
--   called in anonymous codeblock
--  Frame:
>> MAXScript MacroScript Error Exception:
-- Type error: Call needs function or class, got: undefined <<

MAXScript listener show this.
We are working hard in virtual effects in 3DSMAX. Welcome to our website in China.

iToo

  • Administrator
  • Hero Member
  • *****
  • Posts: 4388
    • iToo Software
Re: I get this script error when I right click the mouse, why?
« Reply #2 on: September 07, 2014, 09:34:32 AM »
This is part of the Forest Pack maxscript selector, included in the Quad menu.

Please, try this:

1) Close Max.
2) Delete all files "Forest Pack" in the folder C:\Users\Administrator\AppData\Local\Autodesk\3dsMax\2014 - 64bit\ENU\usermacros
3) Reinstall Forest, and check if the file <maxdir>\scripts\Startup\forestpack.ms is installed.

Also be sure you are using the latest Max service pack.
Carlos Quintero
iToo Software

cc8boy

  • Sr. Member
  • ****
  • Posts: 286
  • I'll do my best.Welcome to www.c7design.cn .
    • C7design
Re: I get this script error when I right click the mouse, why?
« Reply #3 on: September 07, 2014, 05:10:20 PM »
Can you specify which files I must to delete ? I do not want to delete all the files in "C:\Users\Administrator\AppData\Local\Autodesk\3dsMax\2014 - 64bit\ENU\usermacros".
There're many scripts I wrote here and many scripts for other plugins.

I can't only uninstall the Forest Pro Pack for MAX2014 because the last Forest Pro Pack I installed is for MAX2012. I can only uninstall the one for MAX2012 in windows installer.

I found forestpack.ms was missing in folder "E:\Program Files\Autodesk\3ds Max 2014\scripts\Startup". Can I just copy that forestpack.ms in folder "E:\Program Files\Autodesk\3ds Max 2012\scripts\Startup" to "E:\Program Files\Autodesk\3ds Max 2014\scripts\Startup" ?
We are working hard in virtual effects in 3DSMAX. Welcome to our website in China.

iToo

  • Administrator
  • Hero Member
  • *****
  • Posts: 4388
    • iToo Software
Re: I get this script error when I right click the mouse, why?
« Reply #4 on: September 08, 2014, 09:00:20 AM »
I mean the .mcr files starting by "Forest Pack", not all. Anyway, if "forestpack.ms" is missing in the Startup folder, try copying it from Max 2012. That should solve the problem.
Carlos Quintero
iToo Software