Itoo Software Forum

Forest Pack => Forest Pro (*) => Topic started by: cc8boy on September 06, 2014, 04:16:02 PM

Title: I get this script error when I right click the mouse, why?
Post by: cc8boy 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?
Title: Re: I get this script error when I right click the mouse, why?
Post by: cc8boy 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.
Title: Re: I get this script error when I right click the mouse, why?
Post by: iToo 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.
Title: Re: I get this script error when I right click the mouse, why?
Post by: cc8boy 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" ?
Title: Re: I get this script error when I right click the mouse, why?
Post by: iToo 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.