Can anyone help?
Thanks!
Matthew
> Can anyone help?
Do you read the replies?
--
Atro Tossavainen (Mr.) / The Institute of Biotechnology at
Systems Analyst, Techno-Amish & / the University of Helsinki, Finland,
+358-9-19158939 UNIX Dinosaur / employs me, but my opinions are my own.
< URL : http : / / www . helsinki . fi / %7E atossava / > NO FILE ATTACHMENTS
I'm sorry, but for some reason, a full day after I posted the original
message, I still couldn't see it, so I thought it got lost and decided
to repost it.
I don't have StarOffice 6.0 or 7.0. I have StarOffice 5.2 on CD-ROM,
and I don't have the bandwidth to download the newer versions. Also,
my machine is a lowly 200 MMX with 64 MB RAM. I have a feeling the
newer versions might run too slowly. I already have that problem with
OpenOffice, which is why I decided to go back to StarOffice 5.2.
Matthew
> I don't have StarOffice 6.0 or 7.0. I have StarOffice 5.2 on CD-ROM,
> and I don't have the bandwidth to download the newer versions. Also,
> my machine is a lowly 200 MMX with 64 MB RAM. I have a feeling the
> newer versions might run too slowly. I already have that problem with
> OpenOffice, which is why I decided to go back to StarOffice 5.2.
I see.
You may be able to find out what the problem is by tracing the program
execution. Do a "strace -o /tmp/somefile soffice". When soffice has
failed, the "somefile" will contain a log of all system calls that the
program performed and, hopefully, clues to why it failed. Start
looking at the file at its end, there will be a very large amount of
useless garbage in the beginning.
Well, I'm not quite sure what happened, but simply by running this
command you suggested, it fixed it. At right about the time it had
been crashing, there was a slight flicker of the splash screen, and
then it launched as normal. It's been working fine since.
Thank you!
Matthew
> Well, I'm not quite sure what happened, but simply by running this
> command you suggested, it fixed it. At right about the time it had
> been crashing, there was a slight flicker of the splash screen, and
> then it launched as normal. It's been working fine since.
That's even weirder.