Save log file on Desktop

Hi,
I have created a script (see below) which alert unused character and paragraph style in active document.
My Script
myUnusedParagraphStyleName();
myUnusedCharacterStyleName();
function myUnusedParagraphStyleName()
var myDoc = app.activeDocument;
var myParStyles = myDoc.allParagraphStyles;
var foundPStyles = [];
for (i = myParStyles.length-1; i >= 2; i-- ){
foundPStyles.push(myParStyles.[i].name);
alert(foundPStyles.join("\r       "));
function myUnusedCharacterStyleName()
var myDoc = app.activeDocument;
var myCharStyles = myDoc.allCharacterStyles;
var foundCStyles = [];
for (i = myCharStyles.length-1; i >= 1; i-- ){
foundCStyles.push(myCharStyles.[i].name);
alert(foundCStyles.join("\r       "));
But I want to save my alert message as a log file on my Desktop. I have search and found an example (see below) but I couldn't merge this code with my script.
Can anybody please merge this code within my JS. So that my script save a log file in desktop. I really appreciate all your support.
Example taken from Adobe Forum
var myDoc = app.activeDocument;
var myDocPath = myDoc.filePath;
var myDocName = myDoc.name;
app.findGrepPreferences = app.changeGrepPreferences = null;
app.findGrepPreferences.findWhat = "\\b(\\w.+\\s000\\s000\\s00)";
var mySearch = myDoc.findGrep();
var myFound = new Array()
for (var j = 0; j < mySearch.length; j++)
myFound.push (mySearch[j].contents);
alert(myFound);
var inc=0;
var myLogFile = new File(myDocPath.fsName + "/Report_" + myDocName.split(".")[0] +".txt");
if(myLogFile.open("w", undefined, undefined))
myLogFile.writeln("Tool name : Report Generator for CS5");
myLogFile.writeln("************************************");
if(myFound.length != 0)
        myLogFile.writeln("");
        for (var k = 0; k<myFound.length; k++)
   serialno = k + 1;
   myLogFile.writeln("  "+serialno+".  "+myFound[k]);
myLogFile.execute();
  else
   myLogFile.writeln("No terms found");
Thanks in advance.
Mon

Here is it.
var foundPStyles = [];var foundCStyles = [];var myDoc = app.activeDocument;var myDocPath = myDoc.filePath;var myDocName = myDoc.name;  myUnusedParagraphStyleName();myUnusedCharacterStyleName();myWrite2Log();  function myUnusedParagraphStyleName(){          var myParStyles = myDoc.allParagraphStyles;          for (i = myParStyles.length-1; i >= 2; i-- )          {                    foundPStyles.push(myParStyles[i].name);          }          // alert(foundPStyles.join("\r       "));}function myUnusedCharacterStyleName(){          var myCharStyles = myDoc.allCharacterStyles;          for (i = myCharStyles.length-1; i >= 1; i-- ){                    foundCStyles.push(myCharStyles[i].name);          }          // alert(foundCStyles.join("\r       "));}function myWrite2Log(){          var inc=0;          var myLogFile = new File(Folder.desktop+"/Report.txt");          if(myLogFile.open("w", undefined, undefined))          {            myLogFile.writeln("Unused ParaGraph Styles\n=======================\n\r");            if(foundPStyles.length != 0)            {                      myLogFile.writeln("");                      for (var k = 0; k<foundPStyles.length; k++)                      {                                serialno = k + 1;                                myLogFile.writeln("\t"+serialno+".\t"+foundPStyles[k]);                      }            }            else            {                      myLogFile.writeln("\nNo Unused ParaGraph Styles Found\n\n");            }              myLogFile.writeln("\n\nUnused Character Styles\n=======================\n\r");            if(foundCStyles.length != 0)            {                      myLogFile.writeln("");                      for (var k = 0; k<foundCStyles.length; k++)                      {                                serialno = k + 1;                                myLogFile.writeln("\t"+serialno+".\t"+foundCStyles[k]);                      }            }            else            {                      myLogFile.writeln("\nNo Unused Character Styles Found");            }          }     myLogFile.close();}
Hope this Helps to you

Similar Messages

  • Save Log file from Disk Utility App running from Recovery HD?

    Background:
    I had an issue with QT and screen recording; it was coming out solid green. I read on Apple Support that I should restart holding down Command-R. I did that, booted into Recovery HD, then opened Disk Utility. I repaired permissions, then decided to repair my HDD for good measure. I noticed that Disk Utility did make a repair to my HDD. Something like "found 57" instead of "56" files in the directory on the HDD; directory needs to be updated. Not sure, I just remember those numbers… "56" is what the system knew of but there were really "57" on the HDD. I sound ignorant… I know.
    After I rebooted QuickTime worked correctly (maybe merely repairing permissions was the solution) however another issue, I have been struggling with for years, was also resovlved!
    I have been having an issue for years with an Icy Dock external enclosure in RAID 1 mode with my older 2009 iMac. The issue remained after upgrading from Snow Leopard to Tiger to Mountain Lion and resetting PRAM and repairing permissions and repairing it's HDD etc. many times over. After powering up the enclosure a message would appear: "The Disk you insterted was not readable by this computer." "Initialize…" "Ignore" "Eject". Then the volume would mount on the Desktop behind the warning and work perfectly. I would then click "Ignore". I had modified the old iMac with an internal SSD in place of the optical drive… at one point.
    I recently sold that iMac and bought a 2012 iMac
    Regardless I continued to have the same issue with the enclosure and my new iMac. However, after repairing the internal HDD today, the external Icy Dock RAID now mounts without giving me a warning to, "Initialize…" "Ignore" "Eject". This warning was appearing just before I repaired permissions and repaired the internal HDD on the iMac using the Recovery HD. In fact the reason I was tyring to use QT screen capture was to make a screen capture of the terminal window process while runing a "diskutil activity" command during powering-on my external enclosure to send to Icy Dock to troubleshoot this cross computer and cross OS incompatibility with their enclosure.
    My external RAID enclosure wasn't even powered on during repair of the internal HDD?! So how could a brand new iMac's HDD directory be effected in such a way by an external RAID enclosure as to make changes to it's directory. And now how could an issue with mounting an external RAID enclosure be corrected by repairing the directory structure on the internal HDD on the iMac? Could it be a conflict with USB IDs? Are those written to the directory? The internal and external sharing the same ID and the external having to be unmounted and remounted using a new ID each time? How could it have been repaired? Lots of questions…
    Main Question:
    Anyway,,, I want to copy the Disk Utility Log from my Recovery HD so I could see exactly what was repaired and report it to Icy Dock. But I am not sure if the log files are saved or not when rebooting from Recovery HD. Not sure how I could find the log file at this point. Are logfiles saved when running DiskUtility from the Recovery HD???
    Sorry for the length.

    Oh crap. The enclosure was working properly, now it's exhibiting the same problem as before and I haven't even rebooted the computer yet. So, what's up?

  • Log file on desktop

    Something seems to be creating a log file on my desktop. The file is empty and only seems to appear after going to espn.com. But it does not get created each and everytime i go there. Its totally random.
    Its seems very spyware like. Safari is not crashing so its not a crash log. I have no idea where it is coming from.
    Any help would be appreciated.
    Thanks
    macbook    

    Hi,
    A bit of a mystery indeed! I've tried browsing around the espn.com site a little to see if I could get the file to appear but no luck so far. Are there any sections you tend to visit more than the others - NFL, NBA, NHL, etc?
    It doesn't sound like anything spyware related to me. It's probably just a mis-configured part of the website which can sometimes result in pages downloading by accident - is there an entry for the download in Safari's download manager?
    You mentioned you are running Adium too. Is that the regular Adium or a development beta version which might have additional logging enabled?

  • Log File on Desktop From Java HotSpot

    A colleague's PC has a log file on the desktop, created 28th October. Its title: 'hs_err_pid3268.log'
    Initially we were both concerned since Kaspersky had detected some viruses on his machine on it's nightly scan, however, looking at the log file I'm not sure whether to be worried or not! - It looks legitimate, if a bit odd...
    If somebody more knowledgeable could tell me firstly if it's anything sinister and secondly (if not) what may have cause it and whether it's an issue I should investigate on this machine.
    Thanks in advance, below is the contents of the text file. (As you can see I'm brand new to these forums, apologies if this is not the correct section for these kind of questions).
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d5ecb6d, pid=3268, tid=2164
    # Java VM: Java HotSpot(TM) Client VM (11.0-b16 mixed mode windows-x86)
    # Problematic frame:
    # C 0x6d5ecb6d
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x0e2fc400): JavaThread "Headspace mixer frame proc thread" daemon [_thread_in_native, id=2164, stack(0x0e250000,0x0e2a0000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x6d5ecb6d
    Registers:
    EAX=0x0e19aa10, EBX=0x0e18b8a2, ECX=0x00000080, EDX=0x6d5ecb6d
    ESP=0x0e29f740, EBP=0x0e29f788, ESI=0x00000080, EDI=0x0e18dda8
    EIP=0x6d5ecb6d, EFLAGS=0x00010202
    Top of Stack: (sp=0x0e29f740)
    0x0e29f740: 6d52ac78 0e2fc514 0e18dda8 00000000
    0x0e29f750: 0e2f0000 00000000 00000080 00000000
    0x0e29f760: 0e18dda8 00000000 0001af00 0001af00
    0x0e29f770: 002c6fe0 00000000 0e2f0000 0e100000
    0x0e29f780: 00000000 000021f8 0e2fc514 6d52b745
    0x0e29f790: 0e2fc514 80002d5a 0e2fc514 00000200
    0x0e29f7a0: 002c6fe0 0e29f7c0 00000000 00000010
    0x0e29f7b0: 6d52e6c0 0e2fc514 002c6fe0 00000000
    Instructions: (pc=0x6d5ecb6d)
    0x6d5ecb5d:
    [error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]
    Stack: [0x0e250000,0x0e2a0000], sp=0x0e29f740, free space=317k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x6d5ecb6d
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sun.media.sound.MixerThread.runNative(J)V+0
    j com.sun.media.sound.MixerThread.run()V+5
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x0e2fc400 JavaThread "Headspace mixer frame proc thread" daemon [_thread_in_native, id=2164, stack(0x0e250000,0x0e2a0000)]
    0x0e2fc000 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=1604, stack(0x0e0b0000,0x0e100000)]
    0x0e2fb800 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=3748, stack(0x0dea0000,0x0def0000)]
    0x0c625c00 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=4796, stack(0x0dda0000,0x0ddf0000)]
    0x0c628400 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=5976, stack(0x0dd00000,0x0dd50000)]
    0x0c628000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=3688, stack(0x0dcb0000,0x0dd00000)]
    0x0c627800 JavaThread "Thread-12" [_thread_blocked, id=5696, stack(0x0dbc0000,0x0dc10000)]
    0x0c627400 JavaThread "Thread-10" [_thread_blocked, id=3600, stack(0x0db70000,0x0dbc0000)]
    0x0c627000 JavaThread "thread applet-vmain.class-4" [_thread_blocked, id=3184, stack(0x0db20000,0x0db70000)]
    0x0c626800 JavaThread "Thread-11" [_thread_blocked, id=3308, stack(0x0dad0000,0x0db20000)]
    0x0c626400 JavaThread "Thread-9" [_thread_blocked, id=888, stack(0x0da80000,0x0dad0000)]
    0x0c625800 JavaThread "thread applet-vmain.class-2" [_thread_blocked, id=3848, stack(0x0df30000,0x0df80000)]
    0x0c624c00 JavaThread "Image Fetcher 3" daemon [_thread_blocked, id=3588, stack(0x0d9e0000,0x0da30000)]
    0x0c624400 JavaThread "AWT-EventQueue-5" [_thread_blocked, id=3932, stack(0x0d990000,0x0d9e0000)]
    0x0c624000 JavaThread "Applet 4 LiveConnect Worker Thread" [_thread_blocked, id=5964, stack(0x0d940000,0x0d990000)]
    0x0c623000 JavaThread "AWT-EventQueue-4" [_thread_blocked, id=824, stack(0x0d8f0000,0x0d940000)]
    0x0c623c00 JavaThread "Applet 3 LiveConnect Worker Thread" [_thread_blocked, id=4600, stack(0x0d850000,0x0d8a0000)]
    0x0c623400 JavaThread "AWT-EventQueue-3" [_thread_blocked, id=3516, stack(0x0d8a0000,0x0d8f0000)]
    0x0c621c00 JavaThread "Applet 2 LiveConnect Worker Thread" [_thread_blocked, id=4528, stack(0x0d7b0000,0x0d800000)]
    0x0c622800 JavaThread "AWT-EventQueue-2" [_thread_blocked, id=5296, stack(0x0d800000,0x0d850000)]
    0x0c622400 JavaThread "Applet 1 LiveConnect Worker Thread" [_thread_blocked, id=3788, stack(0x0d0e0000,0x0d130000)]
    0x0c621800 JavaThread "Browser Side Object Cleanup Thread" [_thread_blocked, id=1152, stack(0x0d760000,0x0d7b0000)]
    0x0c621000 JavaThread "Windows Tray Icon Thread" [_thread_in_native, id=5244, stack(0x0d470000,0x0d4c0000)]
    0x0c620c00 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=5136, stack(0x0d420000,0x0d470000)]
    0x0c618000 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=3540, stack(0x0d3d0000,0x0d420000)]
    0x0c617000 JavaThread "Java Plug-In Heartbeat Thread" [_thread_blocked, id=3532, stack(0x0d380000,0x0d3d0000)]
    0x0c616c00 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2044, stack(0x0d130000,0x0d180000)]
    0x0c609800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4612, stack(0x0d090000,0x0d0e0000)]
    0x0c606000 JavaThread "AWT-Shutdown" [_thread_blocked, id=5280, stack(0x0cbc0000,0x0cc10000)]
    0x0c605800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5408, stack(0x0ca00000,0x0ca50000)]
    0x022ff800 JavaThread "Java Plug-In Pipe Worker Thread (Client-Side)" [_thread_in_native, id=2340, stack(0x0c9b0000,0x0ca00000)]
    0x022bc000 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=3872, stack(0x0c8d0000,0x0c920000)]
    0x0c5c0400 JavaThread "Timer-0" [_thread_blocked, id=6076, stack(0x0c880000,0x0c8d0000)]
    0x022b4000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2036, stack(0x0c4e0000,0x0c530000)]
    0x022adc00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3908, stack(0x0c490000,0x0c4e0000)]
    0x022ab800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1768, stack(0x0c440000,0x0c490000)]
    0x022a0c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5708, stack(0x0c3f0000,0x0c440000)]
    0x02291000 JavaThread "Finalizer" daemon [_thread_blocked, id=4484, stack(0x0c3a0000,0x0c3f0000)]
    0x0228c800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4220, stack(0x02300000,0x02350000)]
    0x02399800 JavaThread "main" [_thread_blocked, id=3472, stack(0x008c0000,0x00910000)]
    Other Threads:
    0x02287400 VMThread [stack: 0x01a30000,0x01a80000] [id=5028]
    0x022b5400 WatcherThread [stack: 0x0c530000,0x0c580000] [id=5604]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 960K, used 251K [0x043a0000, 0x044a0000, 0x04880000)
    eden space 896K, 20% used [0x043a0000, 0x043cec30, 0x04480000)
    from space 64K, 100% used [0x04480000, 0x04490000, 0x04490000)
    to space 64K, 0% used [0x04490000, 0x04490000, 0x044a0000)
    tenured generation total 4096K, used 1436K [0x04880000, 0x04c80000, 0x083a0000)
    the space 4096K, 35% used [0x04880000, 0x049e7130, 0x049e7200, 0x04c80000)
    compacting perm gen total 12288K, used 10102K [0x083a0000, 0x08fa0000, 0x0c3a0000)
    the space 12288K, 82% used [0x083a0000, 0x08d7da68, 0x08d7dc00, 0x08fa0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x00424000      C:\Program Files\Java\jre6\bin\java.exe
    0x77190000 - 0x772b7000      C:\Windows\system32\ntdll.dll
    0x75950000 - 0x75a2c000      C:\Windows\system32\kernel32.dll
    0x770c0000 - 0x77186000      C:\Windows\system32\ADVAPI32.dll
    0x761e0000 - 0x762a3000      C:\Windows\system32\RPCRT4.dll
    0x724d0000 - 0x724ee000      C:\Windows\system32\ShimEng.dll
    0x75670000 - 0x7569c000      C:\Windows\system32\apphelp.dll
    0x6acf0000 - 0x6ad78000      C:\Windows\AppPatch\AcLayers.DLL
    0x77350000 - 0x773ed000      C:\Windows\system32\USER32.dll
    0x75d60000 - 0x75dab000      C:\Windows\system32\GDI32.dll
    0x76460000 - 0x76f70000      C:\Windows\system32\SHELL32.dll
    0x762c0000 - 0x7636a000      C:\Windows\system32\msvcrt.dll
    0x758f0000 - 0x75949000      C:\Windows\system32\SHLWAPI.dll
    0x76f70000 - 0x770b5000      C:\Windows\system32\ole32.dll
    0x75ac0000 - 0x75b4d000      C:\Windows\system32\OLEAUT32.dll
    0x756f0000 - 0x7570e000      C:\Windows\system32\USERENV.dll
    0x756d0000 - 0x756e4000      C:\Windows\system32\Secur32.dll
    0x72b00000 - 0x72b42000      C:\Windows\system32\WINSPOOL.DRV
    0x750e0000 - 0x750f4000      C:\Windows\system32\MPR.dll
    0x758d0000 - 0x758ee000      C:\Windows\system32\IMM32.DLL
    0x75db0000 - 0x75e78000      C:\Windows\system32\MSCTF.dll
    0x762b0000 - 0x762b9000      C:\Windows\system32\LPK.DLL
    0x75a30000 - 0x75aad000      C:\Windows\system32\USP10.dll
    0x10000000 - 0x10011000      C:\PROGRA~1\KASPER~1\KASPER~1.0FO\r3hook.dll
    0x75830000 - 0x75837000      C:\Windows\system32\PSAPI.DLL
    0x752d0000 - 0x7546e000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18005_none_5cb72f96088b0de0\comctl32.dll
    0x7c340000 - 0x7c396000      C:\Program Files\Java\jre6\bin\msvcr71.dll
    0x6d800000 - 0x6da56000      C:\Program Files\Java\jre6\bin\client\jvm.dll
    0x74200000 - 0x74232000      C:\Windows\system32\WINMM.dll
    0x741c0000 - 0x741f9000      C:\Windows\system32\OLEACC.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jre6\bin\hpi.dll
    0x6d7b0000 - 0x6d7bc000      C:\Program Files\Java\jre6\bin\verify.dll
    0x6d320000 - 0x6d33f000      C:\Program Files\Java\jre6\bin\java.dll
    0x6d7f0000 - 0x6d7ff000      C:\Program Files\Java\jre6\bin\zip.dll
    0x6d430000 - 0x6d436000      C:\Program Files\Java\jre6\bin\jp2native.dll
    0x6d1c0000 - 0x6d1d3000      C:\Program Files\Java\jre6\bin\deploy.dll
    0x74fe0000 - 0x750d2000      C:\Windows\system32\CRYPT32.dll
    0x75140000 - 0x75152000      C:\Windows\system32\MSASN1.dll
    0x76370000 - 0x76456000      C:\Windows\system32\WININET.dll
    0x00950000 - 0x00953000      C:\Windows\system32\Normaliz.dll
    0x75e80000 - 0x75fb3000      C:\Windows\system32\urlmon.dll
    0x75fc0000 - 0x761a8000      C:\Windows\system32\iertutil.dll
    0x6d6b0000 - 0x6d6f2000      C:\Program Files\Java\jre6\bin\regutils.dll
    0x749a0000 - 0x749a8000      C:\Windows\system32\VERSION.dll
    0x6ee30000 - 0x6f057000      C:\Windows\system32\msi.dll
    0x6d610000 - 0x6d623000      C:\Program Files\Java\jre6\bin\net.dll
    0x77320000 - 0x7734d000      C:\Windows\system32\WS2_32.dll
    0x75ab0000 - 0x75ab6000      C:\Windows\system32\NSI.dll
    0x74cc0000 - 0x74cfb000      C:\Windows\system32\mswsock.dll
    0x74d30000 - 0x74d35000      C:\Windows\System32\wship6.dll
    0x6d630000 - 0x6d639000      C:\Program Files\Java\jre6\bin\nio.dll
    0x6d000000 - 0x6d138000      C:\Program Files\Java\jre6\bin\awt.dll
    0x746a0000 - 0x746ac000      C:\Windows\system32\DWMAPI.DLL
    0x746e0000 - 0x7471f000      C:\Windows\system32\uxtheme.dll
    0x6d220000 - 0x6d274000      C:\Program Files\Java\jre6\bin\fontmanager.dll
    0x74980000 - 0x74985000      C:\Windows\System32\wshtcpip.dll
    0x74620000 - 0x7462f000      C:\Windows\system32\NLAapi.dll
    0x74f40000 - 0x74f59000      C:\Windows\system32\IPHLPAPI.DLL
    0x74f00000 - 0x74f35000      C:\Windows\system32\dhcpcsvc.DLL
    0x75220000 - 0x7524c000      C:\Windows\system32\DNSAPI.dll
    0x74ee0000 - 0x74ee7000      C:\Windows\system32\WINNSI.DLL
    0x74eb0000 - 0x74ed2000      C:\Windows\system32\dhcpcsvc6.DLL
    0x736e0000 - 0x736ef000      C:\Windows\system32\napinsp.dll
    0x73150000 - 0x73162000      C:\Windows\system32\pnrpnsp.dll
    0x736d0000 - 0x736d8000      C:\Windows\System32\winrnr.dll
    0x772d0000 - 0x77319000      C:\Windows\system32\WLDAP32.dll
    0x73d20000 - 0x73d26000      C:\Windows\system32\rasadhlp.dll
    0x74a70000 - 0x74aab000      C:\Windows\system32\rsaenh.dll
    0x6d520000 - 0x6d544000      C:\Program Files\Java\jre6\bin\jsound.dll
    0x6d550000 - 0x6d558000      C:\Program Files\Java\jre6\bin\jsoundds.dll
    0x74110000 - 0x74180000      C:\Windows\system32\DSOUND.dll
    0x74a00000 - 0x74a1a000      C:\Windows\system32\POWRPROF.dll
    0x716d0000 - 0x716ff000      C:\Windows\system32\wdmaud.drv
    0x70620000 - 0x70624000      C:\Windows\system32\ksuser.dll
    0x74190000 - 0x741b8000      C:\Windows\system32\MMDevAPI.DLL
    0x74630000 - 0x74637000      C:\Windows\system32\AVRT.dll
    0x75bd0000 - 0x75d5a000      C:\Windows\system32\SETUPAPI.dll
    0x747e0000 - 0x7480d000      C:\Windows\system32\WINTRUST.dll
    0x761b0000 - 0x761d9000      C:\Windows\system32\imagehlp.dll
    0x705f0000 - 0x70611000      C:\Windows\system32\AUDIOSES.DLL
    0x70410000 - 0x70476000      C:\Windows\system32\audioeng.dll
    0x716c0000 - 0x716c9000      C:\Windows\system32\msacm32.drv
    0x71360000 - 0x71374000      C:\Windows\system32\MSACM32.dll
    0x71460000 - 0x71467000      C:\Windows\system32\midimap.dll
    0x75840000 - 0x758c4000      C:\Windows\system32\CLBCatQ.DLL
    VM Arguments:
    jvm_args: -D__jvm_launched=614157692976 -Xbootclasspath/a:C:\\PROGRA~1\\Java\\jre6\\lib\\deploy.jar;C:\\PROGRA~1\\Java\\jre6\\lib\\javaws.jar;C:\\PROGRA~1\\Java\\jre6\\lib\\plugin.jar -Dsun.plugin2.jvm.args=-D__jvm_launched=614157692976 "-Xbootclasspath/a:C:\\\\PROGRA~1\\\\Java\\\\jre6\\\\lib\\\\deploy.jar;C:\\\\PROGRA~1\\\\Java\\\\jre6\\\\lib\\\\javaws.jar;C:\\\\PROGRA~1\\\\Java\\\\jre6\\\\lib\\\\plugin.jar" "-Djava.class.path=C:\\\\PROGRA~1\\\\Java\\\\jre6\\\\classes" --
    java_command: sun.plugin2.main.client.PluginMain write_pipe_name=jpi2_pid568_pipe9,read_pipe_name=jpi2_pid568_pipe8
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\Program Files\Internet Explorer;;C:\Program Files\Microsoft Office\Office12\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Windows\System32\WindowsPowerShell\v1.0\
    USERNAME=xxxxxx
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Vista Build 6002 Service Pack 2
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 7 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 2097151k(1436212k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Client VM (11.0-b16) for windows-x86 JRE (1.6.0_11-b03), built on Nov 10 2008 02:15:12 by "java_re" with MS VC++ 7.1
    time: Thu Oct 28 12:01:14 2010
    elapsed time: 1 seconds

    Rob~R wrote:
    A colleague's PC has a log file on the desktop, created 28th October. Its title: 'hs_err_pid3268.log'
    Initially we were both concerned since Kaspersky had detected some viruses on his machine on it's nightly scan, however, looking at the log file I'm not sure whether to be worried or not! - It looks legitimate, if a bit odd...
    If somebody more knowledgeable could tell me firstly if it's anything sinister and secondly (if not) what may have cause it and whether it's an issue I should investigate on this machine.
    Thanks in advance, below is the contents of the text file. (As you can see I'm brand new to these forums, apologies if this is not the correct section for these kind of questions). It is a crash file from the Sun/Oracle VM.
    It either got on the desktop because a user manually moved it there or because something is probably misconfigured (at least to me) in the environment.
    If you are creating java applications (programming in the java language) then you would need to figure out why the app crashed.
    If you are using java applications then you need to tell the vendor that it crashed. And you would not do that here.

  • Applet cause to browser crash with hs_err_pid log file on desktop

    Hi there,
    We have a web based application which is initiating an other applet application inside, and communicating with the applet over live-connect javascript calls.
    Sometimes when initating the applet, it causes to crash of the browser and leaves a file on the desktop named like hs_err_pid.log.
    If it occurs once a time for a user , it will allways happen until logoff and login back to windows.
    We think that, it may be about some registry settings for the Java plug-in, because re-login may solve the problem.
    And we seen that it mostly happens when another Java application running at the same time or just before, on PC.
    Our environment is, Windows XP Pro. SP2, IE6 SP2 and Java 1.4.2_17.
    I appreciate if someone can help us to understand what is the problem ( I have post a log file sample below), and the solution ?
    Regards,
    -erkbi
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_17-b06 mixed mode)
    # Problematic frame:
    # C [kernel32.dll+0x12a6b]
    --------------- T H R E A D ---------------
    Current thread (0x03beb940): JavaThread "main" [_thread_in_native, id=3232]
    siginfo: ExceptionCode=0xe06d7363, ExceptionInformation=0x19930520 0x035de2cc 0x6d33ea78
    Registers:
    EAX=0x035de22c, EBX=0x189e1540, ECX=0x00000000, EDX=0x035de270
    ESP=0x035de228, EBP=0x035de27c, ESI=0x035de2bc, EDI=0x035de2bc
    EIP=0x7c812a6b, EFLAGS=0x00000206
    Top of Stack: (sp=0x035de228)
    0x035de228: 77c114bc e06d7363 00000001 00000000
    0x035de238: 7c812a6b 00000003 19930520 035de2cc
    0x035de248: 6d33ea78 00000001 035de2a0 7751a275
    0x035de258: 00000001 035de268 035de280 035de29c
    0x035de268: 00000000 80004002 df0b3d60 101b548f
    0x035de278: 0008658e 035de2bc 77c2272c e06d7363
    0x035de288: 00000001 00000003 035de2b0 00000000
    0x035de298: 00179d44 e06d7363 00000001 00000000
    Instructions: (pc=0x7c812a6b)
    0x7c812a5b: 8d 7d c4 f3 a5 5f 8d 45 b0 50 ff 15 08 15 80 7c
    0x7c812a6b: 5e c9 c2 10 00 85 ff 0f 8e 36 93 ff ff 8b 55 fc
    Stack: [0x034e0000,0x035e0000), sp=0x035de228, free space=1016k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [kernel32.dll+0x12a6b]
    C [msvcrt.dll+0x1272c]
    C [jpiexp32.dll+0xada3]
    C [jpiexp32.dll+0xad7b]
    C [jpiexp32.dll+0x15c3]
    C [jpiexp32.dll+0x1233]
    C [jpiexp32.dll+0x9726]
    j sun.plugin.services.WIExplorerBrowserService.installBrowserEventListener()Z+0
    j sun.plugin.viewer.LifeCycleManager.installBrowserEventListener()V+22
    j sun.plugin.viewer.LifeCycleManager.checkLifeCycle(Lsun/plugin/AppletViewer;)V+7
    j sun.plugin.viewer.IExplorerPluginObject.initPlugin()V+43
    j sun.plugin.viewer.IExplorerPluginObject.mayInit()V+29
    j sun.plugin.viewer.IExplorerPluginObject.frameReady()V+6
    j sun.plugin.viewer.frame.IExplorerEmbeddedFrame.setFrameSize(II)V+83
    v ~StubRoutines::call_stub
    V [jvm.dll+0x75335]
    V [jvm.dll+0xaf708]
    V [jvm.dll+0x75242]
    V [jvm.dll+0x78b22]
    V [jvm.dll+0x7a00d]
    C [jpiexp32.dll+0x41da]
    C [jpiexp32.dll+0x5388]
    C [jpiexp32.dll+0x23c1]
    C [jpiexp32.dll+0x37df]
    C [jpiexp32.dll+0x2611]
    C [mshtml.dll+0x2742c1]
    C [mshtml.dll+0x275d0c]
    C [mshtml.dll+0x275ed1]
    C [mshtml.dll+0xf9105]
    C [mshtml.dll+0x141fa2]
    C [mshtml.dll+0x6cb9f]
    C [mshtml.dll+0x689b7]
    C [USER32.dll+0x8734]
    C [USER32.dll+0x8816]
    C [USER32.dll+0x89cd]
    C [USER32.dll+0x8a10]
    C [BROWSEUI.dll+0x1d7bd]
    C [BROWSEUI.dll+0x25212]
    C [BROWSEUI.dll+0x25385]
    C [BROWSEUI.dll+0x2564d]
    C [kernel32.dll+0xb699]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.plugin.services.WIExplorerBrowserService.installBrowserEventListener()Z+0
    j sun.plugin.viewer.LifeCycleManager.installBrowserEventListener()V+22
    j sun.plugin.viewer.LifeCycleManager.checkLifeCycle(Lsun/plugin/AppletViewer;)V+7
    j sun.plugin.viewer.IExplorerPluginObject.initPlugin()V+43
    j sun.plugin.viewer.IExplorerPluginObject.mayInit()V+29
    j sun.plugin.viewer.IExplorerPluginObject.frameReady()V+6
    j sun.plugin.viewer.frame.IExplorerEmbeddedFrame.setFrameSize(II)V+83
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x04f2b008 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3784]
    0x04f1d330 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3256]
    0x03d96688 JavaThread "AWT-Shutdown" [_thread_blocked, id=2580]
    0x04f1e130 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=3008]
    0x03d9e760 JavaThread "Cache Cleanup Thread" [_thread_blocked, id=3164]
    0x03d986f0 JavaThread "Main Console Writer" [_thread_blocked, id=792]
    0x03d96960 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3516]
    0x029d7230 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3560]
    0x03cbc698 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3672]
    0x03c2a598 JavaThread "Finalizer" daemon [_thread_blocked, id=976]
    0x03c2a430 JavaThread "Reference Handler" daemon [_thread_blocked, id=2608]
    =>0x03beb940 JavaThread "main" [_thread_in_native, id=3232]
    Other Threads:
    0x02a17bf8 VMThread [id=4016]
    0x029d8a10 WatcherThread [id=1736]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 516K [0x14760000, 0x14800000, 0x14c40000)
    eden space 512K, 88% used [0x14760000, 0x147d1218, 0x147e0000)
    from space 64K, 99% used [0x147f0000, 0x147ffff8, 0x14800000)
    to space 64K, 0% used [0x147e0000, 0x147e0000, 0x147f0000)
    tenured generation total 1408K, used 511K [0x14c40000, 0x14da0000, 0x18760000)
    the space 1408K, 36% used [0x14c40000, 0x14cbff38, 0x14cc0000, 0x14da0000)
    compacting perm gen total 4096K, used 3822K [0x18760000, 0x18b60000, 0x1c760000)
    the space 4096K, 93% used [0x18760000, 0x18b1b9c0, 0x18b1ba00, 0x18b60000)
    VM Arguments:
    jvm_args: -Xbootclasspath/a:W:\Java\J2RE14~2.2_1\lib\plugin.jar -Xmx64m -Djavaplugin.maxHeapSize=64m -Xverify:remote -Djavaplugin.version=1.4.2_17 -Djavaplugin.nodotversion=142_17 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=W:\Java\J2RE14~2.2_1 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol -Djavaplugin.vm.options=-Djava.class.path=W:\Java\J2RE14~2.2_1\classes -Xbootclasspath/a:W:\Java\J2RE14~2.2_1\lib\plugin.jar -Xmx64m -Djavaplugin.maxHeapSize=64m -Xverify:remote -Djavaplugin.version=1.4.2_17 -Djavaplugin.nodotversion=142_17 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=W:\Java\J2RE14~2.2_1 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol vfprintf
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    CLASSPATH=W:\TEBORA\TEBIS2.ZIP;C:\TEBORA\TEBIS2.ZIP
    PATH=W:\Java\J2RE14~2.2_1\bin;C:\Program Files\Internet Explorer;;C:\PROGRA~1\ESWM\CLIENT~1\BIN;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;W:\Tebora\OpenCV\bin;K:\PVCS_I~3\VM\win32\bin;w:\ORANT\BIN;.
    USERNAME=dsenli
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 9, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2085612k(1499244k free), swap 2689268k(2158732k free)
    vm_info: Java HotSpot(TM) Client VM (1.4.2_17-b06) for windows-x86, built on Feb 8 2008 18:36:31 by "java_re" with MS VC++ 6.0

    1.4.2 is old version of JRE which is only supported though Java For Business.
    Please consider upgrading to latest JRE6 or signing up for Java For Business program.

  • Log file on desktop is always there.

    This log file is always on my desktop and I can't seem to get rid of it:
    ScriptingListenerJS.log
    Any suggestions?

    Hi,
    A bit of a mystery indeed! I've tried browsing around the espn.com site a little to see if I could get the file to appear but no luck so far. Are there any sections you tend to visit more than the others - NFL, NBA, NHL, etc?
    It doesn't sound like anything spyware related to me. It's probably just a mis-configured part of the website which can sometimes result in pages downloading by accident - is there an entry for the download in Safari's download manager?
    You mentioned you are running Adium too. Is that the regular Adium or a development beta version which might have additional logging enabled?

  • Save to file to desktop

    Hi All,
    I am trying get one of my buttons to link to a PDF file which
    would not open, but would ask the user where to save the file (i.e.
    to the desktop), is this possible?
    Thanks very much

    Hi,
    I need this too, thanks Andreu1 I found a code in the link
    you sent, and I like to add it here:
    package {
    import flash.display.Sprite;
    import flash.events.*;
    import flash.net.FileReference;
    import flash.net.URLRequest;
    import flash.net.FileFilter;
    public class FileReference_download extends Sprite {
    private var downloadURL:URLRequest;
    private var fileName:String = "SomeFile.pdf";
    private var file:FileReference;
    public function FileReference_download() {
    downloadURL = new URLRequest();
    downloadURL.url = "
    http://www.[yourDomain
    file = new FileReference();
    configureListeners(file);
    file.download(downloadURL, fileName);
    private function
    configureListeners(dispatcher:IEventDispatcher):void {
    dispatcher.addEventListener(Event.CANCEL, cancelHandler);
    dispatcher.addEventListener(Event.COMPLETE,
    completeHandler);
    dispatcher.addEventListener(IOErrorEvent.IO_ERROR,
    ioErrorHandler);
    dispatcher.addEventListener(Event.OPEN, openHandler);
    dispatcher.addEventListener(ProgressEvent.PROGRESS,
    progressHandler);
    dispatcher.addEventListener(SecurityErrorEvent.SECURITY_ERROR,
    securityErrorHandler);
    dispatcher.addEventListener(Event.SELECT, selectHandler);
    private function cancelHandler(event:Event):void {
    trace("cancelHandler: " + event);
    private function completeHandler(event:Event):void {
    trace("completeHandler: " + event);
    private function ioErrorHandler(event:IOErrorEvent):void {
    trace("ioErrorHandler: " + event);
    private function openHandler(event:Event):void {
    trace("openHandler: " + event);
    private function progressHandler(event:ProgressEvent):void {
    var file:FileReference = FileReference(event.target);
    trace("progressHandler name=" + file.name + " bytesLoaded="
    + event.bytesLoaded + " bytesTotal=" + event.bytesTotal);
    private function
    securityErrorHandler(event:SecurityErrorEvent):void {
    trace("securityErrorHandler: " + event);
    private function selectHandler(event:Event):void {
    var file:FileReference = FileReference(event.target);
    trace("selectHandler: name=" + file.name + " URL=" +
    downloadURL.url);
    }

  • After the new 10.9.2 Maverick upgrade, my Photosmart C4480 3 in 1 printer can not scan and save the file to desktop or documents.  You can only see the image in the print preview area. Does anyone know how to fix this or when a fix will be out?

    After Aple support downloaded the new 10.9.2 Maverick upgrade on my MacBook Air, my Photosmart C4480 3 in 1 printer can not scan a document and load the file on to my desktop or document file. (You can see the doc image in the preview but it doesn't save it.) Does anyone know an Apple fix for this or when the fix will be out?  After hours of trying reloading, and the usual fixes, etc. Apple told me to call HP, and HP told me they don't support Mac.  It does not seem honorable of Apple to put out an upgrade and not tell people it will destroy their scanning ability, and that the only thing to do is to buy another printer/scanner.

    Have you tried using Applications/Image Capture to scan.
    Vuescan often works.
    VueScan
    VueScan FAQ

  • How to save MP4 files from Desktop to a folder

    I have a number of MP4 files on my desktop which I have imported from my camera.
    Please could someone explain - in VERY simple terms how to transfer these into a file or folder (sorry I don't know the correct terminology) so they are no longer on the desktop.
    Thanks in advance for your assistance.

    Hi
    A "file" is any kind of object such as a music file, document, video file, that lives on your computer. A folder contains one or more files. It's based on the paper file/folder analogy. So yes, you would store files in a folder. In fact, your desktop is just another folder, but its contents are displayed on the screen when you log in.
    So you can create a folder on the desktop by clicking once anywhere on the desktop to focus on the Finder, then click the shift, command and N keys (hold down shift and command - it's just to the left of the space bar - and click N). This creates a new folder called "Untitled folder" and the name is editable, which means you can type a new name for it (eg "My music files"). Type a new name and hit the Return key.
    Then drag the MP4 files into the new folder to move them. You can select more than one file at once by command-clicking on each one in turn to highlight them, then click on any one of them and drag into the folder.
    Post back if you have any trouble.
    best,
    Matt

  • How do I save a file to desktop?

    I have a file that I have saved in my download folder. I am wanting to create a desktop icon to access the file. It is a Word folder.
    Thanks

    Right click and select '''''Create A Shortcut'''''. It will be placed right there and you
    can move it to where you want. '''But''' sometimes a shortcut cannot be
    created in some folders, so the system will ask if you want to place it on the
    desktop. Again, from here you can put it where you want.

  • HT1338 Safari/Bonjour won't save .wav files to desktop without adding .html

    I use the Dragon Dictate 3.4.0 with the Dragon Recorder app on my iPhone 5 (iOS7.0.4).  This app allows for me to use a wifi connection to upload dictation (.wav) to the Mac.  The instructions using Safari and Bonjour are simple to follow.  However, when I right-click to save the .wav file Safari/Bonjour adds the extension .html to the file.  This makes it unable to be read as a .wav file by Dragon transciption. I don't have this problem when following the instructions for using an alternate browser, in this case Firefox.  The problem with using Firefox is the number of steps involved.  It should be less cumbersome and using Safari/Bonjour would make it so. 
    Why is the .html extension being added to a .wav file when asking Safari to save it?
    Jerry

    Does the ext directory have the php_oci8.dll? In the original steps the PHP dir is renamed. In the given php.in the extension_dir looks like it has been updated correctly. Since PHP distributes php_oci8.dll by default I reckon there would be a very good chance that the problem was somewhere else. Since this is an old thread I don't think we'll get much value from speculation.
    -- cj

  • How can I save my Log files (and other my own files) to windows azure ?

    Hi ,Dear all
    I am migrating an Asp.Net Web App to Windows Azure. It runs in IIS
    In that Web App,it will:
      1. save log files to a virtual path (for example, save to $WEBAPP_ROOT_DIR/LOGFILES/
      2. save ViewState by session as temporary files to a virtual path (for example , save to $WEBAPP_ROOT_DIR/VIEWSTATE/
      3. upload some image files to the web server virtual path at $WEBAPP_ROOT_DIR/UPLOAD/
    so, when I migrate the web app to windows azure,how can I do the same job in my code?It seems so many great changes in my code ...
    Any ideas and suggestions for me ? many thanks!

    hi Eric,
    If you use Azure website, you can save your log and files into azure storage service ,such as blob or table.
    If you use VM to host your service, you can only attach a data disk or file service on your VM and save your data into data disk or file service.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cant' save files on desktop or move to desktop

    Hello,
    1. I can't save any file to desktop or move any file to desktop.
    2. If I klick the Icon "Desktop" in the Finder-Window I get the Message "There is no default application specified to open the document “Desktop”." and the option "Choose Application".
    Any ideas to solve the problem?
    a4n

    Thank you for the hint.
    Opened "Get Info" and "locked" is not selected but ...
    "Get Info" says the Desktop folder is not a "folder"! It's a "package" (General, Kind).
    Is it possible to change from "Kind: package" to "Kind: folder"?

  • How can I get a pdf. to open in Safari, all i'm getting is a new window with a black, blank page, instead of the pdf., and I don't want to save the file to the desktop, Safari didn't use to do that, and I don't have Adobe in the internet plug in folder.

    How can I get a pdf. to open in Safari, all i'm getting is a new window with a black, blank page, instead of the pdf., and I don't want to save the file to the desktop, Safari didn't use to do that, and I don't have Adobe in the internet plug in folder.

    Hi
    Please take a look to this thread Re: Can I refresh the browser rather than open a new tab?

  • Empty Log File - log settings will not save

    Description of Problem or Question:
    Cannot get logging to work in folder D:\Program Files\Business Objects\Dashboard and Analytics 12.0\server\log
    (empty log file is created)
    Product\Version\Service Pack\Fixpack (if applicable):
    BO Enterorise 12.0
    Relevant Environment Information (OS & version, java or .net & version, DB & version):
    Server: windows Server 2003 Enterprise SP2.
    Database Oracle 10g
    Client : Vista
    Sporadic or Consistent (if applicable):
    Consistent
    What has already been tried (where have you searched for a solution to your question/problem):
    Searched forum, SMP
    Steps to Reproduce (if applicable):
    From InfoViewApp, logged in as Admin
    Open ->Dashboard and Analytics Setp -> Parameters -> Trace
    Check "Log to folder" and "SQL Queries", Click Apply.
    Now, navigate away and return to this page - the "Log to folder" is unchecked. Empty log file is created.

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback
    Or you can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer
    Do a backup.
    Quit the application.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.systempreferences.plist. Move the .plist to your desktop.
    Restart, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

Maybe you are looking for

  • 790FX-GD70 not POSTing no debug code all LEDs on

    Hi I have had my 790FX-GD70 for almost the past 2 years and it has given me no real problems. But yesterday whilst playing Fallen Earth, my computer froze so I gave it a restart and it froze during windows start up. At this point I opened my case and

  • Speaker not working good .. help please

    so when i play music on my phone it seems like it only plays from the right speaker on the bottom of the phone.. not both speakers.. is there a way to turn both speakers on?  My friend has the iphone also and it seems to be coming out of both speaker

  • Batch Determination in MIGO - GI

    Hi Experts, I have a process order that some components are batch assigend, and some have no batches assigned.   After releasing the order, it is to be processed for Goods Issuance.  The problem is, the BATCH Field in the screen is not editable.  It

  • ACR 7 and CS5

    I tend to stick with something once I find it works for me - so I rarely pay attention to upgrades and such with my CS5. On that note - I want to purchase some ACR presets, but the requirement is you have to have ACR 7. Is there away to purchase just

  • Focus troubles with "Please wait" window

    Hello, This is a question for experts... I have a complex focus management. So I wrote a FocusTraversalPolicy. During focus calculation, I may need to call a server. So I display a nice "please wait" JDialog. Pb is that focus stays at original field