rjp74
|
Using the attached filter file this message:
A script error occurred during the rendering.
Edit this filter to see the details.
appears in main window when filter is selected. However, no messages appear in the log window. Neither an error message nor a run completion message.
The code compiles correctly using the "Lua for Windows" compiler so the problem is not syntax but a filter forge specific run-time error that is not logged.
second small bug: the log window does not show using the short cut CTRL-L.
|
Posted: April 30, 2011 2:59 am |
Details
E-Mail
|
GMM
Moderator
Filter Forge, Inc
Posts: 3491
|
Please attach the filter or the script in question.
|
Posted: May 2, 2011 3:15 am |
Details
E-Mail
|
rjp74
|
I have tried twice - the filter is not accepted - I have sent it to the support desk.
|
Posted: May 2, 2011 5:33 am |
Details
E-Mail
|
GMM
Moderator
Filter Forge, Inc
Posts: 3491
|
Thank you. Received and forwarded to the developers to look at.
|
Posted: May 3, 2011 4:47 am |
Details
E-Mail
|
GMM
Moderator
Filter Forge, Inc
Posts: 3491
|
Ctrl+L starts to work when you click somewhere in the editing field but this is still a bug. Two bug points for you.
|
Posted: May 3, 2011 6:44 am |
Details
E-Mail
|
rjp74
|
I have identified that the error occurs when an array is assigned a nil value. It occurs in this line of code:
optimiser[p][q][1] = LineNum
The code should have been
optimiser[p][q][1] = lineNum
with a lowercase l
A Typing Error.....
|
Posted: May 3, 2011 9:17 am |
Details
E-Mail
|