Line path disappears on save file

I created a circle and positioned a line segment on top of it. When I preview or save the image, the line segment doesn't appear. Here is an illustration of the problem.
I'm obviously not an expert, so thanks for any help you can offer
Brian.

Here are screen captures of the appearance settings. When I apply the SVG FilterAI Shadow 1 to the white stag, the image does appear when I save. But that's an effect I decided I don't neccesarily want.

Similar Messages

  • Why are all my paths disappearing when I save some files as jpegs?

    I have 2 identical PSD files. Both have 10 different paths that are identical for each file. When I flatten and save one file as a jpeg the paths stay in the file just fine as is usually the case. When I open the jpeg the paths are still there as they should be.
    When I save the other file as a jpeg all the paths are there after I've saved the file and BEFORE I've closed the file. After closing and reopening the file the paths are all gone. If I save the same file as a tiff the paths all stay as usual.
    I've never seen this happen in almost 20 years of using Photoshop.
    Anybody have any ideas?
    Thank you

    I am NOT using "save jpeg for web" just to be clear.
    If I were, then the other image wouldn't be keeping any of its paths either.
    I am using "Jpeg" in the Save As dialogue box.
    If I edit the jpeg that lost its paths after opening it and hit "Save" it gives me the compression options dialogue box. Other jpegs just "save" when I hit save, I've never had a jpeg give me that dialogue box before when hitting just "Save".
    If, after opening the image that lost its paths, I paste a path into that image and hit "Save"(using one of the same original paths from the same original psd file), it gives me the compression dialogue box. If I complete the "Save" and reopen the image, voila, the path I pasted into it is still there, and, if I edit the image and hit "Save" it becomes normal again and saves without showing the compression options dialogue box.
    Photoshop CS6 version 13.0.5
    iMAC 27"
    12 gigs of RAM 5 gigs free
    800 gigs of free space on the system drive
    Snow Leopard 10.6.8
    Disk Permissions Repaired
    There really is no reason for this to happen. There are no differences in the images except for the content of the image and the file names.
    I have tried new file names and still the same result.
    I have tried working from the Desktop and still the same result.
    This is a serious bug.

  • In an Excel template file, can I set the Folder Path in the SaveAs Dialog box?

    I have an Excel template file (xltm) and, with help from the forum, I now have a Workbook_BeforeSave subroutine to save the template as a macro enabled file (xlsm).  I’m so thankful for that help from Edward in the forum.
    I also want to set the default folder location to save the file. I really only need it when the template is saved as a new xlsm file, because if they open the xlsm file, it’s usually opened from the default folder path so any save would normally go back
    to where the file was opened.  However, with a template (even if the template is in the default folder) the Saved template reverts back to the user’s documents folder.
    Is there a good way to do this?
    I tried to modify the Workbook_BeforeSave code like this:
    Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
    Dim FolderDir As String
    Dim FileNameVal As String
    FolderDir = "Z:\save\data\place\"
    If SaveAsUI Then
    If Dir(WorkBookFolder, vbDirectory) <> "" Then
    Application.DefaultFilePath = WorkBookFolder
    End If
    FileNameVal = Application.GetSaveAsFilename(, "Excel Macro-Enabled Workbook (*.xlsm), *.xlsm")
    Cancel = True
    If FileNameVal = "False" Then 'User pressed cancel
    Exit Sub
    End If
    ThisWorkbook.SaveAs Filename:=FileNameVal & ".xlsm", FileFormat:=xlOpenXMLWorkbookMacroEnabled
    Application.EnableEvents = True
    End If
    End Sub
    But there are a lot of checks that would need to be done.
    I'm not sure how to only default the folder saved only when they open the template, but not change it when they just open an already saved Excel file created by the template (with all the active content, macros, etc.).
    Alan Edwards

    Hi Alan,
    store the path\filename in the 1st argument:
    FileNameVal = Application.GetSaveAsFilename("C:\*.xlsm", "Excel Macro-Enabled Workbook (*.xlsm), *.xlsm")
    Andreas.

  • Path does not exit - While trying to save file on SharPoint Server 2013 from client machine

    Hi,
    I have installed Microsoft SharePoint Server 2013 Enterprise Edition on my testing Lab environment (On VM Workstation 10) on Windows Server 2012 with SQL server 2012, I can access all files stored at SharePoint Server from any physical machine, I can share
    a single file among different people to work simultaneously, but here i stuck on saving any file from client machine to directly on SharePoint Server, Attached is the snap shot, whenever I try to save any file directly It says Path Does Not Exist, If I drag
    and drop any file directly to SharePoint I do not see any error message.
    I read from different posts that I need to Enable Desktop Experience Feature on Server 2012, which I installed but no positive result gained :(
    I will appreciate for any possible help?
    Ali

    Hi Ali,
    Please try disabling the protected view per the link below and test the issue again:
    http://social.technet.microsoft.com/Forums/en-US/b8381a19-3394-406f-8adb-1976f45460ef/path-does-not-exit-while-trying-to-save-file-on-sharpoint-server-2013-from-client-machine?forum=sharepointgeneral
    You could simply type the url as http://sp/sites/sitename in the Filename place.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Adobe Reader XI does not open files with a command line "path" argument.

    Adobe Reader XI does not open files with a command line "path" argument. Version X and lower all worked fine. I have deleted and reinstalled the program with no success. Is this a bug?

    Hi Daniel,
    What is the make of the printer and is it using PCL or PS driver.?
    Do you have Acrobat installed on this machine as well?
    Please check if 'Print Spooler' service is running on the machine.
    Regards,
    Rave

  • Open Save File Dialog with Default Path

    Hi All,
    I want to open a "Save File Dialog " with some default path.
    Like when user run that script I want to open  a "Save As" dialog box with default path "/Volumes/<shared name>/<folder name>/.. ."
    I am using
    File.SaveDialog(prompt, filter);
    but it doesn't open to the location by default that I want to open.
    Thanks
    Harsh

    look at this thread to see if it helps
    http://forums.adobe.com/thread/1077267?tstart=0

  • Error writing path into a text file

    Latest edit to my text edit script is trying to remember the last opened file using a .txt "preference" file in a script bundle.
    Before I click run I edit the Pref file and put Default. I then click Open last. It then does what it should (alot like my other post) but gets an error at the last write in the script, writing the file path to the pref file. This is taken from the event viewer:
    write alias "Macintosh HD:Users:Richard:Documents:Other Text Files:Untitled.txt" to file "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Prefs:Save Location Pref.txt" as text
    Result:
    error "Can’t make alias \"Macintosh HD:Users:Richard:Documents:Other Text Files:Untitled.txt\" into type string." number -1700 from alias "Macintosh HD:Users:Richard:Documents:Other Text Files:Untitled.txt" to string
    Script here:
    display dialog "Open last saved or choose file" buttons {"Open last", "Open other"} default button 2
    if button returned of result is "Open last" then
    set val1 to (read POSIX file "/Users/Richard/Library/Scripts/Richard's Text Editor 3.scptd/Contents/Resources/Prefs/Save Location Pref.txt")
    if val1 is "Default" then
    EditFile("no")
    else
    EditFile(val1)
    end if
    else
    EditFile("no")
    end if
    on EditFile(val2)
    if val2 is "no" then
    set val3 to (choose file with prompt "Please select a .txt file:
    To save a text file as .txt in TextEdit, click 'Make Plain Text' in the Format menu and save the file.")
    --Get file path.
    else
    set val3 to val2
    end if
    if (get eof val3) is 0 then --Read doesn't like eof (end of file) to be 0 bytes.
    set val4 to ""
    else
    set val4 to read val3 --Read file before it gets erased.
    end if
    open for access val3 with write permission --Open file.
    set eof val3 to 0 --Erase file.
    repeat
    display dialog "Edit your text." default answer val4 buttons {"Revert", "Save"}
    set {val5, val6} to {text returned of result, button returned of result}
    if val6 is "Save" then
    write val5 to val3
    exit repeat
    else
    write val4 to val3
    end if
    end repeat
    --Write to file giving old data as default (to give the same affect as as read and edit).
    close access val3
    open for access POSIX file "/Users/Richard/Library/Scripts/Richard's Text Editor 3.scptd/Contents/Resources/Prefs/Save Location Pref.txt" with write permission
    set eof POSIX file "/Users/Richard/Library/Scripts/Richard's Text Editor 3.scptd/Contents/Resources/Prefs/Save Location Pref.txt" to 0
    write val3 to POSIX file "/Users/Richard/Library/Scripts/Richard's Text Editor 3.scptd/Contents/Resources/Prefs/Save Location Pref.txt" as text
    close access POSIX file "/Users/Richard/Library/Scripts/Richard's Text Editor 3.scptd/Contents/Resources/Prefs/Save Location Pref.txt"
    end EditFile
    Thanks, I can guess this is a simple fix like the others.

    Hmmm.
    First I checked it was all OK without POSIX and it works:
    display dialog "Open last saved or choose file" buttons {"Open last", "Open other"} default button 2
    if button returned of result is "Open last" then
    set val1 to alias (read file "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Save Location Pref.txt")
    --Read pref file to find out path of last edited file.
    if val1 is "Default" then
    EditFile("no")
    else
    EditFile(val1)
    end if
    else
    EditFile("no")
    end if
    on EditFile(val2)
    if val2 is "no" then
    set val3 to (choose file with prompt "Please select a .txt file:
    To save a text file as .txt in TextEdit, click 'Make Plain Text' in the Format menu and save the file.")
    --Get file path.
    else
    set val3 to val2
    end if
    if (get eof val3) is 0 then --Read doesn't like eof (end of file) to be 0 bytes.
    set val4 to ""
    else
    set val4 to read val3 --Read file before it gets erased.
    end if
    open for access val3 with write permission --Open file.
    repeat
    set eof val3 to 0 --Erase file.
    display dialog "Edit your text." default answer val4 buttons {"Revert", "Save"}
    set {val5, val6} to {text returned of result, button returned of result}
    if val6 is "Save" then
    write val5 to val3
    exit repeat
    else
    write val4 to val3
    end if
    end repeat
    --Write to file giving old data as default (to give the same affect as as read and edit).
    close access val3
    open for access file "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Save Location Pref.txt" with write permission
    set eof file "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Save Location Pref.txt" to 0
    write (val3 as string) to file "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Save Location Pref.txt" as text
    close access file "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Save Location Pref.txt"
    --Save path of edited file to pref file.
    end EditFile
    But change that 3rd line to:
    set val1 to alias (read file (path to resource "Save Location Pref.txt"))
    gets:
    Can’t make file (alias "Macintosh HD:Users:Richard:Library:Scripts:Richard's Text Editor 3.scptd:Contents:Resources:Save Location Pref.txt") into type file.
    P.S. Sorry bout question in answered post again.

  • The menu line has disappeared - how do I find it?

    The menu line has disappeared - how can I find it?
    == This happened ==
    Just once or twice
    == I should install Adobe

    No need to do in blank tab.
    <u>'''Can't see the Menu Bar'''</u> (File, Edit, View, History, Bookmarks, Tools, Help)?
    Turning the Menu Bar on and off is a new feature in version 3.6.
    ''(Linux & OSX see: [[Menu bar is missing]] )''
    <u>''Windows'' Method 1.</u> '''''Hold down''''' the key and press the following letters in this exact order: V T M
    <u>''Windows'' Method 2.</u> Press and release the key. The Menu Bar will be displayed; then choose ~~red:V~~iew > ~~red:T~~oolbars and click on ~~red:M~~enu Bar.
    The Menu Bar should now be displayed permanently, unless you turn it off again using View > Toolbars. Check mark = displayed, NO check mark = not displayed.
    See: http://support.mozilla.com/en-US/kb/Menu+bar+is+missing
    <u>'''Navigation Toolbar, Bookmarks Toolbar and other Toolbars'''</u> under View > Toolbars. Clicking on one of them will place a check mark (display) or remove the check mark (not displayed).
    <u>'''To display the Status Bar'''</u>, View, then click Status bar to place a check mark (display) or remove the check mark (not displayed).
    <u>'''Full Screen mode'''</u>
    http://kb.mozillazine.org/Netbooks#Full_screen
    Also see:
    ''' [[Back and forward or other toolbar buttons are missing]]'''
    '''[[Navigation Toolbar items]]'''
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''Install/Update Adobe Reader for Firefox (aka Adobe PDF Plug-In For Firefox)'''</u>: your ver. 9.3..2; current ver. 9.3.3 (important security update release 06-29-2010; see: http://www.adobe.com/support/security/bulletins/apsb10-15.html)
    ~~red:Check your version here~~: http://www.mozilla.com/en-US/plugincheck/
    See: http://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    ''<u>You may be able to update from the Adobe Reader installed on your system</u>'' instead of going to the Adobe site and downloading. Start > Program Files, find and click Adobe Reader to open, click Help, click Check for Updates.
    ''<u>If you go to the Adobe site to download the current Adobe Reader:</u>''
    -'''<u>use Firefox to download</u>''' and <u>'''SAVE to your hard drive'''</u> (save to Desktop for easy access)
    ~~red:-See the images at the bottom left of this post to see the steps to take on the Adobe site~~
    -exit Firefox (File > Exit)
    -check to see that Firefox is completely closed (''Ctrl+Alt+Del, choose Task Manager, click Processes tab, if "firefox.exe" is on the list, right-click "firefox.exe" and choose End process, close the Task Manager window'')
    -double-click on the Adobe Reader installer you just downloaded to install/update Adobe Reader
    *<u>'''NOTE: On Vista and Windows 7'''</u> you may need to run the plugin installer as Administrator by starting the installer via the right-click context menu if you do not get an UAC prompt to ask for permission to continue (i.e nothing seems to happen). See this: http://vistasupport.mvps.org/run_as_administrator.htm
    *'''<u>NOTE for IE:</u>''' Firefox and most other browsers use a Plugin. IE uses an ActiveX version. To install/update the IE ActiveX version, same instructions as above, except use IE to download the ActiveX installer.
    *Also see: http://kb.mozillazine.org/Adobe_Reader ~~red:'''''AND'''''~~ [[How do I edit options to add Adobe to the list of allowed sites]]

  • A HotSpot Virtual Machine error  when i stop save file!

    private DataSink filewriter = null;
    saveProcessor  = Manager.createProcessor(source);
              saveProcessor.configure();
              if(!waitForState(saveProcessor,saveProcessor.Configured))
                   dm.writeLog(DataManager.DEBUG,"config fail");
              saveProcessor.setContentDescriptor(new FileTypeDescriptor(FileTypeDescriptor.MPEG_AUDIO));
              saveProcessor.realize();
              if(!waitForState(saveProcessor,saveProcessor.Realized))
                   dm.writeLog(DataManager.DEBUG,"realize fail");
              saveDataSource = saveProcessor.getDataOutput();//&#23384;&#20648;&#38899;&#39057;&#25991;&#20214;
              String nowTime  = df.format(new java.util.Date()); // &#21462;&#24403;&#21069;&#26102;&#38388;
              saveAudioToFile(saveDataSource,nowTime);
              saveProcessor.start();
    private void saveAudioToFile(DataSource ds,String nowTime){
              String time = nowTime.replace("-", "").replace(":", "").replace(" ", "");
              //&#23450;&#20041;&#23384;&#20648;&#35813;&#23186;&#20307;&#25991;&#20214;&#30340;&#36335;&#24452;
              String filePath = this.getClass().getClassLoader().getResource("").getPath();
              try {
                   filePath = java.net.URLDecoder.decode(filePath,"utf-8");
              } catch (UnsupportedEncodingException e1) {
                   // TODO Auto-generated catch block
                   e1.printStackTrace();
              if (filePath == null || filePath.equals("")) {
                   JOptionPane.showMessageDialog(null,
                             "&#26080;&#27861;&#33719;&#21462;&#31995;&#32479;&#36335;&#24452;&#65292;&#35831;&#32852;&#31995;&#31995;&#32479;&#32500;&#25252;&#20154;&#21592;&#65281;");
                   return;
              filePath = filePath.replaceAll("bin/", "");
              if (filePath.indexOf("config/") > 0) {
                   filePath = filePath.replaceAll(
                             "config/", "");
              // &#33719;&#21462;&#25991;&#20214;&#36335;&#24452;
              filePath = "file://"+filePath + "record/" +line.lineName+ "" + time
                        + ".mpg";
              MediaLocator dest = new MediaLocator((filePath));
              dm.writeLog(DataManager.DEBUG,"path:"+filePath);
              //&#21019;&#24314;&#19968;&#20010;&#25968;&#25454;&#27744;&#65292;&#29992;&#20110;&#20445;&#23384;&#25968;&#25454;
              try{
                   filewriter = Manager.createDataSink(ds, dest);
                   filewriter.open();
                   dm.writeLog(DataManager.INFO, "&#35843;&#24230;&#21488;&#21521;**"+line.lineName+"**&#30340;&#23454;&#26102;&#36890;&#35805;##",nowTime);
              } catch (NoDataSinkException e) {
                   e.printStackTrace();
              } catch (IOException e) {
                   e.printStackTrace();
              } catch (SecurityException e) {
                   e.printStackTrace();
              try {
                   filewriter.start();
              } catch (IOException e) {
                   e.printStackTrace();
    if(filewriter!=null){
                                  filewriter.stop();
                                  filewriter.close();
                                  saveProcessor.stop();          
                                                                                                    saveProcessor.close();
                                  saveProcessor = null;
                             }when i stop to save file,the HotSpot Virtual Machine will error
    Edited by: allen_gong on Jan 6, 2010 1:14 AM

    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x11d089cd, pid=3304, tid=6296
    # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode, sharing windows-x86)
    # Problematic frame:
    # C 0x11d089cd
    # 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 (0x03f2e400): JavaThread "Thread-160" [_thread_in_native, id=6296, stack(0x08250000,0x082a0000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x11d089cd
    Registers:
    EAX=0x090c5d58, EBX=0x08150140, ECX=0x090c55d8, EDX=0x0829f9b0
    ESP=0x0829f99c, EBP=0x0829fa08, ESI=0x08150140, EDI=0x03f2e400
    EIP=0x11d089cd, EFLAGS=0x00010246
    Top of Stack: (sp=0x0829f99c)
    0x0829f99c: 056212f8 090c5d58 0829f9b0 0829f9b8
    0x0829f9ac: 7c802446 7c802413 056211b9 08150140
    0x0829f9bc: 0829f9f4 00000000 03f2e400 00000000
    0x0829f9cc: 00000000 00000005 00c1bc38 03f2e514
    0x0829f9dc: 0829f9f4 08150140 00000000 0829f9f8
    0x0829f9ec: 00000000 00002274 25cc2c10 25d32900
    0x0829f9fc: 03f2e40d 25cc2c10 0829fa54 0829fa68
    0x0829fa0c: 00c0ee2c 08150140 00000000 00000000
    Instructions: (pc=0x11d089cd)
    0x11d089bd:
    [error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]
    Stack: [0x08250000,0x082a0000], sp=0x0829f99c, free space=318k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x11d089cd
    J com.sun.media.protocol.dsound.DSoundST.run()V
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J com.sun.media.protocol.dsound.DSound.nRead(J[BII)I
    J com.sun.media.protocol.dsound.DSoundST.run()V
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x03f9a000 JavaThread "Thread-166" [_thread_blocked, id=9764, stack(0x093f0000,0x09440000)]
    0x040fec00 JavaThread "Thread-165" [_thread_blocked, id=7824, stack(0x07bf0000,0x07c40000)]
    0x02b86c00 JavaThread "Thread-164" [_thread_blocked, id=9440, stack(0x045b0000,0x04600000)]
    0x041ac800 JavaThread "Loop thread" [_thread_blocked, id=3536, stack(0x09fb0000,0x0a000000)]
    0x04151800 JavaThread "Loop thread" [_thread_blocked, id=7056, stack(0x09580000,0x095d0000)]
    0x041ad400 JavaThread "Thread-163" [_thread_blocked, id=5328, stack(0x094e0000,0x09530000)] 0x0405b400 JavaThread "Thread-113" [_thread_in_native, id=5312, stack(0x07470000,0x074c0000)]
    0x04057400 JavaThread "Thread-112" [_thread_blocked, id=9524, stack(0x074c0000,0x07510000)]
    0x04058800 JavaThread "Loop thread" [_thread_blocked, id=5972, stack(0x07560000,0x075b0000)]
    0x03ec4000 JavaThread "Thread-107" [_thread_blocked, id=3760, stack(0x05190000,0x051e0000)]
    0x03f94c00 JavaThread "Loop thread" [_thread_blocked, id=1420, stack(0x05320000,0x05370000)]
    0x03ec9c00 JavaThread "Thread-106" [_thread_blocked, id=5612, stack(0x07420000,0x07470000)]
    0x03f0dc00 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=7932, stack(0x063d0000,0x06420000)]
    0x03e92c00 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2256, stack(0x05a20000,0x05a70000)]
    0x02b07400 JavaThread "Attach Listener" daemon [_thread_blocked, id=4328, stack(0x02ce0000,0x02d30000)]
    0x02b23400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6832, stack(0x02c90000,0x02ce0000)]
    0x02ac0c00 JavaThread "Finalizer" daemon [_thread_blocked, id=6012, stack(0x02c40000,0x02c90000)]
    0x02abf800 JavaThread "Reference Handler" daemon [_thread_blocked, id=7788, stack(0x02bf0000,0x02c40000)]
    Other Threads:
    0x02abdc00 VMThread [stack: 0x02ba0000,0x02bf0000] [id=6488]
    0x02b14000 WatcherThread [stack: 0x02dd0000,0x02e20000] [id=8020]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 4544K, used 2132K [0x24020000, 0x24500000, 0x24500000)
    eden space 4096K, 50% used [0x24020000, 0x24220930, 0x24420000)
    from space 448K, 18% used [0x24420000, 0x24434800, 0x24490000)
    to space 448K, 0% used [0x24490000, 0x24490000, 0x24500000)
    tenured generation total 56852K, used 25055K [0x24500000, 0x27c85000, 0x28020000)
    the space 56852K, 44% used [0x24500000, 0x25d77f68, 0x25d78000, 0x27c85000)
    compacting perm gen total 12288K, used 6671K [0x28020000, 0x28c20000, 0x2c020000)
    the space 12288K, 54% used [0x28020000, 0x286a3c00, 0x286a3c00, 0x28c20000)
    ro space 8192K, 63% used [0x2c020000, 0x2c538810, 0x2c538a00, 0x2c820000)
    rw space 12288K, 53% used [0x2c820000, 0x2ce8d300, 0x2ce8d400, 0x2d420000)
    Dynamic libraries:
    0x73640000 - 0x7366e000      C:\windows\system32\msctfime.ime
    0x03840000 - 0x0384c000      C:\WINDOWS\system32\jmdaud.dll
    0x73e70000 - 0x73ecc000      C:\windows\system32\DSOUND.dll
    0x6d230000 - 0x6d284000      C:\Program Files\Java\jre6\bin\fontmanager.dll
    0x4b640000 - 0x4b7e6000      C:\windows\system32\d3d9.dll
    0x6dd20000 - 0x6dd26000      C:\windows\system32\d3d8thk.dll
    0x6d610000 - 0x6d623000      C:\Program Files\Java\jre6\bin\net.dll
    0x6d630000 - 0x6d639000      C:\Program Files\Java\jre6\bin\nio.dll
    0x719c0000 - 0x719fe000      C:\windows\system32\mswsock.dll
    0x60fd0000 - 0x61025000      C:\windows\system32\hnetcfg.dll
    VM Arguments:
    java_command: com.wiogarden.netbroadspeak.framework.MainStarter
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=.;.;C:\PROGRA~1\JMF21~1.1E\lib\sound.jar;C:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;C:\PROGRA~1\JMF21~1.1E\lib;C:\WINDOWS\java\classes;.
    PATH=d:\oracle\product\10.2.0\db_1\bin;C:\Program Files\Borland\Delphi7\Bin;C:\Program Files\Borland\Delphi7\Projects\Bpl\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\Common Files\Thunder Network\KanKan\Codecs;;C:\Program Files\NTP\bin;C:\Program Files\CVSNT\
    USERNAME=Administrator
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 3
    CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
    Memory: 4k page, physical 2096300k(292696k free), swap 4036208k(1482000k free)
    vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE (1.6.0_13-b03), built on Mar 9 2009 01:15:24 by "java_re" with MS VC++ 7.1
    time: Wed Jan 06 14:13:33 2010
    elapsed time: 175 seconds
    who can help me to solve this problem,Thank you very much!

  • "Always ask me where to save files" does not work.

    Summary: The "Always ask me where to save files" feature does not work. No dialog box comes up, apparently because the browser is stuck on a bad old read-only lastDir location, in a prefs.js file that I can't edit.
    Details:
    I am using Firefox 30.0 on Mac OS 10.6.8. My Mac has a both a read/write Mac partition that I use most of the time, and a bootcamp Windows partition drive ("C"), which I can read but not write to.
    At some point I accidentally tried to download a file from a site, using Firefox, to the read-only Windows C drive. Ever since that time, I have not been able to download any files from Firefox, except to the firefox/downloads folder. This is inconvenient. If, in preferences, I try to set downloads to ""Always ask me where to save files", the dialog box does not come up when I actually try to save files. This problem does not apply to saving photos by right-clicking them.
    If I open, in text-edit, mozilla/firefox/profiles/t4vockvue.default/prefs.js, which was saved yesterday, I can see a problematic line. It reads:
    user_pref("browser.download.lastDir", "C:\\Documents and Settings\\[etcetc]");
    C:\\Documents and Settings\\[etcetc] being the read-only windows directory.
    This prefs.js is apparently not an editable file.
    I tried to fix this by opening a browser tab in Firefox and opening about:config. The editable browser.download.lastDir does NOT show the same "lastDir"....it shows some directory that I successfully downloaded photos to, by right-clicking on a photo.
    How can I fix this problem?
    Thanks.

    To confirm which profile folder is active when you are running Firefox, it is easiest to open it from inside Firefox as follows:
    Sometimes the file that stores the customizations becomes corrupted and fails to update properly at the end of your session. You can rename the file and customize from scratch.
    * "3-bar" menu button > "?" button > Troubleshooting Information
    * (menu bar) Help > Troubleshooting Information
    In the first table on the page, click the "Show in Finder" button (Windows: "Show Folder" button).
    Hopefully you are using a separate profile folder on each OS.

  • Excel 2010 changes relative link paths to absolute in files synced with Offline Files in Windows 7

    Hello! I'm wondering if anyone else has seen this problem: I have a large number of Excel 2010 and 2003 files in a folder on my file server. This whole folder is also synced to my computer using Offline Files in Windows 7. I have a lot of references between
    cells in different Excel files, and all referenced workbooks are physically in the same folder. This all works nicely when I create these files at work - all file paths referenced in the cells are created as relative paths and the documents open correctly.
    This is, I understand, the expected and default behavior when Excel creates links. When I edit these files at home, nothing seems odd until I get back to work and sync these files back to the file server. At this point, I discovered that Excel 2010 has, when
    I saved the files while away from the corporate network, changed /all/ the cell references in any offline-edited Excel files to point at absolute paths, and that these absolute paths point to somewhere in my %APPDATA% structure. So whenever I come to work
    and I try to open an Excel file that I have recently worked with offline, I get a bunch of error messages about referenced files that are missing, although clearly they exist in the same folder as the file I've opened, and I must edit all the file references
    again, whereupon they are again created correctly as relative paths (since all files exist in the same folder), which are promptly mangled into absolute C:\....\Offline Files\.....\..... paths whenever I save them at home (and since that works too, I don't
    notice it again until I come back to work and the offline files are synced back to the real network location). This seems to be a case of Windows 7's Offline Files not being able to fool Excel 2010 into believing it is working on a file server - apparently
    Excel 2010 can see through the fakery and decides on it's own to "fix" the problem (which obviously isn't a problem since the paths are relative to begin with) by saving the paths as absolute paths instead. Yes, really clever, Excel. The exepected behavior
    according to MSKB is that links are created as relative paths, so why does it change to absolute whenever Offline Files are involved? I know Offline Files only syncs, it doesn't actually change the files, so I can conclude that Excel is the program at fault
    here. Is there a fix for this, or a known workaround? Because frankly, this bug makes it impossible for me to work in any advanced manner with linked Excel files. The sad thing is that this worked perfectly fine with Office 2003 and Windows XP. Is there a
    patch for this problem that I might have missed (I am running the latest Service Pack and I get Office updates from Microsoft Update). If not, is there a workaround I can use to prevent Excel from corrupting my links when I edit the files offline?

    Hello danceswithwindows,
    Thank you for your post.
    This is a quick note to let you know that we are performing research on this issue.
    Sincerely
    Rex Zhang
    Rex Zhang
    TechNet Community Support

  • I have an iMac with 2 internal drives and set-up with multiple user accounts.  How do I create a path to store data files on my second drive within an application?

    I have an iMac with 2 internal drives and a multiple user account set-up.  Hw do I create a path to store data files on the second drive within an application?

    This is the Mac mini forum not the iMac forum however...
    Applications written for average users like Photoshop, Word, i.e. GUI based applications provide a 'Save' dialog box which while allow selecting second drives or any drive. The dialob box initially shown might be in the simple mode but you just need to click on the triangle to show the full set of options. You should then see the different drive names amongst other options.
    If your referring to an application your writing yourself then you need to build a pathname. This can be in one of two styles depending on the programming system your using. This could be a POSIX style path or a Mac style path.
    POSIX = /Volumes/volname/foldername
    Mac style = Volname:foldername:

  • How to open a save file dialog box in form

    hi
    all
    I have prob in form desing , i have open the save file dialog box , how to open a save dialog box
    and path of the select file to save in disk
    help
    thx

    hi
    user this query when-button-pressed trigger
    :txtfile := GET_FILE_NAME(directory_name =>'d:\ali_raza\backup\', file_filter=> 'DMP Files (*.dmp)|*.dmp|');
    Rizwan

  • How to save file on server folder

    hi
    i was trying to save file in my specify folder path.
    but it cann't save on than location.
    if i will not specify path then it directly save file on "c:program files\tomcat5.7\bin\mytextfile.txt"
    if i will specify perfect path "c://systemfile//mytextfile.txt"
    it saves on that location.
    if i will define path as ".//www//systemfile//mytextfile.txt"
    "//www//systemfile//mytextfile.txt"
    "//systemfile//mytextfile.txt"
    ".//mytextfile.txt" it cann't save file on location

    i know how to upload file .
    i need to save file on my web folder " /www/file/ xxxx.txt"
    how i will save it .over ther in my program i will specify location "c:/Program file/file/xxxxxx.txt"

  • How to save file in users temp directory in java

    How to save file in users temp directory as "<Drive Name>:\Documents and Settings\<User Name\Local Settings\Temp".

    Shouldn't the System property "user.home" reference to that directory on windows? So if you call System.getProperty("user.home");, I think it should return that path at least up to <User Name>. I never really tried it on Windows though.

Maybe you are looking for