Handbrake keeps crashing - Linux

Archive of historical bug reports.
Please use the GitHub link above to report issues.
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Post Reply
Levan
Posts: 18
Joined: Thu Jan 24, 2013 10:39 am

Handbrake keeps crashing - Linux

Post by Levan »

I installed handbrake on ubuntu 14.04

With using this ppa

https://launchpad.net/~stebbins/+archiv ... -snapshots

Code: Select all

sudo add-apt-repository ppa:stebbins/handbrake-snapshots

Code: Select all

sudo apt-get update

Code: Select all

sudo apt-get install handbrake-gtk
However when I try to render it crashes.

Code: Select all

[22:09:51] gtkgui: HandBrake svn6980 (2015030901) - Linux x86_64 - https://handbrake.fr
[22:09:51] hb_init: starting libhb thread
[22:09:51] hb_init: starting libhb thread
[22:09:51] hb_init: starting libhb thread

(ghb:3908): Gdk-WARNING **: gdk_window_set_icon_list: icons too large
libdvdread: Encrypted DVD support unavailable.
[22:10:05] CPU: Intel(R) Core(TM)2 Duo CPU     E7500  @ 2.93GHz
[22:10:05]  - logical processor count: 2
[22:10:05] hb_scan: path=/home/levan/Desktop/1.wmv, title_index=0
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /home/levan/Desktop/1.wmv/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /home/levan/Desktop/1.wmv/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:2182: nav_get_title_list(/home/levan/Desktop/1.wmv) failed
[22:10:05] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 5.0.1
libdvdread: Encrypted DVD support unavailable.
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[22:10:05] dvd: not a dvd - trying as a stream/file instead
Input #0, asf, from '/home/levan/Desktop/1.wmv':
  Metadata:
    WM/ToolName     : TMPGEnc 4.0 XPress Version. 4.2.3.193
    WMFSDKVersion   : 12.0.7600.16385
    WMFSDKNeeded    : 0.0.0.0000
    IsVBR           : 0
    DeviceConformanceTemplate: MP@HL
  Duration: 00:07:01.80, start: 0.000000, bitrate: 3635 kb/s
    Stream #0.0(eng): Audio: wmav2, 48000 Hz, 2 channels, fltp, 128 kb/s
    Stream #0.1(eng): Video: wmv3 (Main), yuv420p, 1280x720, 3500 kb/s, 25 fps, 1k tbn
[22:10:05] scan: decoding previews for title 1
[22:10:05] scan: audio 0x0: wmav2, rate=48000Hz, bitrate=128016 English (wmav2) (2.0 ch)
[22:10:05] scan: 10 previews, 1280x720, 25,000 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1
[22:10:05] libhb: scan thread found 1 valid title(s)
libdvdread: Encrypted DVD support unavailable.
[22:11:03] gtkgui: Modified Preset: Regular->Normal
[22:11:03] 1 job(s) to process
[22:11:03] CPU: Intel(R) Core(TM)2 Duo CPU     E7500  @ 2.93GHz
[22:11:03]  - logical processor count: 2
[22:11:03] hb_scan: path=/home/levan/Desktop/1.wmv, title_index=1
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /home/levan/Desktop/1.wmv/BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /home/levan/Desktop/1.wmv/BDMV/BACKUP/index.bdmv
libbluray/bluray.c:2182: nav_get_title_list(/home/levan/Desktop/1.wmv) failed
[22:11:03] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 5.0.1
libdvdread: Encrypted DVD support unavailable.
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdread:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[22:11:03] dvd: not a dvd - trying as a stream/file instead
Input #0, asf, from '/home/levan/Desktop/1.wmv':
  Metadata:
    WM/ToolName     : TMPGEnc 4.0 XPress Version. 4.2.3.193
    WMFSDKVersion   : 12.0.7600.16385
    WMFSDKNeeded    : 0.0.0.0000
    IsVBR           : 0
    DeviceConformanceTemplate: MP@HL
  Duration: 00:07:01.80, start: 0.000000, bitrate: 3635 kb/s
    Stream #0.0(eng): Audio: wmav2, 48000 Hz, 2 channels, fltp, 128 kb/s
    Stream #0.1(eng): Video: wmv3 (Main), yuv420p, 1280x720, 3500 kb/s, 25 fps, 1k tbn
[22:11:03] scan: decoding previews for title 1
[22:11:03] scan: audio 0x0: wmav2, rate=48000Hz, bitrate=128016 English (wmav2) (2.0 ch)
[22:11:04] scan: 10 previews, 1280x720, 25,000 fps, autocrop = 0/0/0/0, aspect 16:9, PAR 1:1
[22:11:04] libhb: scan thread found 1 valid title(s)
Any ideas on how to fix it ??
Bling2Ming
Enlightened
Posts: 104
Joined: Mon Dec 29, 2008 10:03 pm

Re: Handbrake keeps crashing - Linux

Post by Bling2Ming »

Going back to the stable releases ppa fixed this crashing for me. The latest 10.1 release is dated 2015-03-08 so you won't be losing any features.
mod16
Experienced
Posts: 78
Joined: Sun Jan 12, 2014 11:10 am

Re: Handbrake keeps crashing - Linux

Post by mod16 »

Bling2Ming wrote:Going back to the stable releases ppa fixed this crashing for me. The latest 10.1 release is dated 2015-03-08 so you won't be losing any features.
viewtopic.php?f=13&t=32005
Post Reply