[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2013-05-04 Thread dino99
ith "notes" in it, Karmic. To manage notifications about this bug go to: https://bugs.launchpad.net/openoffice/+bug/457220/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-12-07 Thread Bug Watch Updater
** Changed in: openoffice Status: Incomplete => Fix Released ** Changed in: openoffice Importance: Unknown => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/457220 Title: [ooo-bui

[Bug 457220]

2010-12-07 Thread Pmladek
Okay, we do not want to backport the fix for OOo-3.1.1. OOo-3.2-final should be hopefully released within two weeks or so. => FIXED Thanks you all for help and patience. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 457220]

2010-12-07 Thread Marcel Stimberg
[Had some trouble building 3.2: First, the bin/unpack script failed in line 298, after replacing ) 200>$SRCDIR/clone/$pkg-lock with ) 2>$SRCDIR/clone/$pkg-lock it worked, however. In the end, make install failed, due to this problem (mail thread has also the solution): http://lis

[Bug 457220]

2010-12-07 Thread Kendy
Kohei: The ugly aWW8AttrFnTab is totally gone in 3.2 - it used to be an array of callbacks, I changed them into virtual methods. The check for 0 != ( pOut = aWW8AttrFnTab[ nWhich - RES_CHRATR_BEGIN ] ) was to see if the function is a valid callback, or not. Marcel: Please, can you test the proble

[Bug 457220]

2010-12-07 Thread Tlillqvist
The expression in the if statement in comment #16 indeed looks a bit odd. It contains aWW8AttrFnTab[ nWhich - RES_CHRATR_BEGIN ] so hopefully nWhich should be >= RES_CHRATR_BEGIN otherwise that will index aWW8AttrFnTab way out of its bounds. then a bit later in the expression it contains nW

[Bug 457220]

2010-12-07 Thread Kyoshida
I just compared the same function with 3.2, and someone has removed the 0 != ( pOut = aWW8AttrFnTab[ nWhich - RES_CHRATR_BEGIN ] ) part from the above if condition statement. Not sure if that's related to the crash, but just FYI. -- You received this bug notification because you are a member o

[Bug 457220]

2010-12-07 Thread Marcel Stimberg
it seems to be the array access for aWW8AttrFnTab, "print nWhich" in gdb gives me 3998 which does not seem to be a correct value (from my very limited knowledge of this code...) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 457220]

2010-12-07 Thread Marcel Stimberg
Forget about comment#15, that was a totally unrelated issue (possibly connected to using zsh instead of bash) - but I built it now with --without-stlport and it still crashes... It might however still have something to do with the stlport version. On my system I have both libstlport4.6ldbl and libs

[Bug 457220]

2010-12-07 Thread Marcel Stimberg
Unfortunately, with --without-stlport (after make clean) I get a strange build error: dmake: Error: -- `data/home/mst/programming/ooo- build/build/ooo310-m19/i18npool/source/collator/data' not found, and can't be made ERROR: Error 65280 occurred while making /home/mst/programming/ooo-build/buil

[Bug 457220]

2010-12-07 Thread Kyoshida
(In reply to comment #13) > When using ./configure --without-stlport I get > configure: WARNING: unrecognized options: --without-stlport > and ./configure --help also does not show such an option - does it work > anyway? Yes. It's a configure option for the upstream part of the build. If y

[Bug 457220]

2010-12-07 Thread Marcel Stimberg
> Yup, that's what I mean by the 'latest build'. When someone says latest > build, > that normally means the latest development build, fresh from the git > repository. thanks, that's what I thought. I was just confused by the "build number" in the about dialog and thought that the ubuntu one mig

[Bug 457220]

2010-12-07 Thread Kyoshida
BTW,(In reply to comment #8) > Kohei, could you be a bit more specific (for those of us who are not Chris ;-) > ) about what you mean with the latest build...? > I cloned the git repository and switched to the 3.1.1 branch following this > description: http://www.freedesktop.org/wiki/Software/ooo-b

[Bug 457220]

2010-12-07 Thread Tlillqvist
> Ubuntu calls it ooo310m19 and OpenSuse ooo310m21 Yeah, that is some minor bug in the openSUSE build of OOo; even the 3.2 pre-builds talk about "OOO320m21 (Build:9319)" in the Help:About dialog. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 457220]

2010-12-07 Thread Marcel Stimberg
Thanks for clearing this up a bit (although, both Ubuntu and OpenSuse say they ship 3.1.1., but Ubuntu calls it ooo310m19 and OpenSuse ooo310m21) - is the OpenSuse version than newer than the Ubuntu version? But then why does the git version give me ooo310m19 like Ubuntu? Anyway, for the record

[Bug 457220]

2010-12-07 Thread Tlillqvist
The "build number" has a misleading name and is more or less redundant and meaningless to end-users. It has a one-to-one equivalence with "milestone tags" like ooo310m19. (Each released upstream source version, like 3.1.1, is equivalent to a "milestone tag" and thus also "build number". Yes, three

[Bug 457220]

2010-12-07 Thread Marcel Stimberg
Kohei, could you be a bit more specific (for those of us who are not Chris ;-) ) about what you mean with the latest build...? I cloned the git repository and switched to the 3.1.1 branch following this description: http://www.freedesktop.org/wiki/Software/ooo-build/GettingIt It seems that this g

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-03-22 Thread Chris Cheney
** Changed in: openoffice.org (Ubuntu) Status: Triaged => Fix Released -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-03-18 Thread Tim Keitt
I get this crash on my i386 desktop, but not when I ssh to my amd64 server and run oowriter from there (both run Karmic). -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because y

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-03-17 Thread Mantas Kriaučiūnas
** Also affects: baltix Importance: Undecided Status: New -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-02-19 Thread Tomasz Czapiewski
Is there any repository or ppa with OpenOffice.org 3.2 already backported from Lucid to Karmic? It looks like OOo 3.2 is really needed to fix this bug. -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-02-15 Thread madbiologist
The final version of OpenOffice.org 3.2 was released on 11th February 2010 - see http://www.openoffice.org/news/ Now we just have to wait for the corresponding ooo-build to be released for 3.2. -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://b

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-02-14 Thread Jade Lacosse
My girlfriend was working on an 80 page report for work today. The report contained many notes and it was necessary to save the document as .doc since her co-workers are old dogs who only know m$. Oo crashed when she tried to save the file. I managed to solve the problem by uninstalling the Ubuntu

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-02-09 Thread Eugenia
i've got the same problemat first it was ok, and i could save as .doc ...but since 2 weeks i cannot. -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a memb

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-02-07 Thread madbiologist
OpenOffice.org 3.2 Release Candidate 5 has been released - see http://www.openoffice.org/news/index.html#32rc5 -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a me

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-02-07 Thread gdneil
Hello, Not sure if this helps... But had similar problems with Open Office crashing often with a fresh install of 9.10, but not when running 9.10 Live off a USB stick. Noted that the difference was that I had encrypted my home directory with the option available on install of 9.10. Installed aga

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-01-19 Thread Marcel Stimberg
@madbiologist: > I'm wondering if there is a 3.2rc2 PPA for Lucid available anywhere? I think first, ooo-build (see comment #59) has to be released for 3.2 (AFAIK, it follows a release by openoffice.org by about 2 weeks or so). Then it will probably appear in this PPA: https://launchpad.net/~open

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-01-19 Thread madbiologist
Thanks Gabe, that's good to know. Sounds like they will be adding it after the feature freeze, and possibly after the beta 1 freeze. I'm wondering if there is a 3.2rc2 PPA for Lucid available anywhere? -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. h

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-01-18 Thread Gabe Gorelick
According to this blueprint, https://blueprints.launchpad.net/ubuntu/+spec/desktop-lucid-openoffice, Lucid is already targeting OOo 3.2.1. -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notif

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-01-18 Thread madbiologist
Release Candidate 2 for OpenOffice.org 3.2 has been released - see http://www.openoffice.org/news/#32rc2 Unfortunately this version is not being tracked in Ubuntu 10.04 Lucid Lynx - see https://launchpad.net/ubuntu/+source/openoffice.org Anyone who is affected by this bug and wants to see the fix

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-01-13 Thread Gabe Gorelick
So does all of 3.2 have to be backported to really fix this on Karmic? -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-01-12 Thread JedMeister
Hey Marcel, Thanks for your detailed and noob friendly help with my bug. Hopefully this 3.2 fix will fix my bug too (sounds likely). I have been really busy lately and so haven't completed all the steps you spelled out for me, but I wanted to let you know I really appreciated the effort you put int

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2010-01-11 Thread Marcel Stimberg
FYI: Upstream (ooo-build) mark the bug as “fixed” because it no longer exists in 3.2 -- unfortunately there will be no backport to 3.1, so we have to wait until 3.2 is released in its final state (~2 weeks) and packaged for Ubuntu. -- [ooo-build] [i386] OpenOffice crashes when saving .doc file wi

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-23 Thread Marcel Stimberg
@JedMeister: To find out, whether you're problem is the same as the one reported here, you should 1) install the -dbgsym packages for openoffice (see here: https://wiki.ubuntu.com/DebuggingProgramCrash) and 2) start openoffice under the gdb debugger like this: gdb /usr/lib/openoffice/program/s

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-23 Thread JedMeister
Is this bug the same as Bug #454545 (which has been marked as "fix released" - in v3.2)? Also even though it seems to save ok in .docx the picture is gone. -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You recei

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-23 Thread JedMeister
I think I am also experiencing this issue (or one with a very similar symptom). The cause seems to be different so I'm not 100% sure. For me I have been working on a .doc (that was created with Ooo3.1.1 on WinXP) and have just added a Ooo Draw drawing and on saving it crashed. It saves fine in .odt

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-16 Thread Emerson
Sorry about my ignorance, but how can I get upstream build? Any kind of repo to put on sources.list? Or there is .deb packages to download? I can test this because I have some files to be converted to .doc -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-15 Thread Gabe Gorelick
Right now, the upstream bug is waiting on someone to make sure this bug still exists in the current code. If people want to help get this bug solved, grab the latest upstream build and report back upstream whether this bug still exists. -- [ooo-build] [i386] OpenOffice crashes when saving .doc fi

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-15 Thread Emerson
Oh, God... Ubuntu developers doesn't have to communicate with ms word users? More that 50 days and nothing happens? And I cant use Sun's .deb because I have to install bibus, that uses python uno and I cant make it communicates with openoffice. Please, pay attention to this bug! -- [ooo-build

Re: [Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-14 Thread kennedy
I've installed 64-bit Ubuntu 9.10 and can confirm Chris Cheney's earlier observation that the bug appears not to be reproducible there. For whatever that's worth Gabe Gorelick wrote: > @Doug > >> Novell isn't even acknowledging the bug exists, and this bug report is tied >> to them now.

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-14 Thread Gabe Gorelick
@Doug > Novell isn't even acknowledging the bug exists, and this bug report is tied > to them now. If you read the upstream bug report, you'll see that the openSUSE developers are working to fix this, they just need some more info on the source of the problem, that's why it is marked incomplete

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-14 Thread Doug Holton
Novell isn't even acknowledging the bug exists, and this bug report is tied to them now. I'm back in Jaunty now, it's the only permanent solution. -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-13 Thread ushlonsky
This bug is particularly bothersome. I grade and comment student papers by using OO's notes functions and now is grading time!! What I do to get aound the problem, is save everything in odt.hen use zamzar.com to covert to .doc and then maio the file to the students. -- [ooo-build] [i386] OpenOf

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-13 Thread nemo974
I confirm I suffer the same problem with OpenOffice 3.1.1 Build 9420 and Karmic 9.10. I did not do anything apart from upgrading from 9.04. the crash occurs when I try to save a text file with a .doc extension after inserting a note. Existing notes do not cause a problem I use ooo for professio

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-11 Thread Umang
Affects me too. Any work around, apart from doing a massive reinstall? -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-10 Thread Zaris
I edited an old document, deleted all notes in it. Still can't save in .doc (carshes), but odt and .docx works. Running Karmic as Virtualbox guest. . -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received t

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-08 Thread Bug Watch Updater
** Changed in: openoffice Status: Confirmed => Incomplete -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-07 Thread Bug Watch Updater
** Changed in: openoffice Status: Incomplete => Confirmed -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-02 Thread Bug Watch Updater
** Changed in: openoffice Status: Confirmed => Incomplete -- [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

Re: [Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-01 Thread kennedy
Chris Cheney wrote: > Ralph, > > Yes ooo-build is the set of patches that Ubuntu uses on top of official > OOo. Most Linux distributions use it. > > ** Bug watch added: Novell/SUSE Bugzilla #559714 >https://bugzilla.novell.com/show_bug.cgi?id=559714 > > ** Changed in: openoffice >Importance

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-01 Thread Chris Cheney
Ralph, Yes ooo-build is the set of patches that Ubuntu uses on top of official OOo. Most Linux distributions use it. ** Bug watch added: Novell/SUSE Bugzilla #559714 https://bugzilla.novell.com/show_bug.cgi?id=559714 ** Changed in: openoffice Importance: Undecided => Unknown ** Changed in

Re: [Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-01 Thread kennedy
Chris Cheney wrote: > This seems to only be an issue with ooo-build not official OOo. > > ** Summary changed: > > - [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. > + [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in > it, Karmic. > > ** Chang

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-01 Thread Marcel Stimberg
I'm not sure wether this helps anyone, but attached you find a stacktrace showing that the crash seems to be a SIGSEV in WW8_SdrAttrIter::OutParaAttr ** Attachment added: "gdb-oowriter.txt" http://launchpadlibrarian.net/36313650/gdb-oowriter.txt -- [ooo-build] [i386] OpenOffice crashes when s

[Bug 457220] Re: [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-01 Thread Chris Cheney
This seems to only be an issue with ooo-build not official OOo. ** Summary changed: - [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. + [ooo-build] [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. ** Changed in: openoffice.org (Ubuntu)

[Bug 457220] Re: [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-01 Thread Chris Cheney
** Summary changed: - OpenOffice crashes when saving .doc file with "notes" in it, Karmic. + [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. -- [i386] OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You recei

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-12-01 Thread Chris Cheney
I have an i386 install to test with now and will be looking at this issue on it today. -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-30 Thread Scott Enderle
This problem affects me as well, and like others here, I cannot do my job without the ability to save notes in .doc format. Deleting .openoffice does nothing for me. -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bu

Re: [Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-30 Thread kennedy
Yasker's experience is not the same as mine. I have no trouble in general creating and saving files in OpenOffice with Ubuntu 9.10. The only time I have trouble is when I try to save as a .doc document an OpenOffice text file with notes in it -- not footnotes, but the ones one inserts with Ctrl

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-30 Thread billjoie
Hello Yasker, Please refrain from renaming this thread. All of us who reported this bug have this specific problem, while experiencing otherwise normal behaviour of OpenOffice. Logically, one would conclude that you have a different problem then the rest of us, and thus should start a separate

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-30 Thread yasker
I have to say, it have nothing to do with "note", and nothing to do with ".doc" I failed with presentation at first, then word. Just create a new document, then click save, everything is gone... I'd like to change the title of this bug to "OpenOffice crashes when saving file, Karmic." Is that

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-30 Thread James Younger
I can report this bug also affects me on Karmic i386 Desktop edition on my eee pc 1000 with the standard Ubuntu install of OpenOffice I had been happily working on the same document on a Karmic amd64 install on my Maccbook pro, saving a .doc with notes with no trouble. This morning, I opened and

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-30 Thread Rick Spencer
Seems widespread and reproducible ... please investigate the cause and see if we can at least come up with a workaround, if not a fix ** Changed in: openoffice.org (Ubuntu) Assignee: (unassigned) => Chris Cheney (ccheney) ** Changed in: openoffice.org (Ubuntu) Importance: Undecided => Hig

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-28 Thread kennedy
I have the problem too, on a fresh install of 9.10. It's critical for me as a teacher because I use the notes function in grading essays. Deleting the .openoffice.org folder didn't help, although I think just after deleting it I was able to save a .doc file with notes once or twice. But the proble

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-27 Thread Arise
Deleting the .openoffice folder didn't work for me at all. -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-26 Thread Doug Holton
Deleting the .openoffice folder stops the crash for a while, but then it returns later. -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-26 Thread O. Sinclair
As noted in other comments: mine is an "upgrade" installation from Hardy to Karmic. As Cheney states he can not reproduce on a fresh install I decided to try something: 1. I removed the /home/user/.openoffice.org directory 2. Started Openoffice.org writer, all settings and plugins gone 3. Created

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-26 Thread O. Sinclair
Sorry - when I say "fresh" I mean I installed on an empty "/" root but kept an old "home" partition with possibly old settings lingering -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you ar

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-25 Thread O. Sinclair
I confirm this bug on a fresh install of Karmic Kubuntu. The bug seems to be related to inserting Notes, not track changes. Docs with Notes can be saved in other formats (docx, rft) but the notes disappear. Save in office97/2000 and you get a crash if a note is inserted -- OpenOffice crashes when

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-24 Thread Ian Anderson
Further to my two posts above, concerning frequent crashes of OOo and ubuntu when setting up the spell checker. 1)This has nothing to do with crashes using notes in .doc files, so I am on the wrong threadSorry! 2)The spell checker has to be set up properly which needs some research on the in

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-24 Thread Doug Holton
The crashing on save started occuring again. It crashes on .doc files for which I've inserted a note. ** Changed in: openoffice Importance: Unknown => Undecided ** Changed in: openoffice Status: Invalid => New ** Changed in: openoffice Remote watch: OpenOffice.org Issue Tracker #106

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-23 Thread Bug Watch Updater
** Changed in: openoffice Status: Unknown => Invalid -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs ma

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-23 Thread Doug Holton
I uninstalled ooo and tried the openoffice 3.1 from openoffice.org site and it crashed on launch when trying to open a .doc file. I uninstalled that, deleted the .openoffice folder and re-installed the ubuntu ooo package, and now openoffice has a windows 98 look & feel. But, it doesn't crash when

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-23 Thread Doug Holton
I just ran across this bug at the worst time - trying to grade draft papers (by inserting notes), I have to revert to Jaunty so that I can get through this To reproduce: open .doc file, insert note (control-alt-note), type note, savecrash. Some documents can't even be recovered with the note(

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-20 Thread dtower
Ugh. My problem is NOT solved. Now it is crashing again after a reboot. Can this be a java version problem? What do I need to do? Thanks -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you ar

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-20 Thread dtower
Sorry, thanks so much for your help. My problem is solved now. I hadn't installed the desktop integration in the sub-directory. Not it all opens beautifully. Thanks again. -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received t

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-20 Thread dtower
correction to the last post: the second-to-last sentence of the first paragraph should say, "I was then able to...and add notes without *it crashing when* saving it." (a significant difference) -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-20 Thread dtower
Open Office crashes on the introduction screen when I attempt to open "writer". I have been able to open other types of documents "draw" or "impress" and then open a text document from "File --> New --> Text Document". I was then able to open a file and save it in .doc format without crashing! I w

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-20 Thread billjoie
Sorry you are having a bad Ubuntu experience there. When exactly does OpenOffice crash (introduction screen, after, etc.)? Did you install the desktop integration that is in the subdirectory? Do you have java installed? Did you get any error message during installation? -- OpenOffice crashes w

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-20 Thread dtower
Sorry, I just realized I had to navigate one folder deeper. I now have the version from Open Office installed, but it crashes on startup each and every time now. This is a serious problem for me. -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bu

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-20 Thread dtower
I have the same problem, and I completely removed everything related to Open Office in Synaptic. I then did a fresh install from Open Office.org. After I navigate to the folder that was extracted, and use "sudo dpkg -i *deb" to try to install it, I got: dpkg: error processing *deb (--install): ca

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-19 Thread gloonie
A bit more information: I found that when I opened a MS Word document with Comments already in the document, Ooo worked with no problems or crashes. It seems to crash for me only when I try to save an odt document with notes to a file in MS Word format. -- OpenOffice crashes when saving .doc fi

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-19 Thread aizquier
I confirm that uninstalling the Ubuntu version of OpenOffice 3.1.1 and installing the native version from Openoffice.org the problem is gone. However, for those who prefer to wait until this bug is fixed in the Ubuntu repositories, and do not want to install non-ubuntu packages, BUT are in a *hurry

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-18 Thread gloonie
I confirm that I have the same problem crashing with notes inserted in a document. I am running kubuntu 9.10 with the latest updates. I have OpenOffice 3.1.1 OOO310m19 (Build 9420). Everything works fine if I remove the "notes" and then save. This is a very critical problem, since I constantly wo

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-17 Thread aizquier
I could reproduce this bug using a fresh installation of ubuntu 9.10 on a virtual machine (vBox). Windows version of OpenOffice 3.1.1 do not seem to present the bug. -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bu

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-17 Thread robang74
Hi, I have reported the same bug to openoffice bug-tracker but after carefully checks they closed it because does not apply to the build downloadable from their site. It happens in other UNIX OS but not in all UNIX OS. Bug report could be read by the following link, please take a look: http://ww

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-16 Thread billjoie
Hi Chris, I use i386. -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.co

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-16 Thread Chris Cheney
Has anyone who experienced this bug been running on something other than i386? The system I am testing on that can't reproduce this bug is amd64 so that might be why. I will try to get a i386 disc to test with to see if that is the issue. -- OpenOffice crashes when saving .doc file with "notes" i

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-13 Thread Ian Anderson
Further to my last post I can confirm that I have carried out the above thread instructions removed all packages via Synaptic uninstaller and also via the terminal by sudo apt-get remove purge open office.org followed up by sudo apt-get autoremove (as prompted) which removed some other stuff. (Soft

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-13 Thread Ian Anderson
For information I have a brand new installation of Karmic 9.10 with OOo built and all up to date. Never been touched before. I wanted to move from Word. I can open and edit word documents , but the OOo spell checker is not functioning, and any attempts to use the options menu in OOo produce cra

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic.

2009-11-13 Thread billjoie
** Summary changed: - OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta. + OpenOffice crashes when saving .doc file with "notes" in it, Karmic. -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic. https://bugs.launchpad.net/bugs/457220 You received this

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta.

2009-11-13 Thread Arise
There are some additional packages not containing "OpenOffice.org" in their names but still related to OpenOffice, one of them causes all the mess. Though I can't figure out which one is that "bad guy". -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta. https://bugs.laun

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta.

2009-11-13 Thread strange_cathect
BilliJoe, I removed ALL Open Office packages w/ Synaptic and installed the Sun .debs. The install went fine but it still crashes when using a .doc file. -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta. https://bugs.launchpad.net/bugs/457220 You received this bug notif

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta.

2009-11-12 Thread Arise
Hi billjoie, Thanx for trying to help! Actually, the idea of removing Ubuntu's built-in "Go-oo" (Novell's) and installing something else came first of all. Well, installing SUN's binaries might help, but for one little thing: SUN's builds suck, they have performance and usability issues (oh I r

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta.

2009-11-12 Thread billjoie
Hi Arise, Yes there is a work around, that is what my post of the 1st of November was about. First you totally remove openoffice from your computer, then you install java (if not already there). Then you download the program (deb files) from the openoffice.org website, and install them with dp

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta.

2009-11-12 Thread billjoie
** Changed in: openoffice.org (Ubuntu) Status: Incomplete => Confirmed -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta.

2009-11-11 Thread Arise
It's a huge trouble really. Confirmed on 9.10 release. Is there any workaround at least? -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta.

2009-11-11 Thread strange_cathect
I should add that I am not running the Beta...but the release of 9.10. -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta. https://bugs.launchpad.net/bugs/457220 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta.

2009-11-11 Thread strange_cathect
I can confirm this behavior too. After crash, all notes are lost upon file recovery. Like Indrek, I am trying to comment on student essays and this as become a HUGE problem for me as I teach distance education... I think this is a pretty critical bug. -- OpenOffice crashes when saving .doc file

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta.

2009-11-09 Thread Arise
In Karmic, with all the updates installed, Openoffice still crashes on saving documents (with notes in) to *.doc (tested on 3 machines, one of which has a clean install of Karmic). -- OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta. https://bugs.launchpad.net/bugs/457220

[Bug 457220] Re: OpenOffice crashes when saving .doc file with "notes" in it, Karmic beta.

2009-11-09 Thread arne
Same here with final karmic (kubuntu, updated from jaunty). I used the same document as .doc and .odt on jaunty with no problems. When I remove the comments from the document I can save to .doc format. But when I close the .doc file then OOo still crashes, but with now harm to any file. -- Open

  1   2   >