Screenshots not saving

Ebonwind
Ebonwind
✭✭✭✭
For some reason when I take screen shots the file isnt saving. After I take the shot it says "Screenshot Saved As: /Users/username/Documents/Elder Scrolls Online/live/Screenshots"

Notice it doesn't actually have a file name...Im on a Mac BTW
  • Mitharus
    Mitharus
    ✭✭✭
    Mine says the same thing on Windows, but it still saves the file. I'm guessing that it should say: "Screenshot Saved In:"

    From a Terminal run ('$' == prompt / don't type it):
    $ cd ~
    $ find . -name "Screenshot_*" -print
    

    That is basically:
    cd ~ -- Change Directory to your home directory (should be there when you open Terminal, but just to be sure). 'cd' with no option takes you to your home directory (i.e. /Users/username). '~' is *nix shorthand for your home directory.

    find . (...) -- From the current directory ('.') down find files that match the pattern "Screenshot_(anything)" and print out their relative location.

    I'm pretty sure OSX has the find command, and it wasn't from any sort of extra "addition". If not holler, and it can be worked around.

    -M

    Edit: 'Save' is the same thing as 'Saved' right? ... Right?
    Edited by Mitharus on July 9, 2014 11:31PM
  • Ebonwind
    Ebonwind
    ✭✭✭✭
    this search command did give me a list of all my current screenshots but still has not helped me. Since this morning all the screenshots I have taken have not appeared in the screenshot folder. It says "Screenshot Saved As: /Users/username/Documents/Elder Scrolls Online/live/Screenshots " it used to say something like:
    "Screenshot Saved As: Screenshot_20140709_135913.png/Users/username/Documents/Elder Scrolls Online/live/Screenshots "

    I dont think its taking the screen shots with the in-game image grabber
  • Mitharus
    Mitharus
    ✭✭✭
    Ahhh... I miss understood the original ask then.

    I have taken a screen shot since the hotfix the other day, so I know on Windows at least, that it's working. I'd try /bug 'ing it. See if that helps anything. :/

    -M
  • Ebonwind
    Ebonwind
    ✭✭✭✭
    Well, it looks like screenshots are working again. I did submit a bug ticket but I'm really not sure why it's working now.
  • Lunerdog
    Lunerdog
    ✭✭✭✭✭
    Working ingame for me, doesn't work at the character select screen though.
Sign In or Register to comment.