Hi @jcl,

I just ran a few tests on 2.48:

- Fresh install. Select New Script. At the end of the template that comes up, add "printf("\nHistory=%s", History);". Save. Click Test. Zorro crashes (window just disappears). Log file is 0 bytes.

- Restart Zorro. Add "History="whatever";" before the printf. Save. Click Test. "History=whatever" prints.

- Copy Zorro.ini to ZorroFix.ini. In ZorroFix.ini change HistoryFolder to "somewhere". Restart Zorro. Click Test. Zorro complains there's no history for EUR/USD in somewhere, then prints "History=somewhere".

- Comment out the "History="whatever":" statement. Save. Click Test. Zorro complains there's no history for EUR/USD in somewhere, then prints "History=".

Seems not quite right...

Thanks.