Crashes when using corporate proxy and accessing MobileMe mail. Proxy seems to be doing SSL interception

I authenticate to the corporate proxy and then get the following detail about untrusted SSL connected:
"The certificate is not trusted because no issuer chain was provided."
I add an exception so I can continue and then get the same message again except I don't have the option to continue. I can view the cert or cancel. When I choose cancel FF crashes.
Crash signature: nsTArray<nsHttpHeaderArray::nsEntry, nsTArrayDefaultAllocator>::IndexOf<nsHttpAtom, nsHttpHeaderArray::nsEntry::MatchHeader>(nsHttpAtom const&, unsigned int, nsHttpHeaderArray::nsEntry::MatchHeader const&) | nsHttpHeaderArray::GetHeader(nsHttpAtom, nsA...

.me is imap and I doubt it can be set to pop access.  You can go to the iCloud.com website and forward your .me account to a gmail address.

Similar Messages

  • Illustrator crashes when using save as and changing the save location yosemite OS

    I am having a problem with illustrator crashing when using save as to save a file to another location than the one it was previously saved in. It will save to the same location just fine but on macbook pro with yosemite os it crashes immediately when i change the save location.  Tried reinstall and also tried other users and still does it. Any solutions?

    Hi Parisian tiger
    What happens when you try to open any file from the same location where you are saving the file using Save As command ?
    Will it be possible to join a connect session with me ?
    Please do let me know about your time availability ?
    Thanks & Regards,
    Raghuveer Singh
    [email protected]
    Time Zone: +5:30 GMT (IST)

  • IPhone 3gs keeps crashing when using camera app and Facebook

    My iPhone 3Gs is on its last legs, has been for a while, but I can't afford to upgrade just yet.
    It keeps switching off, screen fades to black, when I use both the camera app and Facebook. I then have to reboot. It's not a battery issue, as it happens regardless of whether there's 90% or 9% battery life left, but just seems to happen randomly.
    Today, it crashed when I pressed the shutter 'button' to take a photo, yesterday it was while I was selecting a focus point. Really frustrating, as I use the camera a lot. Facebook crashes the phone randomly, too.
    This morning, I hung up on a call, then the phone died.
    It's running ios5 now but has been doing it for a few months on previous versions of ios, too.
    I've tried restoring to factory settings, but that has done nothing.
    Any help you can give, much appreciated, thanks!

    its not your phone bud im having the same problem to keeps crashing and i know its not that the phone is old unless you call 2days old as got it from apple store buch st glasgow on the 14th dec 2011 its an ios issue im sure as my last 1 updated to ios 5 and it wouldnt read sims no longer after speaking to apple they agreed to replace my handset as they are aware that the ios is frying some 3gs model mines was left a brick ie paper weight so if mines is crashing ect i cant even use the camera as it sticks then switches off apple need to sort this ios 5 out

  • Crashes when using FM drawings and saving to XML (DITA)

    We're having a strange problem with FM 8.0p273 and DITA concerning FM-internal graphics. We would like to create some of our images using the FM drawing tools, so we insert a <fig> element and draw a graphics frame into the <image>'s anchored frame into which we draw our graphics. If we try to save the topic to XML, FM crashes with the message "Internal error 8004, 6343724, 8484240, 0. FrameMaker has detected a serious problem and must quit. [...]".
    Now, the default R/W-rules for DITA topics only contain a "writer facet default" rule which apparently applies only to <image> elements with exactly one facet. However, the Structured Application Developers Guide states:
    "However, if the author used FrameMaker graphic tools to create the objects in the graphic element, you want the file written in QuickDraw PICT format. To accomplish all this, use the following rule:
    element "graphic" {
    is fm graphic element;
    writer anchored frame export to file "$(docname).pic" as "PICT";
    I tried this rule (with the correct element name, of course...), but it makes no difference; FM still crashes with the same error message.
    Does anyone experience the same error, or may this be some kind of misconfiguration in the R/W-rules?

    Marcus,
    When a facet is a referenced external entity, ie. external graphic file, the default behaviour of frame depends on the dtd. If DTD defines attribute "entity", the reference is written out to XML as local entity declaration and entity attribute points to that. If the DTD has file attribute, or as in case of dita, href, Frame writes the external entity reference as an attribute value and no local declaration gets generated.
    Internally frame handles external graphic files as entities, as stated in the dev guide.
    Now, in case where you create a drawing in frame, no external entity exists, so frame has to create the local entity declaration and write the external graphic to file and point to it.
    Since frame converts all the stuff in an anchored frame with drawing elements to single graphic entity.
    So, I did a small test..I modified my topic DTD to support entity approach instead of href, made a small topic in frame with simple drawing (just on straight line). XML looks like (tag marks removed..):
    ?xml version="1.0" encoding="UTF-8"?
    !DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd" [
    !-- Begin Document Specific Declarations --
    !NOTATION cgm SYSTEM ""
    !ENTITY fmimage1 SYSTEM "fmimage11.cgm" NDATA cgm
    <!-- End Document Specific Declarations -->
    and reference to local entity:
    fmimage entity = "fmimage1" fmheight = "1.575in" fmwidth = "5.276in"
    fmalign = "aleft" angle = "0.000" cropped = "0" float = "0"
    nsoffset = "0.000in" position = "below"
    ( I use a specialization in DITA to capture all aspects of a frame anchor and graphics)
    Now, there is no difference and frame cannot know, where the cgm came from (was it a frame drawing or just an cgm graphics file), pointing mechanism is different, but XML parser resolves the local entities anyway, so at the end it's just a file pointer. Well, at least in case of cgm, frame seems to know, when reading back, frame generates two facets the CGM and FrameVector. I don't know what would happen if other format than cgm is used.
    Martti

  • Firefox crashes when using Flash video (and Chrome does too); having uninstalled Flash, it won't reinstall

    Going to youtube crashes my browser; going to youtube with noscript on, and allowing the videos, does the same - as does using google talk's built-in video chat. I assumed something was wrong with Flash, but checking via about:crashes gives me nothing. I downloaded the flash uninstaller from adobe's website but now, when I try to get flash again, the program crashes. Maybe something's wrong with my PC, not with Firefox...but I simply have no idea.
    == This happened ==
    Every time Firefox opened
    == this morning I started up my computer after a supposed crash (although I suspect it was the Vista automatic updater/restarter cropping up while I was asleep). Skype's exe was corrupted and I had to reinstall; then FF wouldn't work with flash.

    As it turns out, Skype also crashes if I try to use video - so I'm forced to confront the possibility that the problem is actually with my PC, or the updates windows has just installed.

  • CreateEnvironment crash when using Oracle 12 and win32

    I am just developing a program basically operates on Oracle database. My OS is win7 32-bit, and when I install oracle 11 and using occi, everything is fine.
    But we want to use latest Oracle version if possible, so we installed Oracle 12 on a remote computer. I downloaded the instant client and use SQL developer to connect to remote database and it's fine. But when I copied the instant client files in my program and rebuilt, it kept saying run-time error. My code is like this:
    #include "include\occi.h"
    using namespace oracle::occi;
    Environment *env = createEnvironment();
    It kept saying createEnvironment raised a SQLException. I thought all files' version should be correct (if not, the linker would report error, which I saw when I firstly copy the dll files in Oracle server - they were 64bit version). Could it be a collision due to I already installed oracle 11? I tried delete the oracle services, exclude my local oracle11 directories in PATH and include the oracle 12 instant client directory, but it still didn't work. Or is it a simply compatible problem on 32-bit OS?
    edit: 1. Someone say it's likely to be environment variable problem, what's needed in instant client mode other than PATH?
    2. I looked at the official OCCI document again (though it's for Oracle 11) and noticed it said instant client requires 4 dlls, oraociei11.dll determines if you are operating in instant client mode. Since I didn't use instant client on Oracle 11 so I didn't copy this file...I tried copy oraociei12.dll to my program directory (along with oci.dll, oraocci12.dll) but it still didn't work
    3. I wonder if I must pass some parameter to createEnvironment because I'm connecting to a remote server?

    Not to respond to your question, but do you really think that "f" is a title for a thread to briefly describe your issue ?
    Please, do a little effort and edit your post to make it more understandable for other members who are willing to help but do not get what "f" means.
    Thank you,
    Nicolas (moderator).

  • Why is there an error 107 SSL connection when using parental controls and accessing webmail?

    All browsers (Safari, Firefox, Chrome) do not allow my parentally controlled child to access gmail accounts. Putting the gmail website address in the permitted websites doesn't make them accessible.

    All browsers (Safari, Firefox, Chrome) do not allow my parentally controlled child to access gmail accounts. Putting the gmail website address in the permitted websites doesn't make them accessible.

  • Firefox crashes after a few minutes when using say Ebay and Yahoo sites. Also internet exploer also does the same. I do not know much about computers please help if possible. Many thanks. PS I have the latest Firefox version

    The problem has just started. I did get a funny windows coming up about 'best video down loader' but I do have that addon already.

    I have too have lost all function to my smart mailboxes upon installing Yosemite. I also lost all my flagged email. Any solutions yet? I will be bummed if I have to recreate my email because I was foolish enough to install this upgrade too soon. Will I ever learn to wait? Ugh.

  • Photoshop CS6 crashes when using burn tool, crop tool, and dodge tool?

    Just recently upgraded from Photoshop CS5.5 64bit to Photoshop CS6 64 bit. Crashes when using burn tool, crop tool, or dodge tool? Thanks for your help!

    Turn off OpenGL in the prefs and update your graphics driver before re-enabling it.
    Mylenium

  • Is it possible to flag e-mails and/or right click an e-mail to mark as read/unread, etc. when using Microsoft Outlook Web Access in Firefox on a Mac?

    Is it possible to flag e-mails and/or right click an e-mail to mark as read/unread, etc. when using Microsoft Outlook Web Access in Firefox on a Mac?
    == This happened ==
    Every time Firefox opened
    == I've never been able to figure out how to do those things in Firefox.

    When you use OWA in something other than IE, you're using OWA lite and no--it is not possible to do either in OWA lite (well, new Exchange stuff makes my answer a little less emphatic but still: pretty much no). Thanks Microsoft. But this guy made it possible to mark unread/read and select all/none:
    http://david-burger.blogspot.com/2008/07/firefox-greasemonkey-outlook-web-access_19.html

  • Premiere is Crashing when using CUDA and dual GTX680

    I am getting consistent crashing when using Premiere in this configuration:
    OSX 10.8.5
    2 x 2.93 GHZ 6-core
    64 GB RAM (32 allocated to CC)
    GUI graphics: ATI Radeon HD 5870
    CUDA GPUs: 2 x NVIDIA GeForce GTX 680 (expansion chasis)
    CUDA Driver version: 5.5.28
    System will freeze when switching to Premiere or on playback with irregularity.  Disabling CUDA hardware acceleration solves issue.
    Here is the Kernel Panic report:
    Interval Since Last Panic Report:  11922612 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    8B84C82D-B83F-C297-7CB2-84377167CBA6
    Wed Apr 30 09:07:58 2014
    panic(cpu 16 caller 0xffffff801ceb8945): Kernel trap at 0xffffff7f9e91bd71, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x00000000000000c0, CR3: 0x000000001971109c, CR4: 0x00000000000206e0
    RAX: 0x0000000000000000, RBX: 0xffffff80b3c01c00, RCX: 0xffffff87239f9014, RDX: 0x0000000000000012
    RSP: 0xffffff87192e3b30, RBP: 0xffffff87192e3b40, RSI: 0x0000000000000005, RDI: 0xffffff80b3c01c00
    R8:  0x0000000008830080, R9:  0x000000000000002f, R10: 0x0000000000000000, R11: 0xffffff8693a180f0
    R12: 0xffffff87239f3000, R13: 0x0000000008830080, R14: 0xffffff8693a18000, R15: 0x0000000000000400
    RFL: 0x0000000000010246, RIP: 0xffffff7f9e91bd71, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x00000000000000c0, Error code: 0x0000000000000000, Fault CPU: 0x10
    Backtrace (CPU 16), Frame : Return Address
    0xffffff87192e37d0 : 0xffffff801ce1d636
    0xffffff87192e3840 : 0xffffff801ceb8945
    0xffffff87192e3a10 : 0xffffff801cecebfd
    0xffffff87192e3a30 : 0xffffff7f9e91bd71
    0xffffff87192e3b40 : 0xffffff7f9e92be7a
    0xffffff87192e3b90 : 0xffffff7f9e92c0a1
    0xffffff87192e3bd0 : 0xffffff7f9e90920a
    0xffffff87192e3bf0 : 0xffffff7f9e931807
    0xffffff87192e3c70 : 0xffffff7f9e8f8416
    0xffffff87192e3de0 : 0xffffff801d26deed
    0xffffff87192e3e40 : 0xffffff801ce988d4
    0xffffff87192e3e80 : 0xffffff801ce20b4d
    0xffffff87192e3eb0 : 0xffffff801ce10448
    0xffffff87192e3f00 : 0xffffff801ce1961b
    0xffffff87192e3f70 : 0xffffff801cea6546
    0xffffff87192e3fb0 : 0xffffff801cecf473
          Kernel Extensions in backtrace:
             com.apple.GeForce(8.1.6)[7C67749B-3B6B-38A9-8203-01A139C21895]@0xffffff7f9e8e1000->0xffff ff7f9e9aefff
                dependency: com.apple.NVDAResman(8.1.6)[EA4F9902-5AAE-3F1D-A846-3796221C8C91]@0xffffff7f9d852000
                dependency: com.apple.iokit.IONDRVSupport(2.3.7)[F16E015E-1ABE-3C40-AC71-BC54F4BE442E]@0xffffff7f9d83 e000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[6C1D646D-7E5E-3D7F-A557-2CBA398FF878]@0xffffff7f9d7b8000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[9928306E-3508-3DBC-80A4-D8F1D87650D7]@0xffffff7f9 d7fb000
    BSD process name corresponding to current thread: Adobe Premiere P
    Mac OS version:
    12F45
    Kernel version:
    Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    Kernel UUID: EA38B02E-2B88-309F-BA68-1DE29F605DD8
    Kernel slide:     0x000000001cc00000
    Kernel text base: 0xffffff801ce00000
    System model name: MacPro5,1 (Mac-F221BEC8)
    System uptime in nanoseconds: 55230373642253
    last loaded kext at 5997022568100: com.apple.driver.AppleUSBCDC 4.1.23 (addr 0xffffff7f9ff33000, size 16384)
    last unloaded kext at 6071655418813: com.apple.driver.AppleUSBCDC 4.1.23 (addr 0xffffff7f9ff33000, size 12288)
    loaded kexts:
    metasan.sandsbd 5.6.0
    metasan.sandsfs 5.6.0
    com.nvidia.CUDA 1.1.0
    tbox.sanefs 2.0.5
    tbox.vpfs 2.0.5
    tbox.vpbd 2.0.5
    tbox.sanebd 2.0.5
    com.logmein.driver.LogMeInSoundDriver 1.0.3
    com.blackmagic-design.desktopvideo.iokit.driver 9.9.3
    com.blackmagic-design.desktopvideo.iokit.framebufferdriver 9.9.
    metasan.sandsdf 5.6.0
    com.Logitech.Unifying.HID Driver 1.2.0
    com.Logitech.Control Center.HID Driver 3.6.0
    com.ATTO.driver.ATTOCelerityFC8 2.0.0
    com.apple.filesystems.smbfs 1.8.4
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOBluetoothSerialManager 4.1.7f4
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.driver.AGPM 100.13.12
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleHDA 2.4.7fc4
    com.apple.driver.AppleUpstreamUserClient 3.5.12
    com.apple.driver.AppleMCCSControl 1.1.11
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.kext.AMDFramebuffer 8.1.6
    com.apple.GeForce 8.1.6
    com.apple.driver.AppleMikeyDriver 2.4.7fc4
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.1.7f4
    com.apple.AMDRadeonAccelerator 1.0.8
    com.apple.driver.ApplePolicyControl 3.4.5
    com.apple.driver.AppleLPC 1.6.3
    com.apple.driver.AppleSMBusPCI 1.0.11d1
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.iokit.SCSITaskUserClient 3.5.6
    com.apple.driver.AppleRAID 4.0.6
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.3.5
    com.apple.driver.AppleFWOHCI 4.9.9
    com.apple.driver.AppleUSBHub 635.4.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.driver.AirPort.Brcm4331 615.20.17
    com.apple.driver.Intel82574L 2.3.0b5
    com.apple.BootCache 34
    com.apple.driver.AppleAHCIPort 2.6.6
    com.apple.driver.AppleUSBEHCI 621.4.6
    com.apple.driver.AppleUSBUHCI 621.4.0
    com.apple.driver.AppleRTC 1.5
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleACPIButtons 1.8
    com.apple.driver.AppleSMBIOS 1.9
    com.apple.driver.AppleACPIEC 1.8
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 214.0.0
    com.apple.nke.applicationfirewall 4.0.39
    com.apple.security.quarantine 2.1
    com.apple.driver.AppleIntelCPUPowerManagement 214.0.0
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.5.6
    com.apple.driver.DspFuncLib 2.4.7fc4
    com.apple.iokit.IOSurface 86.0.4
    com.apple.nvidia.gk100hal 8.1.6
    com.apple.NVDAResman 8.1.6
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.1.7f4
    com.apple.driver.AppleSMBusController 1.0.11d1
    com.apple.iokit.IOAcceleratorFamily 74.15
    com.apple.iokit.IOAudioFamily 1.9.2fc7
    com.apple.kext.OSvKernDSPLib 1.12
    com.apple.iokit.IOSerialFamily 10.0.6
    com.apple.driver.AppleHDAController 2.4.7fc4
    com.apple.iokit.IOHDAFamily 2.4.7fc4
    com.apple.driver.AppleGraphicsControl 3.4.5
    com.apple.iokit.IONDRVSupport 2.3.7
    com.apple.kext.AMD5000Controller 8.1.6
    com.apple.kext.AMDSupport 8.1.6
    com.apple.iokit.IOGraphicsFamily 2.3.7
    com.apple.driver.AppleSMC 3.1.5d4
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.4.1d13
    com.apple.iokit.IOFireWireIP 2.2.5
    com.apple.driver.AppleUSBHIDKeyboard 170.2.4
    com.apple.driver.AppleHIDKeyboard 170.2.4
    com.apple.driver.IOBluetoothHIDDriver 4.1.7f4
    com.apple.iokit.IOBluetoothFamily 4.1.7f4
    com.apple.iokit.IOUSBHIDDriver 623.4.0
    com.apple.driver.AppleUSBMergeNub 621.4.6
    com.apple.driver.AppleUSBComposite 621.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.5.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAHCISerialATAPI 2.5.5
    com.apple.iokit.IOSCSIParallelFamily 2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.5.6
    com.apple.iokit.IO80211Family 530.5
    com.apple.iokit.IOUSBUserClient 630.4.4
    com.apple.iokit.IONetworkingFamily 3.0
    com.apple.iokit.IOAHCIFamily 2.5.1
    com.apple.iokit.IOUSBFamily 635.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 1.8.1
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 220.3
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.DiskImages 345
    com.apple.iokit.IOStorageFamily 1.8
    com.apple.driver.AppleKeyStore 28.21
    com.apple.driver.AppleACPIPlatform 1.8
    com.apple.iokit.IOPCIFamily 2.8
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    Model: MacPro5,1, BootROM MP51.007F.B03, 12 processors, 6-Core Intel Xeon, 2.93 GHz, 64 GB, SMC 1.39f11
    Graphics: ATI Radeon HD 5870, ATI Radeon HD 5870, PCIe, 1024 MB
    Graphics: NVIDIA GeForce GTX 680, NVIDIA GeForce GTX 680, PCIe, 4096 MB
    Graphics: NVIDIA GeForce GTX 680, NVIDIA GeForce GTX 680, PCIe, 4096 MB
    Memory Module: DIMM 1, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A534631473732505A2D3147344D3120
    Memory Module: DIMM 2, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A534631473732505A2D3147344D3120
    Memory Module: DIMM 3, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A535A4631473732505A2D3147344431
    Memory Module: DIMM 4, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A535A4631473732505A2D3147344431
    Memory Module: DIMM 5, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A534631473732505A2D3147344D3120
    Memory Module: DIMM 6, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A534631473732505A2D3147344D3120
    Memory Module: DIMM 7, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A535A4631473732505A2D3147344431
    Memory Module: DIMM 8, 8 GB, DDR3 ECC, 1333 MHz, 0x802C, 0x33364A535A4631473732505A2D3147344431
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.100.17)
    Bluetooth: Version 4.1.7f4 12974, 3 service, 21 devices, 3 incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    Network Service: Ethernet 2, Ethernet, en1
    Serial ATA Device: HL-DT-ST DVD-RW GH61N
    Serial ATA Device: ST2000DM001-9YN164, 2 TB
    Serial ATA Device: APPLE SSD TS512B, 500.28 GB
    Serial ATA Device: Hitachi HDS5C3020ALA632, 2 TB
    Serial ATA Device: Hitachi HDS5C3020ALA632, 2 TB
    Serial ATA Device: ST2000DM001-9YN164, 2 TB
    Fibre Channel Device: SCSI Target Device @ 0
    Fibre Channel Device: SCSI Target Device @ 1
    USB Device: USB 2.0 HUB
    , 0x2109  (VIA Labs, Inc.), 0x2812, 0xfa200000 / 2
    USB Device: USB 2.0 HUB
    , 0x2109  (VIA Labs, Inc.), 0x2812, 0xfa230000 / 5
    USB Device: element-Tk, 0x04d8  (Microchip Technology Inc.), 0xfa1c, 0xfa234000 / 10
    USB Device: PTK-840, 0x056a  (WACOM Co., Ltd.), 0x00ba, 0xfa233000 / 9
    USB Device: element-Bt, 0x04d8  (Microchip Technology Inc.), 0xfa1f, 0xfa231000 / 8
    USB Device: element-Mf, 0x04d8  (Microchip Technology Inc.), 0xfa1a, 0xfa232000 / 7
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfa220000 / 4
    USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfa222000 / 6
    USB Device: element-Kb, 0x04d8  (Microchip Technology Inc.), 0xfa1e, 0xfa210000 / 3
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x5a100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x5a110000 / 3
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52b, 0x3a200000 / 2
    USB Device: USB DONGLE, 0x096e, 0x0201, 0x1d100000 / 2
    FireWire Device: built-in_hub, 800mbit_speed

    Brandon Kraemer wrote:
    Jeff,
    The ATI card is the GUI interface, it can't be disabled.  GTX cards are dedicated to processing (DaVinci Resolve setup).  Are there known issues with setups using both ATI and NVidia CUDA cards?
    I actually rolled back the CUDA drivers do to this same issue.  Recent version of the drivers had the same issue.
    bk
    Yeah, typically dual video card setups that involve cards or chips from different manufacturers will choke Pr.  Typical issue is with laptops that have on-board Intel graphics chips and also have ATI or nVidia graphics adapters.  I don't have any answers or workarounds for you if that's your issue.  To see if the different manufacturer thing is the issue, try temporarily disabling the nVidia cards and using hardware-accelerated Mecury Playback with the ATI card and OpenCL.  (I'm not a Mac guy, so I don't know if the GUI card can be used for other video processing.)
    Jeff

  • Where are my designs stored when using Adobe CC and can i access them if i cancel ?

    where are my designs stored when using Adobe CC and can i access them if i cancel ?

    This is answered in the CC FAQ: http://www.adobe.com/products/creativecloud/faq.html

  • PSE crashes when using the Detail Smart Brush  plenty of memory and speed -please advise

    PSE crashes when using the Detail Smart Brush  plenty of memory and speed -please advise

    I have a similar thing happening here, but on my aging iMac8,1 (3.06, 6 gigs of ram, plenty of internal and external scratch space) No wacom here, a Logitech mouse though, running via USB overdrive.
    With me it's undos that are typically causing the hang, and as such, I notice it happening and don't keep clicking around. It hangs for anywhere from 30 seconds to 3 minutes or so and then I can continue working.  Once, it was happening on a document I had open for a while, once it was occurring on a file I opened, made an errant click, and hit undo.  This was a 46.6 MB CMYK tif. I also had it occur while drawing a simple selection with the polygonal lasso - each time it would hang on the third click.  That time, it would unhang, but then the selection would be all messed up and not display what was being selected.
    Each time it happens, I see photoshop pinned at 99-100% in iStat.  Doesn't seem to be related to running out of memory, as there is usually a good amount free when it's happening.  I tried using the internal drive as the swap, and that didn't seem to matter.
    I've been forced to go back to CS5 for the time being, but would love to see this solved.  Is there any further info I could provide?

  • Flash crashing when using Command + Option + S for Scale and Rotate?

    Flash crashing when using Command + Option + S for Scale and Rotate?
    It's happening to me when I use those hotkeys
    Please let me know if it's happening to you too.
    I don't know the cause but I need a fix.
    I'm using Adobe FLASH cs6 for Mac
    My computer:
    Mac mini
    Mid 2011
    Software  OS X 10.8.1 (12B19)
    -Line

    With all due respect to your totally coindescending reply, this is a bug in Flash. Happens every 4-5 times I use that menu item. Been happening for months, but  we just installed a Brand new iMac (1/13). Quadcore 3.4 16G RAM and 1TB Fusion drive. Fresh install of CS6. Not running any other 3rd Party Software. Problem STILL happens in new Flash docs with small, simple vector Graphics.
    So instead of blaming the users computers, how about you guys just fix the effin' problem? Thanks.

  • Lion crashes when using Firefox and Safari, have found a fix for this.  I can't believe they would just let us hang.  Very frustrated.

    How do I fix frequent crashes when using Firefox or Safari???  I see a lot of people have this problem...is there a solution yet?

    Try posting in Safari forum, you'll get better help there.
    https://discussions.apple.com/community/mac_os/safari

Maybe you are looking for