Handbrake 1.2.2 crashing mid encode Windows 10

HandBrake for Windows support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Locked
jackyaz
Posts: 1
Joined: Sat Mar 09, 2019 9:20 am

Handbrake 1.2.2 crashing mid encode Windows 10

Post by jackyaz »

Description of problem or question:
All encodes fail after a random period of time - Handbrake closes without warning, or with a .NET error (memory could not be referenced)

Steps to reproduce the problem (If Applicable):
Hard to provide exact steps as it affects any presets/files to convert

HandBrake version (e.g., 1.0.0):
1.2.2

Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierra, Windows 10 Creators Update):
Windows 10 1809

HandBrake Activity Log ***required*** (see How-to get an activity log)
https://pastebin.com/dJdPj7B5
https://pastebin.com/v3pHZqNx

Code: Select all

Application: HandBrake.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
   at HandBrake.Interop.Interop.HbLib.HBFunctions.hb_get_state_json(IntPtr)
   at HandBrake.Interop.Interop.HandBrakeInstance.PollEncodeProgress()
   at HandBrake.Interop.Interop.HandBrakeInstance.<StartEncode>b__48_0(System.Object, System.Timers.ElapsedEventArgs)
   at System.Timers.Timer.MyTimerCallback(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.TimerQueueTimer.CallCallback()
   at System.Threading.TimerQueueTimer.Fire()
   at System.Threading.TimerQueue.FireNextTimers()
  

Code: Select all

Faulting application name: HandBrake.exe, version: 1.2.2.0, time stamp: 0x5c7180e9
Faulting module name: ntdll.dll, version: 10.0.17763.292, time stamp: 0x7ded7809
Exception code: 0xc0000005
Fault offset: 0x000000000000e5a9
Faulting process ID: 0x2468
Faulting application start time: 0x01d4d655cbc14487
Faulting application path: C:\Program Files\HandBrake\HandBrake.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report ID: 9395633d-d4a8-40d0-bfdc-35cd8a19f03f
Faulting package full name: 
Faulting package-relative application ID: 
Locked