You are not logged in.

#1 2008-10-10 21:41:26

Odd-rationale
Member
Registered: 2008-02-05
Posts: 102

[Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

Hello!

My openoffice-base just got updated to 3.0. If I run

/opt/openoffice/program/soffice

the menu loads fine.

But once I try to start any of the components - Writer, Calc, Present, etc. - it crashes and gives me the OO Recover Document Dialog. If I press continue to try to recover the document, it crashes again and presents the recovery dialog again. I tried starting the components from soffice, soffice -writer, and swriter. All give the same results. I already have done "export OOO_FORCE_DESKTOP=gnome" and added it to my .bashrc.

Here is the message I get when it crashes:

terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException'

Any help would be appreciated!

Last edited by Odd-rationale (2008-10-11 15:20:55)

Offline

#2 2008-10-10 22:54:42

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

This is a reoccurring problem throughout the history of OpenOffice (search for the error for examples). Most of the threads that I saw recommended renaming or removing any personal settings folders (~/.openoffice.org, ~/.openoffice2, etc.) and starting new. Other threads that I saw suggested that somehow the personal settings folder or the files within became owned by root. All of the threads I saw led back to the person settings file.

Offline

#3 2008-10-11 00:08:19

Odd-rationale
Member
Registered: 2008-02-05
Posts: 102

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

Oh, yes. I forgot to mention. I tried deleting the ~/.openoffice directory already...

I even tried rebooting... neutral

Offline

#4 2008-10-11 06:52:38

Xinix
Member
Registered: 2008-03-14
Posts: 83

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

A search in the forums would have given you this thread: http://bbs.archlinux.org/viewtopic.php?id=56713

See if it works.

Offline

#5 2008-10-11 06:54:56

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,384
Website

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

Xinix: Did you even read his post?

Offline

#6 2008-10-11 09:36:10

mruwek
Member
Registered: 2008-10-11
Posts: 3

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

Odd-rationale wrote:

But once I try to start any of the components - Writer, Calc, Present, etc. - it crashes and gives me the OO Recover Document Dialog. If I press continue to try to recover the document, it crashes again and presents the recovery dialog again.

Same issue here.

edit:
I have also tried to remove ~/.openoffice.org and it doesn't work.

EDIT2!:
I think it is missing dependency problem. I have clean openbox on my machine, and after installing gnome group (`pacman -S gnome`) `soffice -writer` starts without any message about recovery. I' ve done some additional tests and now I am quite sure, that the missing dep is libxslt. Install it and check if OOO will start without "recovery crash".


PS Sorry for my grammar wink

Last edited by mruwek (2008-10-11 10:56:32)

Offline

#7 2008-10-11 10:58:49

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

Sounds uncomfortably like my problem: http://bbs.archlinux.org/viewtopic.php?id=56745

3.0 isn't yet ready for use sad ...

Offline

#8 2008-10-11 11:12:01

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

I think it is missing dependency problem. I have clean openbox on my machine, and after installing gnome group (`pacman -S gnome`) `soffice -writer` starts without any message about recovery. I' ve done some additional tests and now I am quite sure, that the missing dep is libxslt. Install it and check if OOO will start without "recovery crash".

omg omg omg big_smile

you're right smile

libxslt is missing. ooo3 is working fine now. thx a lot for figuring this out

Offline

#9 2008-10-11 11:15:53

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,384
Website

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

Great - someone file a bug report about the missing dep.

Offline

#10 2008-10-11 11:25:19

FenDanT
Member
From: Chamoson- Wallis - Switzerland
Registered: 2007-11-13
Posts: 58

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

Hey all tongue

libxslt is installed for me... But OO dont work   sad

Offline

#11 2008-10-11 11:36:04

ilpianista
Fellow developer
Registered: 2007-10-06
Posts: 568
Website

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

FenDanT wrote:

Hey all tongue

libxslt is installed for me... But OO dont work   sad

same here

$ soffice 

(process:13069): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(process:13069): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: assertion `G_TYPE_IS_INTERFACE (interface_type)' failed

(process:13069): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

(process:13069): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(process:13069): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

(process:13069): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(process:13069): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

I think others dependences are required

Offline

#12 2008-10-11 11:39:54

PeteMo
Member
From: H'Burg, VA
Registered: 2006-01-26
Posts: 191
Website

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

BaSh wrote:
$ soffice 

(process:13069): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(process:13069): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: assertion `G_TYPE_IS_INTERFACE (interface_type)' failed

(process:13069): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

(process:13069): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(process:13069): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

(process:13069): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(process:13069): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

I think others dependences are required

I've found that error to occur when you don't "export OOO_FORCE_DESKTOP=gnome".

Offline

#13 2008-10-11 11:40:51

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,384
Website

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

Doing an "export OOO_FORCE_DESKTOP=gnome" should fix those messages.

Offline

#14 2008-10-11 11:42:29

ilpianista
Fellow developer
Registered: 2007-10-06
Posts: 568
Website

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

PeteMo wrote:

I've found that error to occur when you don't "export OOO_FORCE_DESKTOP=gnome".

I thought I didn't need that with awesome
It works, thanks wink

Offline

#15 2008-10-11 11:48:47

mruwek
Member
Registered: 2008-10-11
Posts: 3

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

Allan wrote:

Great - someone file a bug report about the missing dep.

Done wink

http://bugs.archlinux.org/task/11705?st … &closedto=

Offline

#16 2008-10-11 12:32:08

Xinix
Member
Registered: 2008-03-14
Posts: 83

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

Allan wrote:

Xinix: Did you even read his post?

Oops, sorry guys. I was still sleepy this morning....

Offline

#17 2008-10-11 15:20:34

Odd-rationale
Member
Registered: 2008-02-05
Posts: 102

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

Wow. installing libxslt works!!! Thanks so much, mruwek!

And thanks to all of you that helped out!

Offline

#18 2008-10-11 15:23:39

FenDanT
Member
From: Chamoson- Wallis - Switzerland
Registered: 2007-11-13
Posts: 58

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

Hey all tongue

Not for me  sad

Offline

#19 2008-10-11 15:26:46

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

There's libxslt installed

# export OOO_FORCE_DESKTOP=gnome
#

passed uneventfully

Still freezing sad

Offline

#20 2008-10-11 15:30:42

FenDanT
Member
From: Chamoson- Wallis - Switzerland
Registered: 2007-11-13
Posts: 58

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

Hey all tongue

same here roll

Nothing works...

Offline

#21 2008-10-11 18:19:39

mruwek
Member
Registered: 2008-10-11
Posts: 3

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

@FenDanT, Llama
I think you are talking about another bug.

@Llama
Why you use root to do `export OOO_FORCE_DESKTOP=gnome`? And do you run `soffice` from terminal in which you have this variable exported?

Offline

#22 2008-10-11 20:10:27

colbert
Member
Registered: 2007-12-16
Posts: 809

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

So one must have the export OOO_FORCE_DESKTOP=gnome setting to run OO 3? The beauty of OO was I could happily use dark GTK themes all this time and run OO with a bright clean visible interface nevertheless. Is this absolutely not possible anymore? It will have to take on the GTK theme in use? sad

Offline

#23 2008-10-12 11:45:31

Sann
Member
Registered: 2008-05-04
Posts: 8

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

having OOO_FORCE_DESKTOP=kde makes my ooo crash, when clicking extras

(process:9255): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(process:9255): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: assertion `G_TYPE_IS_INTERFACE (interface_type)' failed

(process:9255): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

(process:9255): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(process:9255): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

(process:9255): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(process:9255): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

having OOO_FORCE_DESKTOP=[empty]

(process:9365): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(process:9365): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: assertion `G_TYPE_IS_INTERFACE (interface_type)' failed

(process:9365): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

(process:9365): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(process:9365): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

(process:9365): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use IA__g_type_init() prior to this function

(process:9365): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed

OOO_FORCE_DESKTOP=gnome -> no problems

Last edited by Sann (2008-10-12 11:46:52)

Offline

#24 2008-10-12 11:55:31

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

You haven't done your homework. The kde integration option has been removed and exporting OOO_FORCE_DESKTOP=gnome is highly recommended. In other words, don't blame anyone if your OpenOffice crashes without that export.

Last edited by moljac024 (2008-10-12 11:55:54)


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#25 2008-10-12 11:56:58

Sann
Member
Registered: 2008-05-04
Posts: 8

Re: [Solved] OpenOffice 3.0 crashes when Writer, Calc, etc. runs

ok... thanks for this...

Offline

Board footer

Powered by FluxBB