Search the Community
Showing results for tags 'fail'.
-
Anyone get this before? (see attached below) I've run a number of renders of various degrees of complexity from this fairly large (78MEG) model, but the latest aerial shot crashes almost immediately and leaves me with this image of the sun in the sky. I've tried it adjusting all settings, running lo res tests and turning off final gather etc. but always the same... what gives? Your advice or sympathy much appreciated!
-
Ok i have this macro: ^C^Cgraphscr ;filedia 0; script "logo.scr" that opens this script: _Insert "L:\AUTOCAD\Titleblocks\SSAB Logo\SSAB Logo.dwg" ;And to finish the script Filedia 1 I am running autocad 2010 64 bit on windows 7 64bit The script works if i run it via the command line instead of through a button but the macro does not want to work except if i have a blank (acad.dwt) drawing open. It recalls the the last command before starting the macro: Command: Command: Command: graphscr Command: GRAPHSCR Command: filedia Enter new value for FILEDIA : 0 Command: FILEDIA Enter new value for FILEDIA : script Requires 0 or 1 only. It fails because filedia is running again then instead of answering as 0 or 1 it uses script, which fails. I have tried multiple things. Please Help Also the buttons to put code in are not working.