Would you like to react to this message? Create an account in a few clicks or log in to continue.

Errors in 3D max Help!!!

3 posters

Go down

Errors in 3D max Help!!! Empty Errors in 3D max Help!!!

Post by Critique1407 Wed Nov 19, 2008 5:42 am

Mga mababait kong mga bossing. help naman po sa Problem ko. Actually. Problem din toh ng isa sa mga naresearch ko sa ibang forums. eto din ung prob nya same ng problem ko sa 3D max. Hope you can help us.

I am currently doing a rigging project and I need help on a couple of errors 3d max 9 is giving me. This is a a bit urgent since this is related to a final i must turn in. I would gladly appreciate any help.


First of all, Max is giving me an annoying error. When i open the reaction manager, it tells me an error and opens up the script window. Sometimes it closes instantly. I am not sure how it happened, and when i open my earlier files it doesn't come up. At the first time.... when i open it again, the error occurs. I have to go almost 6 files back to avoid it. I was lucky enough to copy the script before max shut down, so i hope this will help some how. /*

***************************************************************************
Macro_Scripts File
Author: Adam Felt
Macro_Scripts that implement some animation specific methods

Revision History
May 26, 2004 - Adam Felt - Created
December 14, 2004 - Nicolas LĂ©onard - added ToggleLimits

-- MODIFY THIS AT YOUR OWN RISK
***************************************************************************

*/

macroScript DeleteSelectedAnimation
enabledIn:#("max", "viz")
buttontext:"Delete Selected Animation"
category:"Animation Tools"
internalCategory:"Animation Tools"
tooltip:"Delete Selected Animation"
(
On isEnabled Return
(
$selection.count != 0
)


On Execute Do
(
maxOps.deleteSelectedAnimation()
)
)

macroScript OpenReactionManager
enabledIn:#("max")
buttontext:"Reaction Manager"
category:"Animation Tools"
toolTip:"Reaction Manager"
(
reactionMgr.openEditor()
)

macroScript OpenAnimationLayers
enabledIn:#("max")
buttontext:"Animation Layers"
category:"Animation Tools"
toolTip:"Animation Layers"
(
animLayerManager.showAnimLayersManagerToolbar true
)

macroScript ToggleLimits
enabledIn:#("max")
buttontext:"Toggle Limits"
category:"Animation Tools"
toolTip:"Toggle Limits"
(
Fn toggleAnimLimits anim &limitTab &toggleValue =
(
local ILimitControl
if anim != undefined do
(
if (ILimitControl = getInterface anim #limits) != undefined do
(
if toggleValue and anim.IsEnabled() do
(
toggleValue = false
)
append limitTab anim
)

for i = 1 to anim.numsubs do
(
toggleAnimLimits (getSubAnim anim i) &limitTab &toggleValue
)
)
)

On isEnabled Return
(
$selection.count != 0
)

On Execute Do
(
local limitTab = #()
local toggleValue = true
for s in selection do
(
toggleAnimLimits s &limitTab &toggleValue
)
for limit in limitTab do
(
limit.SetEnabled toggleValue
)
)
)

-- END OF FILE



Second when i close my application, it gives me this every time!
http://img367.imageshack.us/img367/4...onerrorqg4.jpg
I always save before i close but it continues to give me the error. I have tried rebooting and reinstalling the program. Nothing That i know seems to work. This also has been happening for a few files now.

Third, Max doesn't like new files. when i create a new file max gets weird. the colors are not right and i can hardly click on anything i want. the camera gets wonky and the see through mode turns blue. its uncomfortable to work in.
The only way i can avoid it is if i open up an old file, delete what is in there, and save as. Its no biggie, its just a bit annoying sometimes.
I also tried rebooting and reinstalling to fix this.

I hope you can help us with this.

Thank you for your time
Critique1407
Critique1407
CGP Apprentice
CGP Apprentice

Number of posts : 288
Age : 38
Location : Pampanga
Registration date : 09/11/2008

Back to top Go down

Errors in 3D max Help!!! Empty Re: Errors in 3D max Help!!!

Post by dickie_ilagan Wed Nov 19, 2008 8:18 am

i think we both have the same and common error on 3ds.... but i suspect what the cause of this troublesome in our program... first, you said when opening a current and latest file, u get a wierd 3ds display... and often times a crash nor an instant packup of application... reboot nor reinstalling gives same fate....right... but opening an older file, it opens normally... i guess, it's the opengl issue im eyeing of troublesome.... meaning before saving a file make sure that all 4 window panel are in wireframe mode and not in shaded (f3), then you save the file and after saving then turn on again (F3) and continue working on the file...
This is what im also experiencing in my 3ds file... nor a fellow 3ds file sharing, i make it a point of advicing my colleague before sending in the file.... so i won't get the trouble of loading it right....

try also this procedure and might work also on you
hope it helps...

Very Happy Smile
dickie_ilagan
dickie_ilagan
CGP Expert
CGP Expert

Number of posts : 2093
Age : 34
Location : kapitbahay ni Mary Jane
Registration date : 18/09/2008

http://dickieilagan.multiply.com

Back to top Go down

Errors in 3D max Help!!! Empty Re: Errors in 3D max Help!!!

Post by render master Wed Nov 19, 2008 12:23 pm

1. i copy the script rebind, save and run it to my computer... its fine no error code appearing. Im using 3dmax design 2009. Not sure but maybe the script is not compatible with your 3d max version.

2. it seems that some picture, maps perhaps was accidentally link to that jpeg picture on the net.

3. your maxstart file was tampered, you may try to revert to start-up layout found in Customize User interface... Then restart your 3DMax. If still appearing, you may also try to open Custom UI and default Switcher select on the list of custom layout which is appropriate for you, resave your scene with a filename maxstart, put it on C:\Program Files\Autodesk\3dsMax8\scene. Or you may redirect your maxstart scene file at Customized User Path --> File I/O --> Maxstart, select it then press modify and browse on the folder where you save your maxstart.

Hope it help
render master
render master
Game Master
Game Master

Number of posts : 3274
Age : 103
Location : riyadh, saudi arabia
Registration date : 27/09/2008

Back to top Go down

Errors in 3D max Help!!! Empty Re: Errors in 3D max Help!!!

Post by Critique1407 Fri Nov 21, 2008 1:20 am

Thank you po sa sir DK and Game Master RW. I'll try your suggested procedures. Kung wala lng kasing ganitong problem sa 3D max. Super sarap mag model and magrender! hehe
Critique1407
Critique1407
CGP Apprentice
CGP Apprentice

Number of posts : 288
Age : 38
Location : Pampanga
Registration date : 09/11/2008

Back to top Go down

Errors in 3D max Help!!! Empty Re: Errors in 3D max Help!!!

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum