Re: [hatari-users] Question regarding Hatari and MANDALA.PRG

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-users Archives ]


Hi,

On 1/30/20 7:45 PM, Michel Tavir wrote:
As with your earlier post, I do not understand. This, in particular:

Please run Hatari with "--trace midi" option and
check whether it complains about write errors.

- is there a Terminal in Hatari where one runs such commands?

Use MacOS Terminal and start Hatari from that,
with the "--trace midi" option.

There can be a lot of output, so it's better to
redirect Hatari's trace output to a file with:
	hatari --trace midi  2>  trace.txt

You can then attach that "trace.txt" file to your
mail.

Btw. If MacOS has "tee" program, you can view
the output while it's being written to the file
with:
	hatari --trace midi 2>&1 | tee trace.txt


("2>&1" redirects Hatari's standard error to
standard output file handle and '|' passes that
to the "tee" program, which will both save and
output it.)


	- Eero



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/