
http://www.mediafire.com/?a20r0c1tw1txe7a
doesn't render here!
Let us know if it renders.

Moderators: Víctor Paredes, Belgarath, slowtiger
The 1st time I hit run I got an error but it still rendered.funksmaname wrote:nah it crashed... did it render at your end?
Code: Select all
error in function '.mul'.
argument #2 is 'function'; 'number' expected.
I have a single core processor.funksmaname wrote:that's true! it DOES work when you press F5 - only it doesn't save the file and renders considerably smaller than actual size :S
Why would it crash on export?? this is most deffinately a bug
---------
I just got a message from a promenant member, who i guess wishes to remain annonymous or he would have posted here, who said the only thing to change in AS7 rendering is the multicore support - Stephen are you using a single core? cos i'm using quad core.
I set the affinity of AS7 to only 1 core and although it still crashed i managed to see the LUA error which says:
dunno if this helps anyone recognise the issue??Code: Select all
error in function '.mul'. argument #2 is 'function'; 'number' expected.
The multicore issue seems to make sense, as F5 preview seems to just use a single thread...
Code: Select all
bonePos[name] = bone.fAnimPos:GetValue(frame)
Code: Select all
local bonePos0 = bone.fAnimPos:GetValue(frame)
bonePos[name] = bonePos0