Re: Can't start Mozilla

2003-02-14 Thread stan
On Fri, Feb 14, 2003 at 02:00:32PM +1030, Tim Aslat wrote:
 In the immortal words of Joe Marcus Clarke [EMAIL PROTECTED]...
  Unless you're using mozilla-devel-gtk2, then the recent GTK upgrade
  will not affect you.  If you are using the GTK-2 version, you should
  do a rebuild of it after making sure glib20, atk, pango, and gtk20 are
  all up-to-date.
 
 Hmmm, ok.  any other ideas.  I've just done a complete upgrade of all my
 mozilla (embedded  headers) to 1.3b,1 and I'm still seeing the same
 thing.  I also totally wiped out the mozilla directories before doing
 the installation.
 

Well, I can't help you, but I can tell you thta I have the excat same
problem on both a machine I upgarded, and a brand new clean install.

So, something is broken!

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Can't start Mozilla

2003-02-14 Thread Joe Marcus Clarke
On Thu, 2003-02-13 at 22:30, Tim Aslat wrote:
 In the immortal words of Joe Marcus Clarke [EMAIL PROTECTED]...
  Unless you're using mozilla-devel-gtk2, then the recent GTK upgrade
  will not affect you.  If you are using the GTK-2 version, you should
  do a rebuild of it after making sure glib20, atk, pango, and gtk20 are
  all up-to-date.
 
 Hmmm, ok.  any other ideas.  I've just done a complete upgrade of all my
 mozilla (embedded  headers) to 1.3b,1 and I'm still seeing the same
 thing.  I also totally wiped out the mozilla directories before doing
 the installation.
 
 Any other ideas?

You can try rebuilding Mozilla with -DWITHOUT_XFT.  This will disable
the Xft font engine, and make font rendering like it was in 1.1.  Other
than that, it might be something screwy with your setup.  I have Mozilla
in some form or another working on five different machines without any
problems.

Joe

 
 Cheers
 
 Tim
-- 
PGP Key : http://www.marcuscom.com/pgp.asc



signature.asc
Description: This is a digitally signed message part


Can't start Mozilla

2003-02-13 Thread Ihsan Junaidi Ibrahim
Hello all,

Ever since I upgraded to KDE 3.1 and all the relevant packages and ports, 
I've been unable to use Mozilla. It will not even start. Here's the error 
message.

---
No running window found.

(process:1119): GLib-GObject-CRITICAL **: 
gtype.c:1875:g_type_register_static(): initialization assertion failed, use 
g_type_init() prior to this function

(process:1119): GLib-GObject-CRITICAL **: file gobject.c: line 615 
(g_object_new): assertion `G_TYPE_IS_OBJECT (object_type)' failed

(process:1119): GLib-GObject-CRITICAL **: file gobject.c: line 1319 
(g_object_ref): assertion `G_IS_OBJECT (object)' failed
Segmentation fault



What does this mean and how can I remedy this?

Thanks in advance.
__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Can't start Mozilla

2003-02-13 Thread Ihsan Junaidi Ibrahim
On Friday 14 February 2003 08:31, Ihsan Junaidi Ibrahim wrote:
 Hello all,

   Ever since I upgraded to KDE 3.1 and all the relevant packages and ports,
 I've been unable to use Mozilla. It will not even start. Here's the error
 message.

I'm using Mozilla 1.2.1. I've used 1.2.1 before the upgrade and it ran fine. 
After the upgrade, a host of problems came up and this is one of them.

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Can't start Mozilla

2003-02-13 Thread Tim Aslat
In the immortal words of Ihsan Junaidi Ibrahim
[EMAIL PROTECTED]...
   Ever since I upgraded to KDE 3.1 and all the relevant packages
   and ports, 
 I've been unable to use Mozilla. It will not even start. Here's the
 error message.

I'm getting the same messages, but here's more information

I don't use KDE/Gnome (I use fluxbox instead) and I'm getting the same
problems.  I have updated mozilla-devel to 1.3b,1 with the same
problems.  I've deleted the .mozilla directory and tried to restart with
the same results, except now I get a segmentation fault.

This has only happened in the past couple of days, and may have
something to do with the GTK libraries being upgraded rather than KDE.

Cheers

Tim

-- 
| The most exciting phrase to   | Tim Aslat [EMAIL PROTECTED] |
| hear in science, the one that | http://www.spyderweb.com.au  |
| heralds new discoveries, is   | Spyderweb Consulting |
| not Eureka! (I found it!)   | P: 82270800M: 0401088479 |
| but That's funny ...| Webmaster for|
|  -- Isaac Asimov  | http://www.goodiesruleok.com |
| No, Eureka is Greek for | The Ultimate Goody Fansite   |
| This bath is too hot!| [EMAIL PROTECTED]  |
|   -- Dr Who   |  |

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Can't start Mozilla

2003-02-13 Thread Bram Cuttocks
I think I once saw this before when I had upgraded Mozilla while I had an
older theme applied. The upgrade went just fine but because of the theme
which was intended for the older version, Mozilla would start but
immediately crash with errors that looked similiar to those you had.
Somehow I got rid of the old theme and everything ran just fine. I don't
remember how I removed it though (sorry), maybe it was in the Mozilla
directory somewhere?

Hello all,

Ever since I upgraded to KDE 3.1 and all the relevant packages
and ports,
I've been unable to use Mozilla. It will not even start. Here's the
error message.

---
No running window found.

(process:1119): GLib-GObject-CRITICAL **:
gtype.c:1875:g_type_register_static(): initialization assertion failed,
use
g_type_init() prior to this function

(process:1119): GLib-GObject-CRITICAL **: file gobject.c: line 615
(g_object_new): assertion `G_TYPE_IS_OBJECT (object_type)' failed

(process:1119): GLib-GObject-CRITICAL **: file gobject.c: line 1319
(g_object_ref): assertion `G_IS_OBJECT (object)' failed
Segmentation fault


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Can't start Mozilla

2003-02-13 Thread Joe Marcus Clarke
On Thu, 2003-02-13 at 19:45, Tim Aslat wrote:
 In the immortal words of Ihsan Junaidi Ibrahim
 [EMAIL PROTECTED]...
  Ever since I upgraded to KDE 3.1 and all the relevant packages
  and ports, 
  I've been unable to use Mozilla. It will not even start. Here's the
  error message.
 
 I'm getting the same messages, but here's more information
 
 I don't use KDE/Gnome (I use fluxbox instead) and I'm getting the same
 problems.  I have updated mozilla-devel to 1.3b,1 with the same
 problems.  I've deleted the .mozilla directory and tried to restart with
 the same results, except now I get a segmentation fault.
 
 This has only happened in the past couple of days, and may have
 something to do with the GTK libraries being upgraded rather than KDE.

Unless you're using mozilla-devel-gtk2, then the recent GTK upgrade will
not affect you.  If you are using the GTK-2 version, you should do a
rebuild of it after making sure glib20, atk, pango, and gtk20 are all
up-to-date.

Joe

 
 Cheers
 
 Tim
-- 
PGP Key : http://www.marcuscom.com/pgp.asc



signature.asc
Description: This is a digitally signed message part


Re: Can't start Mozilla

2003-02-13 Thread Tim Aslat
In the immortal words of Joe Marcus Clarke [EMAIL PROTECTED]...
 Unless you're using mozilla-devel-gtk2, then the recent GTK upgrade
 will not affect you.  If you are using the GTK-2 version, you should
 do a rebuild of it after making sure glib20, atk, pango, and gtk20 are
 all up-to-date.

Hmmm, ok.  any other ideas.  I've just done a complete upgrade of all my
mozilla (embedded  headers) to 1.3b,1 and I'm still seeing the same
thing.  I also totally wiped out the mozilla directories before doing
the installation.

Any other ideas?

Cheers

Tim

-- 
| The most exciting phrase to   | Tim Aslat [EMAIL PROTECTED] |
| hear in science, the one that | http://www.spyderweb.com.au  |
| heralds new discoveries, is   | Spyderweb Consulting |
| not Eureka! (I found it!)   | P: 82270800M: 0401088479 |
| but That's funny ...| Webmaster for|
|  -- Isaac Asimov  | http://www.goodiesruleok.com |
| No, Eureka is Greek for | The Ultimate Goody Fansite   |
| This bath is too hot!| [EMAIL PROTECTED]  |
|   -- Dr Who   |  |

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message