CR4VS2010 - BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded

Hi there,
I am trying to use the Production Release of CR4VS2010 as found here:
Crystal Reports for Visual Studio 2010 Production Release Now Available
Whenever I try to run a report I get the following exception:
Load report failed.
Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.
at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
If I try to use the Database Expert or Set the Database Location for a report VS2010 simply hangs.
If I look in the event log, I see a Crystal Reports error:
The description for Event ID ( 4353 ) in Source ( Crystal Reports ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded.
If I perform Code Analysis on my solution, I get this warning:
Warning     4     CA0060 : The indirectly-referenced assembly 'BusinessObjects.Licensing.KeycodeDecoder, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' could not be found. This assembly is not required for analysis, however, analysis results could be incomplete. This assembly was referenced by: C:Program FilesSAP BusinessObjectsCrystal Reports for .NET Framework 4.0CommonSAP BusinessObjects Enterprise XI 4.0win32_x86dotnetCrystalDecisions.CrystalReports.Engine.dll.
My environment is:
Windows XP SP3
VS2010 Ultimate
I have other versions of CR installed
I am targetting Framework 3.5 SP1 (Full)
I have seen similar errors published with the Beta version and no real solution to them.
I have to have side by side versions of VS and CR together.
I am developing internal apps which will be deployed on servers where there will be side by side versions of VS
Can anyone help please???
Thanks,
James

Hi Ludek,
We're getting there... taking your suggestion about using the samples... they worked fine.
So I started digging deeper... I'm using code such as...
using (var report = new ReportDocument())
    report.Load(filename);
I need to do this because even though I have a "correctly designed" report when developing, the business might need to alter the layout at a later date. So I need to pick up whatever is on disk at the time.
So I look in a subfolder of the deployed project for the .rpt file.
And here's where things were going wrong at runtime...
There was a SILLY bug in my code such that I wasn't picking up the correct folder... i.e. File.Exists(filename) == false
So here is some sample code that demonstrates the problem:
namespace MisleadingExceptionConsoleApp
    class Program
        static void Main(string[] args)
            using (var report = new CrystalDecisions.CrystalReports.Engine.ReportDocument())
                report.Load(@"c:\temp\a_report_that_does_not_exist.rpt");
When you run this, you get:
-          ex     {"Load report failed."}     System.Exception {CrystalDecisions.Shared.CrystalReportsException}
+          [CrystalDecisions.Shared.CrystalReportsException]     {"Load report failed."}     CrystalDecisions.Shared.CrystalReportsException
+          Data     {System.Collections.ListDictionaryInternal}     System.Collections.IDictionary {System.Collections.ListDictionaryInternal}
          HelpLink     null     string
-          InnerException     {"Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack."}     System.Exception {System.Runtime.InteropServices.COMException}
+          [System.Runtime.InteropServices.COMException]     {"Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack."}     System.Runtime.InteropServices.COMException
+          Data     {System.Collections.ListDictionaryInternal}     System.Collections.IDictionary {System.Collections.ListDictionaryInternal}
          HelpLink     null     string
+          InnerException     null     System.Exception
          Message     "Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack."     string
          Source     "clientdoc.dll"     string
          StackTrace     "   at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)\r\n   at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)\r\n   at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()"     string
+          TargetSite     {Void Open(System.Object ByRef, Int32)}     System.Reflection.MethodBase {System.Reflection.RuntimeMethodInfo}
+          Static members          
+          Non-Public members          
          Message     "Load report failed."     string
          Source     "CrystalDecisions.CrystalReports.Engine"     string
          StackTrace     "   at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()\r\n   at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)\r\n   at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)\r\n   at MisleadingExceptionConsoleApp.Program.Main(String[] args) in g:
Projects
MisleadingExceptionConsoleApp
MisleadingExceptionConsoleApp
Program.cs:line 18"     string
+          TargetSite     {Void EnsureDocumentIsOpened()}     System.Reflection.MethodBase {System.Reflection.RuntimeMethodInfo}
+          Static members          
+          Non-Public members          
So to my mind, the InnerException here ("Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.") is wrong and incredibly misleading!!! :O)
So that answers my runtime issue.
I still cannot open the Database Expert at design time... however, that is not a pressing issue for me right now.
But if you do have any ideas on how to determine the root cause I'd like to get that sorted too.
Many thanks,
James

Similar Messages

  • "CRVS2010 Beta - BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be lo

    Creating an instance of "Report Document" writes an error in Event viewer.
    I debugged and found following line of code:
    CrystalDecisions.CrystalReports.Engine.ReportDocument reportDocument = new CrystalDecisions.CrystalReports.Engine.ReportDocument()  generates error in Event Viewer as:
    "The description for Event ID ( 4353 ) in Source ( Crystal Reports ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded."
    I checked for SAP forums for this error message and the most of the times answer was that earlier versions of Crystal Reports if installed can cause this error. VM on which this issue is occuring does not has any other versions. We had uninstalled previous versions and installed CR VS2010 Beta2.
    However, I don't know the impact of this error. Any ideas?
    Thanks,
    Gulab.

    See my comments on the thread linked below. I've been getting mixed messages as far as whether the KeycodeDecoder assembly is actually used or not in CR4VS2010 but from my own analysis, the ReportDocument class does make references to types defined in that assembly. Whether these error log entries indicate something harmful or not I'm not sure but it does seem to represent the failure of proper licensing.
    Re: BusinessObjects.Licensing.KeycodeDecoder.dll could not be loaded

  • Keycode assembly (Licensing.KeycodeDecoder.dll) cannot be loaded

    I apologize if this has been posted about before here but in searching I can't find a reference to his with my exact same circumstances. I've seen posts regarding this for ASP sites and JAVA applications but not one specifically pertaining to a WinForms application.
    I'm deploying a VS2010 WinForms application using CRVS2010 to a clean virtual 32-bit WinXP SP3 machine.   I've installed the 32 bit CR runtime (CRRuntime_32bit_13_0.msi) along with my application, but previewing the report still generates an unhandled exception with the following entry from Crystal Reports in the Windows Application Event Log:
    The description for Event ID ( 4353 ) in Source ( Crystal Reports ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded.
    These same reports all run fine under the VS2010 IDE on my development machine.  Is this a known error in the CR runtime and WinForms or have I missed something in the deployment process?

    Don,
    Ok, after you said you couldn't replicate it I started making a new 2010 project (rather than one upgraded from VS2005 whcih this one is) to just display a simple dataset  on a CR Preview screen.
    It was at that point that I found I have two different CR Viewers in my toolbox, one of which is grayed out (even with the target framework set to 4.0 and not 4.0 Client).  I have to click the "show all" option in the tool box to see the "Crystal Reports" tab, and the 14.x version one shows up under the default VS "Reporting" tab.  I did check my add/remove programs and only the 13.x version is listed so I'm sure the beta is not installed.
    [Click Here to see a screen cap of the toolbox|http://www.phx-is.com/images-web/CRViewers.png]
    The one that is NOT grayed out is version 14.0.2000.0 and the one that IS grayed out is 13.0.2000.0.  In checking my project, I have determined that the report viewer container in my program is pointing to:
    C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet\CrystalDecisions.Windows.Forms.dll
    Which shows a version of 13.0.2000.0 in my References for the project.  However, the 13.0.2000.0 control on my toolbox remains grayed out, which confuses me even more.
    Where to go from here?
    On a probably unrelated note:  Writing this test program, I also discovered that VS would lock up when I selected "Database Expert" option under "Database Fields' in the report designer ([See this thread|CRVS2010 Beta - Database expert crashes Visual Studio;) but following the advice in that thread and renaming my "C:\Temp" folder solved that problem.
    Edited by: Richard Wolf PIS on Jan 5, 2011 12:55 AM

  • BusinessObjects.Licensing.KeycodeDecoder.dll could not be loaded

    Hi we have developed an web appliaction using CR fro VS 2010 and framework 4.0 and upgrade the application to the release version of CR for VS 2010 (13.0)
    In the developmet enviroment everithing works well, but when we install the web application to the client web server whe we try to access to our report developed using CR we have always a blank page with this js error "bobj is undefined", and when we watch to the event viewer we find also an entry with this message "the assembly BusinessObjects.Licensing.KeycodeDecoder.dll could not be loaded"
    The web server enviroment is this one
    -Win2003 server 32 bit with IIS6
    -Framework 4 installed
    -CR 13.0 installed
    -no other CR version installed in the server
    -Web application running with an application pool with an administrator user
    Could someone help us?

    By the way, after some research it looks like this error originates from the ReportDocument class's constructor. It appears that during this process is where loading of resources takes place and also some license checking stuff. In this process somewhere a FileNotFoundException results in this error showing up in the Windows Application event log.
    I'm taking a look at the situations that may be causing this to happen but I can't find anything yet. My assumption is that this type of exception can be raised in cases where a file is not accessible due to permissions issues or hadn't been installed properly due to similar issues with permissions. Also I believe sometimes registry related errors can show up as FileNotFoundExceptions as well so I'm looking out for that too.
    UPDATE:
    It looks like the private ReportDocument.getMaxUsage() method that is called indirectly the first time a ReportDocument instance is created and this method appears to reference objects declared within the BusinessObjects.Licensing.KeycodeDecoder assembly such as the following types.
    com.crystaldecisions.common.keycode.KeycodeException
    com.crystaldecisions.common.keycode.KeycodeCollection
    com.crystaldecisions.common.keycode.KeycodeDecoderFactory
    These references are causing a FileNotFoundException when the assemblies are being resolved during the JIT processes and hence causing the errors that everybody has been seeing in their Windows Application error log. Since the exception is being caught and logged, this may not be negatively affecting the behavior of the new Crystal Reports for Visual Studio 2010 release but it does cause these error logs to pile up though and exceptions are also somewhat costly performance wise to raise so that could slow down the initialization of some apps just slightly.
    Edited by: jpierson on Nov 23, 2010 10:38 PM

  • 'BusinessObjects.Licensing.KeycodeDecoder' failed to load....

    How difficult can it be to get a new installation of VS2010 & CR FOR VS2010 configured where it works?????
    I have done the following:
    1) Installed VS 2010 Professional on a CLEAN & NEW copy of Windows 7 Ultimate.
    2) Installed CR for VS2010, 32 & 64-bit runtimes.  Tried and tried.  No dice.
    3) UNINSTALLED EVERY REFERENCE TO CRYSTAL REPORTS FOUND!!
    4) Rebooted the computer.
    5) Found CR for VS2010 SUPPORT PACK 2.  Downloaded it, both runtimes.
    6) Installed CR for VS2010.
    7) Installed CR 32-bit runtime.
    8) Installed CR 64-bit runtime.
    9) Opened my project.  Attempted to run.
    This is the same bogus message I've gotten from the start.  When I look for BusinessObjects.Licensing.KeycodeDecoder.dll (I'm assuming that's the file I should be looking for?) it is nowhere to be found on my computer.
    The assembly with display name 'BusinessObjects.Licensing.KeycodeDecoder' failed to load in the 'Load' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'BusinessObjects.Licensing.KeycodeDecoder, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
    Am I correct in thinking that I do not have to have a FULL version of Crystal Reports?  I only use Crystal Reports INSIDE Visual Studio 2005.  I know it's not 'embedded' exactly the same way it was, but COME ON!!  Literally wasted all day on this...to no avail.
    Any words of wisdom?

    Here are few links to the articles and threads where simillar issues are discussed,
    See if they help you in case if we are missing the obvious.
    [CR4VS2010 - BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded|CR4VS2010 - BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded]
    [1535792 - Error: "The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded"|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333335333733393332%7D.do]
    [1547065 - CRVS2010 is missing BusinessObjects.Enterprise.* assemblies |http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533343337333033363335%7D.do]
    [Warning: CA0060 BusinessObjects.Licensing.KeycodeDecoder|Warning: CA0060 BusinessObjects.Licensing.KeycodeDecoder]
    [CRVS2010 - Exception BusinessObjects.Licensing.KeycodeDecoder not found|CRVS2010 - Exception BusinessObjects.Licensing.KeycodeDecoder not found]
    At below search, you will find many other such links, take a look.
    [http://www.sdn.sap.com/irj/scn/advancedsearch?query=%2527businessobjects.licensing.keycodedecoder%2527failedtoload|http://www.sdn.sap.com/irj/scn/advancedsearch?query=%2527businessobjects.licensing.keycodedecoder%2527failedtoload]
    - Bhushan.

  • Keycodedecoder.dll failure still there in Crystal Reports 2010 SP1

    Hi
    I have a problem with getting an error that busineesobjects.licensing.keycodedecoder.dll not found for version 13.0.2000.0.
    I am using Crystal Reports for Visual Studio 2010 Support Pack 1 (where I thougt this problem was resolved)
    The exception does not show up by default but if I subscribe to the AssemblyResolve event I can see that the common language runtime tries to bind the keycodedecoder assembly and fails.
    You can reproduce it by creating a .Net 4 windows forms project in Visual Studio 2010 and have Crystal Reports 2010 SP 1 installed. Here is the code for reproducing it:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Diagnostics;
    using System.Drawing;
    using System.IO;
    using System.Linq;
    using System.Reflection;
    using System.Text;
    using System.Windows.Forms;
    using CrystalDecisions.CrystalReports.Engine;
    namespace CR2010error
      public partial class Form1 : Form
        ReportDocument doc = null;
        public Form1()
          InitializeComponent();
          AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(QFE);
        private void button1_Click(object sender, EventArgs e)
          doc = new ReportDocument();
        private Assembly QFE(object sender, ResolveEventArgs e)
          // Format of e.Name:  [name-without-exe-and-dll], Version=[version], Culture=[culture], PublicKeyToken=[key]
          Assembly assembly = null;
          string[] parts    = e.Name.Split(',');
          if (4 <= parts.Length)
            assembly = HandleSignedAssembly(parts[0].ToLower().Trim(), parts[1].ToLower().Trim(), parts[2].ToLower().Trim(), parts[3]);
          return assembly;
        private enum FailType { NoFail, FileNotExist, NoVersionInfo, QfeError, LoadError, };
        private Assembly HandleSignedAssembly(string name, string version, string culture, string keyToken)
          if (name.ToLower().EndsWith("xmlserializers") || name.ToLower().EndsWith(".resources"))
            return null;
          Assembly assembly   = null;
          string[] parts1     = version.Split('=');
          string   wantVer    = parts1[1].Trim();
          string[] parts2     = wantVer.Split('.');
          int      wantMajor  = Convert.ToInt32(parts2[0]);
          int      wantMinor  = Convert.ToInt32(parts2[1]);
          int      foundMajor = -1;
          int      foundMinor = -1;
          string   path       = CreateFullPath(name);
          string   exception  = "";
          FileVersionInfo fvi = null;
          FailType failType   = FailType.NoFail;
          try
            if (!File.Exists(path))
              failType = FailType.FileNotExist;
          catch (Exception e1)
            failType = FailType.FileNotExist;
            exception = e1.Message;
          if (FailType.NoFail == failType)
            try
              fvi = FileVersionInfo.GetVersionInfo(path);
              foundMajor = fvi.FileMajorPart;
              foundMinor = fvi.FileMinorPart;
            catch (Exception e2)
              failType = FailType.NoVersionInfo;
              exception = e2.Message;
            if (null != fvi)
              if (wantMajor != foundMajor || wantMinor != foundMinor)
                failType = FailType.QfeError;
              else
                try
                  assembly = Assembly.LoadFrom(path);
                catch (Exception e3)
                  failType = FailType.LoadError;
                  exception = e3.Message;
                  assembly = null;
          if (null == assembly)
            Message_SignedAssembly(failType, exception, path, name, wantVer, null == fvi ? null : fvi.FileVersion);
          return assembly;
        private void Message_SignedAssembly(FailType failType, string exception, string path, string nameOfDll, string wantVersion, string foundVersion)
          StackTrace st;
          StackFrame sf = GetOriginatingStackFrame(out st);
          string referredBy = "";
          if (null != sf)
            if (-1 != sf.GetFileLineNumber())
              referredBy = string.Format(msgSource1, sf.GetMethod().DeclaringType, sf.GetMethod().Name, sf.GetFileLineNumber(), sf.GetFileColumnNumber());
          string reason = "";
          if (failType == FailType.FileNotExist)
            reason = string.Format(msgReason1, path);
          else if (failType == FailType.LoadError)
            reason = string.Format(msgReason2, exception);
          else if (failType == FailType.NoVersionInfo)
            reason = string.Format(msgReason3, exception);
          else if (failType == FailType.QfeError)
            reason = string.Format(msgReason4, wantVersion, foundVersion);
          else
            return;
          string msg = string.Format(msgBase1, referredBy, nameOfDll, reason);
          MessageBox.Show(msg, "QFE Resolver failed", MessageBoxButtons.OK, MessageBoxIcon.Warning);
          MessageBox.Show("StackTrace: " + st.ToString());
        private string CreateFullPath(string name)
          if (name.EndsWith(".resources"))
            name = name.Substring(0, name.Length - ".resources".Length);
          return AppDomain.CurrentDomain.BaseDirectory + name + ".dll";
        private StackFrame GetOriginatingStackFrame(out StackTrace st)
          st = new StackTrace(true);
          StackFrame sf = null;
          for (int i = st.FrameCount - 1; 0 <= i; --i)
            StackFrame frame = st.GetFrame(i);
            string s = frame.GetMethod().Name;
            if (frame.GetMethod().Name == "QFE")
              break;
            if (null != frame.GetFileName())
              sf = frame;
          return sf;
        #region Message
        static string msgBase1 =
    @"The program has failed to resolve a reference to a dll.
    Referenced dll is
    .dll
    Reason for failing:
        static string msgSource1 =
    Referred by
        static string msgReason1 =
    @"The referenced file does not exist. Searched for file:
    Copy the missing referenced file and retry again.";
        static string msgReason2 =
    @"The referenced file cannot be loaded.
        static string msgReason3 =
    @"Version information could not be obtained from the referenced file.
    Recompile the referenced file and retry again.
        static string msgReason4 =
    @"The referenced file is not compatible with the requested version.
    The requested version was , but the found file has version .
    According to the rules of QFE, these versions are not considered to be compatible.
    Replace the referenced file with a compatible version and retry.";
        #endregion

    I am only having version 13 (SP1) installed on my computer.
    If I run modules I can not see that crpe32.dll is loaded but there are fourteen other Crystal dll's loaded all with version 13 (from the below path)
    c:\program files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\
    Yes I konw it's just a warning but it's really enoying and I think it's bad if you said all references to this keycodedecoder.dll has been removed in version 13 but this warning has been there in the beta version and the final version and now also in the SP1 version, and you have told us it has been fixed at least for the SP1 version.
    I have tried my test project on a lot of other computers here at the company and we all get the same error so it's strange if you can't reproduce it. Can I e-mail you a zip-file of my test project or attach it in some way at this forum?
    I am running a 32 bit version of Windows 7 with CRforVS_redist_install_32bit_13_0_1 installed.
    Regards Tony

  • SAP GUI 7.20 pro blem - the resource DLL for bitmaps cannot be loaded

    Hello guys,
    I am fighting the problem all day long.
    I've installed GUI for windows 7.20 , and it cannot be lauched because of the error message :
    SAP GUI 7.20 pro blem - the resource DLL for bitmaps cannot be loaded
    Maybe you know what exact dll is missing or how to repair the problem manually ?
    Thanks guys .
    Regards,
    Laimonas

    Thanks David,
    I don't see any errors in the file - these can be found by searching for '1E ' (note the space after
    the E or '2E ' .
    At the end of the logfile it shows:
    C:\Users\XXXX\AppData\Local\Temp\Temp.Sap\SAPGUI_INST_720\Sap1F6\system\sapbtmp.dll' successfully copied to 'C:\Windows\system32\SAPbtmp.dll', so it does copy the file to the destination directory sucessfully.
    I would suggest reinstalling the SAPGUI again but this time without any /package switches
    In the logfile it shows:
    NwSapSetupEngine.dll:     8.6.1.74
    We recommend that you update your installation server with the latest sapsetup patch as per
    note below:
    http://service.sap.com/sap/support/notes/1587566
    You will also require .NET4 runtime to use the latest installer files.
    run nwsapsetup again from the server and it should install again.
    Any more errors, update the nwsapsetup.log file again.
    Regards,
    Jude

  • The java runtime environment cannot be loaded: different DLL's used?

    A few time now I've ran into "The java runtime environment cannot be loaded" when opening a page in Internet Explorer as a domain user (with administrator rights). After deinstalling/installing/cleaning registry the message keeps appearing.
    What I found out is that the PC's local administrator account (Windows XP) uses 'npjpi160_06.dll' for the SUN Java Console (Tools->Manage Add-ons->Enable or disable add-ons...), but the IE shows 'ssv.dll for the SUN Java Console when logged in as a domain user.
    The SUN Java Console add-ons was not listed after the deinstall of all Java version/updates. But after installation different DLL's are listed for local administrator and domain user. When opening the same page the "The java runtime environment cannot be loaded" message appeared for the domain user, but not for the administrator.
    So, why are different DLL's used? How can this be fixed?

    I found that I had to modify the registery permissions on the key [HKEY_CURRENT_USER\Software\Classes]. For some reason, some of my users that were power users still did not have enough rights on that key. With the user logged in, I had to access their registry remotely and choose to inherit permissions from the key above and remove all the extra permissions that were not inherited. When you access the registry remotely, you will only see 2 hives HKEY_LOCAL_MACHINE, and HKEY_USERS. When you see HKEY_USERS, the current user will be the long number without the _class at the end.  This gave the logged in user full control of the key [HKEY_CURRENT_USER\Software\Classes].

  • Java Plug in fatel Error The java Runtime Environment cannot be loaded from

    Java Plug in fatel Error The java Runtime Environment cannot be loaded from <\bin\server\jvm.dll>
    files are left behind when you uninstall Java from Windows XP.
    Directory of C:\Documents and Settings\user1\.java
    10/14/2004 06:02 PM <DIR> .
    10/14/2004 06:02 PM <DIR> ..
    03/07/2005 07:10 PM 32 jpicerts130_02
    09/19/2004 04:37 PM 32 jpicerts141_02
    09/19/2004 04:37 PM 32 jpihttpscerts141_02
    03/07/2005 07:10 PM 549 properties130_02
    09/19/2004 04:37 PM 383 properties141_02
    5 File(s) 1,028 bytes

    How do i fix it

  • [ Solved ] Firefox profile cannot be loaded .

    After  a few weeks of not updating , ( I was off line ), I updated and Firefox displays the following message ;
    " Your profile cannot be loaded . It may be missing or inaccesible. " 
        In  ' Home ' I have .mozilla-backup and under properties - owner is , ( in a blue ? box ) , the word ' Me '  , .
       I have notta clue , I've googled and found mostly window answers . 
    However if I start Firefox in a Terminal , ( sudo ) , it will open , no bookmarks , homepages , add-ons are not present .
    Like a New Install if that sounds right .
    [wesley@ratdog ~]$ sudo pacman -Syyu
    [sudo] password for wesley:
    :: Synchronizing package databases...
    core 106.5 KiB 1026K/s 00:00 [######################] 100%
    extra 1427.2 KiB 2.61M/s 00:01 [######################] 100%
    community 1776.6 KiB 2.74M/s 00:01 [######################] 100%
    archlinuxfr 32.9 KiB 142K/s 00:00 [######################] 100%
    multilib 90.6 KiB 868K/s 00:00 [######################] 100%
    :: Starting full system upgrade...
    there is nothing to do
    [wesley@ratdog ~]$ sudo firefox
    [wesley@ratdog ~]$ pacman -Q firefox
    firefox 16.0.2-1
    [wesley@ratdog ~]$ sudo firefox
    OS Determining best projection for type int (size: 4 ) signed
    OS Projected as a regular number
    OS Determining best projection for type unsigned_int (size: 4 ) unsigned
    OS Projected as a regular number
    OS Determining best projection for type long (size: 8 ) signed
    OS Projected as a large signed integer
    OS Determining best projection for type int (size: 4 ) signed
    OS Projected as a regular number
    OS Determining best projection for type int (size: 4 ) signed
    OS Projected as a regular number
    OS Determining best projection for type off_t (size: 8 ) signed
    OS Projected as a large signed integer
    OS Determining best projection for type size_t (size: 8 ) unsigned
    OS Projected as a large unsigned integer
    OS Determining best projection for type ssize_t (size: 8 ) signed
    OS Projected as a large signed integer
    OS Unix Could not open libc libsystem.B.dylib
    OS Unix dirent is: ctypes.StructType("dirent", [{ "padding_0": ctypes.uint8_t.array(18) }, { "d_type": ctypes.uint8_t }, { "d_name": ctypes.char.array(261) }])
    OS Attempting to declare FFI access
    OS Function access declared
    OS Attempting to declare FFI chdir
    OS Function chdir declared
    OS Attempting to declare FFI chmod
    OS Function chmod declared
    OS Attempting to declare FFI chown
    OS Function chown declared
    OS Attempting to declare FFI copyfile
    OS Could not declare function copyfile Error: couldn't find function symbol in library
    OS Attempting to declare FFI dup
    OS Function dup declared
    OS Attempting to declare FFI chdir
    OS Function chdir declared
    OS Attempting to declare FFI fchdir
    OS Function fchdir declared
    OS Attempting to declare FFI fchown
    OS Function fchown declared
    OS Attempting to declare FFI fsync
    OS Function fsync declared
    OS Attempting to declare FFI getcwd
    OS Function getcwd declared
    OS Attempting to declare FFI getwd
    OS Function getwd declared
    OS Attempting to declare FFI get_current_dir_name
    OS Function get_current_dir_name declared
    OS Attempting to declare FFI getwd
    OS Function getwd declared
    OS Attempting to declare FFI fdatasync
    OS Function fdatasync declared
    OS Attempting to declare FFI ftruncate
    OS Function ftruncate declared
    OS Attempting to declare FFI lchown
    OS Function lchown declared
    OS Attempting to declare FFI link
    OS Function link declared
    OS Attempting to declare FFI lseek
    OS Function lseek declared
    OS Attempting to declare FFI mkdir
    OS Function mkdir declared
    OS Attempting to declare FFI mkstemp
    OS Function mkstemp declared
    OS Attempting to declare FFI open
    OS Function open declared
    OS Attempting to declare FFI opendir
    OS Function opendir declared
    OS Attempting to declare FFI pread
    OS Function pread declared
    OS Attempting to declare FFI pwrite
    OS Function pwrite declared
    OS Attempting to declare FFI read
    OS Function read declared
    OS Attempting to declare FFI readdir
    OS Function readdir declared
    OS Attempting to declare FFI rename
    OS Function rename declared
    OS Attempting to declare FFI rmdir
    OS Function rmdir declared
    OS Attempting to declare FFI splice
    OS Function splice declared
    OS Attempting to declare FFI strerror
    OS Function strerror declared
    OS Attempting to declare FFI symlink
    OS Function symlink declared
    OS Attempting to declare FFI truncate
    OS Function truncate declared
    OS Attempting to declare FFI unlink
    OS Function unlink declared
    OS Attempting to declare FFI write
    OS Function write declared
    OS Attempting to declare FFI pipe
    OS Function pipe declared
    Pacman Log :
    [2012-10-13 12:48] Running 'pacman -Sy'
    [2012-10-13 12:48] synchronizing package lists
    [2012-11-06 23:38] Running 'pacman -Sy'
    [2012-11-06 23:38] synchronizing package lists
    [2012-11-06 23:39] Running 'pacman -S -u'
    [2012-11-06 23:39] starting full system upgrade
    [2012-11-06 23:40] Running 'pacman -Sy'
    [2012-11-06 23:40] synchronizing package lists
    [2012-11-06 23:41] Running 'pacman -S -u'
    [2012-11-06 23:41] starting full system upgrade
    [2012-11-06 23:42] Running 'pacman -R rapid-photo-downloader'
    [2012-11-06 23:42] removed rapid-photo-downloader (0.4.2-1)
    [2012-11-06 23:43] Running 'pacman -R pyexiv2'
    [2012-11-06 23:43] removed pyexiv2 (0.3.2-1)
    [2012-11-06 23:43] Running 'pacman -Syy'
    [2012-11-06 23:43] synchronizing package lists
    [2012-11-06 23:43] Running 'pacman -Syu'
    [2012-11-06 23:43] synchronizing package lists
    [2012-11-06 23:43] starting full system upgrade
    [2012-11-06 23:58] Running 'pacman -S libreoffice-gnome'
    [2012-11-06 23:58] upgraded libreoffice-gnome (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 00:14] Running 'pacman -R libreoffice-gnome'
    [2012-11-07 00:14] removed libreoffice-gnome (3.6.3-1)
    [2012-11-07 09:52] Running 'pacman -Syu'
    [2012-11-07 09:52] synchronizing package lists
    [2012-11-07 09:52] starting full system upgrade
    [2012-11-07 09:57] Running 'pacman -R deskbar-applet'
    [2012-11-07 09:58] removed deskbar-applet (2.32.0-4)
    [2012-11-07 09:58] Running 'pacman -Syy'
    [2012-11-07 09:58] synchronizing package lists
    [2012-11-07 09:58] Running 'pacman -Syu'
    [2012-11-07 09:58] synchronizing package lists
    [2012-11-07 09:58] starting full system upgrade
    [2012-11-07 10:05] removed libwebkit3 (1.8.3-1)
    [2012-11-07 10:05] removed python-mechanize (0.2.5-2)
    [2012-11-07 10:05] removed python-imaging (1.1.7-4)
    [2012-11-07 10:05] removed pyatspi (2.4.0-1)
    [2012-11-07 10:05] removed libwebkit (1.8.3-1)
    [2012-11-07 10:05] removed python-gnomedesktop (2.32.0-10)
    [2012-11-07 10:05] removed python-gnomekeyring (2.32.0-10)
    [2012-11-07 10:05] removed python-gtop (2.32.0-10)
    [2012-11-07 10:05] removed python-metacity (2.32.0-10)
    [2012-11-07 10:05] removed python-rsvg (2.32.0-10)
    [2012-11-07 10:05] removed python-totem-plparser (2.32.0-10)
    [2012-11-07 10:05] removed python-wnck (2.32.0-10)
    [2012-11-07 10:05] removed python-notify (0.1.1-11)
    [2012-11-07 10:05] removed python-egenix-mx-base (3.2.4-1)
    [2012-11-07 10:05] removed python-logilab-common (0.58.2-1)
    [2012-11-07 10:05] removed python-logilab-astng (0.24.0-1)
    [2012-11-07 10:05] removed python-pysqlite (2.6.3-2)
    [2012-11-07 10:05] upgraded glib2 (2.32.4-1 -> 2.34.1-1)
    [2012-11-07 10:05] upgraded gobject-introspection (1.32.1-2 -> 1.34.1.1-1)
    [2012-11-07 10:05] upgraded pygobject-devel (3.2.2-1 -> 3.4.1.1-1)
    [2012-11-07 10:05] upgraded python2-gobject (3.2.2-1 -> 3.4.1.1-1)
    [2012-11-07 10:05] upgraded gnome-menus (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:05] upgraded atk (2.4.0-1 -> 2.6.0-1)
    [2012-11-07 10:05] upgraded linux-api-headers (3.5.5-1 -> 3.6.3-1)
    [2012-11-07 10:05] upgraded tzdata (2012f-1 -> 2012h-1)
    [2012-11-07 10:05] Generating locales...
    [2012-11-07 10:05] en_US.UTF-8... done
    [2012-11-07 10:05] en_US.ISO-8859-1... done
    [2012-11-07 10:05] Generation complete.
    [2012-11-07 10:05] upgraded glibc (2.16.0-4 -> 2.16.0-5)
    [2012-11-07 10:05] upgraded bash (4.2.037-1 -> 4.2.039-1)
    [2012-11-07 10:05] upgraded libpng (1.5.12-1 -> 1.5.13-1)
    [2012-11-07 10:05] upgraded cairo (1.12.2-3 -> 1.12.8-1)
    [2012-11-07 10:05] installed harfbuzz (0.9.5-1)
    [2012-11-07 10:05] upgraded pango (1.30.1-1 -> 1.32.1-1)
    [2012-11-07 10:05] upgraded libtirpc (0.2.2-2 -> 0.2.2-4)
    [2012-11-07 10:05] upgraded pam (1.1.5-4 -> 1.1.6-1)
    [2012-11-07 10:05] upgraded kmod (10-1 -> 10-2)
    [2012-11-07 10:05] upgraded hwids (20120922-1 -> 20121022-1)
    [2012-11-07 10:05] upgraded coreutils (8.19-1 -> 8.20-1)
    [2012-11-07 10:05] upgraded util-linux (2.22-7 -> 2.22.1-2)
    [2012-11-07 10:05] ==> journald now writes to /var/log/journal by default. This can be
    [2012-11-07 10:05] controlled with the Storage setting in /etc/systemd/journald.conf
    [2012-11-07 10:05] upgraded systemd (194-3 -> 195-2)
    [2012-11-07 10:05] upgraded polkit (0.105-1 -> 0.107-4)
    [2012-11-07 10:05] upgraded colord (0.1.21-2 -> 0.1.24-1)
    [2012-11-07 10:05] upgraded dconf (0.12.1-2 -> 0.14.1-1)
    [2012-11-07 10:05] upgraded at-spi2-core (2.4.2-1 -> 2.6.1-1)
    [2012-11-07 10:05] upgraded at-spi2-atk (2.4.0-1 -> 2.6.1-1)
    [2012-11-07 10:05] upgraded gtk3 (3.4.4-1 -> 3.6.1-1)
    [2012-11-07 10:05] upgraded gsettings-desktop-schemas (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:05] upgraded gnome-desktop (1:3.4.2-1 -> 1:3.6.1-1)
    [2012-11-07 10:05] upgraded gcc-libs (4.7.2-1 -> 4.7.2-2)
    [2012-11-07 10:05] upgraded libtasn1 (2.14-1 -> 3.0-1)
    [2012-11-07 10:05] upgraded gnutls (3.1.3-1 -> 3.1.3-2)
    [2012-11-07 10:05] upgraded glib-networking (2.32.3-1 -> 2.34.0-1)
    [2012-11-07 10:05] upgraded libsoup (2.38.1-1 -> 2.40.1-1)
    [2012-11-07 10:05] upgraded xorg-server-common (1.13.0-2 -> 1.13.0-3)
    [2012-11-07 10:05] upgraded xorg-server (1.13.0-2 -> 1.13.0-3)
    [2012-11-07 10:05] upgraded nvidia-utils (304.51-1 -> 304.64-1)
    [2012-11-07 10:05] installed gstreamer (1.0.2-1)
    [2012-11-07 10:05] installed gst-plugins-base-libs (1.0.2-1)
    [2012-11-07 10:05] installed webkitgtk3 (1.10.1-2)
    [2012-11-07 10:05] upgraded json-glib (0.14.2-1 -> 0.15.2-1)
    [2012-11-07 10:05] upgraded libgnome-keyring (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:05] upgraded libsoup-gnome (2.38.1-1 -> 2.40.1-1)
    [2012-11-07 10:05] upgraded rest (0.7.12-1 -> 0.7.90-1)
    [2012-11-07 10:05] installed libsecret (0.11-1)
    [2012-11-07 10:05] upgraded gnome-online-accounts (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:05] upgraded nspr (4.9.2-1 -> 4.9.3-1)
    [2012-11-07 10:05] upgraded nss (3.13.6-1 -> 3.14-1)
    [2012-11-07 10:06] upgraded gnome-icon-theme-symbolic (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded gnome-icon-theme (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded libgweather (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded gcr (3.4.1-1 -> 3.6.1-1)
    [2012-11-07 10:06] upgraded libgdata (0.12.0-1 -> 0.13.2-1)
    [2012-11-07 10:06] upgraded evolution-data-server (3.4.4-1 -> 3.6.1-1)
    [2012-11-07 10:06] upgraded gdk-pixbuf2 (2.26.3-1 -> 2.26.4-1)
    [2012-11-07 10:06] upgraded libcroco (0.6.5-1 -> 0.6.8-1)
    [2012-11-07 10:06] upgraded librsvg (2.36.3-1 -> 2.36.4-1)
    [2012-11-07 10:06] upgraded e2fsprogs (1.42.5-1 -> 1.42.6-1)
    [2012-11-07 10:06] upgraded libldap (2.4.32-1 -> 2.4.33-1)
    [2012-11-07 10:06] upgraded gconf (3.2.5-2 -> 3.2.5-3)
    [2012-11-07 10:06] upgraded telepathy-glib (0.18.2-1 -> 0.20.0-1)
    [2012-11-07 10:06] upgraded gnome-panel (3.4.2.1-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded alacarte (0.13.2-3 -> 3.6.1-2)
    [2012-11-07 10:06] upgraded curl (7.27.0-1 -> 7.28.0-1)
    [2012-11-07 10:06] upgraded aurvote (1.3-1 -> 1.4-1)
    [2012-11-07 10:06] upgraded baobab (3.4.1-2 -> 3.6.2-1)
    [2012-11-07 10:06] upgraded bin86 (0.16.18-3 -> 0.16.19-1)
    [2012-11-07 10:06] upgraded binutils (2.22-10 -> 2.23-1)
    [2012-11-07 10:06] upgraded bison (2.6.2-1 -> 2.6.4-1)
    [2012-11-07 10:06] installed gst-plugins-base (1.0.2-1)
    [2012-11-07 10:06] upgraded gmime (2.6.10-1 -> 2.6.12-1)
    [2012-11-07 10:06] upgraded totem-plparser (3.4.2-1 -> 3.4.3-1)
    [2012-11-07 10:06] upgraded tdb (1.2.9-2 -> 1.2.10-2)
    [2012-11-07 10:06] upgraded libcanberra (0.28-5 -> 0.30-2)
    [2012-11-07 10:06] upgraded libtracker-sparql (0.14.2-1 -> 0.14.4-1)
    [2012-11-07 10:06] upgraded brasero (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded bzr (2.5.1-1 -> 2.5.1-2)
    [2012-11-07 10:06] upgraded python2-cssutils (0.9.9-2 -> 0.9.9-3)
    [2012-11-07 10:06] upgraded python2-cherrypy (3.2.2-1 -> 3.2.2-2)
    [2012-11-07 10:06] installed python2-mechanize (0.2.5-3)
    [2012-11-07 10:06] upgraded perl (5.16.1-1 -> 5.16.2-1)
    [2012-11-07 10:06] upgraded imagemagick (6.7.9.8-2 -> 6.8.0.3-1)
    [2012-11-07 10:06] upgraded poppler (0.20.3-1 -> 0.20.5-1)
    [2012-11-07 10:06] upgraded xdg-utils (1.1.0-2.20120520 -> 1.1.0.git20121008-1)
    [2012-11-07 10:07] upgraded qt (4.8.3-4 -> 4.8.3-5)
    [2012-11-07 10:07] upgraded poppler-qt (0.20.3-1 -> 0.20.5-1)
    [2012-11-07 10:07] upgraded python2-lxml (2.3.5-1 -> 3.0.1-1)
    [2012-11-07 10:07] installed python2-imaging (1.1.7-5)
    [2012-11-07 10:07] upgraded sip (4.13.3-2 -> 4.14-2)
    [2012-11-07 10:07] upgraded python2-sip (4.13.3-2 -> 4.14-2)
    [2012-11-07 10:07] upgraded python-dbus-common (1.1.1-1 -> 1.1.1-2)
    [2012-11-07 10:07] upgraded python2-dbus (1.1.1-1 -> 1.1.1-2)
    [2012-11-07 10:07] upgraded pyqt-common (4.9.4-2 -> 4.9.5-3)
    [2012-11-07 10:07] upgraded python2-pyqt (4.9.4-2 -> 4.9.5-3)
    [2012-11-07 10:07] upgraded python2-psutil (0.6.1-1 -> 0.6.1-2)
    [2012-11-07 10:07] installed python2-cssselect (0.7.1-2)
    [2012-11-07 10:07] upgraded calibre (0.9.2-1 -> 0.9.5-1)
    [2012-11-07 10:07] upgraded cantarell-fonts (0.0.10-1 -> 0.0.10.1-1)
    [2012-11-07 10:07] upgraded libxklavier (5.2.1-2 -> 5.3-1)
    [2012-11-07 10:07] upgraded libgee (0.6.5-1 -> 0.6.6-1)
    [2012-11-07 10:07] upgraded clutter (1.10.6-1 -> 1.12.2-1)
    [2012-11-07 10:07] installed python2-atspi (2.6.0-2)
    [2012-11-07 10:07] upgraded caribou (0.4.4-1 -> 0.4.4-2)
    [2012-11-07 10:07] installed chromaprint (0.7-1)
    [2012-11-07 10:07] installed celt (0.11.1-4)
    [2012-11-07 10:07] installed spandsp (0.0.6pre21-1)
    [2012-11-07 10:07] installed gst-plugins-bad (1.0.2-1)
    [2012-11-07 10:07] installed gst-plugins-good (1.0.2-1)
    [2012-11-07 10:07] upgraded clutter-gst (1.6.0-1 -> 1.9.92-1)
    [2012-11-07 10:07] upgraded clutter-gtk (1.2.0-1 -> 1.4.0-1)
    [2012-11-07 10:07] upgraded gnome-video-effects (0.4.0-1 -> 0.4.0-2)
    [2012-11-07 10:07] upgraded cheese (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:07] upgraded libwbclient (3.6.8-1 -> 3.6.9-1)
    [2012-11-07 10:07] upgraded cifs-utils (5.6-2 -> 5.7-1)
    [2012-11-07 10:07] upgraded cmake (2.8.9-1 -> 2.8.10-1)
    [2012-11-07 10:07] upgraded device-mapper (2.02.97-1 -> 2.02.98-1)
    [2012-11-07 10:07] upgraded cryptsetup (1.5.0-2 -> 1.5.1-1)
    [2012-11-07 10:07] upgraded cups-filters (1.0.24-1 -> 1.0.24-2)
    [2012-11-07 10:07] upgraded cups-pk-helper (0.2.2-1 -> 0.2.4-1)
    [2012-11-07 10:07] upgraded cyrus-sasl-gssapi (2.1.23-10 -> 2.1.23-11)
    [2012-11-07 10:07] upgraded cyrus-sasl-ldap (2.1.23-10 -> 2.1.23-11)
    [2012-11-07 10:07] upgraded postgresql-libs (9.2.1-1 -> 9.2.1-2)
    [2012-11-07 10:07] upgraded cyrus-sasl-sql (2.1.23-10 -> 2.1.23-11)
    [2012-11-07 10:07] upgraded dvdauthor (0.7.1-1 -> 0.7.1-2)
    [2012-11-07 10:07] upgraded devede (3.22.0-2 -> 3.23.0-1)
    [2012-11-07 10:07] upgraded ilmbase (1.0.2-1 -> 1.0.3-1)
    [2012-11-07 10:07] upgraded openexr (1.7.1-1 -> 1.7.1-2)
    [2012-11-07 10:07] upgraded devil (1.7.8-13 -> 1.7.8-14)
    [2012-11-07 10:07] upgraded ptlib (2.10.5-1 -> 2.10.7-2)
    [2012-11-07 10:07] upgraded opal (3.10.5-1 -> 3.10.7-2)
    [2012-11-07 10:08] upgraded ekiga (3.3.2-6 -> 3.9.90-1)
    [2012-11-07 10:08] installed libzeitgeist (0.3.18-3)
    [2012-11-07 10:08] upgraded folks (0.6.9-2 -> 0.8.0-1)
    [2012-11-07 10:08] upgraded libnice (0.1.2-1 -> 0.1.3-1)
    [2012-11-07 10:08] upgraded farstream (0.1.2-1 -> 0.2.1-1)
    [2012-11-07 10:08] upgraded telepathy-farstream (0.4.0-1 -> 0.6.0-1)
    [2012-11-07 10:08] upgraded telepathy-logger (0.4.0-1 -> 0.6.0-1)
    [2012-11-07 10:08] installed iptables (1.4.16.2-1)
    [2012-11-07 10:08] upgraded iproute2 (3.5.1-1 -> 3.6.0-2)
    [2012-11-07 10:08] upgraded wpa_supplicant (1.0-1 -> 1.0-2)
    [2012-11-07 10:08] upgraded ppp (2.4.5-4 -> 2.4.5-5)
    [2012-11-07 10:08] installed dhclient (4.2.4.2-1)
    [2012-11-07 10:08] upgraded networkmanager (0.9.6.0-2 -> 0.9.6.4-1)
    [2012-11-07 10:08] upgraded telepathy-mission-control (5.12.1-1 -> 5.14.0-1)
    [2012-11-07 10:08] upgraded empathy (3.4.2.3-1 -> 3.6.1-2)
    [2012-11-07 10:08] upgraded libpeas (1.4.0-2 -> 1.6.1-1)
    [2012-11-07 10:08] upgraded eog (3.4.3-1 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded epiphany (3.4.3-1 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded poppler-glib (0.20.3-1 -> 0.20.5-1)
    [2012-11-07 10:08] upgraded evince (3.4.0-1 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded gtkhtml4 (4.4.4-1 -> 4.6.0-1)
    [2012-11-07 10:08] upgraded evolution (3.4.4-1 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded file-roller (3.4.2-1 -> 3.6.1.1-1)
    [2012-11-07 10:08] installed nss-myhostname (0.3-3)
    [2012-11-07 10:08] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2012-11-07 10:08] upgraded filesystem (2012.10-1 -> 2012.10-2)
    [2012-11-07 10:08] upgraded firefox (16.0.1-1 -> 16.0.2-1)
    [2012-11-07 10:08] upgraded flashplugin (11.2.202.243-1 -> 11.2.202.251-1)
    [2012-11-07 10:08] upgraded freeglut (2.8.0-1 -> 2.8.0-2)
    [2012-11-07 10:08] upgraded gcalctool (6.4.2.1-1 -> 6.6.1-1)
    [2012-11-07 10:08] upgraded gcc (4.7.2-1 -> 4.7.2-2)
    [2012-11-07 10:08] upgraded gconf-editor (3.0.0-2 -> 3.0.1-1)
    [2012-11-07 10:08] upgraded gnome-session (3.4.2-3 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded libcanberra-pulse (0.28-5 -> 0.30-2)
    [2012-11-07 10:08] upgraded python2-xdg (0.23-1 -> 0.23-2)
    [2012-11-07 10:08] installed ibus (1.4.99.20121006-1)
    [2012-11-07 10:08] upgraded gnome-settings-daemon (3.4.2-1 -> 3.6.1-2)
    [2012-11-07 10:08] upgraded zenity (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:08] upgraded metacity (2.34.8-1 -> 2.34.13-1)
    [2012-11-07 10:08] warning: /etc/pam.d/gdm-password installed as /etc/pam.d/gdm-password.pacnew
    [2012-11-07 10:08] warning: directory permissions differ on var/lib/gdm/.config/
    filesystem: 700 package: 755
    [2012-11-07 10:08] warning: directory permissions differ on var/lib/gdm/.config/dconf/
    filesystem: 755 package: 700
    [2012-11-07 10:08] upgraded gdm (3.4.1-3 -> 3.6.1-2)
    [2012-11-07 10:08] installed webkitgtk2 (1.10.1-2)
    [2012-11-07 10:09] upgraded geany-plugins (1.22-1 -> 1.22-3)
    [2012-11-07 10:09] upgraded gmtk (1.0.6-1 -> 1.0.7-1)
    [2012-11-07 10:09] upgraded gnome-mplayer (1.0.6-1 -> 1.0.7-1)
    [2012-11-07 10:09] upgraded gecko-mediaplayer (1.0.6-1 -> 1.0.7-1)
    [2012-11-07 10:09] upgraded gtksourceview3 (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gedit (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gedit-plugins (3.4.0-2 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gegl (0.2.0-4 -> 0.2.0-5)
    [2012-11-07 10:09] upgraded git (1.7.12.2-1 -> 1.8.0-1)
    [2012-11-07 10:09] upgraded gjs (1.32.0-2 -> 1.34.0-1)
    [2012-11-07 10:09] upgraded qrencode (3.3.1-1 -> 3.4.1-1)
    [2012-11-07 10:09] upgraded glabels (3.0.1-1 -> 3.0.1-2)
    [2012-11-07 10:09] upgraded glew (1.8.0-2 -> 1.9.0-1)
    [2012-11-07 10:09] upgraded glibmm (2.32.1-1 -> 2.34.1-1)
    [2012-11-07 10:09] upgraded gucharmap (3.4.1.1-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-applets (3.4.1-2 -> 3.5.92-1)
    [2012-11-07 10:09] upgraded gnome-backgrounds (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded udisks2 (1.94.0-2 -> 2.0.0-1)
    [2012-11-07 10:09] upgraded gvfs (1.12.3-3 -> 1.14.1-1)
    [2012-11-07 10:09] upgraded obex-data-server (0.4.6-2 -> 0.4.6-3)
    [2012-11-07 10:09] upgraded gvfs-obexftp (1.12.3-3 -> 1.14.1-1)
    [2012-11-07 10:09] upgraded obexd-client (0.47-1 -> 1:0.46-1)
    [2012-11-07 10:09] upgraded gnome-bluetooth (3.4.2-1 -> 3.6.0-2)
    [2012-11-07 10:09] upgraded gnome-common (3.4.0.1-2 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded network-manager-applet (0.9.6.2-1 -> 0.9.6.4-1)
    [2012-11-07 10:09] installed libpwquality (1.2.0-1)
    [2012-11-07 10:09] warning: directory permissions differ on usr/share/polkit-1/rules.d/
    filesystem: 700 package: 755
    [2012-11-07 10:09] upgraded gnome-control-center (3.4.2-1 -> 3.6.2-1)
    [2012-11-07 10:09] upgraded gnome-dictionary (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-disk-utility (3.4.1-1 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gnome-font-viewer (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-games (3.4.2-2 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gnome-games-extra-data (3.2.0-1 -> 3.2.0-2)
    [2012-11-07 10:09] upgraded gnome-keyring (3.4.1-3 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded iputils (20101006-7 -> 20121011-2)
    [2012-11-07 10:09] upgraded whois (5.0.19-1 -> 5.0.20-1)
    [2012-11-07 10:09] upgraded gnome-nettool (3.1.1-1 -> 3.2.0-1)
    [2012-11-07 10:09] upgraded gnome-power-manager (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:09] installed python2-gnomedesktop (2.32.0-12)
    [2012-11-07 10:09] installed python2-gnomekeyring (2.32.0-12)
    [2012-11-07 10:09] installed python2-gtop (2.32.0-12)
    [2012-11-07 10:09] installed python2-metacity (2.32.0-12)
    [2012-11-07 10:09] installed python2-rsvg (2.32.0-12)
    [2012-11-07 10:09] installed python2-totem-plparser (2.32.0-12)
    [2012-11-07 10:09] installed python2-wnck (2.32.0-12)
    [2012-11-07 10:09] upgraded gnome-python-desktop (2.32.0-10 -> 2.32.0-12)
    [2012-11-07 10:09] upgraded libgnomekbd (3.4.0.2-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-screensaver (3.4.4-1 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gnome-screenshot (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-search-tool (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded mutter (3.4.1-2 -> 3.6.1-2)
    [2012-11-07 10:10] upgraded nautilus (3.4.2-1 -> 3.6.2-1)
    [2012-11-07 10:10] upgraded gnome-shell (3.4.2-1 -> 3.6.1-3)
    [2012-11-07 10:10] upgraded gnome-system-log (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded gtkmm3 (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded gnome-system-monitor (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded vte-common (0.32.2-1 -> 0.34.1-1)
    [2012-11-07 10:10] upgraded vte3 (0.32.2-1 -> 0.34.1-1)
    [2012-11-07 10:10] upgraded gnome-terminal (3.4.1.1-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded gnome-themes-standard (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:10] upgraded gnome-tweak-tool (3.4.0.1-1 -> 3.6.1-1)
    [2012-11-07 10:10] upgraded yelp-xsl (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded yelp (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:10] upgraded gnome-user-docs (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded gpm (1.20.6-10 -> 1.20.7-1)
    [2012-11-07 10:10] upgraded grantlee (0.2.0-1 -> 0.3.0-1)
    [2012-11-07 10:10] upgraded graphicsmagick (1.3.16-1 -> 1.3.17-1)
    [2012-11-07 10:10] upgraded gtk-engine-unico (1.0.2-1 -> 1.0.2-3)
    [2012-11-07 10:10] upgraded gtk-vnc (0.5.0-1 -> 0.5.1-1)
    [2012-11-07 10:10] upgraded gummi (0.6.4-1 -> 0.6.5-1)
    [2012-11-07 10:10] installed python2-notify (0.1.1-12)
    [2012-11-07 10:10] upgraded hamster-applet (2.91.2-2 -> 2.91.2-3)
    [2012-11-07 10:10] upgraded net-snmp (5.7.1-4 -> 5.7.2-1)
    [2012-11-07 10:10] upgraded wget (1.14-1 -> 1.14-2)
    [2012-11-07 10:10] upgraded hplip (3.12.10.a-2 -> 3.12.10.a-3)
    [2012-11-07 10:10] upgraded inkscape (0.48.3.1-5 -> 0.48.3.1-7)
    [2012-11-07 10:10] upgraded phonon (1:4.6.0-2 -> 1:4.6.0-3)
    [2012-11-07 10:10] upgraded kdelibs (4.9.2-2 -> 4.9.2-3)
    [2012-11-07 10:10] upgraded python (3.2.3-3 -> 3.3.0-1)
    [2012-11-07 10:10] upgraded ktoblzcheck (1.39-1 -> 1.39-3)
    [2012-11-07 10:10] upgraded lib32-glibc (2.16.0-4 -> 2.16.0-5)
    [2012-11-07 10:10] upgraded libcanberra-gstreamer (0.28-5 -> 0.30-2)
    [2012-11-07 10:10] upgraded libgeotiff (1.3.0-2 -> 1.4.0-1)
    [2012-11-07 10:10] upgraded libpaper (1.1.24-2 -> 1.1.24-3)
    [2012-11-07 10:10] upgraded libpurple (2.10.6-1 -> 2.10.6-2)
    [2012-11-07 10:10] upgraded libreoffice-en-US (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-common (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-base (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-calc (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-draw (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-extension-pdfimport (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded openjdk6 (6.b24_1.11.4-1 -> 6.b24_1.11.5-1)
    [2012-11-07 10:11] upgraded libreoffice-extension-report-builder (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-writer (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libxml++ (2.34.2-1 -> 2.36.0-1)
    [2012-11-07 10:11] upgraded link-grammar (4.7.6-1 -> 4.7.9-1)
    [2012-11-07 10:11] upgraded mkinitcpio (0.10-1 -> 0.11.0-1)
    [2012-11-07 10:11] >>> Updating module dependencies. Please wait ...
    [2012-11-07 10:11] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-11-07 10:11] ==> Building image from preset: 'default'
    [2012-11-07 10:11] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-11-07 10:11] ==> Starting build: 3.6.6-1-ARCH
    [2012-11-07 10:11] -> Running build hook: [base]
    [2012-11-07 10:11] -> Running build hook: [udev]
    [2012-11-07 10:11] -> Running build hook: [autodetect]
    [2012-11-07 10:11] -> Running build hook: [pata]
    [2012-11-07 10:11] -> Running build hook: [scsi]
    [2012-11-07 10:11] -> Running build hook: [sata]
    [2012-11-07 10:11] -> Running build hook: [filesystems]
    [2012-11-07 10:11] -> Running build hook: [usbinput]
    [2012-11-07 10:11] -> Running build hook: [fsck]
    [2012-11-07 10:11] ==> Generating module dependencies
    [2012-11-07 10:11] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-11-07 10:11] ==> Image generation successful
    [2012-11-07 10:11] ==> Building image from preset: 'fallback'
    [2012-11-07 10:11] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-11-07 10:11] ==> Starting build: 3.6.6-1-ARCH
    [2012-11-07 10:11] -> Running build hook: [base]
    [2012-11-07 10:11] -> Running build hook: [udev]
    [2012-11-07 10:11] -> Running build hook: [pata]
    [2012-11-07 10:11] -> Running build hook: [scsi]
    [2012-11-07 10:11] -> Running build hook: [sata]
    [2012-11-07 10:11] -> Running build hook: [filesystems]
    [2012-11-07 10:11] -> Running build hook: [usbinput]
    [2012-11-07 10:11] -> Running build hook: [fsck]
    [2012-11-07 10:11] ==> Generating module dependencies
    [2012-11-07 10:11] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-11-07 10:11] ==> Image generation successful
    [2012-11-07 10:11] upgraded linux (3.5.6-1 -> 3.6.6-1)
    [2012-11-07 10:11] upgraded lirc-utils (1:0.9.0-30 -> 1:0.9.0-34)
    [2012-11-07 10:11] upgraded lvm2 (2.02.97-1 -> 2.02.98-1)
    [2012-11-07 10:11] upgraded man-pages (3.42-1 -> 3.43-1)
    [2012-11-07 10:11] upgraded mdadm (3.2.5-2 -> 3.2.6-1)
    [2012-11-07 10:12] upgraded meld (1.6.0-1 -> 1.6.1-1)
    [2012-11-07 10:12] upgraded mercurial (2.3.2-1 -> 2.4-1)
    [2012-11-07 10:12] upgraded mousetweaks (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:12] upgraded nautilus-sendto (3.0.3-1 -> 3.6.0-1)
    [2012-11-07 10:12] upgraded nvidia (304.51-3 -> 304.64-1)
    [2012-11-07 10:12] upgraded opencl-nvidia (304.51-1 -> 304.64-1)
    [2012-11-07 10:12] upgraded openttd (1.2.2-1 -> 1.2.3-1)
    [2012-11-07 10:12] upgraded orca (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:12] upgraded package-query (1.0.1-1 -> 1.1-2)
    [2012-11-07 10:12] upgraded perl-image-exiftool (9.01-1 -> 9.03-1)
    [2012-11-07 10:12] upgraded perl-io-socket-ssl (1.76-1 -> 1.77-1)
    [2012-11-07 10:12] upgraded perl-sdl (2.540-2 -> 2.540-3)
    [2012-11-07 10:12] upgraded perl-sub-uplevel (0.22-2 -> 0.24-1)
    [2012-11-07 10:12] upgraded perl-tree-dag-node (1.06-3 -> 1.07-1)
    [2012-11-07 10:12] upgraded physfs (2.0.2-2 -> 2.0.3-1)
    [2012-11-07 10:12] upgraded pidgin (2.10.6-1 -> 2.10.6-2)
    [2012-11-07 10:12] upgraded pinta (1.3-2 -> 1.4-1)
    [2012-11-07 10:12] upgraded python2-distribute (0.6.28-1 -> 0.6.29-1)
    [2012-11-07 10:12] upgraded python2-zope-interface (3.8.0-1 -> 4.0.1-1)
    [2012-11-07 10:12] upgraded pitivi (0.15.2-1 -> 0.15.2-2)
    [2012-11-07 10:12] Note: The Unix domain socket location has changed; be sure to
    [2012-11-07 10:12] restart any local applications using libpq.so.
    [2012-11-07 10:12] upgraded postgresql (9.2.1-1 -> 9.2.1-2)
    [2012-11-07 10:12] upgraded procps-ng (3.3.3-6 -> 3.3.5-1)
    [2012-11-07 10:12] upgraded psiconv (0.9.8-9 -> 0.9.8-10)
    [2012-11-07 10:12] upgraded pygobject2-devel (2.28.6-6 -> 2.28.6-8)
    [2012-11-07 10:12] installed python2-egenix-mx-base (3.2.4-3)
    [2012-11-07 10:12] installed python2-logilab-common (0.58.2-3)
    [2012-11-07 10:12] installed python2-logilab-astng (0.24.1-1)
    [2012-11-07 10:12] upgraded pylint (0.25.2-1 -> 0.26.0-2)
    [2012-11-07 10:12] upgraded python-sip (4.13.3-2 -> 4.14-2)
    [2012-11-07 10:12] upgraded python-dbus (1.1.1-1 -> 1.1.1-2)
    [2012-11-07 10:12] upgraded pyqt (4.9.4-2 -> 4.9.5-3)
    [2012-11-07 10:12] upgraded python-distutils-extra (2.32-1 -> 2.37-1)
    [2012-11-07 10:12] installed python2-pysqlite (2.6.3-3)
    [2012-11-07 10:12] upgraded python2-crypto (2.6-2 -> 2.6-3)
    [2012-11-07 10:12] upgraded python2-gobject2 (2.28.6-6 -> 2.28.6-8)
    [2012-11-07 10:12] upgraded rsync (3.0.9-4 -> 3.0.9-5)
    [2012-11-07 10:12] upgraded ruby (1.9.3_p194-2 -> 1.9.3_p286-1)
    [2012-11-07 10:12] upgraded seahorse (3.4.1-1 -> 3.6.2-1)
    [2012-11-07 10:12] upgraded seahorse-nautilus (3.4.0-1 -> 3.6.1-1)
    [2012-11-07 10:12] upgraded smbclient (3.6.8-1 -> 3.6.9-1)
    [2012-11-07 10:12] upgraded soundconverter (2.0.3-1 -> 2.0.4-1)
    [2012-11-07 10:12] upgraded subversion (1.7.7-1 -> 1.7.7-2)
    [2012-11-07 10:12] upgraded supertux (0.3.3-6 -> 0.3.3-7)
    [2012-11-07 10:12] ==> syslog-ng now reads from /run/systemd/journal/syslog in the
    [2012-11-07 10:12] default config. If you still use sysvinit/initscripts, this
    [2012-11-07 10:12] must be /dev/log in /etc/syslog-ng/syslog-ng.conf
    [2012-11-07 10:12] upgraded syslog-ng (3.3.6-1 -> 3.3.6-3)
    [2012-11-07 10:12] upgraded system-config-printer-common (1.3.11-1 -> 1.3.11-2)
    [2012-11-07 10:12] upgraded system-config-printer-gnome (1.3.11-1 -> 1.3.11-2)
    [2012-11-07 10:12] >>> texlive: updating the filename database...
    [2012-11-07 10:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2012-11-07 10:13] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2012-11-07 10:13] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2012-11-07 10:13] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2012-11-07 10:13] mktexlsr: Done.
    [2012-11-07 10:13] recreating all formats... done.
    [2012-11-07 10:13] (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)
    [2012-11-07 10:13] upgraded texlive-bin (2012.0-4 -> 2012.0-5)
    [2012-11-07 10:13] upgraded totem (3.4.3-1 -> 3.6.2-1)
    [2012-11-07 10:13] upgraded transcode (1.1.7-5 -> 1.1.7-6)
    [2012-11-07 10:13] upgraded transmission-gtk (2.71-1 -> 2.73-2)
    [2012-11-07 10:13] upgraded tuxpaint (0.9.21-5 -> 0.9.21-7)
    [2012-11-07 10:13] upgraded tuxpaint-config (0.0.12-1 -> 0.0.12-2)
    [2012-11-07 10:13] upgraded tuxpaint-stamps (2009.06.28-1 -> 2009.06.28-3)
    [2012-11-07 10:13] upgraded twisted (12.2.0-1 -> 12.2.0-2)
    [2012-11-07 10:13] upgraded vinagre (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:13] upgraded vino (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:13] upgraded xf86-video-nv (2.1.20-1 -> 2.1.20-2)
    [2012-11-07 10:13] upgraded xine-lib (1.2.2-2 -> 1.2.2-3)
    [2012-11-07 10:13] upgraded xorg-xinit (1.3.2-1 -> 1.3.2-3)
    [2012-11-07 10:13] upgraded xterm (283-1 -> 286-1)
    [2012-11-07 10:14] upgraded xulrunner (15.0-1 -> 16.0.2-1)
    [2012-11-07 10:14] warning: /etc/yaourtrc installed as /etc/yaourtrc.pacnew
    [2012-11-07 10:14] upgraded yaourt (1.1-1 -> 1.2.1-1)
    [2012-11-07 10:14] Running 'pacman -Syu'
    [2012-11-07 10:14] synchronizing package lists
    [2012-11-07 10:14] starting full system upgrade
    [2012-11-07 10:15] Running 'pacman -Syy'
    [2012-11-07 10:15] synchronizing package lists
    [2012-11-07 10:15] Running 'pacman -Sy'
    [2012-11-07 10:15] synchronizing package lists
    [2012-11-07 11:21] Running 'pacman -S deskbar-applet'
    [2012-11-07 11:21] Running 'pacman -S deskbar-applet'
    [2012-11-07 11:22] Running 'pacman -S gnome-desktop'
    [2012-11-07 11:22] upgraded gnome-desktop (1:3.6.1-1 -> 1:3.6.1-1)
    [2012-11-07 13:09] Running 'pacman -Syy'
    [2012-11-07 13:09] synchronizing package lists
    [2012-11-07 13:09] Running 'pacman -Syu'
    [2012-11-07 13:09] synchronizing package lists
    [2012-11-07 13:09] starting full system upgrade
    [2012-11-07 15:43] Running 'pacman -Syy'
    [2012-11-07 15:43] synchronizing package lists
    [2012-11-07 15:43] Running 'pacman -Sy'
    [2012-11-07 15:43] synchronizing package lists
    [2012-11-07 15:43] Running 'pacman -Syy'
    [2012-11-07 15:43] synchronizing package lists
    [2012-11-07 15:43] Running 'pacman -Syu'
    [2012-11-07 15:43] synchronizing package lists
    [2012-11-07 15:43] starting full system upgrade
    [2012-11-07 16:06] Running 'pacman -S firefox'
    [2012-11-07 16:07] upgraded firefox (16.0.2-1 -> 16.0.2-1)
    [2012-11-07 16:20] Running 'pacman -S firefox-gnome-keyring'
    [2012-11-07 16:20] Running 'pacman -U /tmp/yaourt-tmp-wesley/PKGDEST.x6n/firefox-gnome-keyring-0.8-7-x86_64.pkg.tar.xz'
    [2012-11-07 16:20] installed firefox-gnome-keyring (0.8-7)
    [2012-11-07 16:23] Running 'pacman -S firefox'
    [2012-11-07 16:23] upgraded firefox (16.0.2-1 -> 16.0.2-1)
    [2012-11-07 19:00] Running 'pacman -R firefox'
    [2012-11-07 19:00] Running 'pacman -R firefox-gnome-keyring'
    [2012-11-07 19:00] removed firefox-gnome-keyring (0.8-7)
    [2012-11-07 19:00] Running 'pacman -R firefox'
    [2012-11-07 19:01] removed firefox (16.0.2-1)
    [2012-11-07 19:01] Running 'pacman -Syy'
    [2012-11-07 19:01] synchronizing package lists
    [2012-11-07 19:01] Running 'pacman -Syu'
    [2012-11-07 19:01] synchronizing package lists
    [2012-11-07 19:01] starting full system upgrade
    [2012-11-07 19:01] Running 'pacman -S firefox'
    [2012-11-07 19:02] installed firefox (16.0.2-1)
    [2012-11-07 19:02] Running 'pacman -Syy'
    [2012-11-07 19:02] synchronizing package lists
    [2012-11-07 20:05] Running 'pacman -R firefox'
    [2012-11-07 20:05] removed firefox (16.0.2-1)
    [2012-11-07 20:06] Running 'pacman -Syy'
    [2012-11-07 20:06] synchronizing package lists
    [2012-11-07 20:06] Running 'pacman -S firefox 16.0.2-1'
    [2012-11-07 20:07] Running 'pacman -Syu firefox'
    [2012-11-07 20:07] synchronizing package lists
    [2012-11-07 20:07] starting full system upgrade
    [2012-11-07 20:07] installed firefox (16.0.2-1)
    [2012-11-07 20:21] Running 'pacman -Syyu'
    [2012-11-07 20:21] synchronizing package lists
    [2012-11-07 20:21] starting full system upgrade
      Googling brought up 'Ubuntu' forums dated back in February .
        To recap clicking on Firefox Icon displays Error Message .
             Using ' sudo ' in Terminal Firefox does run - Stripped Down - no bookmarks - no add ons - no passwords .
                 Thank You for any and all suggestions .
    Last edited by wesley_of_course (2012-11-08 12:53:20)

    phil wrote:What is the output of:
    pacman -Qi profile-sync-daemon
    [wesley@ratdog ~]$ pacman -Qi profile-sync-daemon
    Name : profile-sync-daemon
    Version : 3.11-1
    URL : https://wiki.archlinux.org/index.php/Profile-sync-daemon
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : rsync
    Optional Deps : cron: allow hourly (default) or periodic syncs of tmpfs <-->
    HDD/SDD storage
    Required By : None
    Conflicts With : firefox-sync firefox-tmpfs-daemon chromium-tmpfs
    tmpfs-store
    Replaces : sync-browsers-daemon
    Installed Size : 72.00 KiB
    Packager : Unknown Packager
    Architecture : any
    Build Date : Sat 01 Sep 2012 12:36:56 PM CDT
    Install Date : Sat 01 Sep 2012 12:37:04 PM CDT
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : Symlinks and syncs browser profile dirs to RAM thus reducing
    HDD/SDD calls and speeding-up browsers.
       Forgive me Please !  I didn't remember installing psd .  Mercy  -  should of checked and am Thankful for the Help .
      Wesley

  • Photoshop CC extension with invalid signature and Photoshop default installed extensions cannot be loaded

    I have a Creative Cloud subscription for Photoshop CC. All Creative Clouds products are updated to the latest versions. When I tried to install Tony Kuyper's TKActionv3 Photoshop extension using the Adobe Extension Manager CC on my PC desktop, I received an error message the extension contained an invalid signature and wouldn't be installed. I had previously installed the extension on my laptop without any problems. At the same time, I also noticed the default installed Photoshop CC extensions (e.g., Adobe Exchange, Kuler, Mini Bridge, Behance) could not be loaded using the Windows/Extension command. I receive an error message that the command could not be completed because the extension could not be loaded. After contacting Tony Kuyper, he suggested that I try the steps mentioned in the following weblink: https://forums.adobe.com/message/6029768. The steps basically consist of uninstalling and reinstalling all the Creative Cloud apps associated with Photoshop CC. I tried the steps multiple times, but I am still having the same problems. I can find the default installed Photoshop CC extensions on my machine, so I don't know why they can't be loaded.
    I posted this question in the Extension Manager group. Should I also post it in the Adobe Photoshop group?
    Thanks for your assistance,
    Mark Curtis

    Zhihong,
    I received your e-mail with the questions below. I answered some of your questions: answers in red and underlined. In addition to posting in the forum, I also replied to your e-mail address, but the message was returned as undeliverable. What e-mail address should I use for sending you the log files.
    Thanks,
    Mark
    Hi Mark,
    Here is a workaround to make the extension display again:
    You can bypass the check for extension signature by editing the CSXS preference properties file, located at:
    • Win: regedit > HKEY_CURRENT_USER/Software/Adobe/CSXS.5
    • Mac: /Users/<username>/Library/Preferences/com.adobe.CSXS.5.plist
    Add a new entry “PlayerDebugMode” of type "string" with the value of "1". And then restart Photoshop and try again. Please let us know if this work around can work.
    And could you please help to offer following information for us to find the root cause? Thanks:
    1. Which PS version are you using? On what platform, Windows or Mac OS? Photoshop CC (64-Bit) 14.2.1 x64, Windows 7 Ultimate (64-Bit)
    2. The extension cannot be loaded since when? 5/25/2014
    3. What is the version of imslib.dll/.framework and PlugPlugOwl.dll/.framework? It locates at path like “C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)”. 7.0.0.145, 4.2.0.36
    4. Can you get the CSXS log and send it to us? Please add a “LogLevel” key with value “6” in registry (PS should be restarted for the log level change to take effect):
    • Win: regedit > HKEY_CURRENT_USER/Software/Adobe/CSXS.5
    • Mac: /Users/USERNAME/Library/Preferences/com.adobe.CSXS.5.plist
    Then restart PS and the log file will be generated at:
    • Win: C:\Users\USERNAME\AppData\Local\Temp\csxs5-PHSP.log
    • Mac: /Users/USERNAME/Library/Logs/CSXS/csxs5-PHSP.log
    Thanks!

  • Dynamically changing the name of the .dll file to load in call Library

    Our current model is to use dll files as "plug-in" modules for instruments and a top layer test step calls the appropriate driver dll.
    For instance
    the TestStep is called with the kenmore.dll passed as a parameter so the kenmore.dll file is loaded, the functions are registered and the functions are called.  Next the TestStep is called with whirlpool.dll as a parameter now the whirlpool.dll is loaded the functions are registered and the functions are called.  This works very well in our current CVI/LabWindows environment.  Now we plan to work with LabView, we wish to retain this model (as DLL files, there are advantages in our model for us).  We have not found a way to load these dll files from LabView without hard coding the path and filenames in.
    Any suggestions on how to dynamically change the path in the Call Library module, or another suggested method of loading the dll via LabView?
    Thanks,

    John Stuart wrote:
    Our current model is to
    use dll files as "plug-in" modules for instruments and a top layer test
    step calls the appropriate driver dll.
    For instance
    the TestStep is called with the kenmore.dll passed as
    a parameter so the kenmore.dll file is loaded, the functions are
    registered and the functions are called.  Next the TestStep is
    called with whirlpool.dll as a parameter now the whirlpool.dll is
    loaded the functions are registered and the functions are called. 
    This works very well in our current CVI/LabWindows environment. 
    Now we plan to work with LabView, we wish to retain this model (as DLL
    files, there are advantages in our model for us).  We have not
    found a way to load these dll files from LabView without hard coding
    the path and filenames in.
    Any suggestions on how to dynamically change the path in the Call
    Library module, or another suggested method of loading the dll via
    LabView?
    Thanks,
    As Ben has pointed out LabVIEW
    scripting may be a possibility but you are going with that in highly
    unsupported area. Also I happen to know that changing the library name
    of a Call Library Node through scripting has produced unsupported
    feature errors previous to LabVIEW 7.1 eventhough the method was there.
    And LabVIEW 8 hides the whole scripting business behind the license
    manager.
    Another approach at least if the different DLLs do not change to often
    thier functions and parameters would be to create a wrapper DLL. Have
    it a method that loads the desired DLL and links its functions to
    internal function pointers. Then when calling the actual function entry
    points just redirect directly to the correct fucntion through that
    function pointer. Since you are already working in CVI creating such a
    DLL should be only a matter of taking out a little bit of your already
    existing code and put it into a DLL project.
    Rolf Kalbermatter
    Message Edited by rolfk on 04-12-2006 07:40 AM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • PDFMaker Server cannot be loaded

    Acrobat 7.0.1
    Word 2003
    XP SP2
    PDFMaker is unavailable from Word, PowerPoint, Excel, and Publisher. I get the error message "PDFMaker Server cannot be loaded."
    Running the Intaller in repair mode has no effect.
    PDFMaker is NOT listed as disabled (About Word...)
    I have registered the PDFMakerX.dll file with the registry
    There is NOT a PDFMaker.dot file listed in the global templates area of Word.
    What is the workaround?
    All I want is to be able to create tagged PDFs, with TOC links, etc. preserved in the PDF. Much obliged for any help...

    I can confirm Janey's solution in respect to Acrobat 9.0 and Office 2007.
    To restore PDFMaker functionality to Microsoft Office 2007 under Vista, I did the following:
    1/
    With Regedit, I tried to locate the key
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AcroDist.exe
    2/
    It wasn't present. So I created the key 'AcroDist.exe' with 'EDIT/NEW/KEY'.
    3/
    I clicked on the (Default) entry and changed the value to:
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\AcroDist.exe
    4/
    With 'EDIT/NEW/String Value' added the value name 'Path' which I then set to:
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\
    5/
    Regedit was closed and immediately I could use PDFMaker in Office 2007.
    Don't ask me how this important registry entry went missing - no amount of re-installing anything made any difference.  In your case, if your Acrobat location is different, please adjust the above data accordingly.

  • "The Java Runtime Environment cannot be loaded..." Error Message

    After downloading and installing the Java Plug-In (j2re-1_3_1_01a-win.exe) I return to the Plug-In page (the one with the steaming coffee cup) and get the following error message: "The Jave Runtime Environment cannot be loaded from <��4d\bin\hotspot\jvm.dll>"
    The odd characters before the \bin change every time I leave and then return to the page. Reloading the page gives the same set of odd characters. Has anyone seen this and if so how do I get this thing to work? I tried downloading Beta 3 of the 1.4 version of the plg-in. When visiting the page with the steaming coffee cup after installing this version, IE (6.0.2600) disappears. The browser just closes without giving error messages or anything else. Thanks in advance for any help.

    Hello Phinnegan et all,
    the problem is NOT solved in JRE 1.4.2_04 (build 05b)... the only solution that worked for me (too) was the one suggested by the mighty capaloco and that I enclose here together with your answer slightly below.
    Hope this confirmation will be of some help and thanks to capaloco for the effective solution.
    Re: "The Java Runtime Environment cannot be loaded..." Error Message
    Author: capaloco
    In Reply To: Re: "The Java Runtime Environment cannot be loaded..." Error Message Jan 30, 2004 11:20 PM
    Reply 9 of 11
    It worked for me. It seems that you just need to delete the file deployment.properties.
    I found it under: Program Data\Sun\Java\Deployment
    The REAL (simple) solution
    Author: Phinnegan
    In Reply To: Re: "The Java Runtime Environment cannot be loaded..." Error Message Feb 11, 2004 9:40 AM
    Reply 10 of 11
    As the poster jessh indicated above, the bug is logged and workaround provided at the JDC site.
    Having gone there and read the sun response, here is the problem and simple solution.
    The problem is that if you ever had 1.3.1_xx version of the JRE loaded, then loaded a 1.4.2_xx version, some registry keys were removed, and that's why you're getting the "cannot load runtime environment" error.
    Rather than manually adding registry keys for those of you who are uncomfortable with that, you just need to re-install the 1.3.1_10 version of hte JRE. If you need to have both the 1.4.2 version and 1.3.1 version available, you have to install the 1.3.1 version LAST so it will recreate the registry keys removed by thte 1.4.2 installation.
    This problem is apparently fixed by sun in the 1.4.2_4 version of the JRE (the installation simply re-creates the registry entries that are removed), which is not released yet (as far as I know).
    Hope this helps, and thanks to jessh who pointed me to this solution.

  • Strong named DLL cannot be detected in Protect Mode of Reader X

    Hi, all
    I have a DLL created by C# 2.0. I used it as COM object in my plug-in of reader to communicate with 3rd-party application which is used as a host.
    Now, I have issue about "strong named DLL cannot be detected in Protect Mode of Reader X".
    If I don't make it as strong named DLL, it can be loaded in plug-in with help of white-list.
    But there will be a "Class not registered" COM error thrown if it's a strong named DLL.
    How to solve this issue? Thanks very much~
    By the way, it works fine if I disable Protect Mode. But it's not good solution to disable Protect Mode always. I am painful of this issue

    Hi,
    I'm facing the same problem.
    I wrote an very easy report. It works as intended, but when i set fillable='X' i get the error FPRUNX 001.
    FP_GET_LAST_ADS_TRACE return following:
    Begin operation:
    Render, elapsed time = 16 ms.
    #   End operation: Render, elapsed time = 89 ms.
    #   Begin operation: UsageRights, elapsed time = 89 ms.
    #   End operation: UsageRights, elapsed time = 97 ms.#
    ...and the error string of FP_GET_LAST_ADS_ERRSTR is:
    ADS: Request start time: Wed Jul 01 14:44:26 CEST 2009(200.101).
    Any idea what the problem might be?

Maybe you are looking for