Re: [micro-manager-general] How to denug dll (stderr capturing)
Status: Beta
Brought to you by:
nicost
|
From: Mark T. <ma...@op...> - 2016-01-28 01:46:10
|
Hi Sergey, On Sun, Jan 24, 2016 at 11:02 AM, Gryphon <gr...@ya...> wrote: > Thanks a lot. > CoreLog is generated OK, but running from command line fails: > > Thread 14 (AWT-EventQueue-0) terminated with uncaught exception > java.lang.Error: Probable fatal error:No fonts found. Works for me. Make sure you change to the MM directory before running. The current directory matters. Probably best to use LogMessage() anyway, and use e.g. SnakeTail to view the log file. This is because the Windows Command Prompt is very slow and bad things will happen if you produce copious log output (e.g. by running MDA) when running from the command line. Best, Mark |