Errors when running handbrakegtk in my Debian

Support for HandBrake on Linux, Solaris, and other Unix-like platforms
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.
Post Reply
ant
Posts: 8
Joined: Wed Feb 06, 2008 6:42 am

Errors when running handbrakegtk in my Debian

Post by ant »

Does anyone have any ideas why my new handbrakegtk and mono installations give me this error in Debian? I got the package from
http://internap.dl.sourceforge.net/sour ... 1_i386.deb
...

$ ./handbrakegtk
** (HandBrakeGTK:5898): WARNING **: The following assembly referenced
from /usr/share/handbrakegtk/HandBrakeGTK could not be loaded:
Assembly: Mono.Posix (assemblyref_index=5)
Version: 1.0.5000.0
Public Key: 0738eb9f132ed756
The assembly was not found in the Global Assembly Cache, a path listed
in the MONO_PATH environment variable, or in the location of the
executing assembly (/usr/share/handbrakegtk).


** (HandBrakeGTK:5898): WARNING **: Could not load file or assembly
'Mono.Posix, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756' or one of its dependencies.

** (HandBrakeGTK:5898): WARNING **: Missing method GetString in assembly
/usr/share/handbrakegtk/HandBrakeGTK, type Mono.Unix.Catalog

Unhandled Exception: System.IO.FileNotFoundException: Could not load
file or assembly 'Mono.Posix, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756' or one of its dependencies.
File name: "Mono.Posix, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756"
at <0x00000> <unknown method>
at MainWindow..ctor () [0x00000]
at HandBrakeGTK.MainClass.Main (System.String[] args) [0x00000]

Here's my mono package versions:
$ dpkg -l | grep ^ii |grep mono
ii libmono-cairo1.0-cil 1.2.6+dfsg-5 Mono Cairo library
ii libmono-corlib1.0-cil 1.2.5.1-1+lenny1 Mono core library (1.0)
ii libmono-corlib2.0-cil 1.2.5.1-1+lenny1 Mono core library (2.0)
ii libmono-security2.0-cil 1.2.5.1-1+lenny1 Mono Security library
ii libmono-system1.0-cil 1.2.5.1-1+lenny1 Mono System libraries (1.0)
ii libmono-system2.0-cil 1.2.5.1-1+lenny1 Mono System libraries (2.0)
ii libmono0 1.2.6+dfsg-5 libraries for the Mono JIT
ii mono 1.2.5.1-1+lenny1 Mono CLI (.NET) runtime
ii mono-common 1.2.5.1-1+lenny1 common files for Mono
ii mono-devel 1.2.5.1-1+lenny1 Mono CLI runtime with development tools
ii mono-gac 1.2.5.1-1+lenny1 Mono GAC tool
ii mono-jay 1.2.6+dfsg-5 LALR(1) parser generator oriented to Java/CL
ii mono-jit 1.2.5.1-1+lenny1 fast CLI JIT/AOT compiler for Mono
ii mono-mcs 1.2.6+dfsg-5 Mono C# compiler for CLI 1.1
ii mono-runtime 1.2.5.1-1+lenny1 Mono runtime
ii mono-utils 1.2.6+dfsg-5 Mono utilities
ii monodoc-gtk2.0-manual 2.10.2-5 compiled XML documentation for GTK# 2.10
ii monodoc-manual 1.2.6-3 compiled XML documentation from the Mono pro

Thank you in advance. :)
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: Errors when running handbrakegtk in my Debian

Post by s55 »

This project is not in any way supported by HandBrake. It's 3rd party and last I checked, it's also abandoned.
ant
Posts: 8
Joined: Wed Feb 06, 2008 6:42 am

Re: Errors when running handbrakegtk in my Debian

Post by ant »

sr55 wrote:This project is not in any way supported by HandBrake. It's 3rd party and last I checked, it's also abandoned.
That's interesting. The reason I discovered this program is because of http://www.linux.com/feature/125623 ... I guess I will uninstall it since it useless then.

So, what's a good replacement to use as a frontend in Debian?
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: Errors when running handbrakegtk in my Debian

Post by s55 »

There isn't any GUI replacement. The only official build is the CLI for *nix based machines. It's well documented. http://trac.handbrake.fr/wiki/CLIGuide. It's pretty easy to use.

There are a few 3rd party wrappers kicking around this forum but your probably best sticking with the CLI. It's probably just as easy when you get the hang of it.
ant
Posts: 8
Joined: Wed Feb 06, 2008 6:42 am

Re: Errors when running handbrakegtk in my Debian

Post by ant »

sr55 wrote:There isn't any GUI replacement. The only official build is the CLI for *nix based machines. It's well documented. http://trac.handbrake.fr/wiki/CLIGuide. It's pretty easy to use.

There are a few 3rd party wrappers kicking around this forum but your probably best sticking with the CLI. It's probably just as easy when you get the hang of it.
Thanks.
redraiderbum
Enlightened
Posts: 132
Joined: Thu Jun 21, 2007 3:53 am

Re: Errors when running handbrakegtk in my Debian

Post by redraiderbum »

I've found the terminal based version much easier if the terminal doesn't intimidate. It seems HandBrakeGTK jumped out of no where in terms of popularity. I'm not sure it's abandoned, try the person on the forums named th3rmite; he is the guy who created it. He is apparently in a country where internet access is limited and as such can only reply periodically.
redraiderbum
Enlightened
Posts: 132
Joined: Thu Jun 21, 2007 3:53 am

Re: Errors when running handbrakegtk in my Debian

Post by redraiderbum »

Also, I don't know what you've installed but you need the mono-dev package as well. Also when you run the binary you need to put:

mono ./handbrakegtk

Those are just a couple of things I remember, if you search for all posts (the search is in the top right corner) by th3rmite you will probably find what you need.
jbrjake
Veteran User
Posts: 4805
Joined: Wed Dec 13, 2006 1:38 am

Re: Errors when running handbrakegtk in my Debian

Post by jbrjake »

redraiderbum wrote:I'm not sure it's abandoned
It hasn't had any code changes for months...
Major_Kong
Posts: 4
Joined: Sat Feb 09, 2008 5:36 pm

Re: Errors when running handbrakegtk in my Debian

Post by Major_Kong »

jbrjake wrote:
redraiderbum wrote:I'm not sure it's abandoned
It hasn't had any code changes for months...
Well, that hardly matters if it still is one of the better (best?) handbrake guis for *nix.
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: Errors when running handbrakegtk in my Debian

Post by s55 »

Well, its your choice. You can use HB releases or you can get no support.

It was based of SVN code between 0.9.1 and current which was never meant to be released as it was a work in progress and very buggy at the time.
The presets are wrong, the x264 tab doesn't work as it should, There are numerous bugs in ther dvd Information parser that mean a number of titles don't scan properly. The list goes on.

This is not the place hbgtk discussion.
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: Errors when running handbrakegtk in my Debian

Post by s55 »

Just FYI, th3rmite has not been active on the forum for almost 3 months now. Before that he was online several times a week.
Last active: Sun Nov 18, 2007
jbrjake
Veteran User
Posts: 4805
Joined: Wed Dec 13, 2006 1:38 am

Re: Errors when running handbrakegtk in my Debian

Post by jbrjake »

Major_Kong wrote:
jbrjake wrote:
redraiderbum wrote:I'm not sure it's abandoned
It hasn't had any code changes for months...
Well, that hardly matters if it still is one of the better (best?) handbrake guis for *nix.
That's funny, I thought you were here complaining that it errors on you.

Maybe you notice how it's impossible to get support from the author?

Have you ignored how we keep telling you there are bugs in there? It would be understandable; that's certainly the developer's response to bug reports.
Major_Kong
Posts: 4
Joined: Sat Feb 09, 2008 5:36 pm

Re: Errors when running handbrakegtk in my Debian

Post by Major_Kong »

jbrjake wrote:
Major_Kong wrote:
jbrjake wrote:
redraiderbum wrote:I'm not sure it's abandoned
It hasn't had any code changes for months...
Well, that hardly matters if it still is one of the better (best?) handbrake guis for *nix.
That's funny, I thought you were here complaining that it errors on you.

Maybe you notice how it's impossible to get support from the author?

Have you ignored how we keep telling you there are bugs in there? It would be understandable; that's certainly the developer's response to bug reports.
:oops:

Have to learn to try the program first...

But you understand this 'surge', right ? As *nix guis are concerned it at least looks, and for some works, better than the official one. Support is only a issue when problems arise...(i'm gonna get blasted for this one...)
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: Errors when running handbrakegtk in my Debian

Post by s55 »

Support is only a issue when problems arise...(i'm gonna get blasted for this one...)
Learned to read jbrjakes mind in advance of him thinking about your relpy? :lol:
Major_Kong
Posts: 4
Joined: Sat Feb 09, 2008 5:36 pm

Re: Errors when running handbrakegtk in my Debian

Post by Major_Kong »

sr55 wrote:
Support is only a issue when problems arise...(i'm gonna get blasted for this one...)
Learned to read jbrjakes mind in advance of him thinking about your relpy? :lol:
Hope not...

@Offtopic
Well, at light of this little surge, does the possibility of creating an official gtk gui exists ?
nightstrm
Veteran User
Posts: 1887
Joined: Fri Mar 23, 2007 5:43 am

Re: Errors when running handbrakegtk in my Debian

Post by nightstrm »

The beauty of open source is that anything is possible! :lol:
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: Errors when running handbrakegtk in my Debian

Post by s55 »

Well, at light of this little surge, does the possibility of creating an official gtk gui exists ?
There are the beginnings of an offical gui in the SVN however noone is currently actively working on it. Anyone is welcome to come along and take it on though.
Major_Kong
Posts: 4
Joined: Sat Feb 09, 2008 5:36 pm

Re: Errors when running handbrakegtk in my Debian

Post by Major_Kong »

sr55 wrote:
Well, at light of this little surge, does the possibility of creating an official gtk gui exists ?
There are the beginnings of an offical gui in the SVN however noone is currently actively working on it. Anyone is welcome to come along and take it on though.
Yeah, i know...
Post Reply