Login Page - Create Account

Support Board


Date/Time: Sat, 10 May 2025 00:36:11 +0000



Post From: Did something change with regard to symbol handling?

[2016-07-10 20:31:04]
i960 - Posts: 360
Okay there is a serious bug here guys.

I've reproduced the steps to create this:

1. Start 1442, let it load as normal.
2. Exit.
3. Start 1442, go to global settings/symbol settings, you now have no symbols loaded.

Why is this happening? Because something in 1442 overwrites all the symbol service codes with 'true' which looks like an obvious bug to me.

Before 1442:

<service-code>ib</service-code>

After 1442:

<service-code>true</service-code>

For literally every symbol once 1442 has a chance to write the file out on exit.

I've now gone back to 1441 until this can be resolved.