Welcome to NeoOffice developer notes and announcements
NeoOffice
Developer notes and announcements
 
 

This website is an archive and is no longer active
NeoOffice announcements have moved to the NeoOffice News website


Support
· Forums
· NeoOffice Support
· NeoWiki


Announcements
· Twitter @NeoOffice


Downloads
· Download NeoOffice


  
NeoOffice :: View topic - Installer FAQ for problems installing 1.1.2
Installer FAQ for problems installing 1.1.2
 
   NeoOffice Forum Index -> OpenOffice.org MacOS X X11 Support
View previous topic :: View next topic  
Author Message
warnerdan
Guest





PostPosted: Mon Dec 13, 2004 2:12 pm    Post subject: Install still hanging on font conversion

Just installed OpenOffice on OS X version 10.3.6, and I ran into the problem described here. I tried killing each process that was trying to move a non-existant font file, but after a dozen or so I got impatient and terminated the program. As noted earlier, the installation appears to be complete except for some possible font issues.
Back to top
mrmac
Red Pill


Joined: Mar 01, 2005
Posts: 6

PostPosted: Tue Mar 01, 2005 6:10 pm    Post subject: Font conversion

I just installed OpenOffice on my mac with X11. The installer got stuck while "Converting Fonts" as pointed out on this site, and I forced it to quit. The program itself works fine but I want to convert my fonts manually. There is a lot of talk about doing that on this site but I can't find any explination of how to do it. I'm not very comfortable with text commands (command line and stuff), but if I have to I'll give it a try. Can anyone help me Question

-B. Ferioli
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Tue Mar 01, 2005 6:15 pm    Post subject:

Why not just use NeoOffice/J? It uses native Mac OS X fonts and there is no need for X11 or font conversion.

You can download NeoOffice/J from here:

http://www.planamesa.com/neojava/download.php

Patrick
Back to top
mrmac
Red Pill


Joined: Mar 01, 2005
Posts: 6

PostPosted: Tue Mar 01, 2005 6:58 pm    Post subject: Font conversion

Thanks for the speedy reply Patrick. I've tried NeoOffice but I had more problems with it than OpenOffice. If I have to, I'll use NeoOffice, but I'd still like to know how to manually convert fonts for OpenOffice. Does anyone know how Question

-B. Ferioli
Back to top
Waldo
Oracle


Joined: Dec 03, 2004
Posts: 239

PostPosted: Tue Mar 01, 2005 7:19 pm    Post subject: Re: Font conversion

mrmac wrote:
Thanks for the speedy reply Patrick. I've tried NeoOffice but I had more problems with it than OpenOffice. If I have to, I'll use NeoOffice, but I'd still like to know how to manually convert fonts for OpenOffice. Does anyone know how Question

-B. Ferioli


If you tried NeoOffice a while back, you may have used an experimental version, which has since been renamed NeoOffice/C. NeoOffice/J is far more stable... on par with OpenOffice.org. If you haven't tried the /J version, I'd do it.

To learn more about it, see the wiki linked on the left hand side of this page.

W
Back to top
mrmac
Red Pill


Joined: Mar 01, 2005
Posts: 6

PostPosted: Tue Mar 01, 2005 7:34 pm    Post subject: Uninstalling OpenOffice

Since everyone is telling me to get NeoOffice, I think I'll give it a try. If it works, I'll want to uninstall OpenOffice, but the uninstaller crashes. I have a feeling this is because I had to force the installer to quit (because of the font conversion stall). Does anyone have any idea how to remove OpenOffice without using the uninstaller Question Also, if anyone has any idea how to manually convert fonts, I'd still like to know.

-B. Ferioli
Back to top
OPENSTEP
The One
The One


Joined: May 25, 2003
Posts: 4752
Location: Santa Barbara, CA

PostPosted: Tue Mar 01, 2005 10:35 pm    Post subject:

Manual font conversion instructions are in the topic you left below.

To get rid of OOo, simply drag /Applications/OpenOffice.org1.1.2 to the trash and empty it. There will be some other lingering preference files, but that /Applications directory is the bulk of it.

ed
Back to top
mrmac
Red Pill


Joined: Mar 01, 2005
Posts: 6

PostPosted: Wed Mar 02, 2005 7:01 am    Post subject: Deleting OpenOffice Preference Files

Thanks for your speedy replies. I deleted the OpenOffice.org 1.1.2 folder like you said. I have a feeling that, as you said, there are still some preference files left. Does anyone know how to delete them Question

-B. Ferioli
Back to top
OPENSTEP
The One
The One


Joined: May 25, 2003
Posts: 4752
Location: Santa Barbara, CA

PostPosted: Wed Mar 02, 2005 9:38 am    Post subject:

They're in each user's home directory:


    .sversionrc

    ~/Library/Preferences/OpenOffice.org*


ed
Back to top
Guest






PostPosted: Thu Mar 03, 2005 11:31 am    Post subject:

I also ran into the hanging-in-font-conversion problem. Looked to me like it was trying to move converted fonts in to replace already installed fonts. Running the same "find" command that the installer was running, with "/bin/mv" replaced by "/bin/mv -f", and then killing the existing mv and find processes, seemed to let the process finish quickly. (I checked, the conversion script seems not to care whether the "find" process succeeds or not, it'll always return a success indication to the parent process.)
Back to top
mrmac
Red Pill


Joined: Mar 01, 2005
Posts: 6

PostPosted: Fri Mar 04, 2005 3:09 pm    Post subject: Thanks

Thanks ya'll for all the help. I now have the latest version of NeoOffice, which I'm enjoying very much Very Happy . I successfully removed OpenOffice with no trouble at all. Thanks again Exclamation

-B. Ferioli
Back to top
Terry Teague
Guest





PostPosted: Fri Apr 22, 2005 5:51 pm    Post subject: Re:OpenOffice.org 1.1.2 Installer Java problems

sardisson wrote:
Assuming you've tried all the options mentioned in the FAQ, there are four additional options:

1) Somewhere (maybe here or maybe at OOoDocs.org) Terry Teague posted instructions on rebuilding the java shared archive, a corrupt one of which ZeroG claims is the cause of the installer crash,...

Hope this helps,
Smokey

I'm not a Java guru, but in light of the recent problems with the Mac OS X 10.3.9 update causing Java to crash, there is a much simpler way to fix Java crash problems caused by the Java Shared Archive (by using the "java -Xdump" command, which doesn't seem to be documented) :

Read the following KnowledgeBase article for details :

http://docs.info.apple.com/article.html?artnum=301382

Regards, Terry
Back to top
sardisson
Town Crier
Town Crier


Joined: Feb 01, 2004
Posts: 4588

PostPosted: Fri Apr 22, 2005 7:04 pm    Post subject: Re:OpenOffice.org 1.1.2 Installer Java problems

Terry Teague wrote:
I'm not a Java guru, but in light of the recent problems with the Mac OS X 10.3.9 update causing Java to crash, there is a much simpler way to fix Java crash problems caused by the Java Shared Archive (by using the "java -Xdump" command, which doesn't seem to be documented)


Learning this was one of the bright spots of an otherwise messy 10.3.9 Smile

I had seen part of the work-around anecdotally; I'm glad you tracked down the technote, Terry!

Smokey

_________________
"[...] whether the duck drinks hot chocolate or coffee is irrelevant." -- ovvldc and sardisson in the NeoWiki
Back to top
ovvldc
Captain Naiobi


Joined: Sep 13, 2004
Posts: 2352
Location: Zürich, CH

PostPosted: Fri Apr 22, 2005 11:47 pm    Post subject: Re:OpenOffice.org 1.1.2 Installer Java problems

sardisson wrote:
I had seen part of the work-around anecdotally; I'm glad you tracked down the technote, Terry!


Just to be sure: Apple released a Java update for this. Should I still worry after installing that?

_________________
"What do you think of Western Civilization?"
"I think it would be a good idea!"
- Mohandas Karamchand Gandhi
Back to top
sardisson
Town Crier
Town Crier


Joined: Feb 01, 2004
Posts: 4588

PostPosted: Sat Apr 23, 2005 2:05 am    Post subject: Re:OpenOffice.org 1.1.2 Installer Java problems

ovvldc wrote:
Just to be sure: Apple released a Java update for this. Should I still worry after installing that?


Only if Neo/J starts crashing!

Terry documented the manual fix here because the ZeroG installer used by the OOo 1.1.2 GM build has a nasty habit of crashing before beginning to install, and the ZeroG folks claim it's because users have corrupt Java Shared Archives. Previously, there were not instructions, or simple instructions once Terry finally found some, for rebuilding that archive.

Smokey

_________________
"[...] whether the duck drinks hot chocolate or coffee is irrelevant." -- ovvldc and sardisson in the NeoWiki
Back to top
Display posts from previous:   
   NeoOffice Forum Index -> OpenOffice.org MacOS X X11 Support All times are GMT - 7 Hours
Goto page Previous  1, 2
Page 2 of 2

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001, 2005 phpBB Group

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © Planamesa Inc.
NeoOffice is a registered trademark of Planamesa Inc. and may not be used without permission.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.