HB 1.2.2 (Windows, 64bit)

General questions or discussion about HandBrake, Video and/or audio transcoding, trends etc.
Locked
boozer
Posts: 14
Joined: Tue Jan 04, 2011 1:12 am

HB 1.2.2 (Windows, 64bit)

Post by boozer »

Hi,

how can i disable this "Final Action" Dialog, when my Queue is processed? When i set Action "do nothing" it does not make sense when the Final Action Dialog pops up telling me that next Action is "nothing".

Thx!
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: HB 1.2.2 (Windows, 64bit)

Post by s55 »

Using the GUI in a non-English Language?
boozer
Posts: 14
Joined: Tue Jan 04, 2011 1:12 am

Re: HB 1.2.2 (Windows, 64bit)

Post by boozer »

Correct. German.
boozer
Posts: 14
Joined: Tue Jan 04, 2011 1:12 am

Re: HB 1.2.2 (Windows, 64bit)

Post by boozer »

But Language doesnt matter after all.
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: HB 1.2.2 (Windows, 64bit)

Post by s55 »

If you change the setting, then change back after setting to English, it should resolve it.

Otherwise, it's fixed in the nightly builds. There were language related issues with the wrong value being stored for the setting.
video.baba
Novice
Posts: 59
Joined: Sun May 24, 2015 11:12 am

Re: HB 1.2.2 (Windows, 64bit)

Post by video.baba »

boozer wrote: Tue Aug 06, 2019 12:54 am But Language doesnt matter after all.
Obviously it does :)
boozer
Posts: 14
Joined: Tue Jan 04, 2011 1:12 am

Re: HB 1.2.2 (Windows, 64bit)

Post by boozer »

s55 wrote: Wed Aug 07, 2019 1:50 pm If you change the setting, then change back after setting to English, it should resolve it.
should in "".

It did not. I will try Nightly now.
boozer
Posts: 14
Joined: Tue Jan 04, 2011 1:12 am

Re: HB 1.2.2 (Windows, 64bit)

Post by boozer »

Nightly works, but it cant read Settings/Presets from 1.2.2, gives a white Window and error Message as well white.

And the Error Message, that .net 4.8 is not installed popups 2 times in a row. You click Yes/No in MsgBox and it comes again.

(i like the new Queue)

IMG-Tag seem not to work on this Forum.

Image

If it does not work: https://abload.de/img/image2snkr1.png to Screenshot.
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: HB 1.2.2 (Windows, 64bit)

Post by s55 »

Nightly runs independently from the release build so no settings or presets will copy over.
The .NET error comes from Microsoft. Not sure why it would double up but not much we can do about it.

If you get a white error window again, try press ctrl-c and see if you can get a stack trace from it and report it.
boozer
Posts: 14
Joined: Tue Jan 04, 2011 1:12 am

Re: HB 1.2.2 (Windows, 64bit)

Post by boozer »

I will downgrade. Current Nightlybuild is not usable at all. (i have Win 8.1 Pro btw)

Current Nightly seem to be broken. When i cleaned the Directory, i could start it. I can configure it (Settings Dialog).

But when i click the Presets Button, white Window. When i terminate it through Taskmanager it cant be started anymore.

When i load a File before i click on "Presets", the Panel is shown, but when i restarted HB, White Window.

Does not matter if i Setup "System Language" or "English".
boozer
Posts: 14
Joined: Tue Jan 04, 2011 1:12 am

Re: HB 1.2.2 (Windows, 64bit)

Post by boozer »

System.OutOfMemoryException: Insufficient memory to continue the execution of the program. (this is of course bs, my System has 32gb, but Swapfile is set from 64mb to 2gb max and this is usually NOT an Issue)
at System.Windows.Media.Composition.DUCE.Channel.SyncFlush()
at System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean enableRenderTarget, Nullable`1 channelSet)
at System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr lParam)
at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
boozer
Posts: 14
Joined: Tue Jan 04, 2011 1:12 am

Re: HB 1.2.2 (Windows, 64bit)

Post by boozer »

And btw, it does seem that current nightly tries to read existing Files from 1.2.2

What i do:

Method 1

1.) Cleaning up Directory (deleting all Files and all Subfolders) in AppData/Roaming (i mounted it to a different HDD with mklink)
2.) start Nighty, exit it
3.) Restore my Settings from 1.2.2 (presets.json, settings.json)
4.) Nightly still starts.

5.) Start Nightly
6.) Click in MainWindow on "Presets" -> White Window
7.) terminating Nightly through Taskmanager
8.) Start Nightly -> White Window

Method 2

1.) i Cleanup the Directory
2.) Restore my Settings from 1.2.2
3.) Start Nightly -> White Window

Does mean that Nightly DOES read Files from previous Version - and its reproduceable!
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: HB 1.2.2 (Windows, 64bit)

Post by s55 »

Sorry, I wasn't clear.

The nightly and release versions have independent settings storage. Changes to one won't impact the other. Copying settings between manually is not supported and could lead to issues.

If you've never installed a nightly before, only once, it'll try import a previous versions settings, if supported.

OutOfMemory doesn't mean what you think it means. It's not referring to system memory in this instance. In all likely hood something crashed in the display driver which triggered it given it's happening in the lower level system window handles. Worth checking for driver updates.
boozer
Posts: 14
Joined: Tue Jan 04, 2011 1:12 am

Re: HB 1.2.2 (Windows, 64bit)

Post by boozer »

Well, even after Driver Update it does still not work.

And Nightly cant read Presets File from 1.2.2 without freezing.

When the entire AppData Directory is empty, i can start Nightly, as soon as i click on "Presets"-Button ("Toolbar", Upper right, so that the Panel is shown). It freezes and gives a white Error Message Screen.

Without loading a Video: Instant freeze.

When i load a Video, the Panel is shown and HB should show the Panel after restart, its causing the White Window instant.

The Program cant even read its own Files properly atm.
boozer
Posts: 14
Joined: Tue Jan 04, 2011 1:12 am

Re: HB 1.2.2 (Windows, 64bit)

Post by boozer »

New Nightly and still not fixed.
boozer
Posts: 14
Joined: Tue Jan 04, 2011 1:12 am

Re: HB 1.2.2 (Windows, 64bit)

Post by boozer »

It works on Win 10, but not on Win 8.1.
boozer
Posts: 14
Joined: Tue Jan 04, 2011 1:12 am

Re: HB 1.2.2 (Windows, 64bit)

Post by boozer »

2 Weeks later still broken. Impressive how there is interest in fixing.
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: HB 1.2.2 (Windows, 64bit)

Post by s55 »

Given the attitude, I see no reason to continue this discussion.

Thread Locked
Locked