starik222 / BooruDatasetTagManager

MIT License
1.39k stars 123 forks source link

use of underscore in tag cause exception error at line 68 of DatasetManager.cs #128

Closed bondo01 closed 5 months ago

bondo01 commented 5 months ago

I want to cover the use of underscore as a word separator in my tags. example: body suit, body_suit, gray hair, grayhair, gray_hair,

See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.

** Exception Text ** System.ComponentModel.InvalidAsynchronousStateException: The saved data for the image "E:\AI_Work\AI_training\Images_109.jpg" does not match what is available in the program!! Please post the file "E:\BooruDatasetTagManager\BooruDatasetTagManager\ErrorData.json" in the issue https://github.com/starik222/BooruDatasetTagManager/issues/104 at BooruDatasetTagManager.DatasetManager.SaveAll() at BooruDatasetTagManager.MainForm.saveAllChangesToolStripMenuItem_Click(Object sender, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)

starik222 commented 5 months ago

Fixed in 2.1.5