Ticket #2353 (closed defect: wontfix)

Opened 3 years ago

Last modified 20 months ago

Pidgin crashes when entering preferences dialog (win98)

Reported by: nomad Owned by: datallah
Milestone: Component: winpidgin (gtk)
Version: 2.1.0 Keywords:
Cc:

Description

On Windows 98 with GTK+ runtime 2.6.10a pidgin version 2.1.0 crashes somewhere in libglib on any attempt to open preferences dialog. No problems with pidgin version 2.0.2.

Attaching Pidgin crash report and output log.

Attachments

Pidgin.rpt (5.3 kB) - added by nomad 3 years ago.
debug-sanitized.log (31.7 kB) - added by nomad 3 years ago.

Change History

Changed 3 years ago by nomad

Changed 3 years ago by nomad

  Changed 3 years ago by nomad

Sorry about duplicate attachment. Trac is throwing database connection timeouts at me.

  Changed 3 years ago by datallah

  • status changed from new to closed
  • resolution set to wontfix

Unfortunately, there isn't an easy fix for this, it is an old GTK+ bug that has been fixed in recent GTK+ versions (which, of course, won't work on win98).

The workaround is to edit your .purple\prefs.xml and add a\ <pref name="custom_font" type="string" value="arial 9" /> line to the pidgin/conversations section.

follow-up: ↓ 4   Changed 3 years ago by andrixnet

I tried the suggested workaround, but with no results. Same crash.

Also, a question : If it's an old GTK+ bug, how come it only affects pidgin 2.1.0, but not the previous versions?

in reply to: ↑ 3   Changed 3 years ago by datallah

Replying to andrixnet:

I tried the suggested workaround, but with no results. Same crash.

You need to do this while Pidgin isn't running. It works for me.

Also, a question : If it's an old GTK+ bug, how come it only affects pidgin 2.1.0, but not the previous versions?

2.1.0 contains a new font button in the prefs. dialog.

follow-up: ↓ 6   Changed 3 years ago by andrixnet

I know, of course Pidgin was not running while I was modifying the file. This is how it looks after the modification. But it doesn't help :(

<pref name='conversations'>

<pref name='chat'>

<pref name='show_nick_change' type='bool' value='1'/>

</pref> <pref name='im'>

<pref name='send_typing' type='bool' value='1'/>

</pref> <pref name='custom_font' type='string' value='arial 9'/>

</pref>

in reply to: ↑ 5   Changed 3 years ago by datallah

Replying to andrixnet:

I know, of course Pidgin was not running while I was modifying the file. This is how it looks after the modification. But it doesn't help :( <pref name='conversations'> <pref name='chat'> <pref name='show_nick_change' type='bool' value='1'/> </pref> <pref name='im'> <pref name='send_typing' type='bool' value='1'/> </pref> <pref name='custom_font' type='string' value='arial 9'/> </pref>

You are putting it in the wrong branch, it needs to be in pidgin/conversations and you're putting it purple/conversations.

  Changed 3 years ago by andrixnet

Ah, I knew it must be something wrong. Thanks a lot. It works!

Thanks.

  Changed 20 months ago by datallah

Ticket #7988 has been marked as a duplicate of this ticket.

Note: See TracTickets for help on using tickets.
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!