[udk-issues] [Issue 88782] CLI UNO failed to load due to 0x8007007e

2008-04-27 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88782
 Issue #|88782
 Summary|CLI UNO failed to load due to 0x8007007e
   Component|udk
 Version|OOo 2.4.0
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|kr
 Reported by|rpavelic





--- Additional comments from [EMAIL PROTECTED] Sun Apr 27 17:00:21 + 
2008 ---
On Windows Vista I was unable to use OO automation using CLI.
I searched net for similar problems and found
http://www.oooforum.org/forum/viewtopic.phtml?t=57838
http://api.openoffice.org/servlets/ReadMsg?listName=devmsgNo=16941
and
http://www.openoffice.org/issues/show_bug.cgi?id=69457

Since issue 69457 is marked resolved I'm opening a new one.

-
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]



[api-issues] [Issue 82636] insertByIndex fails to cop y row format sometimes

2007-10-31 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82636





--- Additional comments from [EMAIL PROTECTED] Wed Oct 31 11:56:16 + 
2007 ---
I have, but I don't want it to be publicly available.

-
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]



[api-issues] [Issue 82636] insertByIndex fails to cop y row format sometimes

2007-10-31 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82636





--- Additional comments from [EMAIL PROTECTED] Wed Oct 31 12:45:04 + 
2007 ---
Well, thats part of the problem.
I tried to find out why it was doing that what it was doing, so I edited text
changed font etc. and the problem goes away.
So I am unable to change the document enough so I can post it here and it still
shows that bug.

I can send it to your email based on good faith.

-
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]



[api-issues] [Issue 82636] insertByIndex fails to cop y row format sometimes

2007-10-15 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82636
 Issue #|82636
 Summary|insertByIndex fails to copy row format sometimes
   Component|api
 Version|OOo 2.3
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|rpavelic





--- Additional comments from [EMAIL PROTECTED] Mon Oct 15 14:50:04 + 
2007 ---
I have a writer documents with table which I expand using insertByIndex api 
from C#.

While on some documents cells are formated correctly, on few others, font in new
cells is different from original font.
For example I have a table with row formated on size 10, but when I open created
document I see that first column and last row have size 10 font, but every other
new cells have font size 12.

-
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]



[api-issues] [Issue 73427] problems with setting new line into XText.setString

2007-01-15 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73427





--- Additional comments from [EMAIL PROTECTED] Mon Jan 15 02:16:14 -0800 
2007 ---
I understand that it expects just \n but I'm saying this in not expected 
behaviour (for me) and should be considered a bug.


-
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]



[api-issues] [Issue 72979] exception without descript ion when saving document with same filename

2007-01-15 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72979


User rpavelic changed the following:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|INVALID   |





--- Additional comments from [EMAIL PROTECTED] Mon Jan 15 08:08:59 -0800 
2007 ---
I'm not trying to store new document. I'm trying to store document which I 
opened. 
I used 
xComponent = aLoader.loadComponentFromURL(file:/// + fajl, _blank, 0, pv);
xTextDocument = (XTextDocument)xComponent; 

to open existing odf file.
I changed it.
I tried to save it with same filename.

-
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]



[api-issues] [Issue 72979] exception without descript ion when saving document with same filename

2007-01-15 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72979





--- Additional comments from [EMAIL PROTECTED] Mon Jan 15 09:27:05 -0800 
2007 ---
Ok, here is simple POF

It breaks on line xSave.storeToURL or on xSave.store()

using System;
using System.Collections.Generic;
using System.Text;
using unoidl.com.sun.star.util;
using unoidl.com.sun.star.frame;
using unoidl.com.sun.star.beans;
using unoidl.com.sun.star.text;
using unoidl.com.sun.star.lang;

namespace ConsoleApplication2
{
class Program
{
static void Main(string[] args)
{
OpenOfficeWriter oo = new OpenOfficeWriter();
oo.LoadDoc(@C:\example.odt);
oo.SaveDoc();
}

}

internal class OpenOfficeWriter
{
internal unoidl.com.sun.star.uno.XComponentContext xLocalContext;
internal unoidl.com.sun.star.lang.XMultiServiceFactory xRemoteFactory;
internal XComponentLoader aLoader;
internal XComponent xComponent;
internal XTextDocument xTextDocument;

internal OpenOfficeWriter()
{
}

public bool LoadDoc(string fajl)
{

xLocalContext = uno.util.Bootstrap.bootstrap();
xRemoteFactory = 
(XMultiServiceFactory)xLocalContext.getServiceManager();
aLoader = 
(XComponentLoader)xRemoteFactory.createInstance(com.sun.star.frame.Desktop);
xComponent = aLoader.loadComponentFromURL(file:/// + fajl, 
_blank, 0, new PropertyValue[0]);
xTextDocument = (XTextDocument)xComponent;

return true;
}

public bool SaveDoc()
{

XStorable xSave = (XStorable)xTextDocument;
//xSave.store();
PropertyValue[] pv = new PropertyValue[2];
pv[0] = new PropertyValue();
pv[0].Name = FilterName;
pv[0].Value = new uno.Any(StarOffice XML (Writer));
pv[1] = new PropertyValue();
pv[1].Name = Overwrite;
pv[1].Value = new uno.Any(true);
string fajl = xSave.getLocation();
xSave.storeToURL(fajl.Replace('\\', '/'), pv);

return true;
}


}

}


-
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]



[api-issues] [Issue 73427] problems with setting new line into XText.setString

2007-01-12 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73427
 Issue #|73427
 Summary|problems with setting new line into XText.setString
   Component|api
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|rpavelic





--- Additional comments from [EMAIL PROTECTED] Fri Jan 12 10:55:19 -0800 
2007 ---
Using OO2.1 with .NET and C# while setting string value to XText

XText text = (XText)xCell;
text.setString(value);

if value contains Environment.NewLine OO displays two lines instead of one.

Workaround is to use value.Replace(Environment.NewLine, \n)

-
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]



[api-issues] [Issue 73327] oo hangs when printing mul tiple documents

2007-01-10 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73327
 Issue #|73327
 Summary|oo hangs when printing multiple documents
   Component|api
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|rpavelic





--- Additional comments from [EMAIL PROTECTED] Wed Jan 10 01:59:31 -0800 
2007 ---
When printing in OO2.1 using .NET and C# if function for printing is called from
another thread while first thread hasn't finished printing OO hangs.

Workaround is to use locking so that only one thread can access the print job,
but this is only localized at application level. I guess OO can still hang if he
gets a job from another application.

Code example:
public bool PrintDocument()
{
lock (sync)
{
try
{
XPrintable xPrint = (XPrintable)xTextDocument;
PropertyValue[] pv = new PropertyValue[1];
pv[0] = new PropertyValue();
pv[0].Name = Wait;
pv[0].Value = new uno.Any(true);
xPrint.print(pv);
}
catch
{
return false;
}
}
return true;
}

-
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]



[api-issues] [Issue 72979] exception without descript ion when saving document with same filename

2006-12-28 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72979
 Issue #|72979
 Summary|exception without description when saving document wit
|h same filename
   Component|api
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|rpavelic





--- Additional comments from [EMAIL PROTECTED] Thu Dec 28 11:18:02 -0800 
2006 ---
Hi!

I'm receiving exception without description when trying to save
opened document.

I'm using .NET 2.0 and uno with OO 2.1

I can workaround this by saving to another filename.. (temp in commented line)

try
{
XStorable xSave = (XStorable)xTextDocument;
//xSave.store();
PropertyValue[] pv = new PropertyValue[2];
pv[0] = new PropertyValue();
pv[0].Name = FilterName;
pv[0].Value = new uno.Any(StarOffice XML (Writer));
pv[1] = new PropertyValue();
pv[1].Name = Overwrite;
pv[1].Value = new uno.Any(true);
string fajl=xSave.getLocation();
xSave.storeToURL(fajl.Replace('\\', '/'), pv);
//xSave.storeToURL(fajl.Replace('\\', '/') + temp, pv);
}
catch(unoidl.com.sun.star.uno.Exception ex)
{
Console.WriteLine(ex.ToString());
return false;
}

xSave.store() and
xSave.storeToURL(xSave.getLocation(), pv);
shows the same behaviour

-
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]



[api-issues] [Issue 72811] C# CloseVetoException prob lem

2006-12-20 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72811
 Issue #|72811
 Summary|C# CloseVetoException problem
   Component|api
 Version|OOo 2.1
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|rpavelic





--- Additional comments from [EMAIL PROTECTED] Wed Dec 20 07:34:10 -0800 
2006 ---
Hi!

I'm having trouble making OO close document using uno from C# (MS.NET).

After call to
XCloseable xClose = (XCloseable)xTextDocument;
xClose.close(true);

Exception is raised in unoidl.com.sun.star.uno.Exception

unoidl.com.sun.star.util.CloseVetoException: Controller disagree ...

Server stack trace: 


Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData
msgData, Int32 type)
   at unoidl.com.sun.star.util.XCloseable.close(Boolean DeliverOwnership)


What I'm doing is the following
open existing document
write to it
print it
try to close it

But the document wont close and it raises this exception.

Maybe this is not a bug, but I'm just doing in the wrong way.

This is exactly what I'm doing

xLocalContext = uno.util.Bootstrap.bootstrap();
xRemoteFactory =
(unoidl.com.sun.star.lang.XMultiServiceFactory)xLocalContext.getServiceManager();
aLoader =
(XComponentLoader)xRemoteFactory.createInstance(com.sun.star.frame.Desktop);
xComponent = aLoader.loadComponentFromURL(file:/// + fajl, _blank, 0, new
unoidl.com.sun.star.beans.PropertyValue[0]);
xTextDocument = (unoidl.com.sun.star.text.XTextDocument)xComponent; 
...
some edditing
...
XCloseable xClose = (XCloseable)xTextDocument;
xClose.close(true);

-
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]



[installation-issues] [Issue 70729] Croatian installation abor ts when changing directory

2006-10-23 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70729
 Issue #|70729
 Summary|Croatian installation aborts when changing directory
   Component|Installation
 Version|OOo 2.0.4
Platform|All
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|of
 Reported by|rpavelic





--- Additional comments from [EMAIL PROTECTED] Sun Oct 22 23:58:50 -0700 
2006 ---
This is bug from issue 60796, but this is for Croatian language.

-
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]



[installation-issues] [Issue 70729] Croatian installation abor ts when changing directory

2006-10-23 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70729





--- Additional comments from [EMAIL PROTECTED] Mon Oct 23 01:55:04 -0700 
2006 ---
Can you help me out a little more, because I don't understand?

What newer build?

I used the last available source (2.0.4) and compiled against it. This was also 
an issue in last official build (2.0.3).

Since I don't handle Croatian localization, I don't know how can I change this 
manually.
And, there is no official build for Croatian ver 2.0.4, so I don't know which 
build to use?


-
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]



[installation-issues] [Issue 70729] Croatian installation abor ts when changing directory

2006-10-23 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70729





--- Additional comments from [EMAIL PROTECTED] Mon Oct 23 02:35:34 -0700 
2006 ---
I understand what the problem is and how it should be solved, but as I said, I 
don't know where and how to change this values (OOO_CONTROL_13  ( Up one level
| ) and OOO_CONTROL_117  ( Create New Folder| )) since I'm not too involved in 
Croatian localization.

You can download latest Croatian version at
http://ftp.linux.hr/lokalizacija/openoffice/2.0.3/

Maybe I should report this issue at Croatian OpenOffice forum, but this issue 
was already reported a long time ago.
http://hr.openoffice.org/servlets/ReadMsg?list=hr-openofficemsgNo=28


Since I'm not using the Croatian localized version (but I do put it on web for 
others to download), I can't say I care too much about this.
But, it would be nice if I knew which files to fix.
If not, well, then I guess they will need to wait for localization to finish 
(which will happen... never... with this much interest)


-
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]



[installation-issues] [Issue 60796] Thai installation set with Thai locale aborts when changing installation folder

2006-10-23 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60796





--- Additional comments from [EMAIL PROTECTED] Mon Oct 23 02:48:54 -0700 
2006 ---
Hi!
I'm having the same problem with Croatian localized version. (2.0.4)

Can someone point me to files which I need to edit to fix this problem?

Thanx


-
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 70144] border missing converting from word

2006-10-06 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70144
 Issue #|70144
 Summary|border missing converting from word
   Component|Word processor
 Version|OOo 2.0.3
Platform|All
 URL|http://europass.cedefop.europa.eu/europass/home/hornav
|/Downloads/EuropassCV/CVTemplate/navigate.action
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|mru
 Reported by|rpavelic





--- Additional comments from [EMAIL PROTECTED] Fri Oct  6 00:56:31 -0700 
2006 ---
On above url there are word documents for writing CV.
I tried converting word - odf and noticed there is small error.
Right of europass image there are two thick borders (horizontal and vertical).
When I converted this document to odf, vertical border was missing.

-
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]



[udk-issues] [Issue 57960] loaderlock mda

2006-02-07 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57960





--- Additional comments from [EMAIL PROTECTED] Tue Feb  7 05:18:31 -0800 
2006 ---
I didn't use OpenOffice since I stumbled upon this problem, but recently I found
a solution for it browsing the net.

From Kevin Spencer:
Use the Debug menu, and go to Exceptions...

Expand the Managed Debugging Assistants and uncheck the Thrown and
possibly User-unhandled boxes (if using the Just My Code option).


I can now debug and have no problem with this issue anymore.
But still, I think you should fix this in next big upgrade of OpenOffice.

-
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]



[udk-issues] [Issue 57960] loaderlock mda

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





--- Additional comments from [EMAIL PROTECTED] Tue Nov 22 09:16:11 -0800 
2005 ---
I tried debugging on my machine using DbgClr.exe and received 
Managed Debugging Assistant 'LoaderLock' has detected a problem in
'C:\...\Debug\OO20p1.exe'.
Additional Information: Attempting managed execution inside OS Loader lock. Do
not attempt to run managed code inside a DllMain or image initialization
function since doing so can cause the application to hang.

Using cordbg.exe I received
MDA notification: Name:LoaderLock, Flags:0
[00a8] nop

So, both time debugging stopped at that same line of code and could not 
continue.

Also tried this on another computer running Windows 2000 and the results were
the same.

-
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]



[udk-issues] [Issue 57960] loaderlock mda

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





--- Additional comments from [EMAIL PROTECTED] Fri Nov 18 01:01:28 -0800 
2005 ---
Well, than it works. VS i just pointing to the potential problem. And I can't
debug using VS because it won't continue behind that line.

-
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]



[udk-issues] [Issue 57960] loaderlock mda

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





--- Additional comments from [EMAIL PROTECTED] Fri Nov 18 08:51:44 -0800 
2005 ---
This is stack trace with more details
[Managed to Native Transition]  
cli_cppuhelper.dll!Module.uno.util.to_cliclass
com::sun::star::uno::XComponentContext(com.sun.star.uno.Referencecom::sun::star::uno::XComponentContext*
x = 0x0399e438) + 0x63 bytes
cli_cppuhelper.dll!uno.util.Bootstrap.bootstrap() + 0x1f bytes  

I don't know how to help you more. I'm not an dll debuging expert :(
If you mail me those dll code I could probably tell you more.

-
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]



[udk-issues] [Issue 57960] loaderlock mda

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





--- Additional comments from [EMAIL PROTECTED] Fri Nov 18 09:39:12 -0800 
2005 ---
I don't know if this is going to be of any help, but here are the dissasemlies
VS2003
private XMultiServiceFactory connect()  {   
m_xContext =
uno.util.Bootstrap.bootstrap();
  pushebp  
0001  mov ebp,esp 
0003  sub esp,0Ch 
0006  pushedi  
0007  pushesi  
0008  pushebx  
0009  mov esi,ecx 
000b  xor ebx,ebx 
000d  mov dword ptr [ebp-0Ch],esi 
0010  calldword ptr ds:[00A46994h] 
0016  mov edi,eax 
0018  mov eax,dword ptr [ebp-0Ch] 
001b  lea edx,[eax+4] 
001e  callFFB5351F 
return (XMultiServiceFactory) 
m_xContext.getServiceManager();
0023  mov ecx,dword ptr [esi+4] 
0026  mov eax,dword ptr [ecx] 
0028  mov eax,dword ptr [eax+0Ch] 
002b  mov eax,dword ptr [eax+3Ch] 
002e  calldword ptr [eax+4] 
0031  mov edi,eax 
0033  mov edx,edi 
0035  mov ecx,0A454F0h 
003a  call78361732 
003f  mov ebx,eax 
0041  jmp 0043 
}
0043  mov eax,ebx 
0045  pop ebx  
0046  pop esi  
0047  pop edi  
0048  mov esp,ebp 
004a  pop ebp  
004b  ret


VS2005
private XMultiServiceFactory connect()
{
  pushebp  
0001  mov ebp,esp 
0003  pushedi  
0004  pushesi  
0005  pushebx  
0006  sub esp,38h 
0009  xor eax,eax 
000b  mov dword ptr [ebp-10h],eax 
000e  xor eax,eax 
0010  mov dword ptr [ebp-1Ch],eax 
0013  mov esi,ecx 
0015  cmp dword ptr ds:[011F57B0h],0 
001c  je  0023 
001e  call793F0A86 
0023  xor ebx,ebx 
0025  nop  
  
m_xContext = uno.util.Bootstrap.bootstrap();
0026  mov dword ptr [ebp-44h],esi 
0029  calldword ptr ds:[011F7454h] 
002f  mov edi,eax 
0031  mov eax,dword ptr [ebp-44h] 
0034  lea edx,[eax+4] 
0037  call791D21D7 


return (XMultiServiceFactory)m_xContext.getServiceManager();
003c  mov ecx,dword ptr [esi+4] 
003f  calldword ptr ds:[00970020h] 
0045  mov edi,eax 
0047  mov edx,edi 
0049  mov ecx,11F7300h 
004e  call7924D1A7 
0053  mov ebx,eax 
0055  nop  
0056  jmp 0058 
}
0058  mov eax,ebx 
005a  lea esp,[ebp-0Ch] 
005d  pop ebx  
005e  pop esi  
005f  pop edi  
0060  pop ebp  
0061  ret  

In VS2005 code breaks at line 
0029  calldword ptr ds:[011F7454h] 

I removed string[] from function argument because there is no use for 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]



[udk-issues] [Issue 57960] New - loaderlock mda

2005-11-15 Thread rpavelic
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57960
  Issue #:|57960
  Summary:|loaderlock mda
Component:|udk
  Version:|OOo 2.0
 Platform:|PC
  URL:|
   OS/Version:|Windows XP
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P1
 Subcomponent:|code
  Assigned to:|kr
  Reported by:|rpavelic





--- Additional comments from [EMAIL PROTECTED] Tue Nov 15 14:04:13 -0800 
2005 ---
Using C# and VS2003 i tried code from
OpenOffice.org2.0_SDK\examples\CLI\CSharp\Spreadsheet
Works like a charm :)
But, when using new VS2005 on line
m_xContext = uno.util.Bootstrap.bootstrap();
inside SpreadsheetDocHelper.cs it throws LoaderLock was detected
DLL 'C:\Program Files\OpenOffice.org 2.0\program\cli_uno.dll' is attempting
managed execution inside OS Loader lock. Do not attempt to run managed code
inside a DllMain or image initialization function since doing so can cause the
application to hang.

-
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]