On Windows, some may run into problems while clicking at the 在本地创建一个新对话 button. They may get an alert("已经有一个Console Lite实例在运行").
This only happens when they try to start the Console Lite with a non-administrator privilege. However, the strange thing is, they are all the administrator of their PCs and can get rid of this problem by right-clicking the shortcut of Console Lite and choose to invoke using administrator privilege (aka 以管理员身份运行).
I believe the thing is that on their PCs, applications are invoked in default privilege instead of administrator privilege, and as a result, Console Lite cannot gain write access on Volume C, which means that it cannot create a new DB.
Quite confusing, Console Lite will fail in such condition, while some other apps can emit a UAC to ask for administrator privilege.
On Windows, some may run into problems while clicking at the
在本地创建一个新对话
button. They may get analert("已经有一个Console Lite实例在运行")
.This only happens when they try to start the Console Lite with a non-administrator privilege. However, the strange thing is, they are all the administrator of their PCs and can get rid of this problem by right-clicking the shortcut of Console Lite and choose to
invoke using administrator privilege
(aka以管理员身份运行
).I believe the thing is that on their PCs, applications are invoked in default privilege instead of administrator privilege, and as a result, Console Lite cannot gain write access on Volume C, which means that it cannot create a new DB.
Quite confusing, Console Lite will fail in such condition, while some other apps can emit a UAC to ask for administrator privilege.
I'll make a PR some times later.