[Bug 279006] multimedia/handbrake 1.7.2_1 core dump, crash, will not launch
Date: Mon, 20 May 2024 02:39:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279006 --- Comment #4 from Yuichiro NAITO <naito.yuichiro@gmail.com> --- > Do you have any port built with a non-standard option? No, I don't set port build options. I ran the following script on my PC. It shows the packages from Ports. ``` #!/bin/sh for name in $(pkg query %n-%v); do if [ -z "$(pkg info -A $name | grep repo_type)" ]; then echo $name fi done ``` % ./list_ports_packages bsddialog-1.0.1 drm-61-kmod-6.1.69_2 dtc-1.6.0 grub2-bhyve-0.40_11 I have patched grub2-bhyve but it has no relation to HandBrake. Which desktop environment are you running? I'm running Xfce. Which locale do you set on your desktop environment? I don't test all of the message catalogs. Does setting `LANG=en_US.UTF-8` help you? -- You are receiving this mail because: You are the assignee for the bug.