Log in

View Full Version : gMKVExtractGUI


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 [13]

magic144
19th May 2026, 23:30
sure! - didn't see that

here's the log

[2026-05-19][16:29:57] Detected settings path: C:\Users\User\AppData\Roaming\Gpower2\gMKVExtractGUI\2.13.0.0
[2026-05-19][16:29:57] Begin loading settings...
[2026-05-19][16:29:57] Finished loading settings!
[2026-05-19][16:29:58] System.NullReferenceException: Object reference not set to an instance of an object.
at gMKVToolNix.Forms.frmTranslationEditor.ApplyResponsiveLayout()
at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height)
at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at System.Windows.Forms.Form.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at System.Windows.Forms.Control.ScaleControl(SizeF factor, BoundsSpecified specified)
at System.Windows.Forms.ScrollableControl.ScaleControl(SizeF factor, BoundsSpecified specified)
at System.Windows.Forms.Form.ScaleControl(SizeF factor, BoundsSpecified specified)
at System.Windows.Forms.Control.ScaleControl(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
at System.Windows.Forms.ContainerControl.Scale(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
at System.Windows.Forms.ContainerControl.PerformAutoScale(Boolean includedBounds, Boolean excludedBounds)
at System.Windows.Forms.ContainerControl.PerformNeededAutoScaleOnLayout()
at System.Windows.Forms.Form.OnLayout(LayoutEventArgs levent)
at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
at System.Windows.Forms.ContainerControl.LayoutScalingNeeded()
at System.Windows.Forms.ContainerControl.set_AutoScaleMode(AutoScaleMode value)
at gMKVToolNix.gForm..ctor()
at gMKVToolNix.Forms.frmTranslationEditor..ctor(String initialCulture, Boolean skipRuntimeInitialization)
at gMKVToolNix.Forms.frmOptions.btnTranslationEditor_Click(Object sender, EventArgs e)

magic144
4th June 2026, 15:10
Hello!

Can you please paste the logs from the Logs form here? Unfortunately this error is too generic to pinpoint its cause since I can not reproduce it locally...

was the previous info i provided enough to tell you what is broken - or can i provide some more detail (if so what/how)?

oniiz86
4th June 2026, 18:48
@magic144 It may be best to address your concerns & open an issue here https://github.com/Gpower2/gMKVExtractGUI/issues as I believe @gpower2 will most probably respond more promptly over at github although he has also been fantastic here too when one has any issues that would like to be addressed. :)

magic144
4th June 2026, 19:29
ok thanks

i've opened the issue here
https://github.com/Gpower2/gMKVExtractGUI/issues/51

gpower2
6th June 2026, 10:29
Sorry guys, I was too busy the past few weeks, I've committed 2 fixes regarding the Translations Editor, if I don't find anything else to commit/fix, I will probably publish a new version later today. 🙏

Thanks for the feedback! 🤗

gpower2
6th June 2026, 12:36
Hello everyone! :D

Summer is here and with that, a new release!

This is mainly a bug fix release, hopefully tackling an especially nasty one regarding high DPI windows.

Note: You can also create issues in the Github repo, in order to have better tracking and visibility. ;)

Download link:
https://github.com/Gpower2/gMKVExtractGUI/releases/download/v2.14.0/gMKVExtractGUI.v2.14.0.7z
https://github.com/Gpower2/gMKVExtractGUI/releases/download/v2.14.0/gMKVExtractGUI.locales.v2.14.0.7z

Changelog

v2.14.0


chore(localization): refine Simplified Chinese translations by @ambitiuswisdom in #46

fix: Add guard to ApplyResponsiveLayout for early resize safety. Fixes #51
fix: Fix translation grid cell commit logic in order to avoid overwriting the whole translation text per key stroke. Fixes #45
fix: Fix HighDPI mode for Windows by querying during start up and selecting the best mode available for the current Windows version. Fixes #36


As always, I hope you enjoy this release as much as I did! Thank you all for your valuable feedback! :D

magic144
6th June 2026, 19:13
Thanks! Error has gone in 2.14.0 :)