[sw-issues] [Issue 28593] Error loading BASIC of document

2005-05-24 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Tue May 24 02:14:09 -0700 
2005 ---
- yvesb :
Of course many users will import data from 1.x installation, but obviously most
users doing so don't have any problems. Usually installations of OOo 1.x are
registered in a special version file ~/.sversionrc for Linux/Solaris 
repspectively
\Documents and Settings\UserName\Application Data\sversion.ini for Windows.
If you did not deinstall 1.x correctly the corresponding entry can still be 
found in
this file and may cause trouble.

But as I wrote before I still can't understand your problem with the WebWizard
library that is part of the Office installation. As far as you haven't made a 
copy
of this library into your user/basic it shouldn't be imported from 1.x at all.
But if
it is imported for any reason I don't understand and the corresponding library
directory is empty or does not exist any more the import may fail leaving an
invalid library entry.

As long as this problem cannot be reproduced by anyone but you I still don't
see it as a problem related to this task. To get rid of the error message you 
can remove the reference to it from the Basic/Dialog configuration files 
/UserInst/basic/script.xlc and dialog xlc. Just search the line containing the
Webwizard library and remove it.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-05-20 Thread yvesb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Fri May 20 19:18:33 -0700 
2005 ---
- ab:

 Was there something special with your installation, e.g. have you imported 
 user data from an OOo 1.1 installation?

I think that I did import user data from OpenOffice 1.x, and I think that many
users will do the same!

I just tried to remove OpenOffice 1.x as fully as possible, and I installed
OpenOffice 1.9.104. During the installation, OpenOffice asked me if I wanted to
import the information from version 1 and, when I said Yes, it gave me the error
message about loading BASIC.

Obviously the installation program still found some trace of version 1 even
though I tried to remove it as fully as possible. Query: what directories and
files are created by the installation program for version 1?


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-05-17 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User ab changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Tue May 17 07:25:23 -0700 
2005 ---
It seems to me that only the $ containing paths remain as a general problem.
as nivag wrote that his problem does not occur any more with newer builds.

- umr5174: This seems to be another problem in your case. For any reason
the script.xlc / dialog.xlc files seem to point to an invalid library LGCD. So 
ac-
cessing script.xlb of course fails. Can you reproduce the problem every time 
you install OpenOffice? Maybe your problem is based on a wrong import of an
OOo 1.1 Basic library? Please have a look at issue 45987 fixed in m95. Copying
libraries from the OOo 1.1 installation failed for Unix systems. This would 
result
in exactly your scenario leaving an empty library folder. To only get rid of the
error message you can remove the lines refering to the LGCD library from the
script.xlc and dialog.xlc files located in .../user/basic. To get the OOo 1.1 
lib
imported correctly - if it still exists - try to install a newer OOo version (=
m95).

- yvesb: Your problem also seems to be different. I've installed an OOo 1.9.100
myself and had no problems. The WebWizard library is no part of the installation
any more, so of course it's missing. The question is, why it's still referenced 
from
your script.xlc / dialog.xlc files. Was there something special with your
installation,
e.g. have you imported user data from an OOo 1.1 installation? But even then 
references to wizard libraries should be removed. In any case I think that your
problem isn't related to the original problem. If your problem is reproducable
please
submit another issue for it.

For now I mark this task as duplicate to 49225 covering the $ path problem.


*** This issue has been marked as a duplicate of 49225 ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-05-16 Thread yvesb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Mon May 16 19:36:00 -0700 
2005 ---
Following up to ab, on Wed Apr 20 02:50:15 -0700 2005:

My error message is:

Error loading BASIC of document
file:///usr/lib/ooo-1.1/share/basic/WebWizard/script.xlb/:
General Error.
General input/output error.

The directory /home/yves/.openoffice.org1.9.100/user/basic exists, but not the
subdirectory /WebWizard.


[EMAIL PROTECTED] basic]$ pwd
/home/yves/.openoffice.org1.9.100/user/basic

[EMAIL PROTECTED] basic]$ ls -al *
-rw-rw-r--  1 yves yves 2232 May 16 22:21 dialog.xlc
-rw-rw-r--  1 yves yves 2233 May 16 22:21 script.xlc

Standard:
total 40
drwxrwxr-x  2 yves yves 4096 May  9 18:28 .
drwxrwxr-x  3 yves yves 4096 May 16 22:21 ..
-rw-r--r--  1 yves yves  288 Oct 20  2004 dialog.xlb
-rw-r--r--  1 yves yves  305 Oct 20  2004 Module1.xba
-rw-r--r--  1 yves yves  349 Oct 20  2004 script.xlb


I'm using version 1.9.100, Fedora Core 3.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-05-15 Thread nivag
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Sun May 15 15:53:55 -0700 
2005 ---
I no longer get this problem.

Note that I only got the error with OOo 1.9.87 on Linux (I have not tried to use
OOo on a Microsoft platform).

I am now using OOo 1.95.100.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-05-13 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Fri May 13 05:00:09 -0700 
2005 ---
ab-etihwddot: That does not really surprise me as no fixes concerning this
problem have been made for m100... ;-)

Ok, here's the latest news: I could isolate the problem concerning the user
dir containing a $ and submitted another issue for it (49225). But that still
does not explain the problem for Linux users not using any $ in their pathes.

-nivag: Do you still have the problem on current builds? If yes, please have
a look at the pathes in tools/options/OpenOffice/Paths. Is the Basic path cor-
rect or how does it differ from the path your user installation/basic folder 
really
is located?

In general: I think this problem is identified for all cases where $ occurs in
the user 
installation path. Does anyone not using such a $ path still have this problem?


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-05-13 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Fri May 13 08:28:05 -0700 
2005 ---
etihwddot - ab: I receive none of the mentioned errors in any of the versions
of OOo if I manually redirect the paths to not contain a $ through the
bootstrap.ini file. Thanks for your continued help in this issue.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-05-11 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Wed May 11 08:58:37 -0700 
2005 ---
FYI: downloaded m100 and still received the same errors.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-05-01 Thread nivag
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Sun May  1 15:07:21 -0700 
2005 ---
I have never seen a $ in a path on Linux.  I just checked echo $PATH, no sign of
a $ in the path.  Note that I have not changed any of the paths for OOo, to use
$, nor not to use $.

If anyone has something specific they would like me to check, please let me 
know.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-29 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Fri Apr 29 05:58:35 -0700 
2005 ---
So obviously there's a problem when using a path containing xyz$ or spaces.
I could reproduce this.

- etihwddot: Your information is useful. One question: If using such pathes 
even breaks the user installation, how did you initially manage to get through 
user installation and having $ directories afterwards? Is the problematic direc-
tory directly used as your windows user directory, so that $SYSUSERCONFIG 
in bootstrap.ini resolves to it?

- nivag: Your files script.xlc files both look ok. Obviously this isn't the
problem.
And you didn't have any $ in your pathes, right?


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-29 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Fri Apr 29 08:53:49 -0700 
2005 ---
- ab: Yes, $SYSUSERCONFIG must resolve to my path by default.  For our windows
users their %APPDATA% resolves to \\server\Profiles$\username\Application
Data.  When I leave the bootstrap.ini to $SYSUSERCONFIG/OpenOffice.orgVERSION
OOo installs fine giving me no errors.  However, when I actually use it I get
the Basic Errors.  If I look in the \\server\Profiles$\username\Application
Data\OpenOffice.orgVERSION directory It looks like most of the files are
there.  However, for whatever reason OOo is looking in
\\server\Profiles\username\Application Data\OpenOffice.orgVERSION, which
means it dropped the $ when OOo saved the path it installed to.  This is clear
when I go to tools-options-OpenOffice.org-Paths A lot of the paths contain a
Program Files path as well as a user data path.  However, when installed as
mentioned above all the paths that should contain a $ have dropped it.  If you
have a Windows Domain Setup you can set a group policy that redirects users
application data to another location, which is what we do.  If you need
information on where that is at please let me know.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-25 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Mon Apr 25 11:59:30 -0700 
2005 ---
ab,

Was any of the information I provided last week helpful?  Or do I need to go
back to the drawing board?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-20 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User ab changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 02:50:15 -0700 
2005 ---
Hi all,

as this issue obviously cannot be reproduced on every system, I want to give 
some background information that might help us to isolate the problem.

First: The error message is misleading as the problem does not really has any-
thing to do with the Basic inside a document. In fact the attached screenshots
show that this is a problem of the application Basic stored in the user data.
Unfortunately the same error message is used both for errors reading the Basic
from a real Office document and for errors reading the user Basic's configura-
tion files (also adressed as documents in the error message).

The only reason why this message always occurs when you save a document is
that the Basic functionality is initialised before a document is saved. And 
that's also the reason why it only occurs for the first saving. Afterwards 
Basic is already initialised, although probably not correctly. You should
have the same effect when opening the Tools/Macro/Organise Macros/Basic dia-
log. This also forces Basic to initialise.

The error itself is not very mysterious. The script.xlc and dialog.xlc files
(the *.xli files are only an old fallback mechanism for backward compatibility)
are essential for the Basic library system. Obviously these files do not exist
or are corrupt. So the problem can be reduced to the question, why these files
can not be found or read.

Thanks to all who offered help to track down the problem. First you should
have a look at the files script.xlc and dialog.xlc in your installion. They
should be placed in user installation/user/basic. The error message shows
you where these files are expected.

- Are they missing completely or are they empty or corrupt?

- Does everything else look correct in user installation/user/?
  There should be a lot of directories, e.g. config, gallery, registry, ...
  Maybe Basic uses a completely wrong path for any reason.
  
- The location of the user installation is defined by the variable 
  UserInstallation in Office installation/program/bootstrap.ini.
  If you patch this path, you can check if other locations work.
  I e.g. often use $ORIGIN/../UserInst instead of $SYSUSERCONFIG/...
  to force the user installation into the Office installation (good 
  for developement when you install a log of versions in parallel).
  You can also use a file URL there, e.g. file:///c:/OfficeTest/UserInst
  Hint: Each time you change UserInstallation in bootstrap.ini to a new
  location, starting the Office afterwards is like starting it the first 
  time. You always get new user installations and can have a look if 
  your problem occurs or not.
  
That should be enough for now. Let's see what we can find out... :-)


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-20 Thread umr5174
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 03:52:58 -0700 
2005 ---
The 2 messages I got are
   Error loading BASIC of document
file:///home/henri/.openoffice.org1.9.91/user/basic/LGCD/script.xlb/:
General error
General input/output error.
and the same message with dialog.xlb instead of script.xlb.
Neither of the 2 files are there. LGCD is an empty directory.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-20 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 08:23:41 -0700 
2005 ---
I can first mention again that the paths are looking in a different place all
together.  For whatever reason it is looking in:

file://server/profiles/username/Application Data...

instead of:

file://server/profiles$/username/Application Data...

When I go to tools - options - general - paths
All of the paths have dropped the $ for whatever reason.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-20 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 09:13:12 -0700 
2005 ---
Ok, here is what I have found.

I have played with a few different configurations in the bootstrap.ini file.

I set the UserInstallation to the following:

file:///c:/test - Worked great! No errors at all.  It even fixed my experience
of delay's when clicking on menus.

file://server/test - Worked good! No errors, but a bit of lag which is
expected for network usage.

file://server/profiles$/username/test - Get an error when I open for the
first time, cannot even get to the user install screen.  The application cannot
be started. An internal error occured.  I get the same problem if I put it in a
folder on a server with a space.

Thanks for getting me more information on where to test.  I hope this data
helps.  I can keep doing more testing if neccessary, just let me know.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-20 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User etihwddot changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=25273) Error when
  |  |configure bootstrap.ini
  |  |UserInstallation





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 09:16:05 -0700 
2005 ---
Created an attachment (id=25273)
Error when configure bootstrap.ini UserInstallation


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-20 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 09:24:53 -0700 
2005 ---
Note on: file://server/profiles$/username/test - Get an error when I open
for the first time, cannot even get to the user install screen.  The
application cannot be started. An internal error occured.  I get the same
problem if I put it in a folder on a server with a space.

If I replace the space with %20 it worked fine.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-20 Thread nivag
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 14:57:32 -0700 
2005 ---
$ ll `locate script.xlc | grep /home/gavin/.openoffice | sort -u`
-rw-rw-r--  1 gavin gavin 2052 Mar 16 10:59
/home/gavin/.openoffice.org1.9.79/user/basic/script.xlc
-rw-rw-r--  1 gavin gavin 2052 Mar 22 13:56
/home/gavin/.openoffice.org1.9.84/user/basic/script.xlc
-rw-rw-r--  1 gavin gavin 2246 Apr  8 17:45
/home/gavin/.openoffice.org1.9.87/user/basic/script.xlc
-rw-rw-r--  1 gavin gavin 2052 Apr 15 09:47
/home/gavin/.openoffice.org1.9.91/user/basic/script.xlc
-rw-rw-r--  1 gavin gavin 2052 Apr 20 10:31
/home/gavin/.openoffice.org1.9.93/user/basic/script.xlc

==



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-20 Thread nivag
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User nivag changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=25284) latest file, no
  |  |BASIC error





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 14:58:58 -0700 
2005 ---
Created an attachment (id=25284)
latest file, no BASIC error


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-20 Thread nivag
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User nivag changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=25285) corrupt??
  |  |version used when I got
  |  |the BASIC error





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 15:00:24 -0700 
2005 ---
Created an attachment (id=25285)
corrupt?? version used when I got the BASIC error


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-20 Thread nivag
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 15:04:09 -0700 
2005 ---
I should have labeled the files better:

attachment id=25284 is for .openoffice.org1.9.93

attachment id=25285 is for .openoffice.org1.9.87



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-19 Thread tbe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User tbe changed the following:

  What|Old value |New value

   Assigned to|tbe   |ab





--- Additional comments from [EMAIL PROTECTED] Tue Apr 19 01:02:39 -0700 
2005 ---
TBE-AB: I cannot reproduce this task, probably you have an idea.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-19 Thread tbe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Tue Apr 19 01:22:57 -0700 
2005 ---
TBE-AB: Probably there's also a correlation with #i45987#, which is fixed in 
SRC680m95. The problem was, that on Unix/Linux the macros from an
OOo 1.1.x installation were not imported correctly. As a consequence, the
error message 'Error loading BASIC of document'  was shown. But this
didn't affect Windows.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-19 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Tue Apr 19 08:48:03 -0700 
2005 ---
I received the mentioned errors on Windows XP workstations with a fresh install
of any version of OOo 1.1.x or 1.9.x so far.  There is no upgrade involved in
any of the processes.  I completely uninstall any prior versions and delete any
associated files in Application Data or Program Files in order to have as clean
of a slate as possible.

Please advise if there is any environment information I can provide.  I would
like to resolve this issue so I can distribute this accross our network using
the new MSI install and Active Directory.  This would greatly reduce my
management time so I will spend whatever time needed to provide you the
information needed to expedite this solution.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-18 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Mon Apr 18 08:43:54 -0700 
2005 ---
I installed 1.9.93 and still receive the errors.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-18 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User etihwddot changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=25172) Error in 1.9.93





--- Additional comments from [EMAIL PROTECTED] Mon Apr 18 08:45:54 -0700 
2005 ---
Created an attachment (id=25172)
Error in 1.9.93


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-18 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Mon Apr 18 08:56:28 -0700 
2005 ---
Another things I expereicne in all of the 2.0 beta's is a hesitation when I
first open up a new document and begin to type or when I click on a menu the
first time after opening a new document it take about 10 sec to respond.  To me
it almost feels like it is looking for some sort of file and finally times out
after 10 sec.  Not sure if it is related to this issue or not.  I have a 3.2ghz
processor and 1GB RAM and the CPU usage durring this process never goes above
2%.  Finally, when I quit the quickstarter I also receive the Error loading
BASIC of document error.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-18 Thread nivag
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Mon Apr 18 17:46:18 -0700 
2005 ---
I am using Fedora Core 2 Linux, with all upgrades prior to the change to legacy
status.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-17 Thread nivag
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Sun Apr 17 17:46:04 -0700 
2005 ---
Not a problem now that I am using OOo 1.9.93, nor did I see it in 1.9.91.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-11 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Mon Apr 11 11:51:52 -0700 
2005 ---
i'm back from vacation and can also provide any aditional information needed for
debugging.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-05 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Tue Apr  5 02:11:48 -0700 
2005 ---
*** Issue 46341 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-05 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User jsk changed the following:

  What|Old value |New value

   Assigned to|jsk   |tbe

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Tue Apr  5 02:13:24 -0700 
2005 ---
jsk-tbe: back to you again. Please have a look at issue #46341, there is some
valuable information in that task that might help debugging.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-05 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User jsk changed the following:

  What|Old value |New value

  Target milestone|OOo 2.0   |OOo 2.0.1





--- Additional comments from [EMAIL PROTECTED] Tue Apr  5 06:28:50 -0700 
2005 ---
new target 2.0.1

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-04-05 Thread nivag
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Tue Apr  5 20:08:12 -0700 
2005 ---
I entered Issue 46341, I am happy to provide more diagnostic info if anyone can
tell me what they might find useful.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-23 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Wed Mar 23 14:06:34 -0800 
2005 ---
What do you mean by a document?  I get this any time I save any new document.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-23 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User etihwddot changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=24219) Picture of
  |  |first dialog





--- Additional comments from [EMAIL PROTECTED] Wed Mar 23 14:26:36 -0800 
2005 ---
Created an attachment (id=24219)
Picture of first dialog


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-23 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User etihwddot changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=24220) Picture of
  |  |second dialog





--- Additional comments from [EMAIL PROTECTED] Wed Mar 23 14:27:16 -0800 
2005 ---
Created an attachment (id=24220)
Picture of second dialog


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-23 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User etihwddot changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=24221) Picture of
  |  |third dialog





--- Additional comments from [EMAIL PROTECTED] Wed Mar 23 14:27:40 -0800 
2005 ---
Created an attachment (id=24221)
Picture of third dialog


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-23 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User etihwddot changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=24222) Picture of
  |  |fourth dialog





--- Additional comments from [EMAIL PROTECTED] Wed Mar 23 14:29:13 -0800 
2005 ---
Created an attachment (id=24222)
Picture of fourth dialog


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-23 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User etihwddot changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=24223) saved test
  |  |document





--- Additional comments from [EMAIL PROTECTED] Wed Mar 23 14:36:57 -0800 
2005 ---
Created an attachment (id=24223)
saved test document


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-23 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Wed Mar 23 14:39:41 -0800 
2005 ---
I ran a few more tests with this test document.  When I save it the first time I
get the error.  If I close the document open it again and save then I do not get
the error.

if you notice in the errors there should be a $ after profiles but there is not.
 Any ideas?

I'm heading on vacation for two weeks so will not be able to post for a few.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-22 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Tue Mar 22 05:29:55 -0800 
2005 ---
Hi Gemal, etihwddot and others,

i've now done some testing on a Windows 2000 domain + Terminalservices, doing
all kinds of redirection i could think of and (to my surprise) everything works
as expected. 

I redirected appdata to \\citrix01\appdata\%username% and
\\citrix01\appdata$\%username%\Application Data but could not find any problems
at all.

Can anyone provide a document that raises the described error? 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-17 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User jsk changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|INVALID   |





--- Additional comments from [EMAIL PROTECTED] Thu Mar 17 00:21:08 -0800 
2005 ---
jsk-cp: This issue should be fixed for 2.0 since we want to run on Citrix.
However, i will do some Windows/Terminalserver/Citrix-Testing next week, so this
task remains with me until then.

Reopen.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-16 Thread cp
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User cp changed the following:

  What|Old value |New value

   Assigned to|tbe   |jsk





--- Additional comments from [EMAIL PROTECTED] Wed Mar 16 04:57:36 -0800 
2005 ---
cp-jsk: Apparently this bug was never seen on 2.x so 2.0 is the wrong target.
Please talk to mba for more details. 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-16 Thread etihwddot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Wed Mar 16 10:41:59 -0800 
2005 ---
I posted Issue 44508 and have been working on what I can to give you steps in
order to reproduce the error.

I was able to reproduce the error on in the following way:
%appdata% was equal  to:  \\servername\Profiles$\username\Application Data
The $ for a hidden share might be throwing this off?

1) Used openofficeorg1979.msi to install.
2) I installed with the following choices:
 All users
 Complete
 Choose all three File Types (Word, Excel, Powerpoint)
3) Once the install is complete open writer and try to save the new document.

The errors posted on Issue 44508 had all dropped the $ in the profiles path.

This works for me on any computer on our network.  All the computers are Windows
XP workstations with service pack 2.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-15 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Tue Mar 15 23:33:09 -0800 
2005 ---
*** Issue 45020 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-15 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593





--- Additional comments from [EMAIL PROTECTED] Tue Mar 15 23:33:28 -0800 
2005 ---
*** Issue 44508 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-15 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User jsk changed the following:

  What|Old value |New value

Status|CLOSED|UNCONFIRMED

Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Tue Mar 15 23:34:49 -0800 
2005 ---
I reopen the issue since this probklem seems to reemerge frequently. I cannot
reproduce it myself (not seen in the latest builds around m80+) but sionce it is
reported quite often there must be something to it.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 28593] Error loading BASIC of document

2005-03-15 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=28593


User jsk changed the following:

  What|Old value |New value

   Assigned to|jsk   |tbe

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Tue Mar 15 23:35:14 -0800 
2005 ---
to tbe

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]