Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Muine won't run
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
denstark
l33t
l33t


Joined: 02 Jun 2003
Posts: 654
Location: sd.ca.us

PostPosted: Sun Dec 19, 2004 2:13 am    Post subject: Muine won't run Reply with quote

This is the error I get when trying to run muine:

Code:
tim@Kelemvor ~ $ muine

Unhandled Exception: System.DllNotFoundException: gnomesharpglue
in <0x00053> (wrapper managed-to-native) Gnome.Program:gtksharp_gnome_program_init (string,string,Gnome.ModuleInfo&,int,string[],int,Gnome.Program/PropertyArg[])
in <0x002de> Gnome.Program:.ctor (string,string,Gnome.ModuleInfo,string[],object[])
in <0x00073> Muine:.ctor (string[])
in <0x00056> Muine:Main (string[])




My use flags are as follows:
Code:
USE="nptl gnome gtk gtk2 dedicated tif samba bootsplash fam msn mysql xine -arts -nls"


If you need any other info let me know.
_________________
Blog
Code:
denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Back to top
View user's profile Send private message
madbiker
Guru
Guru


Joined: 12 Oct 2003
Posts: 439
Location: Victoria, BC, Canada

PostPosted: Sun Dec 19, 2004 2:18 am    Post subject: Reply with quote

Maybe try re-emerging the gtk sharp engine? I'm not on my gentoo box now so I can't give you the exact package name, but so a little searching and it should turn up.
Back to top
View user's profile Send private message
denstark
l33t
l33t


Joined: 02 Jun 2003
Posts: 654
Location: sd.ca.us

PostPosted: Sun Dec 19, 2004 2:37 am    Post subject: Reply with quote

madbiker wrote:
Maybe try re-emerging the gtk sharp engine? I'm not on my gentoo box now so I can't give you the exact package name, but so a little searching and it should turn up.


I've already done that.... 8O
_________________
Blog
Code:
denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Back to top
View user's profile Send private message
UB|K
l33t
l33t


Joined: 27 May 2004
Posts: 786
Location: Villeurbanne, France

PostPosted: Sun Dec 19, 2004 4:00 pm    Post subject: Reply with quote

Code:
/usr/lib/libgnomesharpglue.so

is from a package called "dev-dotnet/gnome-sharp", maybe re-emerging that one will help.
(hope so, muine is so great!!)
Back to top
View user's profile Send private message
denstark
l33t
l33t


Joined: 02 Jun 2003
Posts: 654
Location: sd.ca.us

PostPosted: Sun Dec 19, 2004 4:53 pm    Post subject: Reply with quote

I re-emerged dev-dotnet/gnome-sharp, and now I get this output and then it just hangs:

Code:
tim@Kelemvor ~ $ muine

Unhandled Exception: System.DllNotFoundException: glibsharpglue
in <0x00053> (wrapper managed-to-native) GLib.ObjectManager:gtksharp_get_type_
name (intptr)
in <0x0003b> GLib.ObjectManager:CreateObject (intptr)
in <0x000e3> GLib.Object:GetObject (intptr,bool)
in <0x00010> GLib.Object:GetObject (intptr)
in <0x0004c> Glade.XML:GetWidget (string)
in <0x001a9> Glade.XML:BindFields (object,System.Type)
in <0x0001a> Glade.XML:BindFields (object)
in <0x0001c> Glade.XML:Autoconnect (object)
in <0x0005c> ErrorDialog:Setup (string)
in <0x0001c> ErrorDialog:.ctor (string)
in <0x001f4> Muine:.ctor (string[])
in <0x00056> Muine:Main (string[])


_________________
Blog
Code:
denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Back to top
View user's profile Send private message
UB|K
l33t
l33t


Joined: 27 May 2004
Posts: 786
Location: Villeurbanne, France

PostPosted: Sun Dec 19, 2004 5:16 pm    Post subject: Reply with quote

At least something has changed!! You must have a problem with muine's deps but which one? I don't known.
But you can try re-emerging all mono related packages such as:
Code:
dev-dotnet/mono
dev-dotnet/gtk-sharp
dev-dotnet/glade-sharp
dev-dotnet/gconf-sharp
...

Do a "emerge -epv muine" and try to find out some other packages that could be updated/re-emerged and maybe you will find the package that breaks the prog...
Back to top
View user's profile Send private message
denstark
l33t
l33t


Joined: 02 Jun 2003
Posts: 654
Location: sd.ca.us

PostPosted: Sun Dec 19, 2004 5:19 pm    Post subject: Reply with quote

UB|K wrote:
At least something has changed!! You must have a problem with muine's deps but which one? I don't known.
But you can try re-emerging all mono related packages such as:
Code:
dev-dotnet/mono
dev-dotnet/gtk-sharp
dev-dotnet/glade-sharp
dev-dotnet/gconf-sharp
...

Do a "emerge -epv muine" and try to find out some other packages that could be updated/re-emerged and maybe you will find the package that breaks the prog...


Re-emerging those listed packages right now. When i ran emerge -evp muine it came back with a whole bunch of packages 8O

Code:
Kelemvor ~ # emerge -evp muine | wc -l
189

_________________
Blog
Code:
denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Back to top
View user's profile Send private message
denstark
l33t
l33t


Joined: 02 Jun 2003
Posts: 654
Location: sd.ca.us

PostPosted: Sun Dec 19, 2004 5:37 pm    Post subject: Reply with quote

Again! A different Error....

Code:
tim@Kelemvor ~ $ muine
Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx' failed!


8O :x
_________________
Blog
Code:
denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Back to top
View user's profile Send private message
UB|K
l33t
l33t


Joined: 27 May 2004
Posts: 786
Location: Villeurbanne, France

PostPosted: Sun Dec 19, 2004 5:38 pm    Post subject: Reply with quote

Yes,
Code:
emerge -e muine

will build ALL muine deps so don't do that, it wil take ages!!
but "emerge -epv muine" will only show the list, just to find out what you could re-emerge...
(is it more clear?? sorry for my english :roll: )
Back to top
View user's profile Send private message
denstark
l33t
l33t


Joined: 02 Jun 2003
Posts: 654
Location: sd.ca.us

PostPosted: Sun Dec 19, 2004 5:39 pm    Post subject: Reply with quote

UB|K wrote:
Yes,
Code:
emerge -e muine

will build ALL muine deps so don't do that, it wil take ages!!
but "emerge -epv muine" will only show the list, just to find out what you could re-emerge...
(is it more clear?? sorry for my english :roll: )


Yes, It was clear the first time :)
_________________
Blog
Code:
denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Back to top
View user's profile Send private message
rezza
Guru
Guru


Joined: 09 Apr 2003
Posts: 434
Location: Edinburgh, UK

PostPosted: Mon Dec 20, 2004 4:37 pm    Post subject: Reply with quote

denstark wrote:
Again! A different Error....

Code:
tim@Kelemvor ~ $ muine
Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx' failed!


8O :x


I had that same error for a while - I got it when I tried to run either totem or ogle. In the end I gave up figuring out which package caused it and ran an emerge -e totem. Took a while, but worked ;)
_________________
screenshots
blog
Back to top
View user's profile Send private message
KoffKoff
n00b
n00b


Joined: 15 May 2003
Posts: 65

PostPosted: Mon Dec 20, 2004 5:04 pm    Post subject: Reply with quote

denstark wrote:
Again! A different Error....

Code:
tim@Kelemvor ~ $ muine
Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx' failed!


8O :x

I've got this error with sine and xmms to... will try the emerge -e thing now =)
Back to top
View user's profile Send private message
UB|K
l33t
l33t


Joined: 27 May 2004
Posts: 786
Location: Villeurbanne, France

PostPosted: Mon Dec 20, 2004 5:40 pm    Post subject: Reply with quote

While googling on the error in found that bug 52374
and the problem could be with glibc
On this bugzilla thread, there are several workaround to solve the problem
And you can also try to re-emerge glibc (will be faster than the pachydermic "emerge -e"!!)

Edit: this bug also occurs with xine-lib and muine can work with xine-lib OR gstreamer so, try muine with gstreamer...
Back to top
View user's profile Send private message
KoffKoff
n00b
n00b


Joined: 15 May 2003
Posts: 65

PostPosted: Mon Dec 20, 2004 7:11 pm    Post subject: Reply with quote

UB|K wrote:
While googling on the error in found that bug 52374
and the problem could be with glibc
On this bugzilla thread, there are several workaround to solve the problem
And you can also try to re-emerge glibc (will be faster than the pachydermic "emerge -e"!!)

Edit: this bug also occurs with xine-lib and muine can work with xine-lib OR gstreamer so, try muine with gstreamer...

This did solve my problem THANKS!!! =)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum