I have a ULP to automate generation of gerberfiles.
In the ULP I use the following command:
system("\"" + EagleExe + "\" -X -x0.0 -y0.0 -O+ -c- -dGERBER_RS274X -o\"" + GerberFileName + "\" \"" + B.name + "\" tPlace tNames");
This usually works fine but in some cases it just freezes and nothing happens.
If I run the CAM processor manually i get the following warning:
<html><head><title>Jive SBS</title></head>
<body><font face="arial,helvetica,sans-serif">
<b>Error</b><br><font size="-1">
An general error occurred while processing your request.
</font></font></body></html>
The ULP probably freezes because of this warning, but the warning is not shown.
Eagle is probably waiting for me to answer the non visible dialog.
Is there some "silent mode" without warnings or some other way to sole this problem?