FanTranslatorsInternational / Kuriimu2

Kuriimu is a general purpose game translation project manager and toolkit for authors of fan translations and game mods.
GNU General Public License v3.0
308 stars 56 forks source link

Error on update kuriimu2 tool #321

Open dangvh5 opened 3 months ago

dangvh5 commented 3 months ago

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]