Mremoteng: DoNotPlay is Case Sensitive in XML Serialization

Created on 27 Feb 2018  路  3Comments  路  Source: mRemoteNG/mRemoteNG


|Detail|Value|
|--:|---|
|Operating system | Windows 10 x64 |
|mRemoteNG version| 1.76.1 Alpha 3 |

The XML file contains the setting:

RedirectSound="DoNotPlay"

When the XML file is saved by the application, DoNotPlay is converted to lowercase:

RedirectSound="donotplay"

When the application is reopened, errors parsing the files occur:

ErrorMsg
2/27/2018 9:19:13 AM
An error occured while loading the connection entry for "SERVER_NAME" from "". Requested value 'donotplay' was not found.

Manually editing the XML file to camel-case DoNotPlay resolves this issue.


Bug

Most helpful comment

Thanks for reporting this. I fixed the bug and it will be available in the next v1.76 pre-release

All 3 comments

Thanks for reporting this. I fixed the bug and it will be available in the next v1.76 pre-release

@sparerd

Thank you. Super fast!

I can confirm it is fixed, thanks a lot !

Was this page helpful?
0 / 5 - 0 ratings