Excel with powershell and this big problem of locale

Hi Folks, I'm getting C R A Z Y with this Excel/Powershell Stuff...
MY display language is EN
My input language is fr_CH
the following code : 
function Invoke([object]$m, [string]$method, $parameters)
$m.PSBase.GetType().InvokeMember(
$method, [Reflection.BindingFlags]::InvokeMethod, $null, $m, $parameters,$ciUS)
$ciUS = [System.Globalization.CultureInfo]'fr-CH'
$objExcel = New-object -com Excel.Application
$objExcel.visible = $True
$ci = [System.Globalization.CultureInfo]'fr-CH'
$objWorkbook = Invoke $objExcel.Workbooks Add
$objWorksheet = $objWorkbook.Worksheets.Item(1)
$objWorksheet.Cells.Item(1,1).FormulaLocal = "A value in cell A1."
Invoke $objWorkbook SaveAs "C:ScriptsTest.xls" > $null
Invoke $objWorkbook Close 0 > $null
$objExcel.Quit()
throw me the error : 
Exception calling "InvokeMember" with "6" argument(s): "Object does not match target type."
At line:3 char:1
+ $m.PSBase.GetType().InvokeMember(
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : TargetException
You cannot call a method on a null-valued expression.
At line:11 char:1
+ $objWorksheet = $objWorkbook.Worksheets.Item(1)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull
Basically this happend when you have english Excel with non english locale.
My OS is in english but my Keyboard is in French-Swiss.
Please help me I'm getting crazy...
MCITP Enterprise Administrator / Server Administrator

This might be helpful.
http://dmitrysotnikov.wordpress.com/2008/02/22/powershell-help-broken-on-localized-versions-of-windows/
The problem seems to be that PowerShell v1 for Windows Vista and PowerShell v2 CTP for all systems are storing the language neutral (English) help system in the en-US subfolder of the PowerShell folder.
On a localized versions of Windows, PowerShell seems to be looking for a subfolder with its own locale (e.g. de-DE for Germany, ru-RU for Russia, and so on) and does not fail over to en-US if the folder is not found.
RESOLUTION
Apply the language pack for your language so your local version of help gets added to the system.
If the language pack is not available, copy or rename the en-US folder to match your Windows locale. To learn your locale run the following command in the PowerShell prompt:
[System.Globalization.CultureInfo]::CurrentUICulture
Thanks Azam When you see answers please Mark as Answer if Helpful..vote as helpful.

Similar Messages

  • Yosemite and mail - BIG problems with memory leak

    Our small company has had significant problems since upgrading (?) to Yosemite, which by all we could glean from Apple would be a relatively bug free install. At random times, usually while composing an e-mail, the mail program will just spike in memory consumption, going from a couple hundred Mb of RAM consumption to over 70 Gb in just 3-5 minutes. This obviously causes the entire machine to come to a standstill and the mail process needs to be killed. A cascading problem is that when this happens any other programs will also become non-responsive, and they also will need to be killed, often at the loss of work. I've talked with the support people at Apple and disappointingly they seem to be unaware that this is an issue, or more likely they are aware of it (I mean, just do a search of "Yosemite mail memory" and see what you get) and want to downplay that the release has been a HUGE failure for MANY people. After about 20 of these application memory events since upgrading over this past weekend at our company I would like to see where Apple is on fixing this. BTW Apple, your user base is fairly sophisticated with computing, and having your online assistants continue to try and point the problem at the users - who are all having the EXACT SAME ISSUE - is alienating your user base. I've been using Apple for over 20 years and this is the worst release you've ever had. I think you're well on your way to becoming Microsoft in 1994, we need the old Apple company back.

    I have the same problem and after a few days I am thinking seriously about abandoning Apple mail and .... going back to Outlook, I do not like MS, but may not have another option. Any suggestions.
    I am amazed that Apple does not give any information about the problem. It does look like they are loosing their touch and appear to be following the Microsoft and Blackberry path.
    Within a small company like mine, another few days of this and it will be impossible to keep it.
    Hate to say it, but for the first timewith Apple I miss the old OS, it did not look as good but at least it worked..

  • Problems with static and this

    Hello i am implementing a listener and i try to invoke the listener=this as planned. I am having problems because my method is static and it is so because i need to call that method in my main!
    <code>
         public static void add2hash(String url,ComObject com)
              com= new ComObject(urlPool);
              i++;
              cl = Hashtest;// what to do with this?<-- PROBLEM!!!!
              //new ComObject(); this?
              co.addComListener(cl);
              System.out.println("Let's start!\n ComObject Listening to itself: ");
              String host=str2host(url);
              ht.put(host,co);
              //co.checkStatus();
              //return co.getIs();
    </code>

    RE: tschodt
    I'll start with a comment of agreement :)
    You are having problems because you have yet to grasp the concept of OO.An insightful comment, this seems apparent. :)
    BTW, this has nothing to do with native methods, snip
    Well... just a minor point... but it would appear his code is dealing with some Win32 natives, either from JacobGen or J-Integra, since he is using a ComObject object (I could be way off base as I don't see any import statements.) Maybe follow-up questions in this thread could be relating to the API functionality of some of the classes he's using? :)
    RE: original poster
    If you do want to call this directly from main, take note of the name of the class in which this is defined. Then import the package and class into the class containing your main method (if your main isn't in the same package as the class containing add2hash). Then call OtherClass.add2hash(); from main.
    On another note, in order for us to understand your comment indicating a problem with the ComObject assignment, we'd need to know where you got that object -- maybe show us your import statements? :)
    Regards,
    Sean
    /watchlists topic

  • Bug with Lightroom 4? - Big problem in the keyword list!!

    Hello guys,
    I am Rafael Rojas, a nature and landscape photographer. This is my first post, trigered by a quite bothering problem I am having with my LR...So hello everybody!
    I upgraded to LR 4 a week ago. Today I realized many of the keywords I have installed in Lightroom do not appear on the keyword list (basically all keywords after the letter S). Moreover, half of the keywords which appear on the list are not editable: that is, I cannot assign them to the selected image (by clicking on the left box), or I cannot double click them or right click them to get the Edit panel. All the rest of keywords (those which appear on the list on top), can be edited and there is no problem.
    When I export the keywords as a .txt file (in metadata, export keywords) I can see that all the keywords are there. When I try to write some of them on the box LR recognize them and adds them automatically. However, I just cannot see them on my keyword list or just cannot edit them.
    The reason I want to edit the keywords is because many of them got desactivated while upgrading (something more people have reported). Right now, I cannot send my images to my stock galleries, since many of my important keywords are not active, and I just cannot edit them...
    Can you help me please?
    thanks so much!!
    rafael

    Well, 64 bits.
    And yes, it seems when I erase one keyword, the list "shows" one more below...so it seems the problem is related to a certain limit in number.
    That would be still a problem I could live with, the big problem tough is that many of the keywords got "deactivated" alone by Lightroom (see problem here described http://www.backyardsilver.com/2012/02/strange-behavior-with-capitalized-keywords/) and that means I NEED to edit some keywords which are really important and which are not active. Otherwise, when I export the images those keywords are not embedded...
    Any thoughts?
    Rafa

  • Export data to excel with EPPlus and Web Api - HELP!

    I am trying to do a simple excel file export with EPPlus and Web Api. In the html client I have a button that calls the web api and opens a new window. No error is thrown, but the result is always "file could not be downloaded".  I get the
    save file dialog but the file name is Order/ instead of the expected Orders.xls or Orders.xlsx.  Can anyone help? I'm surprised this is so difficult.
    using System.Linq;
    using System.Net.Http;
    using System.Web.Http;
    using OfficeOpenXml;
    using System.Collections.Generic;
    using System.IO;
    using System.Net.Http.Headers;
    using System.Net;
    using System.ComponentModel.DataAnnotations;
    namespace LightSwitchApplication
    public class OrdersController : ApiController
    // GET: api/Orders
    [HttpGet]
    public HttpResponseMessage Get()
    HttpResponseMessage response;
    response = Request.CreateResponse(HttpStatusCode.OK);
    MediaTypeHeaderValue mediaType = new MediaTypeHeaderValue("application/octet-stream");
    response.Content = new StreamContent(GetExcelSheet());
    response.Content.Headers.ContentType = mediaType;
    response.Content.Headers.ContentDisposition = new ContentDispositionHeaderValue("attachment");
    response.Content.Headers.ContentDisposition.FileName = "Orders.xls";
    return response;
    public List<Order> GetOrders()
    List<Order> colOrders = new List<Order>();
    using (ServerApplicationContext ctx = ServerApplicationContext.Current ??
    ServerApplicationContext.CreateContext())
    colOrders = ctx.DataWorkspace.Data.Orders.GetQuery().Execute().ToList();
    return colOrders;
    public MemoryStream GetExcelSheet()
    using (var package = new ExcelPackage())
    var worksheet = package.Workbook.Worksheets.Add("Orders");
    worksheet.Cells["A1"].LoadFromCollection(GetOrders(), false);
    package.Save();
    var stream = new MemoryStream(package.GetAsByteArray());
    return stream;
    This has been driving me crazy for two days!

    Making some progress.  I got the spreadsheet into a byte[] and used code from Paul Van
    Bladel's blog to make the HttpResponseMessage.  If I comment out the LightSwitch data access code, this works to export a spreadsheet from a static list to the browser from Web Api.
    using System;
    using System.Collections.Generic;
    using System.IO;
    using System.Linq;
    using System.Net;
    using System.Net.Http;
    using System.Net.Http.Headers;
    using System.Web.Http;
    using Microsoft.LightSwitch;
    using Microsoft.LightSwitch.Details;
    using OfficeOpenXml;
    using System.ComponentModel.DataAnnotations;
    namespace LightSwitchApplication
    public class Order
    [Key]
    public int Id { get; set; }
    public string OrderNumber { get; set; }
    public class OrdersController : ApiController
    // GET: api/Orders
    [HttpGet]
    public HttpResponseMessage Download()
    MediaTypeHeaderValue mediaType =
    MediaTypeHeaderValue.Parse("application/octet-stream");
    byte[] excelFile = ExcelSheet();
    string fileName = "Orders.xlsx";
    MemoryStream memoryStream = new MemoryStream(excelFile);
    HttpResponseMessage response =
    response = Request.CreateResponse(HttpStatusCode.OK);
    response.Content = new StreamContent(memoryStream);
    response.Content.Headers.ContentType = mediaType;
    response.Content.Headers.ContentDisposition =
    new ContentDispositionHeaderValue("fileName") { FileName = fileName };
    return response;
    public List<Order> Orders()
    List<Order> orders = new List<Order>();
    orders.Add(new Order { Id = 1, OrderNumber = "123456789" });
    orders.Add(new Order { Id = 2, OrderNumber = "987654321" });
    return orders;
    // this doesn't work
    //public List<Order> Orders()
    // List<Order> colOrders = new List<Order>();
    // using (ServerApplicationContext ctx = ServerApplicationContext.Current ??
    // ServerApplicationContext.CreateContext())
    // colOrders = ctx.DataWorkspace.Data.Orders.GetQuery().Execute().ToList();
    // return colOrders;
    public byte[] ExcelSheet()
    using (var package = new ExcelPackage())
    var worksheet = package.Workbook.Worksheets.Add("Orders");
    worksheet.Cells["A1"].LoadFromCollection(Orders(), false);
    byte[] bytes = package.GetAsByteArray();
    return bytes;
    The problem is that the LightSwitch query (commented out in the code above) is trying to load navigation properties for the orders.  Error: "It is not valid to access this object on the current thread."  How do I solve this? 

  • [PowerShell] Ping multiple servers simultaneously with PowerShell: Test-ConnectionAsync (strange problems)

    I am hoping the author of the script "Ping multiple servers simultaneously with PowerShell: Test-ConnectionAsync" can help me.
    I found it at: https://gallery.technet.microsoft.com/scriptcenter/Multithreaded-PowerShell-0bc3f59b
    I am using the version dated: 5/8/2014
    I extraced the entire function from the .psm1 file for use in a script that continuously pings about 100 devices and sends an email when a device has failed three times in a row.  At some point, usually between 15 minutes and several hours, the script
    stops running.  If I break out of it <CTRL>-C, and run a "Get-Job" command, I can see that a job is "stuck" at the "Running" state.  I can even retrieve the data using "Receive-Job" and it looks fine.
     Here is a sample of the Get-Job after the program froze (I changed the Source and Destination to protect the names/IPs)...
    PS C:\Program Files\ServerScripts\DeviceMonitor> Get-Job
    Id     Name            PSJobTypeName   State         HasMoreData     Location             Command
    145678 Job145678       WmiJob          Running       True            .                    Test-Connection
    PS C:\Program Files\ServerScripts\DeviceMonitor> Receive-Job 145678
    Source        Destination     IPV4Address      IPV6Address                              Bytes    Time(ms)
    SERVER1  XX.XXX.XXX.XX   XX.XXX.XXX.XX                                             32       5
    SERVER1  XX.XXX.XXX.XX   XX.XXX.XXX.XX                                             32       5
    SERVER1  XX.XXX.XXX.XX   XX.XXX.XXX.XX                                             32       5
    SERVER1  XX.XXX.XXX.XX   XX.XXX.XXX.XX                                             32       5
    PS C:\Program Files\ServerScripts\DeviceMonitor> Get-Job
    Id     Name            PSJobTypeName   State         HasMoreData     Location             Command
    145678 Job145678       WmiJob          Running       False           .                    Test-Connection
    I tried added some additional output in the function to troubleshoot but I can't seem to find the root cause.  I would be happy if I could remove the "stuck" job after a certain amount time, even though this doesn't get to the root of the
    problem.
    Any assistance would be appreciated.  Even if you could point me in the right direction.
    Thank you.

    Hi,
    Questions for Gallery items should be asked on the QandA tab of the listing, as that is usually the fastest way to contact the script's author:
    https://gallery.technet.microsoft.com/scriptcenter/Multithreaded-PowerShell-0bc3f59b/view/Discussions#content
    Dave does frequent this forum, so you might get a response from him here directly.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Since installing Mac Mavericks all my friends with Macs and I have problems with the cursor disappearing, only in Firefox, Safari is fine...

    I have stopped using Firefox as nothing I have done has fixed this problem. I have tried shutting down Firefox and rebooting it, I cleared all my add-ons and then added adblock back (that's the only one) but it still doesn't work. I've deleted large files so that I have more space - I can't think of anything else that will work. I have spoken to four of my friends with Macs and they are all having the same problem with Firefox since Mavericks.

    Hi thanks very much for your reply. I did a few things like delete my add-ons and I don't have the problem of the disappearing cursor (sounds like a Sherlock Holmes story) any more but it seems to have been a mac issue as there were many complaints on the Apple forums of the cursor disappearing since the Mavericks OS and not just in Firefox but in multiple programs. Looks like they've fixed it somehow!

  • Sharing imovie with idvd. Having big problems!!!!

    I have tried to "share" my imovie project (13.76GB in size, approx 48 minutes duration) with idvd and nothing seems to be happening.
    I understand that it will take a long time but it has been exporting for the last 24 hours. I have opened the "project info" window to keep track of the encoding process. After a 24 hour period the encoding bar hasn't filled with any blue to indicate the stage it is at.
    I have also made sure the is plenty of space. I read that I need 15-20GB free space. I have 18GB of free space)
    Please help me. I thought this part would be hassel free.
    ibook superdrive & imac G4   Mac OS X (10.4.7)  

    Hi again wwww...,
    The reason I recommend using the import video command from the file menu is so there is no chance of mistakenly dropping your 48 minute video into the drop box or background of your DVD menu. It is very easily done.
    So, on with the show..... I can't say what is going on exactly, but please follow these steps and you should be up and running again in no time.
    Firstly, restart your computer. Now install and run Onyx (it's a free disc maintenance app, link attached). Open Onyx and run 'Automation'. It will take about 10-15 minutes to do it's thing. While Onyx is running, open a finder window and type idvd.plist into the search box and delete this file. It is the preference file for iDVD. Be sure to delete this file ONLY. And repeat the process for imovieHD.plist and empty the trash. When Onyx has finished you will be promted to restart your computer.
    After restart, open your iMovie project and go to the file menu>export or share>Quicktime and change the setting to Full Quality DV. Change the destination to the desktop for ease of finding. It will probably take an hour or so to export as a full quality dv movie and will be around the same size (GB) as your project. If you have 30Gb of free space this won't be a problem.
    Now you have a self-contained, uneditable Quicktime version of your project. Now, open iDVD select your theme and then select 'import video' from the file menu and import the Quicktime movie. It should only take a few seconds to import. Then got to the file menu again and save the project (or apple command key + 'S'). And go back to the file menu and select 'save as disc image' and let it run. Don't use the computer while it's encoding the iDVD project and make sure you quit any other apps running and the screen saver too.
    Just a final note. After you have exported your project to Quicktime you no longer need the iMovie file. You can delete it, however, you should also export your project back to your camera as another back up copy of your project. I have had some glitches with iMovie projects not seating into iDVD, which were solved by exporting to Quicktime. I never went into why, only how!
    These steps should get you going again. It does seem like a lot of mucking around, but after you have it going again it will seem worth it.
    Good luck and please post back with your results.
    SR.
    Onyx - http://www.titanium.free.fr/pgs/english.html
    G4 iMac, 15 Flat panel. 800MHz, 1GB RAM, 60GB HD, Super drive. Mac OS X (10.4.6) iLife 06, LaCie Ext F/W DVD-R/W & 160GB Ext HD, TiBook DVI, iPod Nano & Photo

  • Problem with Spotlight and some system problem, Please HELP!

    I'm using iMac G5 with iSight (10.4.8)
    Recently, I've noticed that my spotlight didn't search anything, when I type something it just do nothing.
    I try to re indexing the spotlight by move the HD to the privacy zone in the spotlight preference but nothing appear on the list. I can't add anything to the privacy zone both by draging the folder or click + button.
    Then I search for the application that can clear the cache and re indexing the spotlight, I found Onyx and Maintenance.
    Both of them can't be open, it say that I have to use an admin account.
    Even I was logged in as a Admin, I have only one account in the system and set as an admin already.
    So, I search on the internet and someone suggest another way to re index in terminal by using this command: sudo mdutil -E /
    First I open the terminal and type the command, it said "-bash: sudo: command not found "
    So, I try to use terminal by boot on the DVD that bundle with iMac, and same result.
    I tried boot in single user by press command and S when boot and type sudo command, same reult.
    Another information, I noticed on my macbook when I open the terminal, it will show this info:
    Last login: show the time
    Welcom to Darwin!
    My computer name
    But on my iMac, it didn't show anything except only the computer name line.
    What should I do? Thanks

    Highly recommend that you read, reread and understand the consequences and then follow the directions as presented on X Lab
    http://www.thexlab.com/faqs/stopspotlightindex.html
    That is before you follow some of the directions you find on some of these discussions. Even mine.

  • I'm FURIOUS with Verizon and this is my LAST straw before I goto another company!

    I am writing this in hopes that I can resolve an ONGOING issue that I have addressed many times in the past with different levels of Verizon Wireless "customer service".  I have 1 phone call recorded(same way I am being recorded when I call in for training purposes, I do the same for ALL my phone calls) of an employee who shouldn't work at any company in customer relations let alone a GIANT like Verizon Wireless, who actually hung up the phone on me and disconnected me right about the time they were closing up because she was obviously sick of hearing my complaining.  So one Verizon associate hangs up on me and I have the transcript of ANOTHER "customer care agent" named Gina-Lynne who basically told me "oh well this is what it is and yes if you don't like it and want to go elsewhere let me give you the 800 number and their hours so they can cancel everything for you and by the way you have a 350.00 ETF but don't worry it will go down 10 bucks per month so its probably about 300 by this time". 
       That representative was my last and final straw before I leave Verizon as a whole.  My ENTIRE family is on Verizon Wireless with all new IPhones and my associates in my retail stores here on Long Island in New York, all have the new Galaxy Note and are thrilled with it and I'm getting replacement after replacement after replacement of the same GARBAGE, paper weight phones that have the same issues over and over repetitively.  I have gone through about 5-8 different replacement Blackberry Bold Touch phones before I gave up and the nice woman in customer care helped set me up with this "incredibly high speed and amazing battery life that lasts forever etc etc" with the Droid Razr Maxx HD.  I have already been through countless number of replacements of the Droid now as well and ALL I WANT IS A PHONE THAT WORKS AND HOLDS A CHARGE!   I haven't said BOO about the service issues I have been having or misled information I was given numerous times, I am a LOYAL CUSTOMER to Verizon Wireless and just want some customer service in getting me a new phone that works and not this Re-Furbished phone that I keep getting that is horrible!  I don't just use my phone for pleasure, I use it for business as well and i should NEVER be stopped from doing something at work or in my social life because my phone is constantly having issues of lagging and freezing and not browsing at all etc etc etc. 
       I NEED a supervisor or someone within the Corporate Verizon Wireless structure to call me as soon as possible hopefully this afternoon to resolve this issue.  Many companies are dying for business and want their customers happy and are now even willing to pay other companies Early Term Fees to get them on board with them.  Verizon used to be great with everything but I see them slipping MAJORLY in all aspects including phone service, 4g or lack of, and MAJORLY in customer service and knowledge regarding their own company who signs their paychecks. 
         I would like to get a different phone either a NEW high flying, high speed, long lasting battery phone if they make a NEW and improved Droid or something along those lines????  Maybe even at this point one of the iPhones which I have always hated and been against but now I see they are blowing everything away besides the NOTE but I don't like the size of the Note.  If someone could call me back so hopefully we can resolve this and I can stay a loyal customer and my family can stay loyal customers and my staff as well.  I DO NOT want to change carriers but it comes a time when you have to draw a line after being abused by the company you pay hundreds of dollars to per month and ON TOP OF EVERYTHING  they took away my employee discount because they were sending my mail to the wrong address and now I lost my 20% off and have been paying MOREEEEE for a non working phone!  This is absurd and I am hoping someone calls me today to resolve this and I can have a working phone by the time I leave work tomorrow because there is a Verizon Wireless store next to my job! 
       Thank you very much for taking the time to read this and look forward to speaking to someone as soon as possible! 
    >>Personal information removed to comply with the Verizon Wireless Terms of Service<<
    Message was edited by: Verizon Moderator

    I have the same question what time did you chat ? Just because you were speaking with someone that is representing Verizon does not mean you were speaking to a "Customer Service" agent. Customer service is only open during specific hours. After those hours the only people online is the Online Sales Department. It is very possible you were chatting with the sales department.

  • 2 users with same User ID, Big Problems

    I currently have User A from macbook 1 (old user I no longer use) and User B from macbook 2 and 3 (new user I've been using for ~4 years).
    I had upgraded from macbook 1 to 2 to 3 and am currently running 10.9.5
    I thought I had deleted User A through Finder a couple months ago. Since then I've been having mild annoying issues
    - ppt crashes in slideshow
    - quicktime player won't open
    - installer doesn't work most of the time
    - sometimes, my current user B will randomly switch to user A while my computer is on
    - Some applications will randomly complain they can't open because they can't find User A's directory.
    I ran dscacheutil -q user | grep -A 3 -B 2 -e uid:\ 5'[0-9][0-9]' and found
    name: A
    password: ************
    uid: 501
    gid: 20
    dir: /Users/A
    shell: /bin/bash
    name: B
    password: ************
    uid: 501
    gid: 20
    dir: /Users/B
    Running the command . -list /groups GroupMembership | grep user
    returns nothing for user A and returns the following for user B:
    _appserveradm            B
    _appserverusr              B
    _lpadmin                       B
    admin                          root B
    com.apple.sharepoint.group.1   B
    I'm at my wit's end here. I tried using console to debug the reason behind why certain applications crash and the common theme seems to be "com.apple.launchd.peruser.501: (......................................) Could not setup Mach task special port 8: (os/kern) invalid argument"

    agarcia59 wrote:
    Hi Drew and Linc
    Drew, I see what you were going for, but I only wanted 1 user. I tried doing both your methods and am unfortunately still having the same issue.
    I found a old working backup on an computer of mine and am comparing the users on that computer and this one. After running dscacheutil -q user | grep -A 3 -B 2 -e uid:\ 5'[0-9][0-9]'
    my current computer shows:
    … (not relevant info)
    I could move the working backup to my current computer, but It's over a year old (lots of new info on my current computer, it would be a huge pain to manually move everything over.
    Does the appearance of macports and messagebus users in my current glitchy computer an issue? Why don't these users show up in my old functional computer?
    Thanks for your help.
    You tried both methods? So when you tried my method of erasing & reinstalling the OS it failed did it? You then restored this old broken OS back to the Mac? Be honest – you didn't erase & reinstall did you?
    Stop messing around in Terminal, backup, erase, reinstall, migrate the users you need by hand. It is incredibly simple if you stop getting distracted by Terminal.
    I don't see why you have to bring another computer with an old backup that you do not want to use into this issue! Stop 'thinking around' the issue at hand.
    Linc's method should have resolved this unless the OS was in a complete mess (which seems likely considering your desire to fool around in Terminal).
    The Macports user is from the software you installed, message bus is also likely to be from something else you installed (possibly via macports). Neither should effect the logged in user.
    It's looking like you are intent on playing with the OS (or more specifically playing in Terminal until things work), I can't bear to watch.
    Backup, erase the internal disk & move the users home folders to /Users in Finder (NO TERMINAL NEEDED) & re-add that user in Users & groups.
    If you need help with that I will explain (again), but you can continue messing in Terminal with things you already broke & don't understand in your own time.

  • Dealer invoice with ECESS and HCESS : MIIRO Problem

    Hi All ,
    I have created a PO with Basic value 1000 , GR BASED IV is ticked and selected a tax code in PO where
    JVRN (VAT NON DEDUCTABLE) condition record is maintained with 20%
    and
    JMOP (BED) ,  JEC1 (ECESS) and JHC1 (HCESS) with 0 value
    and
    Therefore my total PO value is now 1200.
    JMXP (Set Off BED) , JEX1 (SET off ECESS) and JHX1 (SET Off HCESS) as 100%
    Now I am wanted to claim CENVAT for
    BED 100
    ECESS 60
    HCESS 40
    The Step I followed are
    1) J1iex capture
    Basic Excise Amount = 1200 - 200 (VAT) - 100 (BED) - 60 (ECESS) - 40 (HCESS) = Rs. 800
    2) MIGO Posted
    Accounting enteries
    GR/IR Cr. 1000
    Inventory Dr. 1000
    3) J1iex Posting
         GR/IR - CENVAT      200.00-     
    RG23A BED     100
    RG23A ECS      60
    RG23A HECS    40
    4) MIRO
    Base Amount (at Line level) = Rs. 800 [(1200 - 200 (VAT) - 100 (BED) - 60 (ECESS) - 40 (HCESS)]
    Selected Calculate TAX , system is calculating TAXes as 300 and following proposed enteries are given by system during simulation
    Vendor                1100 -
    GR/IR                  1000
    CENVAT CLG      100
    Therefore there is a difference of 100 Rs in CENVAT CLG and VENDOR liability.It is only considering BED amount which is 100 , but not ECESS and HCESS.
    In TAXINN procedure , accounting key attached with JMOP, JEC1 and JHC1 is JI1.
    And CENVAT CLG account is maintained in OB40 for JI1 for my TAX CODE.
    I am just wondering why system is only calculating BED not ECESS and HCESS ?
    Need your advice.
    Regards
    Shrey

    Hi ,
    Problem resolved
    Point to check
    Condition type in "Classify Condition type" and in tax procedure should align
    Record should be available in TAX code by country
    OB40 , J1I GL should be assign
    Regards
    Shrey

  • HELP With This Big Problem (TEXT ON HOMESCREEN)

    I need to know how to put my own text on my homescreen where the time and battery is etc ive read over some few threads im lost i need some steps please help i really would like this feature on my phone

    please be specific, what txt? a picture txt? SMS icon?
    please provide BB model and OS version

  • RDS 2012 - Virtual desktop collection with powershell and custom answerfile fails on VDI deployment

    Hi Guys,
    I try to deploy a new virtual desktop collection with Win8 VDI's (pooled/managed) based on a custom answer file. Everything needs to automated so working with the server manager is not an option, that's why the answer file is needed.
    The lab environment is based on Windows Server 2012 and Win8 Enterprise only. So functional level etc. is off course Windows Server 2012.
    I Use the following command:
    New-RDVirtualDesktopCollection `
    -CollectionName "Pooled Managed Win8" `
    -Description "This collection contains Pooled and Managed Win 8 VDI machines." `
    -OU "VDI" `
    -ConnectionBroker "RDSCB01.lab.local" `
    -PooledManaged `
    -CustomSysprepUnattendFilePath "\\hyper02\_Unattend\OOBE-only.xml" `
    -VirtualDesktopAllocation @{"hyper02.lab.local"=3} `
    -VirtualDesktopNamePrefix "Pooled-Win8-" `
    -UserGroups "lab.local\domain users" `
    -MaxUserProfileDiskSizeGB 1 `
    -VirtualDesktopTemplateHostServer "hyper02.lab.local" `
    -VirtualDesktopTemplateName “_WIN8-Template” `
    -UserProfileDiskPath "\\hyper02.lab.local\_UserProfileDisks" `
    -StorageType LocalStorage `
    -LocalStoragePath "E:\_VDI" `
    -Force `
    -Debug
    $error[0]|format-list -force
    I tried multiple answer files, but even with this simple one it fails:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <InputLocale>en-US</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UILanguageFallback>en-US</UILanguageFallback>
    <UserLocale>nl-NL</UserLocale>
    </component>
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <UserAccounts>
    <AdministratorPassword>
    <Value>UABhAHMAcwB3AG8AcgBkACEAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
    <PlainText>false</PlainText>
    </AdministratorPassword>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>UABhAHMAcwB3AG8AcgBkACEAUABhAHMAcwB3AG8AcgBkAA==</Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>Admin</Description>
    <DisplayName>Admin</DisplayName>
    <Group>Administrators</Group>
    <Name>Admin</Name>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <HideLocalAccountScreen>true</HideLocalAccountScreen>
    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
    <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <NetworkLocation>Work</NetworkLocation>
    <ProtectYourPC>3</ProtectYourPC>
    <SkipMachineOOBE>true</SkipMachineOOBE>
    <SkipUserOOBE>true</SkipUserOOBE>
    </OOBE>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:d:/=%20software/iso&apos;s/lic/en_windows_8_enterprise_x64_dvd_917522/sources/install.wim#Windows 8 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    Everything goes fine, until is comes to the deployment of the VDI machines and the answer file is called. It fails with the following error:
    PS N:\> \\dc01\isos\New-VirtualDesktopCollection.ps1
    Unable to retrieve the details of the virtual desktop collection.
    + CategoryInfo : WriteError: (:) [Start-RDVMRollout], RDManagementException
    + FullyQualifiedErrorId : StartRDVirtualMachineRollout,Microsoft.RemoteDesktopServices.Management.Cmdlets.StartRDVirtualMachineRo
    lloutCommand
    + PSComputerName : localhost
    CollectionName Type Size PercentInUse
    Pooled Managed... PooledManaged 0 0
    writeErrorStream : True
    OriginInfo : localhost
    Exception : System.Management.Automation.RemoteException: Unable to retrieve the details of the virtual desktop
    collection.
    TargetObject :
    CategoryInfo : WriteError: (:) [Start-RDVMRollout], RDManagementException
    FullyQualifiedErrorId : StartRDVirtualMachineRollout,Microsoft.RemoteDesktopServices.Management.Cmdlets.StartRDVirtualMachineRolloutCo
    mmand
    ErrorDetails :
    InvocationInfo :
    ScriptStackTrace :
    PipelineIterationInfo : {}
    PSMessageDetails :
    Without the answer file parameter is runs perfectly, BUT the VDI machines get the OOBE.... That's not what we want off course....
    This link (http://support.microsoft.com/kb/2747656?wa=wsignin1.0) and other sources tell me that when i set the regkeys i can find a log in c:\windows\logs, but there is
    nothing. I looked on the management server and the connection broker.
    The only thing i could find in the event viewer was this:
    The XML input specified for the VM Provisioning job is not in a valid format. Error: 0xC00CEE03
    Input XML:
    <?xml version="1.0"?>
    <rdvp:RDVProvisioning xmlns:rdvp="http://www.microsoft.com/rdv/2010/05/">
    <rdvp:ProvisionPoolRequest><rdvp:Job>
    <rdvp:Action>Create</rdvp:Action>
    <rdvp:OnError>Stop</rdvp:OnError></rdvp:Job>
    <rdvp:Pool><rdvp:Name>Pooled_Managed_W</rdvp:Name>
    <rdvp:Type></rdvp:Type>
    <rdvp:VhdType>DiffDisk</rdvp:VhdType>
    <rdvp:SaveDelay></rdvp:SaveDelay>
    <rdvp:Version></rdvp:Version>
    <rdvp:MARK_HA>No</rdvp:MARK_HA></rdvp:Pool>
    <rdvp:Vm>
    <rdvp:BaseVmLocation>\\RDSCB01\RDVirtualDesktopTemplate\Pooled_Managed_W\IMGS\__3</rdvp:BaseVmLocation>
    <rdvp:LocalVmCreationPath>E:\_VDI</rdvp:LocalVmCreationPath>
    <rdvp:LocalGoldCachePath></rdvp:LocalGoldCachePath>
    <rdvp:SMBShare></rdvp:SMBShare>
    <rdvp:EnableVmStreaming>0</rdvp:EnableVmStreaming>
    <rdvp:RunVMsFromSMB>0</rdvp:RunVMsFromSMB>
    <rdvp:NamingPrefix>Pooled-Win8</rdvp:NamingPrefix>
    <rdvp:NamingStartIndex>1</rdvp:NamingStartIndex>
    <rdvp:Domain>lab.local</rdvp:Domain>
    <rdvp:OU>OU=VDI,OU=Computers,OU=Kamer 2101,DC=lab,DC=local</rdvp:OU>
    <rdvp:ProductKey></rdvp:ProductKey>
    <rdvp:UnattendXml>
    <![CDATA[<?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <HideLocalAccountScreen>true</HideLocalAccountScreen>
    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
    <HideOnlineAccountScreens>true</HideOnlineAccountScreens>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    <NetworkLocation>Work</NetworkLocation>
    <ProtectYourPC>3</ProtectYourPC>
    <SkipMachineOOBE>true</SkipMachineOOBE>
    <SkipUserOOBE>true</SkipUserOOBE>
    </OOBE>
    </component>
    </settings>
    </unattend>]]>
    </rdvp:UnattendXml>
    </rdvp:Vm>
    <rdvp:HyperVHosts>
    <rdvp:HyperVHost>
    <rdvp:Name>hyper02.lab.local</rdvp:Name>
    <rdvp:NumberVms>3</rdvp:NumberVms>
    </rdvp:HyperVHost>
    </rdvp:HyperVHosts>
    </rdvp:ProvisionPoolRequest>
    </rdvp:RDVProvisioning>----------------------------------------------------------------------Log Name: Microsoft-Windows-TerminalServices-SessionBroker/Admin
    Source: TerminalServices-SessionBroker
    EventID: 1549
    Level: Error
    User: NETWORK SERVICE
    Task Category: MS VM Provisioning Plugin
    Computer: RDSCB01.lab.local
    I hope we can get this working, thanks in advance everybody!
    Regards,
    Bart

    Hi Bartsp34ks,
    I'm trying to make a powershell script like yours.
    But at some point I receive this error:
    System.Management.Automation.RemoteException: VM ASD-1: The data area passed to a system call is too small. (Exception from HRESULT: 0x8007007A)
    My Powershell script is:
    $CollectionName = Read-Host 'What Name should the Collection have?'
    $Description = Read-Host 'Type a description of the Collection'
    $OU = Read-Host 'In which OU should I put the Collection?'
    $ConnectionBroker = Read-Host 'What is the Connection Broker Name? (use FQDN)'
    $Sysprep = Read-Host 'Type the Unattend file location'
    $DesktopAllocation = Read-Host 'On which RD Virtualization Host server should I create the Collection?'
    $DesktopAllocationNR = Read-Host 'How many Virtual Desktop would you like?'
    $NamePrefix = Read-Host 'What is the Prefix Name?'
    $NameSuffix = Read-Host 'What is the Suffix Name?'
    $UserGroup = Read-Host 'Which User Group can use the Collection?'
    $UserProfile = Read-Host 'How big can the ProfileDisk be?'
    $TemplateServer = Read-Host 'What is the RD Host that has the Virtual Desktop Template? (use FQDN)'
    $TemplateName = Read-Host 'What is the Virtual Desktop Template Name?'
    $UserProfilePath = Read-Host 'What should be the User Profile Path?'
    $StorageType = Read-Host 'How should be stored?'
    $StoragePath = Read-Host 'Type the Path'
    New-RDVirtualDesktopCollection `
    -CollectionName $CollectionName `
    -Description $Description `
    -OU $OU `
    -ConnectionBroker $ConnectionBroker `
    -PooledManaged `
    -CustomSysprepUnattendFilePath $Sysprep `
    -VirtualDesktopAllocation @{$DesktopAllocation=$DesktopAllocationNR} `
    -VirtualDesktopNamePrefix $NamePrefix `
    -UserGroups $UserGroup `
    -MaxUserProfileDiskSizeGB $UserProfile `
    -VirtualDesktopTemplateHostServer $TemplateServer `
    -VirtualDesktopTemplateName $TemplateName `
    -UserProfileDiskPath $UserProfilePath `
    -StorageType LocalStorage `
    -LocalStoragePath $StoragePath `
    -Force `
    -Debug
    $error[0]|format-list -force
    Thanks for help

  • My safari doesnt work and this report problem keeps coming up...

    everytime i open safari it crashes and sends me a repot problem. I have the latest software OSx 10.10.  Anyone know what i should do?
    Process:              Safari [1450]
    Path:                  /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:            com.apple.Safari
    Version:              8.0.2 (10600.2.5)
    Build Info:            WebBrowser-7600002005000000~1
    Code Type:            X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:          Safari [1450]
    User ID:              501
    Date/Time:            2014-12-19 12:04:08.984 -0800
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        83BB8F43-DC62-C327-BAB7-2EA0E80A5EF7
    Sleep/Wake UUID:      74FE2482-08E9-4611-B71F-75D516E0237C
    Time Awake Since Boot: 3400 seconds
    Time Since Wake:      1300 seconds
    Crashed Thread:        15
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:      KERN_INVALID_ADDRESS at 0x0000000000000020
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x20:
    -->
        __TEXT                0000000100e8d000-0000000100e8e000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0  libsystem_kernel.dylib            0x00007fff8d79f52e mach_msg_trap + 10
    1  libsystem_kernel.dylib            0x00007fff8d79e69f mach_msg + 55
    2  libFontRegistry.dylib            0x00007fff8d38434b XTSendCopyPropertiesForFont + 255
    3  libFontRegistry.dylib            0x00007fff8d3a138b TGlobalFontRegistryImp::CopyPropertiesForFont(__CFURL const*, __CFSet const*, TFontQueryOptions const&) const + 295
    4  libFontRegistry.dylib            0x00007fff8d3835c1 XTCopyPropertiesForFont + 144
    5  com.apple.CoreText                0x00007fff91c844f7 TBaseFont::DetermineFontFlags(unsigned int) const + 189
    6  com.apple.CoreText                0x00007fff91ccdba7 TFont::IsAppleColorEmoji() const + 35
    7  com.apple.CoreText                0x00007fff91c8432d TFont::GetEffectiveSize() const + 61
    8  com.apple.CoreText                0x00007fff91c8491f TFont::InitStrikeMetrics() const + 55
    9  com.apple.CoreText                0x00007fff91c92697 CTFontGetAscent + 99
    10  com.apple.UIFoundation            0x00007fff857c7d75 __NSFontInstanceInfoInitializeMetricsInfo + 50
    11  com.apple.UIFoundation            0x00007fff857c8111 -[__NSSharedFontInstanceInfo _defaultLineHeight:] + 44
    12  com.apple.UIFoundation            0x00007fff858306bf -[NSATSTypesetter _layoutLineFragmentStartingWithGlyphAtIndex:characterIndex:atPoint:renderingCon text:] + 1233
    13  com.apple.UIFoundation            0x00007fff85842812 -[NSSingleLineTypesetter createRenderingContextForCharacterRange:typesetterBehavior:usesScreenFonts:hasS trongRight:maximumWidth:] + 391
    14  com.apple.UIFoundation            0x00007fff85766cf8 __NSCreateRenderingContextForAttributedString + 265
    15  com.apple.UIFoundation            0x00007fff85764e71 __NSStringDrawingEngine + 14710
    16  com.apple.UIFoundation            0x00007fff8576634f -[NSAttributedString(NSExtendedStringDrawing) boundingRectWithSize:options:context:] + 1068
    17  com.apple.UIFoundation            0x00007fff857669dc -[NSAttributedString(NSExtendedStringDrawing) boundingRectWithSize:options:] + 41
    18  com.apple.AppKit                  0x00007fff84c28c42 rectForString + 623
    19  com.apple.AppKit                  0x00007fff84c23a45 _NSGetTextCellBoundingRect + 996
    20  com.apple.AppKit                  0x00007fff84c235da -[NSCell cellSizeForBounds:] + 216
    21  com.apple.AppKit                  0x00007fff84c23447 -[NSTextFieldCell cellSizeForBounds:] + 276
    22  com.apple.AppKit                  0x00007fff84bb573f -[NSCell cellSize] + 68
    23  com.apple.AppKit                  0x00007fff84c86dfd -[NSThemeFrame _size:ofCell:withTitle:] + 132
    24  com.apple.AppKit                  0x00007fff84c86d33 -[NSThemeFrame _titleCellSize] + 147
    25  com.apple.AppKit                  0x00007fff84c8698f -[NSThemeFrame _defaultTitlebarTitleRect] + 76
    26  com.apple.AppKit                  0x00007fff84c868ba -[NSThemeFrame _titlebarTitleRect] + 107
    27  com.apple.AppKit                  0x00007fff84c867d7 -[NSThemeFrame _titleTextFieldFrame] + 41
    28  com.apple.AppKit                  0x00007fff84bb9ca3 -[NSThemeFrame _tileTitlebarAndRedisplay:] + 1313
    29  com.apple.AppKit                  0x00007fff84bb054d -[NSThemeFrame _updateButtons] + 2735
    30  com.apple.AppKit                  0x00007fff852525a7 -[NSThemeFrame _moveTitlebarViewsToView:] + 724
    31  com.apple.AppKit                  0x00007fff85253fc9 __49-[NSThemeFrame _floatTitlebarAndToolbarFromInit:]_block_invoke + 836
    32  com.apple.AppKit                  0x00007fff84c3d339 +[NSAnimationContext runAnimationGroup:completionHandler:] + 82
    33  com.apple.AppKit                  0x00007fff85253c41 -[NSThemeFrame _floatTitlebarAndToolbarFromInit:] + 104
    34  com.apple.AppKit                  0x00007fff84bae74e -[NSThemeFrame initWithFrame:styleMask:owner:] + 243
    35  com.apple.AppKit                  0x00007fff84bacc96 -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 614
    36  com.apple.AppKit                  0x00007fff84bac3fc -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1477
    37  com.apple.AppKit                  0x00007fff84de340e -[NSPanel _initContent:styleMask:backing:defer:contentView:] + 51
    38  com.apple.AppKit                  0x00007fff84babe2a -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
    39  com.apple.AppKit                  0x00007fff84de33c1 -[NSPanel initWithContentRect:styleMask:backing:defer:] + 78
    40  com.apple.AppKit                  0x00007fff84ba9745 -[NSWindowTemplate nibInstantiate] + 567
    41  com.apple.AppKit                  0x00007fff84b7e73b -[NSIBObjectData instantiateObject:] + 309
    42  com.apple.AppKit                  0x00007fff85060d01 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 452
    43  com.apple.AppKit                  0x00007fff84b72f05 loadNib + 384
    44  com.apple.AppKit                  0x00007fff850e0f80 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
    45  com.apple.AppKit                  0x00007fff850e167d +[NSBundle(NSNibLoadingInternal) _loadNibFile:externalNameTable:options:withZone:] + 150
    46  com.apple.AppKit                  0x00007fff84e833af _NXLoadNib + 196
    47  com.apple.AppKit                  0x00007fff84e82d8f -[NSAlert init] + 95
    48  com.apple.AppKit                  0x00007fff84ec29f3 +[NSAlert alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextW ithFormat:] + 131
    49  com.apple.AppKit                  0x00007fff84b9464d __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1021
    50  com.apple.AppKit                  0x00007fff84b9420e -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    51  com.apple.AppKit                  0x00007fff84b941ad -[NSPersistentUIRestorer promptToIgnorePersistentState] + 247
    52  com.apple.AppKit                  0x00007fff84b93e9a -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 255
    53  com.apple.AppKit                  0x00007fff84b93c69 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 561
    54  com.apple.AppKit                  0x00007fff84b936b5 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 244
    55  com.apple.Foundation              0x00007fff8e70d458 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 290
    56  com.apple.Foundation              0x00007fff8e70d2c9 _NSAppleEventManagerGenericHandler + 102
    57  com.apple.AE                      0x00007fff845eb99c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 531
    58  com.apple.AE                      0x00007fff845eb719 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    59  com.apple.AE                      0x00007fff845eb623 aeProcessAppleEvent + 295
    60  com.apple.HIToolbox              0x00007fff929a437e AEProcessAppleEvent + 56
    61  com.apple.AppKit                  0x00007fff84b8fd76 _DPSNextEvent + 2665
    62  com.apple.AppKit                  0x00007fff84b8ee80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    63  com.apple.Safari.framework        0x0000000100f0bad0 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 246
    64  com.apple.AppKit                  0x00007fff84b82e23 -[NSApplication run] + 594
    65  com.apple.AppKit                  0x00007fff84b6e2d4 NSApplicationMain + 1832
    66  libdyld.dylib                    0x00007fff8768b5c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0  libsystem_kernel.dylib            0x00007fff8d7a522e kevent64 + 10
    1  libdispatch.dylib                0x00007fff8a5f6a6a _dispatch_mgr_thread + 52
    Thread 2:
    0  libsystem_kernel.dylib            0x00007fff8d7a4946 __workq_kernreturn + 10
    1  libsystem_pthread.dylib          0x00007fff907104a1 start_wqthread + 13
    Thread 3:
    0  libsystem_kernel.dylib            0x00007fff8d7a4946 __workq_kernreturn + 10
    1  libsystem_pthread.dylib          0x00007fff907104a1 start_wqthread + 13
    Thread 4:
    0  libsystem_kernel.dylib            0x00007fff8d7a4946 __workq_kernreturn + 10
    1  libsystem_pthread.dylib          0x00007fff907104a1 start_wqthread + 13
    Thread 5:
    0  libsystem_kernel.dylib            0x00007fff8d7a4946 __workq_kernreturn + 10
    1  libsystem_pthread.dylib          0x00007fff907104a1 start_wqthread + 13
    Thread 6:: WebCore: IconDatabase
    0  libsqlite3.dylib                  0x00007fff8fae3b91 sqlite3Malloc + 1
    1  libsqlite3.dylib                  0x00007fff8fc07011 checkTreePage + 2273
    2  libsqlite3.dylib                  0x00007fff8fc06c84 checkTreePage + 1364
    3  libsqlite3.dylib                  0x00007fff8fc06e52 checkTreePage + 1826
    4  libsqlite3.dylib                  0x00007fff8fc06c84 checkTreePage + 1364
    5  libsqlite3.dylib                  0x00007fff8fc06c84 checkTreePage + 1364
    6  libsqlite3.dylib                  0x00007fff8fb4f4ac sqlite3VdbeExec + 67324
    7  libsqlite3.dylib                  0x00007fff8fb3d3df sqlite3_step + 735
    8  com.apple.WebCore                0x0000000102ababc9 WebCore::SQLiteStatement::step() + 73
    9  com.apple.WebCore                0x000000010310ba2c WebCore::IconDatabase::checkIntegrity() + 108
    10  com.apple.WebCore                0x0000000102aba314 WebCore::IconDatabase::performOpenInitialization() + 116
    11  com.apple.WebCore                0x0000000102ab99b5 WebCore::IconDatabase::iconDatabaseSyncThread() + 325
    12  com.apple.JavaScriptCore          0x0000000101c78a9f ***::wtfThreadEntryPoint(void*) + 15
    13  libsystem_pthread.dylib          0x00007fff907122fc _pthread_body + 131
    14  libsystem_pthread.dylib          0x00007fff90712279 _pthread_start + 176
    15  libsystem_pthread.dylib          0x00007fff907104b1 thread_start + 13
    Thread 7:
    0  libsystem_kernel.dylib            0x00007fff8d7a4946 __workq_kernreturn + 10
    1  libsystem_pthread.dylib          0x00007fff907104a1 start_wqthread + 13
    Thread 8:
    0  libsystem_kernel.dylib            0x00007fff8d7a4946 __workq_kernreturn + 10
    1  libsystem_pthread.dylib          0x00007fff907104a1 start_wqthread + 13
    Thread 9:
    0  libsystem_kernel.dylib            0x00007fff8d7a4946 __workq_kernreturn + 10
    1  libsystem_pthread.dylib          0x00007fff907104a1 start_wqthread + 13
    Thread 10:: com.apple.CoreAnimation.render-server
    0  libsystem_kernel.dylib            0x00007fff8d79f52e mach_msg_trap + 10
    1  libsystem_kernel.dylib            0x00007fff8d79e69f mach_msg + 55
    2  com.apple.QuartzCore              0x00007fff93b31d63 CA::Render::Server::server_thread(void*) + 198
    3  com.apple.QuartzCore              0x00007fff93b31c96 thread_fun + 25
    4  libsystem_pthread.dylib          0x00007fff907122fc _pthread_body + 131
    5  libsystem_pthread.dylib          0x00007fff90712279 _pthread_start + 176
    6  libsystem_pthread.dylib          0x00007fff907104b1 thread_start + 13
    Thread 11:: com.apple.NSURLConnectionLoader
    0  libsystem_kernel.dylib            0x00007fff8d79f52e mach_msg_trap + 10
    1  libsystem_kernel.dylib            0x00007fff8d79e69f mach_msg + 55
    2  com.apple.CoreFoundation          0x00007fff93318b14 __CFRunLoopServiceMachPort + 212
    3  com.apple.CoreFoundation          0x00007fff93317fdb __CFRunLoopRun + 1371
    4  com.apple.CoreFoundation          0x00007fff93317838 CFRunLoopRunSpecific + 296
    5  com.apple.CFNetwork              0x00007fff8c445d20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6  com.apple.Foundation              0x00007fff8e753b7a __NSThread__main__ + 1345
    7  libsystem_pthread.dylib          0x00007fff907122fc _pthread_body + 131
    8  libsystem_pthread.dylib          0x00007fff90712279 _pthread_start + 176
    9  libsystem_pthread.dylib          0x00007fff907104b1 thread_start + 13
    Thread 12:
    0  libsystem_kernel.dylib            0x00007fff8d7a4946 __workq_kernreturn + 10
    1  libsystem_pthread.dylib          0x00007fff907104a1 start_wqthread + 13
    Thread 13:
    0  libsystem_kernel.dylib            0x00007fff8d7a4946 __workq_kernreturn + 10
    1  libsystem_pthread.dylib          0x00007fff907104a1 start_wqthread + 13
    Thread 14:: com.apple.CFSocket.private
    0  libsystem_kernel.dylib            0x00007fff8d7a43f6 __select + 10
    1  libsystem_pthread.dylib          0x00007fff907122fc _pthread_body + 131
    2  libsystem_pthread.dylib          0x00007fff90712279 _pthread_start + 176
    3  libsystem_pthread.dylib          0x00007fff907104b1 thread_start + 13
    Thread 15 Crashed:
    0  libsystem_pthread.dylib          0x00007fff90710695 _pthread_mutex_lock + 87
    1  libsystem_c.dylib                0x00007fff87ae7b78 vfprintf_l + 28
    2  libsystem_c.dylib                0x00007fff87ae0620 fprintf + 186
    3  ???                              0x0000000107e255dc 0 + 4427240924
    Thread 15 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff74d0d1d8  rcx: 0x00007fff74d0d1f0  rdx: 0x00000000000000a0
      rdi: 0x00007fff74d0d1f0  rsi: 0x00007fff90710b14  rbp: 0x0000000107e21e30  rsp: 0x0000000107e21db0
      r8: 0x0000000107e29000  r9: 0x0000000000000054  r10: 0x0000000000000000  r11: 0x0000000000000206
      r12: 0x00007fff74d0c6b8  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
      rip: 0x00007fff90710695  rfl: 0x0000000000010246  cr2: 0x0000000000000020
    Logical CPU:    2
    Error Code:      0x00000004
    Trap Number:    14
    Binary Images:
          0x100e8d000 -        0x100e8dfff  com.apple.Safari (8.0.2 - 10600.2.5) <2225AE13-780E-3234-9A05-9DD6D94EE96C> /Applications/Safari.app/Contents/MacOS/Safari
          0x100e95000 -        0x1017ceff7  com.apple.Safari.framework (10600 - 10600.2.5) <70257BE2-5D89-3EAA-8863-269880160EEE> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
          0x101c6e000 -        0x102181ff3  com.apple.JavaScriptCore (10600 - 10600.2.1) <ABEF8FB3-6DC5-3FCF-9B4A-1DF6411063B0> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
          0x1022ea000 -        0x10259efff  com.apple.WebKit (10600 - 10600.2.5) <11CA89A1-A002-3FEB-8046-B31E92003AED> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
          0x102878000 -        0x102878fff  com.apple.WebKit2 (10600 - 10600.2.5) <ED09F7D3-1F46-3925-8E11-D6AC3492658E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
          0x102880000 -        0x1029bcffb  com.apple.WebKitLegacy (10600 - 10600.2.5) <0A88D3D6-F5BA-30F4-9D09-87DF653759FC> /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKi tLegacy
          0x102ab5000 -        0x103a5aff7  com.apple.WebCore (10600 - 10600.2.1) <628CB849-0E8D-3071-98A3-55E7D24087DF> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
          0x108e42000 -        0x108e42ff5 +cl_kernels (???) <828B8BD4-DE56-40B3-A736-52D4299E6DA8> cl_kernels
          0x108e48000 -        0x108e48fef +cl_kernels (???) <8450D75E-370E-47EE-A702-737D45B42551> cl_kernels
          0x109914000 -        0x1099fafef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
        0x7fff670f0000 -    0x7fff67126837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
        0x7fff844a2000 -    0x7fff844adfff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff844ae000 -    0x7fff844e1ff7  com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff84518000 -    0x7fff8451ffff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8453c000 -    0x7fff845ddff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <EDC78AEE-28E7-324C-9947-41A0814A8154> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff845de000 -    0x7fff8463dff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff84682000 -    0x7fff847b4ff7  com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff848ac000 -    0x7fff84b58fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff84b59000 -    0x7fff84b61ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
        0x7fff84b6b000 -    0x7fff856acfff  com.apple.AppKit (6.9 - 1343.16) <C98DB43F-4245-3E6E-A4EE-37DAEE33E174> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff856ba000 -    0x7fff8574bff7  libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
        0x7fff8574c000 -    0x7fff8587cfff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n
        0x7fff8588c000 -    0x7fff858b7fff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff858b8000 -    0x7fff858dbff7  com.apple.framework.familycontrols (4.1 - 410) <41499068-0AB2-38CB-BE6A-F0DD0F06AB52> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff858dc000 -    0x7fff858f6ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
        0x7fff85928000 -    0x7fff85e14fff  com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff85e15000 -    0x7fff85e8dff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff85e8e000 -    0x7fff85e94fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
        0x7fff8671e000 -    0x7fff8671ffff  libquit.dylib (182) <62510786-F686-3AC4-B315-D05A4B7A896F> /usr/lib/libquit.dylib
        0x7fff86720000 -    0x7fff8687eff3  com.apple.avfoundation (2.0 - 889.10) <4D1735C4-D055-31E9-8051-FED29F41F4F6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff86887000 -    0x7fff86887ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
        0x7fff86888000 -    0x7fff86895ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
        0x7fff86896000 -    0x7fff86bc9ff7  libmecabra.dylib (666.1) <CAFBC813-4894-3352-9B22-FFF116773A06> /usr/lib/libmecabra.dylib
        0x7fff86bd7000 -    0x7fff86bdeff7  com.apple.phonenumbers (1.1.1 - 105) <AE39B6FE-05AB-3181-BB2A-4D50A8B392F2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff86bdf000 -    0x7fff86bf8ff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff86bf9000 -    0x7fff87006ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff87007000 -    0x7fff8701aff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff87075000 -    0x7fff8707cfff  com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/Networ kStatistics
        0x7fff8707d000 -    0x7fff87086ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
        0x7fff87087000 -    0x7fff875b0ff7  com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff875b1000 -    0x7fff87687ff3  com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff87688000 -    0x7fff8768bff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
        0x7fff876ab000 -    0x7fff8778efff  libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8778f000 -    0x7fff87883ff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff87884000 -    0x7fff878b0fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <F2A164C7-4813-3F27-ABF7-810A5F4FA51D> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
        0x7fff878b1000 -    0x7fff878befff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff879f3000 -    0x7fff879f3fff  com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff879f4000 -    0x7fff87a09ff7  com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff87a17000 -    0x7fff87a17ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
        0x7fff87a70000 -    0x7fff87aa2ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff87aa3000 -    0x7fff87b2ffff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
        0x7fff87b30000 -    0x7fff87ba4fff  com.apple.ShareKit (1.0 - 323) <9FC7280E-DB42-37F0-AE57-29E28C9B4E16> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
        0x7fff87e5a000 -    0x7fff8828afff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff88315000 -    0x7fff8831cfff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff88324000 -    0x7fff88332ff7  com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
        0x7fff88333000 -    0x7fff883f2fff  com.apple.backup.framework (1.6.1 - 1.6.1) <A7BBE57D-D5E7-39DD-812C-31190159F679> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff884e7000 -    0x7fff884e9fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff88558000 -    0x7fff885d5fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff885d6000 -    0x7fff88616ff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff88658000 -    0x7fff8865dff7  com.apple.ServerInformation (2.0 - 1) <020F4A0E-F1A2-38AE-8F2B-22200CF1FC82> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
        0x7fff8865e000 -    0x7fff88750ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
        0x7fff88754000 -    0x7fff88762ff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff88763000 -    0x7fff88783fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff88784000 -    0x7fff88795ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
        0x7fff88796000 -    0x7fff8879afff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
        0x7fff887c0000 -    0x7fff8880dff3  com.apple.CoreMediaIO (601.0 - 4749) <DDB756B3-A281-3791-9744-1F52CF8E5EDB> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff897b3000 -    0x7fff897bbff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff897bc000 -    0x7fff897d0ff7  com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport

    You may have installed the "Genieo" or "InstallMac" ad-injection malware. Follow the instructions on this Apple Support page to remove it.
    Back up all data before making any changes.
    Besides the files listed in the linked support article, you may also need to remove this file in the same way:
    ~/Library/LaunchAgents/com.genieo.completer.ltvbit.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those you find, remove them as well.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, then you may have one of the other kinds of adware covered by the support article. Follow the rest of the instructions in the article.
    Make sure you don't repeat the mistake that led you to install the malware. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.

Maybe you are looking for

  • HP Envy m6, Updated for Windows 8.1, hard drive needs to reboot

    Hey,  I've just updated my software to get the new Windows 8.1. On completing my updates, I recieved a message saying my hard drive has changed and that I need to reboot it. How do I do this? Do I risk losing my files? HELP HpEnvym6beats

  • Closing Programs running on Iphone3GS

    Hi How can I close any running programs in the background of my Iphone.  My battery seems to be draining quite quickly, I can't tell what is still open. TIA

  • MacBook Pro EFI Firmware Update 1.5.1 Multiple Times

    for about 6 months or longer now I keep getting the same software update every few weeks on my Macbook pro. it's 1.5.1. i've probably installed it 5+ times now, and now I just uncheck the box and do the other updates. how do i get rid of this darn th

  • Re: Still can't sign into Digital Library.

    Hi, I am having the same problem. When I try to log into the digital library I get a message saying email and password don't match. I tried resetting my password, using different browsers, and clearing my browser cache, but have had no luck. Please h

  • RW-50004 when installing EBS R12

    O/S : RHEL 5.5 EBS R12 Hi, I'm trying to install EBS, but I keep running into the following error : RW-50004 : Error code received when running external process. I checked the database creaion log file and it fails to create a database file : ERROR a