mRemoteNG / mRemoteNG/mRemoteNG
Given key was not present in Library when saving into MariaDb
@Kvarkas is already working on this.
Since Aug 4, 2022.
- Dominant language
- C#
- Stars
- 11.1k
- Forks
- 1.6k
- Avg merge
- 16h 58m
- Merged PRs (30d)
- 55
Description
When performing any action (edit, move i.e.) on a connection it gives the following error:
ErrorMsg
07/07/2022 10:55:36
Couldn't save connections file as ""!
The given key '0' was not present in the dictionary.
EDIT: The first record got processed correctly, it stopped working right after
Duplicating the working record produces the same error
EDIT2: I tried installing a clean install of MySQL to troubleshoot MariaDB compatibility, getting the same issue.
EDIT3: Doesn't work with either localhost or on external Database server
EDIT3: Same issue with MSSQL
mRemoteNG version: 1.77.2.0 also tried version 1.76.20.24615
OS: Windows 10
DB version: mariadb Ver 15.1 Distrib 10.6.7-MariaDB, for Win64 (AMD64), source revision e3894f5d397722dd50fb91dbbdbad3aaf017a4b0
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.