BUG - Plugin(s) not functioning properly in North America
Verfasst: 08.03.2017, 03:48
Hello to all!
I received an email request from an English user of Ahnenblatt (Robert Kieser) asking how to get the Island Finder plugin to work. He got an immediate .NET error every time. I tested it out and also received the error.
In Ahnenblatt v2.88, Dirk made the "list separator" depend on a regional Registry setting, rather than to always use the semi-colon. Here in North America, the symbol used is the comma, so on "English" computers, CSV files (used by plugins) always use the comma. In Europe (at least in Germany), the semi-colon is used. The behaviour change is reported on the German portal (detailed), but not in the short description/history for that version.
The Island Finder plugin evidently always expects to see the semi-colon and, therefore, does not function properly. The workaround is to (temporarily) change the Regional settings of the North American computer to use the semi-colon as a list separator. All plugins should use the registry setting
HKEY_CURRENT_USER\Control Panel\International\sList
rather than assume a separator character.
I received an email request from an English user of Ahnenblatt (Robert Kieser) asking how to get the Island Finder plugin to work. He got an immediate .NET error every time. I tested it out and also received the error.
In Ahnenblatt v2.88, Dirk made the "list separator" depend on a regional Registry setting, rather than to always use the semi-colon. Here in North America, the symbol used is the comma, so on "English" computers, CSV files (used by plugins) always use the comma. In Europe (at least in Germany), the semi-colon is used. The behaviour change is reported on the German portal (detailed), but not in the short description/history for that version.
The Island Finder plugin evidently always expects to see the semi-colon and, therefore, does not function properly. The workaround is to (temporarily) change the Regional settings of the North American computer to use the semi-colon as a list separator. All plugins should use the registry setting
HKEY_CURRENT_USER\Control Panel\International\sList
rather than assume a separator character.