[Adium-devl] Fwd: [Adium-feedback] I hate my Mac Mini PowerPC
Evan Schoenberg
evan.s at dreskin.net
Mon Apr 14 12:15:46 UTC 2008
On Apr 13, 2008, at 11:52 PM, Peter Hosey wrote:
> Check out this sample. I'm floored.
Um. Wow.
For ease of discussion, here's the only use of setenv(), which is
indeed in adiumPurpleCoreUiInit():
const char *preferredLocale = [[[[NSBundle bundleForClass:
[SLPurpleCocoaAdapter class]] preferredLocalizations] objectAtIndex:0]
UTF8String];
//We should be able to just do setlocale()... but it always returns
NULL, which indicates failure
/* setlocale(LC_MESSAGES, preferredLocale); */
//So we'll set the environment variable for this process, which does
work
setenv("LC_ALL", preferredLocale, /* overwrite? */ 1);
setenv("LC_MESSAGES", preferredLocale, /* overwrite? */ 1);
I have no idea how setenv() could hang.
-Evan
>
>
> Begin forwarded message:
>
>> From: David Soto Padín <spacecadetdavsot at gmail.com>
>> Date: April 13, 2008 18:14:34
>> To: feedback at adiumx.com
>> Subject: Re: [Adium-feedback] I hate my Mac Mini PowerPC
>> X-Mailer: Apple Mail (2.919.2)
>>
>>
>> On Apr 13, 2008, at 9:01 PM, Peter Hosey wrote:
>>
>>> On Apr 13, 2008, at 17:44:20, David Soto Padín wrote:
>>>> Here's what happens when I start up Adium.
>>>> 1. Open Adium (everything seems fine)
>>>> 2. Click connect to [my account]
>>>> 3. Total program crash (well it does throw in a nice shiny flashy
>>>> spinning beach ball)
>>>
>>> Please take a sample of Adium while it is hung and send it to us.
>>>
>>> http://adiumx.com/faq/Sampling
>>
>> Sample of MSN messenger signing in and then beachball.
> <Sample of Adium(MSN).txt>
>>
>>
>>
>>>> Other variations of this attempt include uninstalling and
>>>> reinstalling Adium. Erasing my hard drive (!).
>>>
>>> Neither one of those is at all likely to fix the problem. They're
>>> not worth trying unless we say otherwise.
>>>
>> The hard drive thing was only in consequence to my Mac Mini itself
>> failing and the Apple representative gave the hard drive a clean
>> sweep. It runs much faster now!
>>
>>>> Go to Adium > Preferences > Accounts > Activating accounts *crash*
>>>> Reopen Adium > account successfully activated, try to activate a
>>>> different account *crash* [Repeat]
>>>
>>> What service (AIM, MSN, Yahoo!, GTalk, Jabber, …) are you using?
>>>
>>> More importantly, which services fail?
>>>
>>
>>
>> MSN, Yahoo!, AIM and GTalk all fail. (sadly)
>>
>> Thanks for responding so soon.
>>
>> D@\/$ot
>>
>>
>>
>
> _______________________________________________
> Adium-devl mailing list
> Adium-devl at adiumx.com
> http://adiumx.com/mailman/listinfo/adium-devl_adiumx.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://adium.im/pipermail/devel_adium.im/attachments/20080414/3c8506dc/attachment-0001.html>
More information about the devel
mailing list