Re: [E-devel] Re: Entropy layout

2006-05-22 Thread Alexander Taylor
Glad to help! I must say I'm rather mystified to what went wrong here, but I'm glad it works now :) On Tue, 2006-05-23 at 00:10 +0200, Thomas Jeunet wrote: On 5/22/06, Alexander Taylor [EMAIL PROTECTED] wrote: Hmm, This is most odd - the 'entropy_event_action_file' should be resolved as

[E-devel] Re: Entropy layout

2006-05-21 Thread Thomas Jeunet
Thank you for the CVS commmit, it helped finding the problem : /-- (...) Loading '/usr/share/entropy/plugins//etk_structure_viewer.so'... Loading '/usr/share/entropy/plugins//etk_iconbox.so'... Could not open plugin object /usr/share/entropy/plugins//etk_iconbox.so - Corrupt file? abort Loading

Re: [E-devel] Re: Entropy layout

2006-05-21 Thread Alexander Taylor
Hmm, This is most odd - the 'entropy_event_action_file' should be resolved as part of the dlopen process - it belongs to the linked component doing the 'dlopen'/'dlsym' calls. What environment are you compiling/running under? The code as-is seems to work in all cases i've seen so far - and

[E-devel] Re: Entropy layout

2006-05-20 Thread Alexander Taylor
Hi, This is most curious, but I have found your cause. Somehow, a 'NULL' entry is being placed in the 'plugin init' queue. This NULL reference is returned from the function 'create_plugin_object'. The only way for this function to return a null is the following: 1. dlopen could not open your