jchambers / sort-by-log-size-plugin

A plugin for Adium that allows the contact list to be sorted by chat transcript size. The result is that the people you talk to most float to the top of your contact list.

Home Page:http://www.adiumxtras.com/index.php?a=xtras&xtra_id=6059

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does Not Work With Adium 1.5

epiphemeral opened this issue · comments

Complains: "This plugin does not support your native architecture."

Thanks for the heads-up. What OS/architecture are you using? Did it work for you before?

It doesn't work for me either. OS X 10.7.3 with a Core i7. If you can't reproduce it, Jon, I can take a look this weekend...

I'm on the road until Monday and won't be able to look carefully until then; @marquiswang, if you want to take a shot at it, please be my guest! My best guess is that it was built as a 32-bit binary up until 1.4 and needs to get built as a 64-bit binary for 1.5, but I emphasize the word "guess" for now.

I am on 10.6.8 with a Core i7. If I tell Adium to run in 32-bit mode it's fine. (I use the 32-bit kernel on this machine FWIW)

@mkb218 thanks! Very good information to have. It sounds like this should be pretty easy to address as soon as I'm back in front of my usual dev box.

Well, this is mostly fixed. I still need to update the Adium framework and pull in the new AILoggerPlugin.h from 1.5, but airplane wifi isn't stable enough to clone the Adium repo FROM THE SKY. Looks like I'll have to wait until I'm back on the ground to get the new build out.

Looks like there's going to be some non-trivial work needed to make this work with Adium 1.5. Will keep at it.

Looking forward to it, this is my favorite plugin in Adium

Well hopefully the "run in 32-bit" workaround works for others without hosing other plugins. (Can't imagine it would since Adium is supposed to run on 32-bit machines too, right?)

The problem appears to be that we no longer know how to find AILoggerPlugin, which we need to do to figure out where logs are stored.