Using the export-function generates empty output-files. This occurs using export as bitmap and pictex with no error message.
The export of bitmap formats and PDF requires a GhostScript installation. Do you have one? If so, try to call fig2dev from the command line like this:
fi2dev-exe -L png infile.fig outfile.pngThis should give you a helpful error message, i.e. "gswin32c.exe is not recognized as an internal or external command".
There is a different problem regarding pictex export. fig2dev really seems to crash.
Edit: found the problem. A call to
time(&when); was missing in genpictex.c I will release a fix shortly.