OpenOffice.org crashes when I try to run a macro

Using applications, configuring, problems
Post Reply
Message
Author
Regulus

OpenOffice.org crashes when I try to run a macro

#1 Post by Regulus »

I wrote a user defined function in the macro editor, but OpenOffice Calc crashes when I try to use it.
It terminates with the message:
An unrecoverable error has occured.
All modified files have been saved and can probably be recovered at program restart.

The function works in other OpenOffice.org versions, but not in Puppy.

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#2 Post by BarryK »

Okay, install the openoffice_MISSING package, see if that makes any difference.

Regulus

OpenOffice.org crashes when I try to run a macro

#3 Post by Regulus »

I have installed the openoffice_MISSING package but it did not make a difference.

Here is the user defined function:
------------------------------------
Function Vol(L1, L2, L3)
Dim iVol as Long

iVol = L1 + L2 + L3
Vol = iVol
End Function
------------------------------------
Maybe someone can reproduce the crash.

User avatar
klhrevolutionist
Posts: 1121
Joined: Wed 08 Jun 2005, 10:09

to whom it may concern

#4 Post by klhrevolutionist »

Go to this site and download it
http://download.openoffice.org/1.1.4/co ... all.tar.gz
Then when you have downloaded it completely, I will personally assist you in in installing
OpenOffice!!!
Heaven is on the way, until then let's get the truth out!

Regulus

#5 Post by Regulus »

Hi klhrevolutionist,

I am running Chubby Puppy on a 256 MB Compact Flash card.
Is it possible to reinstall Open Office in Chubby Puppy or replace it on a live CD?

User avatar
klhrevolutionist
Posts: 1121
Joined: Wed 08 Jun 2005, 10:09

question

#6 Post by klhrevolutionist »

First, are you running from cd or hd?
if you are running from cd, I cannot help I lack experience.
If you are running fro hd, simply uninstall openoffice
and download one I mentioned from post above.
Then we can setup a time in the chatroom, so as not to clutter the forum!!!
Heaven is on the way, until then let's get the truth out!

Regulus

#7 Post by Regulus »

I am running Puppy from a Compact Flash card. I don't thing Open Office can be uninstalled.
But even if I run Open Office in Chubby Puppy from a live CD, and start the function, it crashes.

Bruce B

#8 Post by Bruce B »

I think you should check OO documentations for specific Java requirements. The reason I say this is because I read somewhere that OO works fine without Java, but some features won't work.

Post Reply