RSS/Atom feed Twitter
Site is read-only, email is disabled

gimp - the wire protocol

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

gimp - the wire protocol Lee 20 Dec 06:14
  gimp - the wire protocol Nathan Summers 26 Dec 03:35
Lee
2011-12-20 06:14:04 UTC (about 13 years ago)

gimp - the wire protocol

Hi all,

I am not sure if I am posting in the right group, I apologize if I am not.

I am trying to develop a plugin for gimp (a helloworld in gimp2.6.11 in Win) in C/asm and I am testing different compilers/linkers (just for sport...). For some of them, I am successful, some give me trouble. One problem is the message:

LibGimpBase-ERROR **: gimp_wire_write_msg: the wire protocol has not been initialised aborting...

I placed some printf inside the code and the plugin seems to abort inside gimp_main() function. I perused the source code

but there is nothing obvious for me. Is it a matter of linker?

Any explanation is greatly appreciated. Thank you.

Lee

Nathan Summers
2011-12-26 03:35:55 UTC (about 13 years ago)

gimp - the wire protocol

On Tue, Dec 20, 2011 at 1:14 AM, Lee wrote:

Hi all,

I am not sure if I am posting in the right group, I apologize if I am not.

I am trying to develop a plugin for gimp (a helloworld in gimp2.6.11 in Win) in C/asm and I am testing different compilers/linkers (just for sport...). For some of them, I am successful, some give me trouble. One problem is the message:

LibGimpBase-ERROR **: gimp_wire_write_msg: the wire protocol has not been initialised
aborting...

I placed some printf inside the code and the plugin seems to abort inside gimp_main() function. I perused the source code but there is nothing obvious for me. Is it a matter of linker?

Any explanation is greatly appreciated. Thank you.

I seem to remember that the Windows version of the code had some kind of hack to work around some deficiencies with the Windows linker. Maybe that hack doesn't work with the linkers that are causing a problem.

Rockwalrus