You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Game Name: Console: Format extension(s): Type: [ text | image | archive | font ]
Bug details:
I try to update kuriimu2 tool, by include developer build in the setting tab, but it giving me unhandled exception, as written in the log file:
2024-03-22 22:15:38.837 +07:00 [FTL] An unhandled exception occurred.
System.InvalidOperationException: Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed.
at System.Windows.Window.VerifyCanShow()
at System.Windows.Window.Show()
at Eto.Wpf.Forms.FormHandler.Show()
at Eto.Forms.Form.Show()
at Eto.Forms.Application.<>c__DisplayClass53_0.b__0(Object sender, EventArgs e)
at Eto.PropertyStore.TriggerEvent[T](Object key, Object sender, T args)
at Eto.Forms.Application.OnInitialized(EventArgs e)
at Eto.Forms.Application.Callback.OnInitialized(Application widget, EventArgs e)
at Eto.Wpf.Forms.ApplicationHandler.Run()
at Eto.Forms.Application.Run(Form mainForm)
at Kuriimu2.EtoForms.Wpf.MainClass.Main(String[] args)
[details]
The text was updated successfully, but these errors were encountered:
I found a solution for this. Take the build of Kuriimu2 you are using, rename the EXE to anything that isn't the default name, and delete the plugins director. The updater will still fail with the same message, but the update will be successful, you will get all new, updated plugins and the latest build of the latest build of the Kuriimu2 EXE will be present in the same directory as the renamed original Kuriimu2 EXE.
Game Name:
Console:
Format extension(s):
Type: [ text | image | archive | font ]
Bug details:
I try to update kuriimu2 tool, by include developer build in the setting tab, but it giving me unhandled exception, as written in the log file:
2024-03-22 22:15:38.837 +07:00 [FTL] An unhandled exception occurred.
System.InvalidOperationException: Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed.
at System.Windows.Window.VerifyCanShow()
at System.Windows.Window.Show()
at Eto.Wpf.Forms.FormHandler.Show()
at Eto.Forms.Form.Show()
at Eto.Forms.Application.<>c__DisplayClass53_0.b__0(Object sender, EventArgs e)
at Eto.PropertyStore.TriggerEvent[T](Object key, Object sender, T args)
at Eto.Forms.Application.OnInitialized(EventArgs e)
at Eto.Forms.Application.Callback.OnInitialized(Application widget, EventArgs e)
at Eto.Wpf.Forms.ApplicationHandler.Run()
at Eto.Forms.Application.Run(Form mainForm)
at Kuriimu2.EtoForms.Wpf.MainClass.Main(String[] args)
[details]
The text was updated successfully, but these errors were encountered: