Mabioned icon indicating copy to clipboard operation
Mabioned copied to clipboard

Unable to open two instances of Mabioned

Open jiaaluo opened this issue 5 years ago • 4 comments

This needed for region comparisons. Refer to https://github.com/exectails/Mabioned/issues/7 https://github.com/Aahzmandius/Mabioned/commit/0441348ee316d5d7550125f494cad812cf521491

jiaaluo avatar Apr 13 '19 04:04 jiaaluo

In version 0.8.0a you can open multiple instances after disabling the "Single Instance" option in the settings.

exectails avatar Apr 13 '19 06:04 exectails

************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at Mabioned.FrmMain.AddProp(Prop prop) at Mabioned.FrmMain.PasteSelectedEntity() at Mabioned.FrmMain.FrmMain_KeyUp(Object sender, KeyEventArgs e) at System.Windows.Forms.Control.OnKeyUp(KeyEventArgs e) at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m) at System.Windows.Forms.Form.ProcessKeyPreview(Message& m) at System.Windows.Forms.Control.ProcessKeyPreview(Message& m) at System.Windows.Forms.Control.ProcessKeyPreview(Message& m) at System.Windows.Forms.Control.ProcessKeyMessage(Message& m) at System.Windows.Forms.Control.WmKeyChar(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

This just crash for me.

jiaaluo avatar Apr 13 '19 07:04 jiaaluo

Update on this issue, you must have set data folder first in order for to work.

jiaaluo avatar Apr 23 '19 20:04 jiaaluo

Thanks for the report, I'll look into fixing this for the next version.

exectails avatar Jun 13 '19 16:06 exectails