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 - crashing gets worse, reinstalled and everything
crashing gets worse, reinstalled and everything
 
   NeoOffice Forum Index -> NeoOffice Releases
View previous topic :: View next topic  
Author Message
designberg
Guest





PostPosted: Mon Oct 23, 2006 2:08 pm    Post subject: crashing gets worse, reinstalled and everything

Hi All,

I've tried reinstalling 2.0 3 times, to no avail. At first the program goes through setup and opens well, soon it crashes. After that it barely starts and crashes again. It's hopeless after that. I'm up to date on all system software including Java. I tried the Terminal excercise, but that doesn't tell ME anything conclusive - it's all Greek to me. Here's the latest Console text:

+ read i
+ check_installation /Applications/NeoOffice.app
+ '[' -z /Applications/NeoOffice.app ']'
+ '[' '!' -f /Applications/NeoOffice.app/Contents/Info.plist ']'
+ grep pluby:guibomac.local. /Applications/NeoOffice.app/Contents/Info.plist
+ '[' 0 '!=' 0 ']'
+ '[' -f /Applications/NeoOffice.app/Contents/MacOS/bootstraprc ']'
++ grep '^ProductKey=' /Applications/NeoOffice.app/Contents/MacOS/bootstraprc
+ productkey=ProductKey=NeoOffice 2.0 Aqua Beta 3
++ grep '^ProductPatch=' /Applications/NeoOffice.app/Contents/MacOS/bootstraprc
+ productpatch=ProductPatch=Patch 0
+ '[' -z 'ProductKey=NeoOffice 2.0 Aqua Beta 3' -o -z 'ProductPatch=Patch 0' ']'
++ echo ProductKey=NeoOffice 2.0 Aqua Beta 3
++ awk -F= '{ print $2 }'
+ productkey=NeoOffice 2.0 Aqua Beta 3
++ echo ProductPatch=Patch 0
++ awk -F= '{ print $2 }'
++ sed 's#^Patch ##'
+ productpatch=0
+ '[' 'NeoOffice 2.0 Aqua Beta 3' = 'NeoOffice 2.0 Aqua Beta 3' ']'
+ '[' -z 0 ']'
+ '[' 0 -le 4 ']'
+ return 0
+ exit 0
+ PATH=/bin:/sbin:/usr/bin:/usr/sbin
+ export PATH
++ dirname /Volumes/NeoOffice-2.0_Aqua_Beta_3-Patch-4-PowerPC/NeoOffice.pkg/Contents/Resources/VolumeCheck
+ scriptdir=/Volumes/NeoOffice-2.0_Aqua_Beta_3-Patch-4-PowerPC/NeoOffice.pkg/Contents/Resources
+ '[' -d /Volumes/NeoOffice-2.0_Aqua_Beta_3-Patch-4-PowerPC/NeoOffice.pkg/Contents/Resources -a -f /Volumes/NeoOffice-2.0_Aqua_Beta_3-Patch-4-PowerPC/NeoOffice.pkg/Contents/Resources/installutils ']'
+ . /Volumes/NeoOffice-2.0_Aqua_Beta_3-Patch-4-PowerPC/NeoOffice.pkg/Contents/Resources/installutils
+++ echo Patch 4
+++ sed 's#^Patch ##'
++ product_patch_version=4
+++ sed 's#^Patch ##'
++++ PRODUCT_PREVIOUS_PATCH_VERSION
/Volumes/NeoOffice-2.0_Aqua_Beta_3-Patch-4-PowerPC/NeoOffice.pkg/Contents/Resources/VolumeCheck: line 1: PRODUCT_PREVIOUS_PATCH_VERSION: command not found
+++ echo
++ product_previous_patch_version=
++ userinstall=/Users/dennist/Library/Preferences/NeoOffice-2.x
+ '[' '/Volumes/CrossFire HD' = / ']'
+ volume=/Volumes/CrossFire HD
+ lastcontentshome=
+ lastcontentshomefile=/Users/dennist/Library/Preferences/NeoOffice-2.x/.lastcontentshome
+ '[' -s /Users/dennist/Library/Preferences/NeoOffice-2.x/.lastcontentshome ']'
+ '[' '/Volumes/CrossFire HD' = / ']'
++ sed 's#/Contents/MacOS/$##'
++ grep '^/Volumes/CrossFire HD/' /Users/dennist/Library/Preferences/NeoOffice-2.x/.lastcontentshome
+ lastcontentshome=
++ echo ''
++ sort -u
++ find -L '/Volumes/CrossFire HD/Applications' -type d -name '*.app' -prune
+ read i
+ check_installation ''
+ '[' -z '' ']'
+ return 1
+ read i
+ exit 48
Oct 23 14:37:47 Dennis-Telles-Computer crashdump[1173]: soffice.bin crashed
Oct 23 14:37:48 Dennis-Telles-Computer crashdump[1173]: crash report written to: /Users/dennist/Library/Logs/CrashReporter/soffice.bin.crash.log

I was doing fine in 1.x but I love the new interface. HELP please!
Back to top
designberg
Guest





PostPosted: Mon Oct 23, 2006 3:16 pm    Post subject: Java

This is my Java version...

build 1.5.0_06-112
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Mon Oct 23, 2006 4:30 pm    Post subject:

Have you done the following?:

1. Installed the latest NeoOffice patch?
2. Installed on Apple Mac OS X system updates?

Patrick
Back to top
OPENSTEP
The One
The One


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

PostPosted: Mon Oct 23, 2006 11:30 pm    Post subject:

Change to run under Java 1.4.

On my own builds on my Quad PPC Java 1.5 is incredibly unstable. I've been trying to track it down and thought it was related to APE, but even with APE disabled my own builds crash and burn once out of every five startups. I build gcc4, so that's where I've been trying to isolate my tracking.

The crashes seem to be random to me, sometimes in bitmap loading, sometimes in VM initialization, sometimes in drawRect within Apple's VM.

Stick with 1.4 on PPC and see if that improves things for you. I've not seen any issues with stock builds on gcc3.3 and Java 1.4 on my quad yet. Also, if 1.5 makes it to an input window in my gcc4 PPC build, it seems reasonable (but granted I never use that for more than a few minutes).

ed
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Tue Oct 24, 2006 7:44 am    Post subject:

Ed,

OPENSTEP wrote:
On my own builds on my Quad PPC Java 1.5 is incredibly unstable. I've been trying to track it down and thought it was related to APE, but even with APE disabled my own builds crash and burn once out of every five startups. I build gcc4, so that's where I've been trying to isolate my tracking.


Have you tried using the test patch in bug 1893? I believe that that test patch finally fixes the Java 1.5 Quad PPC crashing issue.

Patrick
Back to top
OPENSTEP
The One
The One


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

PostPosted: Tue Oct 24, 2006 9:05 am    Post subject:

Unfortunately I've been stuck looking at the form bug and helping a friend move (and he had a lot of stuff...it's now into the third day!) so haven't had time to check that out. I'll install it tonight and play around. I'm not sure if I can be of much help as I've never actually seen it with the official builds, only in my own build which right now is kind of like a patchwork quilt.

ed
Back to top
pluby
The Architect
The Architect


Joined: Jun 16, 2003
Posts: 11949

PostPosted: Tue Oct 24, 2006 9:15 am    Post subject:

OPENSTEP wrote:
Unfortunately I've been stuck looking at the form bug and helping a friend move (and he had a lot of stuff...it's now into the third day!) so haven't had time to check that out. I'll install it tonight and play around. I'm not sure if I can be of much help as I've never actually seen it with the official builds, only in my own build which right now is kind of like a patchwork quilt.


FYI. I'll be putting out Neo 2.0 Patch 5 today with the fixes for 1893 and 1715 today.

Patrick
Back to top
Display posts from previous:   
   NeoOffice Forum Index -> NeoOffice Releases All times are GMT - 7 Hours
Page 1 of 1

 
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.