osdir.com
mailing list archive

Subject: SOLVED: k3b does not find installed plugins - msg#00062

List: kde.k3b

Date: Prev Next Index Thread: Prev Next Index
Hi,

just solved the problem. There was an old version of libid3 installed under
/usr/local/lib that
was instead of the lib installed with the system. The local version did not
work (propably
because it was build with woodys gcc 2.95) and this caused the mad plugin not
to come
up. After erasing the local libid3 everything runs fine.

Juergen


Juergen Bausa <Juergen.Bausa@xxxxxx> schrieb am 28.12.05 14:06:12:
>
> Sebastain,
>
> could you give me any hint, what to check next? Maybe there is a special
> debug option whcih would give some more information?
>
> At the moment I have another box here, with nearly the same configuration
> (hardware & software). However, on the second system all plugins work ok. But
> I have no idea, what the difference is.
>
> Juergen
>
>
> Juergen Bausa <Juergen.Bausa@xxxxxx> schrieb am 20.12.05 22:02:20:
> >
> > Sebastian Trueg <trueg@xxxxxxx> schrieb am 20.12.05 13:35:21:
> > >
> > > then start k3b from console and see if there are any error messages
> > > regarding
> > > the plugins.
> > >
> >
> > jba@lisa:~$ k3b
> > find: /dev/.static: Keine Berechtigung
> > k3b: WARNING: KGenericFactory: instance requested but no instance name or
> > about data passed tothe constructor!
> > jba@lisa:~$
> >
> > This is the output of strace (greped for mad):
> >
> > open("/usr/lib/libmad.so.0", O_RDONLY) = 3
> > lstat64("/usr/share/apps/k3b/plugins/k3bmaddecoder.plugin",
> > {st_mode=S_IFREG|0644, st_size=198, ...}) = 0
> > open("/usr/share/apps/k3b/plugins/k3bmaddecoder.plugin",
> > O_RDONLY|O_LARGEFILE) = 10
> > access("/home/jba/.kde/lib/kde3/libk3bmaddecoder.la", R_OK) = -1 ENOENT (No
> > such file or directory)
> > access("/usr/lib/kde3/libk3bmaddecoder.la", R_OK) = 0
> > stat64("/usr/lib/kde3/libk3bmaddecoder.la", {st_mode=S_IFREG|0644,
> > st_size=1472, ...}) = 0
> > open("/usr/lib/kde3/libk3bmaddecoder.la", O_RDONLY) = 10
> > read(10, "# libk3bmaddecoder.la - a libtoo"..., 4096) = 1472
> > open("/usr/lib/kde3/libk3bmaddecoder.so", O_RDONLY) = 10
> > open("/usr/lib/kde3/libk3bmaddecoder.so", O_RDONLY) = 10
> >
> > Seems ok to me.
> >
> > Juergen
> >
> > __________________________________________________________________________
> > Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach!
> >
> > Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> > for problems? Stop! Download the new AJAX search engine that makes
> > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> > _______________________________________________
> > K3b-user mailing list
> > K3b-user@xxxxxxxxxxxxxxxxxxxxx
> > https://lists.sourceforge.net/lists/listinfo/k3b-user
>
>
> __________________________________________________________________
> Nur bis 31.12.: 1&1 DSL mit WEB.DE Preisvorteil! Jetzt einsteigen
> und die Vorteile sichern! http://1und1dsl.web.de/?mc=021130
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems? Stop! Download the new AJAX search engine that makes
> searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
> http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
> _______________________________________________
> K3b-user mailing list
> K3b-user@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/k3b-user


______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click


Find Programming Jobs at git.net
(osdir sister site)

Thread at a glance:

Previous Message by Date: (click to view message preview)

Re: Re: k3b does not find installed plugins

Sebastain, could you give me any hint, what to check next? Maybe there is a special debug option whcih would give some more information? At the moment I have another box here, with nearly the same configuration (hardware & software). However, on the second system all plugins work ok. But I have no idea, what the difference is. Juergen Juergen Bausa <Juergen.Bausa@xxxxxx> schrieb am 20.12.05 22:02:20: > > Sebastian Trueg <trueg@xxxxxxx> schrieb am 20.12.05 13:35:21: > > > > then start k3b from console and see if there are any error messages > > regarding > > the plugins. > > > > jba@lisa:~$ k3b > find: /dev/.static: Keine Berechtigung > k3b: WARNING: KGenericFactory: instance requested but no instance name or > about data passed tothe constructor! > jba@lisa:~$ > > This is the output of strace (greped for mad): > > open("/usr/lib/libmad.so.0", O_RDONLY) = 3 > lstat64("/usr/share/apps/k3b/plugins/k3bmaddecoder.plugin", > {st_mode=S_IFREG|0644, st_size=198, ...}) = 0 > open("/usr/share/apps/k3b/plugins/k3bmaddecoder.plugin", > O_RDONLY|O_LARGEFILE) = 10 > access("/home/jba/.kde/lib/kde3/libk3bmaddecoder.la", R_OK) = -1 ENOENT (No > such file or directory) > access("/usr/lib/kde3/libk3bmaddecoder.la", R_OK) = 0 > stat64("/usr/lib/kde3/libk3bmaddecoder.la", {st_mode=S_IFREG|0644, > st_size=1472, ...}) = 0 > open("/usr/lib/kde3/libk3bmaddecoder.la", O_RDONLY) = 10 > read(10, "# libk3bmaddecoder.la - a libtoo"..., 4096) = 1472 > open("/usr/lib/kde3/libk3bmaddecoder.so", O_RDONLY) = 10 > open("/usr/lib/kde3/libk3bmaddecoder.so", O_RDONLY) = 10 > > Seems ok to me. > > Juergen > > __________________________________________________________________________ > Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach! > > Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > K3b-user mailing list > K3b-user@xxxxxxxxxxxxxxxxxxxxx > https://lists.sourceforge.net/lists/listinfo/k3b-user __________________________________________________________________ Nur bis 31.12.: 1&1 DSL mit WEB.DE Preisvorteil! Jetzt einsteigen und die Vorteile sichern! http://1und1dsl.web.de/?mc=021130 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

Next Message by Date: click to view message preview

Need a wmv to mpeg converter for K3b

All; Does anybody out there either know of a plugin got K3b or seperate app that can convert a Windows .wmv file to MPEG so I can use K3b to create a VCD? I've been Google'ing but everything I'm finding is Windoz based. Thanks in advance! Jeff -- Jeff Adams BBN Technologies jadams@xxxxxxx (617)873-5841 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

Previous Message by Thread: click to view message preview

MultiSessions Question

Hi All, am using k3b, on CentOS4.1. When I try a multisession, I get the pop up, that says,"Found rewritable media in PHILIPS - 4424 CDRW. Should it be erased?" and when I choose no, I get another pop up, saying media not found, and the CD ejects. What is needed, to enable Multisessions.? I choose Import session and I see under settings, 4 options, No Start Continue Finish Sorry, confused. No matter what option I select, I get the same result. Can someone suggest what to do here.? Cheers. Mark Sargent. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

Next Message by Thread: click to view message preview

Need a wmv to mpeg converter for K3b

All; Does anybody out there either know of a plugin got K3b or seperate app that can convert a Windows .wmv file to MPEG so I can use K3b to create a VCD? I've been Google'ing but everything I'm finding is Windoz based. Thanks in advance! Jeff -- Jeff Adams BBN Technologies jadams@xxxxxxx (617)873-5841 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

Web Hosting Reviews from OSDir.com Sister Site iBizWebHosting.com

Home | News | Patents | Sitemap | FAQ | advertise | OSDir is an Inevitable website. GBiz & git.net are too!

Advertising by