CS2 Bridge crashes after using Find function

I have been using the same set-up at work for 2.5 years - CS2 on OS10.3.9. No new software/hardware has been added (that I know of). In the last few weeks, whenever I use the Find function in Bridge, it usually manages to complete the search, then crashes. It seems to be getting worse, as the crash now happens almost immediately the search is completed, whereas previously it usually waited until I could at least see the results. Any suggestions of why this is happening or what I can do to fix it?

Hi,
you made a mistake. Instead of
jbyte * pMin=(jbyte *)(*jEnv)->GetByteArrayElements(jEnv,testByteArray,0);should be
jbyte * pMin=(jbyte *)jEnv->GetByteArrayElements(testByteArray,0);this is C++ style.
Or C style
jbyte * pMin=(jbyte *)GetByteArrayElements(jEnv, testByteArray,0);If you get a pointer to some java array you should release it after using:
jbyte * pMin=(jbyte *)(*jEnv)->GetByteArrayElements(testByteArray,0);
(*jEnv)->ReleaseByteArrayElements(testByteArray,pMin,0);

Similar Messages

  • How can I execute program after using F4_Filename function?

    Hi all,
    I'm a new user on the forum. I've been working with ABAP and SAP for a few weeks. I wrote a program for importing data from excel file to SAP using BDC. During searching this forum I found information about F4_Filename function which allows users to browse the disc for a file. I'd like to add this function to my program. I have a parameter for a file name but this is an ordinary static string field. When I added the code which I found in the message on this forum the rest of program doesn't execute.
    This is simple program for example:
    REPORT  Z_TEST8_AB.
    DATA f_name TYPE STRING.
    PARAMETERS p_file like rlgrap-filename DEFAULT 'c:\test.xls'.
    f_name = p_file.
    write:/ f_name.
    This program works correctly. There is a field for parameter. I can change the default name for a file.
    After all, I can run the program (F8) and rest of the code is executed. The field for parameter dissapears from the screen and the file name is displayed. ( command write)
    Now I added a function F4_Filename
    REPORT  Z_TEST8_AB.
    DATA f_name TYPE STRING.
    PARAMETERS p_file like rlgrap-filename DEFAULT 'c:\test.xls'.
    at selection-screen on value-request for p_file.
      call function 'F4_FILENAME'
           exporting
                program_name  = syst-repid
                dynpro_number = syst-dynnr
                field_name    = 'p_file'
           importing
                file_name     = p_file.
    f_name = p_file.
    write:/ f_name.
    I can browse a computer for a file now but after selecting the file I can't run the rest of the code. When I click on the icon or press key F8 the field for parameter doesn't dissapier and the command write is not executed.
    What do I do wrong?
    Could anyone suggest me a solution? How can I executed the code after using this function?
    Thanks in advance.
    Regards,
    Arek.

    Hi arkadiusz,
    1. simple
    2.
    <b>start-of-selection.</b>
    f_name = p_file.
    write:/ f_name.
    regards,
    amit m.

  • TS1702 My problem started after installing smartsync which is supposed to sync my phone with the profilepage photos of my friends in facebook. All my apps crash after using them for awhile. I have remove the smartsync app but my phone still behaves the sa

    My problem started after installing "smartsync app" which is supposed to sync my phone with the profilepage photos of my friends in facebook. All my apps crashed after using them for awhile.While using my apps, they will black out after a little while and the phone returns to the starting page. I have removed the smartsync app but my phone still behaves the same way. At the same time the dates that accompany my messages changed to another language. How can these be rectified?

    Eek.  Sounds like something in the app caused some serious software issues.  You can try a hard reset, but I'd imagine you're probably going to have to do an iTunes restore to get it running right again.

  • Safari loads and the crashes after using Private Browsing

    I am finding that Safari won't load after using private browsing. After switching off private browsing, I load Safari but as soon as it appears on the screen, it crashes. No matter how many times I start it up, it will always disappera.
    The only way to fix it is to shut down and then start up the iPad again.
    Anyone know why this is happening?

    If you search the discussion site, you will find a number of threads regarding crashing issues with Safari since the iOS 5 update. It seems to be more prevalent in the iPad 1 - which I have and I experience crashes as well - but I have seen no definitive solution.
    I have read that from some users that you should turn off bookmark syncing with iCloud, turn off private browsing, restart the iPad .... but nothing I have tried has eliminated the problem.
    For now, it seems to be - whatever works for you is the "fix" until it really gets fixed.

  • Photoshop CS2 keeps crashing after recent migration

    Hi... just migrated my files to a new iMac and after a day of running fine, PS CS2 keeps crashing.  It launches, but crashes quickly and randomly... sometimes allowing me to open a file and work on it for a minute and save it, other times when trying to go back to PS from another program.
    Help!!

    Hi, I have the same problem with my Photoshop CS2 crashing on my Mac OS 10.6.3. I removed Photoshop, reinstalled and then installed the latest update (9.0.2) and it still doesn't work. Every time I open Photoshop, it almost completes opening and then it dies, giving me the following Photoshop quite unexpectedly error. Please help!
    Process:         Adobe Photoshop CS2 [1765]
    Path:            /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2
    Identifier:      com.adobe.Photoshop
    Version:         9.0.2 (9.0.2x312 [20060822.902x312 02:00:00 cutoff]9.0.2x311) (9.0.2)
    Code Type:       PPC (Translated)
    Parent Process:  launchd [122]
    Date/Time:       2010-12-21 17:52:20.949 -0700
    OS Version:      Mac OS X 10.6.3 (10D575)
    Report Version:  6
    Interval Since Last Report:          272883 sec
    Crashes Since Last Report:           9
    Per-App Interval Since Last Report:  62 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      6A487E1D-9C0B-4F52-8C82-36359E7FFDB7
    Exception Type:  EXC_CRASH (SIGILL)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib             0x8023656a __pthread_kill + 10
    1   libSystem.B.dylib             0x80235e17 pthread_kill + 95
    2   com.adobe.Photoshop           0xb80f5a71 gettimeofday_wrapper + 37593
    3   ???                           0x324d4b8f 0 + 843926415
    Thread 1:
    0   libSystem.B.dylib             0x801402fa mach_msg_trap + 10
    1   libSystem.B.dylib             0x80140a67 mach_msg + 68
    2   com.adobe.Photoshop           0xb819440f CallPPCFunctionAtAddressInt + 206231
    3   libSystem.B.dylib             0x8016da19 _pthread_start + 345
    4   libSystem.B.dylib             0x8016d89e thread_start + 34
    Thread 2:
    0   com.adobe.Photoshop           0xb815acc0 spin_lock_wrapper + 90152
    1   com.adobe.Photoshop           0xb8179c5b CallPPCFunctionAtAddressInt + 97763
    2   com.adobe.Photoshop           0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop           0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop           0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop           0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop           0xb801ceb7 0xb8000000 + 118455
    Thread 3:
    0   com.adobe.Photoshop           0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop           0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop           0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop           0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop           0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop           0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop           0xb801ceb7 0xb8000000 + 118455
    Thread 4:
    0   com.adobe.Photoshop           0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop           0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop           0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop           0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop           0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop           0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop           0xb801ceb7 0xb8000000 + 118455
    Thread 5:
    0   com.adobe.Photoshop           0xb815aa8b spin_lock_wrapper + 89587
    1   com.adobe.Photoshop           0xb818c3eb CallPPCFunctionAtAddressInt + 173427
    2   com.adobe.Photoshop           0xb818eeec CallPPCFunctionAtAddressInt + 184436
    3   com.adobe.Photoshop           0xb80e88cb 0xb8000000 + 952523
    4   ???                           0x8aace246 0 + 2326585926
    Thread 6:
    0   com.adobe.Photoshop           0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop           0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop           0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop           0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop           0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop           0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop           0xb801ceb7 0xb8000000 + 118455
    Thread 7:
    0   com.adobe.Photoshop           0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop           0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop           0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop           0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop           0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop           0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop           0xb801ceb7 0xb8000000 + 118455
    Thread 8:
    0   com.adobe.Photoshop           0xb815a8ff spin_lock_wrapper + 89191
    1   com.adobe.Photoshop           0xb8176e5d CallPPCFunctionAtAddressInt + 85989
    2   com.adobe.Photoshop           0xb80c6b13 0xb8000000 + 813843
    3   com.adobe.Photoshop           0xb80c0037 0xb8000000 + 786487
    4   com.adobe.Photoshop           0xb80dd8e8 0xb8000000 + 907496
    5   com.adobe.Photoshop           0xb8145397 spin_lock_wrapper + 1791
    6   com.adobe.Photoshop           0xb801ceb7 0xb8000000 + 118455
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x802f74e0  ecx: 0xb7fffa6c  edx: 0x8023656a
      edi: 0xb81f8714  esi: 0x00000004  ebp: 0xb7fffa98  esp: 0xb7fffa6c
       ss: 0x0000001f  efl: 0x00000286  eip: 0x8023656a   cs: 0x00000007
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x80236560
    Binary Images:
    0x80000000 - 0x8005bff7  com.apple.framework.IOKit 2.0 (???) <69E4FE93-376C-565E-650F-04FAD213AA24> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x8007a000 - 0x800e4fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x8013f000 - 0x802e4feb  libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib
    0x80364000 - 0x804ddffb  com.apple.CoreFoundation 6.6.1 (550.19) <1E97FB1E-9E42-B8EB-E463-5C75315FDA31> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x805d5000 - 0x805e3fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <82B2C254-6F8D-7BEA-4C18-038E90CAE19B> /usr/lib/libz.1.dylib
    0x805e8000 - 0x805f4ff7  libkxld.dylib ??? (???) <13F26BB6-C2F7-9D74-933E-09AD8B509ECD> /usr/lib/system/libkxld.dylib
    0x805f8000 - 0x8063eff7  libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x8064b000 - 0x807cdfe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <96A45E03-2B29-83EB-0FC6-2C932E398722> /usr/lib/libicucore.A.dylib
    0x8082f000 - 0x808dcfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x808f0000 - 0x808f3fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <5C229EB2-F7CA-A638-41B6-5755DE940108> /usr/lib/dyld
    0xb8000000 - 0xb81defff +com.adobe.Photoshop 9.0.2 (9.0.2x312 [20060822.902x312 02:00:00 cutoff]9.0.2x311) (9.0.2) <C6CB6BA8-8BA2-8F0A-4A49-912B00D2FF10> /Applications/Adobe Photoshop CS2/Adobe Photoshop CS2.app/Contents/MacOS/Adobe Photoshop CS2
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib
    Translated Code Information:
    objc[1765]: garbage collection is ON
    NO CRASH REPORT
    Model: MacBook5,1, BootROM MB51.0073.B02, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB, SMC 1.32f6
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.1f4, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK2553GSX, 232.89 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS21N
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
    USB Device: BCM2045B2, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06110000

  • Applications Crash After Use Of Open/Save/Pick File or Folder Dialog

    Hi, all.
    This has been a problem since I installed 10.6 (the day it was released).
    The 10.6.1 helped somewhat, but this is still a real problem.
    I'll describe what happnes:
    I'll be in a program (any program: MS Word, TextEdit, Safari, anything) and I'll use any of the following dialogs:
    -Open
    -Save Pick
    --a-file
    -Pick-a-folder
    or anything like that.
    Then, never during the time I'm using the dialog, always soon (there's often a delay of a few seconds) afterward, I'll get a message saying that the program quit unexpectedly. It says that an error report has been sent, and gives me the option the reopen the program or ignore the quit. (Except MS Word; it has it's own error reporting system).
    Now, this is a BAD program because it happens when I save something.
    It is important for me to note that this doesn't happen all the time. Some programs seem more stable than others, and some file formats (the one I select) stabler than others. Also, it seems that (at least with Safari) I can do things to reduce the likelihood of this crash happening. Sometimes opening using Rosetta helps. Sometimes 64-Bit helps. Sometimes disabling the cache helps.
    It all seems pretty random.
    Bottom line: this is REALLY annoying, especially when it occurs after use of the save dialog. Apple needs to fix this.
    Is there a way for me to fix this myself?
    Apple Hardware Test comes out clean. No problems with my startup disk, as far as I know.
    It is nice to have QuickLook available in these dialogs, but if that's what's causing the problem, it'd be worth it to me to disable it. Any way to do that, just to try?
    Anyone have any other ideas?
    Thanks!
    -Nate

    Thanks for the reply and info!
    All right, so I found crash reports for each recent such crash.
    Here's the most recent one, caused by either an open or a save (I can't remember which) dialog. I think I clicked Cancel on that dialog, but it crashed anyway. Here's the part of the log you mentioned (Sorry for the links in that, they aren't supposed to be there, and I sure didn't make them myself):
    The .crash file can be found here.
    Process: TextEdit [550]
    Path: /Applications/TextEdit.app/Contents/MacOS/TextEdit
    Identifier: com.apple.TextEdit
    Version: 1.6 (264)
    Build Info: TextEdit-2640000~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [93]
    Date/Time: 2009-10-10 08:09:47.315 -0700
    OS Version: Mac OS X 10.6.1 (10B504)
    Report Version: 6
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff85b7eff6 __kill + 10
    1 libSystem.B.dylib 0x00007fff85c20072 abort + 83
    2 libSystem.B.dylib 0x00007fff85b37095 free + 128
    3 com.apple.DesktopServices 0x00007fff8571fcbe TFSInfo::~TFSInfo() + 38
    4 com.apple.DesktopServices 0x00007fff85720195 TFSInfo::RemovePtrReference() + 37
    5 com.apple.DesktopServices 0x00007fff85738114 TNode::IsUnresolved() const + 52
    6 com.apple.DesktopServices 0x00007fff8572cc40 TNode::SetAliasTarget(TNodePtr const&, bool) + 246
    7 com.apple.DesktopServices 0x00007fff8575c185 TNode::ClearAliasTarget(bool) const + 55
    8 com.apple.DesktopServices 0x00007fff8575ceca TNode::RemoveSelf(TNodeEventPtrSet&) + 170
    9 com.apple.DesktopServices 0x00007fff8575d347 TNode::RemoveAllChildren(bool, TNodeEventPtrSet&) + 473
    10 com.apple.DesktopServices 0x00007fff8575d400 TNode::RecursivelyRemoveAllChildren(bool) const + 72
    11 com.apple.DesktopServices 0x00007fff8575dc8a TNode::Finalize(TNodePtr*&) + 58
    12 com.apple.DesktopServices 0x00007fff8575df09 TNode::Finalize() + 229
    13 com.apple.DesktopServices 0x00007fff85775dd4 NodeContextClose + 466
    14 com.apple.AppKit 0x00007fff8645e73b _NSSavePanelContextEnd + 66
    15 com.apple.Foundation 0x00007fff8003b500 __NSFireDelayedPerform + 404
    16 com.apple.CoreFoundation 0x00007fff82207a78 __CFRunLoopRun + 5480
    17 com.apple.CoreFoundation 0x00007fff8220603f CFRunLoopRunSpecific + 575
    18 com.apple.HIToolbox 0x00007fff8315dc4e RunCurrentEventLoopInMode + 333
    19 com.apple.HIToolbox 0x00007fff8315da53 ReceiveNextEventCommon + 310
    20 com.apple.HIToolbox 0x00007fff8315d90c BlockUntilNextEventMatchingListInMode + 59
    21 com.apple.AppKit 0x00007fff85db1520 _DPSNextEvent + 718
    22 com.apple.AppKit 0x00007fff85db0e89 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    23 com.apple.AppKit 0x00007fff85d76a7d -[NSApplication run] + 395
    24 com.apple.AppKit 0x00007fff85d6f798 NSApplicationMain + 364
    25 com.apple.TextEdit 0x0000000100000fb8 0x100000000 + 4024
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff85b49b16 kevent + 10
    1 libSystem.B.dylib 0x00007fff85b4ba19 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff85b4b6d6 dispatch_queueinvoke + 195
    3 libSystem.B.dylib 0x00007fff85b4b1f6 dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff85b4ab28 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff85b4a9c5 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff85b4a94a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff85b4ad5c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff85b4a9c5 start_wqthread + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff85b4a94a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff85b4ad5c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff85b4a9c5 start_wqthread + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff85b749f2 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff82228252 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff85b69f66 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff85b69e19 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x0000000000000004 rcx: 0x00007fff5fbfe2c8 rdx: 0x0000000000000000
    rdi: 0x0000000000000226 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfe2e0 rsp: 0x00007fff5fbfe2c8
    r8: 0x0000000000000e03 r9: 0x0000000000000000 r10: 0x00007fff85b7b036 r11: 0x0000000000000206
    r12: 0x0000000100847600 r13: 0x0000000100043000 r14: 0x0000000000000000 r15: 0x00000001001bad10
    rip: 0x00007fff85b7eff6 rfl: 0x0000000000000206 cr2: 0x0000000100401000
    And, now that you mention it, yes: there are aliases in the CrashReporter folder to some of the crash files in the DiagnosticReports folder. Oddly, only those that belong to AppleScript Editor are present.
    As for the system.log:
    Here's what happens right after one of the crashes (Again, sorry for the mystery links):
    Oct 10 17:30:15 nathan-greensteins-macbook com.apple.launchd.peruser.501[97] ([0x0-0x36036].com.apple.TextEdit[463]): Job appears to have crashed: Segmentation fault
    Oct 10 17:30:16 nathan-greensteins-macbook ReportCrash[546]: Saved crash report for TextEdit[463] version 1.6 (264) to /Users/ngreenst/Library/Logs/DiagnosticReports/TextEdit2009-10-10-173016nathan-greensteins-macbook.crash
    So, what's a Segmentation Fault? That looks like the problem right there.
    Thanks again!
    -Nate

  • Adobe Reader XI crashes when using find (command F)

    I have a Mac with intel 10.9 and Adobe crashes everytime I use find. I get the pinwheel loading symbol and then Adobe ALWAYS crashes. Is there a way I can fix this?

    This problem has not been addressed for a long time.  Every time it happened, I reported it.  Each time I had to start activity monitor and force quit Adobe reader.  I uninstalled and reinstalled Adobe Reader and the problem persisted  
    I did find a bypass.
    Open the Applications folder
    Select Adobe Reader
    Right click and move Adobe Reader to Trash
    Find a PDF file in the finder and double click.
    The PDF file will open in Preview and the Find command will work.
    I will check back periodically to see if Adobe had fixed the problem.  So far I have not found any feature unique to Adobe Reader that I cannot live without

  • Adobe Premiere Pro CS5.5 crashes after using "File"-Menu

    Adobe Premiere Pro CS5.5
    Hello,
    As of yesterday, can the "File" menu no longer operate. Other submenus can not be done. The program crashes after.
    I have been three times the program is uninstalled and reinstalled. No improvement.
    Yesterday I drove down the PC and there were 21 Windows updates, are there perhaps relationships?
    Who can help me?
    Gerd

    Update! - FIX...
    Spent about 5 hours working with a 2nd level Adobe Support tech and we were able to track down the error. You’re not going to believe this.
    Adobe Premiere was the only application affected by the bug. AF, Encore, Audition were all able to open a WAV file with no problem. Premiere would lock up (Not Responding) as soon as you tried to open a WAV file.
    Come to find out it was not an Adobe problem after all. I installed the Smart Sound plugins in June/July of this year and that plugin was the issue. Once it was removed I could import Wav files again.
    Smart Sound has upgraded the plugin and the new plugin works just fine.
    My thanks to the Adobe tech who stayed with the problem until it was resolved. And I suggested to the SmartSound tech that they find a better way to notify users when they find a bug of this magnitude. But you might guess how well that was revived.

  • 7.1 EAS server crashing after using migration wizard

    We have 7.1 Essbase installed with EAS running on a Unix box and the Essbase server running on NT. If we use the migration wizard the EAS server crashes after the migration has run. Has anyone else experienced similar problems ?

    Problem solved. The .sec file was copied from a different server and the database storage settings referred to a drive letter that was not available on the 7.1 box. This caused the app to crash and brought down the EAS box as well. I guess I'm a bit surprised that this type of problem causes EAS to terminate as well, given that (most types) of database corruption don't cause 6.x Essbase servers to terminate.

  • Restoring contacts after using find my iphone

    Hi,
    I deleted my partners contacts by using find my iphone, he has never sync on my pc or used icloud. is there anyway he can restore his contacts.
    thanks

    hi reset it go back to your email and find recovery try to thick forgot password but do restore if you cant do this

  • Iphoto crashing after using mini-dvi to video adapter

    Hi, IPhoto on my Macbook is crashing. I can open it, then as soon as I scroll down it locks up and I have to force quit.
    This started happening right after I used a Mini-DVI to Video Adapter cable to hook my macbook up to my TV. The adapter/s-video connection worked and I was able to see the video on the tv. But iphoto immediately locked up the computer when I went to slide show and now it locks every time I open it.
    Any ideas?
    Thank you:)
    Dorothy

    It means that the issue resides in your existing Library.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • Adobe Bridge crashing after updating to Yosemite

    Adobe Bridge CC crashes my iMAC 27" forcing a restart since updating to Yosemite. Bridge will launch okay if i am seeing images in thumnail view, switch folders and show images, but pressing the space bar for a full screen preview results in a grey screen for a few seconds followed by an OS message that the system has crashed and needs to restart.
    This has happened over as many times i tried opening files in Adobe Bridge, by pressing spacebar by defult the images open fulllsceen but now imac restarts.
    I have sent 4 times report to apple but no luck.
    Using a
    Imac 27 inch  late 2012, OS X Yosemite 10.10
    3.2 Ghz inter Core i5
    32GB 1600 Mhz DDR3
    NVIDIA GeForce GTX 675MX 1024 MB
    Thanks
    www.RobinSaini.com

    Try a restart.
    Do a backup, using either Time Machine or a cloning program, to ensure files/data can be recovered. Two backups are better than one.
    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    Try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up after waiting 10 seconds. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear and again when you log in. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don’t do them all at once.
    Safe Mode - Mavericks
    Safe Mode - About

  • Lightroom gets slugish then crashes when useing masking function

    When masking in lightroom 4.3 and 4.4 the program will start slowing down then either crash or will freeze up. This is hapening on two mac pro machines a dual quadcore with 16 gigs of memory and almost 2 terrabites of  free disc space that my assistant works on and a dual six core mac with 4 terrabites free disc space and 28 gigs of ram that I work on. Both machines indicate the ram is functioning properly. Im running os10.8.5 and it is up to date. I am abut to reinstail Lightroom on the dual quad core machine.
    The task monitor indicates 7.99 gigs of ram still available when the program starts to lag severley taking 16 seconds to draw a 1:1 preview and 2-3 seconds to update a mask.
    Is there a limit to the number of masks or the mask adjustments?
    Does anyone have any insite?

    Photoshop does have vastley more tools and options and has much more precision but it is a destructive tool when it comes to adjusting color. the raw file is data before a curve has been aplied so it just re-aranges the existing data. When you adjust in photoshop you change the data by either adding to it or subtracting from it and that destroys the data. Photoshop definatley has its place in a profesional workflow, you are right. I spend 90% of my time with PS but I start in LR.
    By doing the large color adjustments in lightroom the data just gets rearranged and you get a much more acurate file to work with in PS.
    There are things that have to be done to a raw file in LR before it enters PS if you want the highest quality file to work with in PS. Things like sharpening, noise, contrast & color adjustment, color aberation control all have to be aplied to the raw file beore it enters into PS. PS is to precisley fine-tune these things for final application of the file. I would love to have a raw converter that had the functionality of PS, but I cant find one.
    Lightroom doesen't use but a small part of my processor when it is stalling. The problemb is the software not my computer acording to the task manager on my computer.
    I would love to know how to let LR use all the resources in my 2 x 6 core processors I will give it all the ram I could feed it but it wont use it. The max it will use is just over 8 megs of ram.

  • Photoshop CC crashes after using the quick mask tool

    After every time I've used the quickmask tool Photoshop crashes, can anyone help me with a solution to this? Until then Photoshop is useless to me...
    Here is the log:
    Felet uppstod i programmet med namn: Photoshop.exe, version 14.2.1.570, tidsstämpel 0x52f4a9f2
    , felet uppstod i modulen med namn: Photoshop.exe, version 14.2.1.570, tidsstämpel 0x52f4a9f2
    Undantagskod: 0xc0000005
    Felförskjutning: 0x000000000122400d
    Process-ID: 0x1c94
    Programmets starttid: 0x01cf6324dbf7d741
    Sökväg till program: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Photoshop.exe
    Sökväg till modul: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Photoshop.exe
    Rapport-ID: 91b8ba66-cf18-11e3-8b56-88532ea78fc7
    And here is the system information
    Adobe Photoshop version: 14.2.1 (14.2.1 20140207.r.570 2014/02/07:23:00:00) x64
    Operativsystem: Windows 7 64 bitar
    Version: 6.1 Service Pack 1
    Systemarkitektur: Intel Datorfamilj:6, Modell:10, Version:7 med MMX, SSE-heltal, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Antal fysiska processorer: 2
    Antal logiska processorer: 4
    Processorhastighet: 2793 MHz
    Inbyggt minne: 8086 MB
    Ledigt minne: 2831 MB
    Minne tillgängligt för Photoshop: 7066 MB
    Minne som används av Photoshop: 60 %
    Plattstorlek för bild: 128K
    Bildcache-nivåer: 1
    Förhandsgranskning av teckensnitt: Mellan
    TextComposer: Latin
    Visa: 1
    Visa gränser: överst= 0 till vänster= 0, nederst= 1080 till höger= 1920
    OpenGL: Aktiverad.
    Tillåt gamla GPU-verktyg för OpenGL: Ej upptäckt.
    Ritningsläge för OpenGL: Avancerat
    Tillåt normalt OpenGL-läge: Sant.
    Tillåt avancerat OpenGL-läge: Sant.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    NumGPUs=1
    gpu[0].OGLVersion="3.0"
    gpu[0].MemoryMB=2048
    gpu[0].RectTextureSize=16384
    gpu[0].Renderer="GeForce GT 525M/PCIe/SSE2"
    gpu[0].RendererID=3573
    gpu[0].Vendor="NVIDIA Corporation"
    gpu[0].VendorID=4318
    gpu[0].HasNPOTSupport=1
    gpu[0].DriverVersion="9.18.13.3523"
    gpu[0].Driver="nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um"
    gpu[0].DriverDate="20140304000000.000000-000"
    gpu[0].CompileProgramGLSL=1
    gpu[0].TestFrameBuffer=1
    gpu[0].OCLPresent=1
    gpu[0].OCLVersion="1.1"
    gpu[0].CUDASupported=1
    gpu[0].CUDAVersion="6.0.1"
    gpu[0].OCLBandwidth=2.41705e+010
    gpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="4.40 NVIDIA via Cg compiler"
    gpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[16384]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[4]
    gpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[192]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[32]
    gpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[32]
    gpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[4096]
    gpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[2048]
    gpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[124]
    gpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    gpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    gpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    gpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    gpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=1
    Licenstyp: Prenumeration
    Serienummer: 96040502222323914934
    Programmapp: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\
    Tillfällig filsökväg: C:\Users\Jon\AppData\Local\Temp\
    Photoshops virtuella minne har asynkron I/O aktiverad
    Volym(er) för virtuellt minne:
      C:\, 679,0G, 184,8G fritt
    Mappen Nödvändiga plugin-program: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Required\Plug-Ins\
    Primär mapp för plug-ins: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\
    Installerade komponenter:
       ACE.dll   ACE 2013/10/29-11:47:16   79.548223   79.548223
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdobeLinguistic.dll   Adobe Linguisitc Library   7.0.0  
       AdobeOwl.dll   Adobe Owl 2013/10/25-12:15:59   5.0.24   79.547804
       AdobePDFL.dll   PDFL 2013/10/29-11:47:16   79.508720   79.508720
       AdobePIP.dll   Adobe Product Improvement Program   7.0.0.1786  
       AdobeXMP.dll   Adobe XMP Core 2013/10/29-11:47:16   79.154911   79.154911
       AdobeXMPFiles.dll   Adobe XMP Files 2013/10/29-11:47:16   79.154911   79.154911
       AdobeXMPScript.dll   Adobe XMP Script 2013/10/29-11:47:16   79.154911   79.154911
       adobe_caps.dll   Adobe CAPS   7,0,0,21  
       AGM.dll   AGM 2013/10/29-11:47:16   79.548223   79.548223
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       aif_core.dll   AIF   5.0   79.534508
       aif_ocl.dll   AIF   5.0   79.534508
       aif_ogl.dll   AIF   5.0   79.534508
       amtlib.dll   AMTLib (64 Bit)   7.0.0.249 BuildVersion: 7.0; BuildDate: Thu Nov 14 2013 15:55:50)   1.000000
       ARE.dll   ARE 2013/10/29-11:47:16   79.548223   79.548223
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2013/10/29-11:47:16   79.548223   79.548223
       BIBUtils.dll   BIBUtils 2013/10/29-11:47:16   79.548223   79.548223
       boost_date_time.dll   DVA Product   7.0.0  
       boost_signals.dll   DVA Product   7.0.0  
       boost_system.dll   DVA Product   7.0.0  
       boost_threads.dll   DVA Product   7.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.1.6.30929   2.1.6.30929
       CITThreading.dll   Adobe CITThreading   2.1.6.30929   2.1.6.30929
       CoolType.dll   CoolType 2013/10/29-11:47:16   79.548223   79.548223
       dvaaudiodevice.dll   DVA Product   7.0.0  
       dvacore.dll   DVA Product   7.0.0  
       dvamarshal.dll   DVA Product   7.0.0  
       dvamediatypes.dll   DVA Product   7.0.0  
       dvaplayer.dll   DVA Product   7.0.0  
       dvatransport.dll   DVA Product   7.0.0  
       dvaunittesting.dll   DVA Product   7.0.0  
       dynamiclink.dll   DVA Product   7.0.0  
       ExtendScript.dll   ExtendScript 2013/10/30-13:12:12   79.546835   79.546835
       FileInfo.dll   Adobe XMP FileInfo 2013/10/25-03:51:33   79.154511   79.154511
       filter_graph.dll   AIF   5.0   79.534508
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       imslib.dll   IMSLib DLL   7.0.0.145  
       JP2KLib.dll   JP2KLib 2013/10/29-11:47:16   79.248139   79.248139
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OMP Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   2.1.2.1785  
       mediacoreif.dll   DVA Product   7.0.0  
       MPS.dll   MPS 2013/10/29-11:47:16   79.535029   79.535029
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       PatchMatch.dll   PatchMatch 2013/10/29-11:47:16   79.542390   79.542390
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC   CC  
       Plugin.dll   Adobe Photoshop CC   CC  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   4.2.0.36  
       PSArt.dll   Adobe Photoshop CC   CC  
       PSViews.dll   Adobe Photoshop CC   CC  
       SCCore.dll   ScCore 2013/10/30-13:12:12   79.546835   79.546835
       ScriptUIFlex.dll   ScriptUIFlex 2013/10/30-13:12:12   79.546835   79.546835
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       updaternotifications.dll   Adobe Updater Notifications Library   7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   7.0.1.102
       WRServices.dll   WRServices Mon Feb 25 2013 16:09:10   Build 0.19078   0.19078
    Nödvändiga plugin-program:
       3D Studio 14.2.1 (14.2.1 x001)
       Adaptiv vidvinkel 14.2.1
       Al Fresco 14.2.1
       Banor till Illustrator 14.2.1
       Basrelief 14.2.1
       Beskär och räta upp foton 14.2.1
       Beskär och räta upp foton 14.2.1 (14.2.1 x001)
       Bildpaketfilter 14.2.1 (14.2.1 x001)
       Bläckskiss 14.2.1
       Blixt 3D 14.2.1 (14.2.1 x001)
       Blött papper 14.2.1
       BMP 14.2.1
       Brevpapper 14.2.1
       Camera Raw 8.4.1
       Camera Raw-filter 8.4.1
       Cineon 14.2.1 (14.2.1 x001)
       Collada 14.2.1 (14.2.1 x001)
       CompuServe GIF 14.2.1
       Contékrita 14.2.1
       Dicom 14.2.1
       Differensmoln 14.2.1 (14.2.1 x001)
       Diffus glöd 14.2.1
       Djup 14.2.1
       Eazel Acquire 14.2.1 (14.2.1 x001)
       Ej sammanflätning 14.2.1
       Entropi 14.2.1 (14.2.1 x001)
       Färgat ritstift 14.2.1
       Färgklickar 14.2.1
       Färgraster 14.2.1
       FastCore-rutiner 14.2.1 (14.2.1 x001)
       Fiber 14.2.1
       Filtergalleri 14.2.1
       Förskjutning 14.2.1
       Fotokopia 14.2.1
       Gips 14.2.1
       Glas 14.2.1
       Glödande kanter 14.2.1
       Google Earth 4 14.2.1 (14.2.1 x001)
       Gör flytande 14.2.1
       Gränspunkt 14.2.1
       HDRMergeUI 14.2.1
       IFF-format 14.2.1
       Infoga vattenstämpel 4.0
       Intervall 14.2.1 (14.2.1 x001)
       JPEG 2000 14.2.1
       Kantiga streck 14.2.1
       Kantlinje 14.2.1
       Knipning 14.2.1
       Korn 14.2.1
       Kornig film 14.2.1
       Korsstreck 14.2.1
       Krackelering 14.2.1
       Kristallisera 14.2.1
       Krita & träkol 14.2.1
       Krom 14.2.1
       Krusning 14.2.1
       Kurtosis 14.2.1 (14.2.1 x001)
       Lapptäcke 14.2.1
       Läs vattenstämpel 4.0
       Linsoskärpa 14.2.1
       Linsöverstrålning 14.2.1
       Målat glas 14.2.1
       Markerade kanter 14.2.1
       Matlab Operation 14.2.1 (14.2.1 x001)
       Mätningskärna 14.2.1 (14.2.1 x001)
       Maximal 14.2.1 (14.2.1 x001)
       Medel 14.2.1 (14.2.1 x001)
       Medel 14.2.1 (14.2.1 x001)
       Median 14.2.1 (14.2.1 x001)
       Mezzotint 14.2.1
       Minimum 14.2.1 (14.2.1 x001)
       MMXCore-rutiner 14.2.1 (14.2.1 x001)
       Moln 14.2.1 (14.2.1 x001)
       Mörka streck 14.2.1
       Mosaik 14.2.1
       Naggade kanter 14.2.1
       Nätform 14.2.1
       Neonljus 14.2.1
       NTSC-färger 14.2.1 (14.2.1 x001)
       Objektivkorrigering  14.2.1
       Oljemålning 14.2.1
       OpenEXR 14.2.1
       Palettkniv 14.2.1
       Pastellkrita 14.2.1
       PCX 14.2.1 (14.2.1 x001)
       Photoshop 3D-motor 14.2.1 (14.2.1 x001)
       Photoshop Touch 14.0
       Pixar 14.2.1 (14.2.1 x001)
       Plastfilm 14.2.1
       PNG 14.2.1
       Polära koordinater 14.2.1
       Portable Bit Map 14.2.1 (14.2.1 x001)
       Radiance 14.2.1 (14.2.1 x001)
       Radiell oskärpa 14.2.1
       Raster 14.2.1
       Sfär 14.2.1
       Sicksack 14.2.1
       Skakreducering 14.2.1
       Skapa fläckar 14.2.1
       Skapa plattor 14.2.1
       Skeva 14.2.1
       Skevhet 14.2.1 (14.2.1 x001)
       Skriptingstöd 14.2.1
       Smart oskärpa 14.2.1
       Smetig penna 14.2.1
       Solarisera 14.2.1 (14.2.1 x001)
       Spara för webben 14.2.1
       Sprejade streck 14.2.1
       Stämpel 14.2.1
       Standardavvikelse 14.2.1 (14.2.1 x001)
       Stänk 14.2.1
       Stansa ut 14.2.1
       STL 14.2.1 (14.2.1 x001)
       Stöd för multiprocessor 14.2.1 (14.2.1 x001)
       Strukturpenna 14.2.1
       Sumi-e 14.2.1
       Summering 14.2.1 (14.2.1 x001)
       Svamp 14.2.1
       Targa 14.2.1
       Texturerare 14.2.1
       Torr pensel 14.2.1
       Träkol 14.2.1
       Undermålning 14.2.1
       Våg 14.2.1
       Varians 14.2.1 (14.2.1 x001)
       Variationer 14.2.1 (14.2.1 x001)
       Vattenfärg 14.2.1
       Vattenringar 14.2.1
       Vind 14.2.1
       Virvel 14.2.1
       Wavefront|OBJ 14.2.1 (14.2.1 x001)
       WIA-stöd 14.2.1 (14.2.1 x001)
       Wireless Bitmap 14.2.1 (14.2.1 x001)
    Valfria plugin-program och plugin-program från tredje part: INGA
    Plug-ins som inte hämtades: INGA
    Flash:
       Adobe Exchange
       Kuler
    Installerade TWAIN-enheter: INGA

    Ok I found them using event viewer.... I'll just paste it here.
    System
    Provider
    [ Name]
    Application Error
    EventID
    1000
    [ Qualifiers]
    0
    Level
    2
    Task
    100
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2012-10-16T08:28:36.000000000Z
    EventRecordID
    44126
    Channel
    Application
    Computer
    ymginete-PC
    Security
    EventData
    Photoshop.exe
    13.0.0.0
    4f61c045
    ig4dev64.dll
    8.14.10.1930
    4aba7141
    c0000005
    0000000000012b60
    8dc
    01cdab692857ead1
    C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
    C:\WINDOWS\SYSTEM32\ig4dev64.dll
    7a7074c2-176b-11e2-a136-001d72377133
    System
    Provider
    [ Name]
    Windows Error Reporting
    EventID
    1001
    [ Qualifiers]
    0
    Level
    4
    Task
    0
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2012-10-16T08:28:40.000000000Z
    EventRecordID
    44129
    Channel
    Application
    Computer
    ymginete-PC
    Security
    EventData
    0
    APPCRASH
    Not available
    0
    Photoshop.exe
    13.0.0.0
    4f61c045
    ig4dev64.dll
    8.14.10.1930
    4aba7141
    c000041d
    0000000000012b60
    C:\Users\ymginete\AppData\Local\Temp\WERD5FA.tmp.WERInternalMetadata.xml
    C:\Users\ymginete\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_Photoshop.exe _cd69496d033ea36c1fee54b7c963843df62ef9_0d2cdb95
    0
    7b97aed9-176b-11e2-a136-001d72377133
    97

  • Remove multiple anchored objects using find function?

    Hello, there are hundreds of anchored objects (text boxes) I need to remove from a document; can I do this using the find/change function? I have been able to find them by choosing "object" then specifying it's custom positioned text box, but I can't see any way of deleting them all at once; all I can do is change all their properties at once.

    Hi Martin,
    Open the find change diologue box,
    Click Grep
    type in the Find What field:   ~a    (thats to find the anchor object marker)
    then leave change to blank
    click change all
    and... viola!
    All gone. (just make sure search document is selected etc.)
    Grant

Maybe you are looking for

  • The left side of the iPhone 5S screen is bumping a little bit

    few days ago, i noticed that the left side of my iphone 5s screen seems to not be fixed well. if you take a look at it, you can notice a liitle bump (less than 1mm) in the edge of the edge of the screen. when i push the screen softly with my finger,

  • My url bar is indentured to right and doesn't start where it's supposed to.

    When I click on the URL bar, the whole URL or whatever i type in is indentured to the right. I reinstalled Firefox and the problem was gone. But after two days the same occurred again out of nowhere.

  • Iphoto crashing after photocorrections??

    When I correct a photo within iphoto 6.0.6 (Mac OSX10.4.9) then iphoto crashes always and I have to restart the program. Anybody any suggestions? G5 Powermac   Mac OS X (10.4.9)  

  • Facebook ios 4.2.1

    Hello, I had to restore my iPhone to default settings. My iOS version is 4.2.1 Is there any way to reinstall facebook ? (which is only compatible for iOS 4.3 and more) Thanks

  • Dtrace writes in error log

    Hi all, Here is the problem. There is a Soalris host with ZFS. There is some proprietary application which writes its error log. It has been noted that the error messages are not always written immediately, but only after processing some erroneous re