Dismiss Notice
This Section is READ ONLY - All Posts Are Archived

[Known]Screen Capture not working

Discussion in 'Release 37 Dev+ Bug Forum' started by Tahru, Dec 11, 2016.

Thread Status:
Not open for further replies.
  1. Tahru

    Tahru Avatar

    Messages:
    4,800
    Likes Received:
    12,170
    Trophy Points:
    165
    Gender:
    Male
    Location:
    Spite
    12/11/2016 1:46 PM
    Title: Screen Capture not working
    Reproduction Rate: 100%
    Blocker?
    Details: F11 does not work
    Steps to Reproduce: Press F11, expect a screen capture. Nothing happens.
    User Specs:
    OS: Windows 10 (10.0.0) 64bit
    CPU: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (8) System RAM: 32694
    GPU: NVIDIA GeForce GTX 1080 GPU RAM: 16069
    SotA.EarlyAccess.Win.64.427.Date.12.09.16
    Area: Novia
    Area Display Name: Novia
    Loc: (-416.8, 13.0, -172.0)
     
  2. Lesni

    Lesni Avatar

    Messages:
    971
    Likes Received:
    2,153
    Trophy Points:
    105
    Gender:
    Male
    Location:
    Novia
    I have not checked it today but I thought it was not working a few weeks ago.
    I found the save location had been moved to my Pictures Folder.
    I had 10 screen captures of the same thing in there.

    None in the usual place.
     
    Tahru likes this.
  3. liz_the_wiz

    liz_the_wiz Avatar

    Messages:
    1,365
    Likes Received:
    2,033
    Trophy Points:
    113
    Gender:
    Female
    Can you confirm you are looking under your "user directory"/Pictures/Sota as certainly Ive been getting mine
     
  4. Arya Stoneheart

    Arya Stoneheart Avatar

    Messages:
    1,327
    Likes Received:
    2,124
    Trophy Points:
    113
    Go to File Explorer then.
    This PC > Pictures > SOTA
     
  5. Tahru

    Tahru Avatar

    Messages:
    4,800
    Likes Received:
    12,170
    Trophy Points:
    165
    Gender:
    Male
    Location:
    Spite
    It was not there, but I did find them on the C: under a similar path. I configured Windows not to use the C: for documents and files. So this may still be a bug.
     
  6. liz_the_wiz

    liz_the_wiz Avatar

    Messages:
    1,365
    Likes Received:
    2,033
    Trophy Points:
    113
    Gender:
    Female
    it depends, they were moved to your picture folder for R36. if under windows you dont see them under whereever you moved your pictures to with a folder of sota, or your userfolder/Pictures/sota, it might be good to explain where they ended up and where they should have ended up, knowing it should be a sota folder in your picture folder.
     
  7. Tahru

    Tahru Avatar

    Messages:
    4,800
    Likes Received:
    12,170
    Trophy Points:
    165
    Gender:
    Male
    Location:
    Spite
    Great question..

    I changed my default folders before I install a single application on the computer. It is a serious offence to put files where the user does not want them.

    Sota saved to C:\Users\Beast3\Pictures\SotA which is incorrect.

    [​IMG]
     
    Lesni likes this.
  8. liz_the_wiz

    liz_the_wiz Avatar

    Messages:
    1,365
    Likes Received:
    2,033
    Trophy Points:
    113
    Gender:
    Female
    OK, so its the default path rather than the allocated directory path, so rather than using specialfolder.MyPictures, its using the user folder and assuming Pictures .. OK, I that should be an easy fix (cant make promises) but now they have something real specific to look at.

    Forwarded for review 11/12/2016
     
  9. Lesni

    Lesni Avatar

    Messages:
    971
    Likes Received:
    2,153
    Trophy Points:
    105
    Gender:
    Male
    Location:
    Novia
    Exactly,
    That is a major reason I don't use certain programs or OS (Apple/Mac).
    I know where I want things to be put and how I want to do it.
    If a program takes control without giving me a choice, I consider it a virus.
     
    Tahru likes this.
  10. Attenwood

    Attenwood Portalarian Emeritus Dev Emeritus

    Messages:
    6,910
    Likes Received:
    5,863
    Trophy Points:
    153
    Submitted for review: 38362
     
  11. Tahru

    Tahru Avatar

    Messages:
    4,800
    Likes Received:
    12,170
    Trophy Points:
    165
    Gender:
    Male
    Location:
    Spite
    @Attenwood

    I am a professional developer as well, although I mostly work on UNIX. I updated Visual Studio for Windows and decided to see if I could figure this problem out. The method was straight forward... (from MSDN)

    #include <Windows.h>

    using namespace System;
    int main()
    {
    Console::WriteLine();
    Console::WriteLine("GetFolderPath: {0}", Environment::GetFolderPath(Environment::SpecialFolder::MyDocuments));
    return 0;
    }


    Well... I hate to admit that Microsoft is not reporting the correct location on my machine. I searched and searched and searched again and could not find one page that explains why Windows is not saving to the right place, and especially not how to find out the correct location in software. In the end, it is a yet another F Microsoft day :(

    So I am just going to drop this. You guys have better things to do than track down poor Microsoft caused problems. The world would be a much better place if Bill Gates was a lifetime janitor. If he could clean as much poo as he makes, he would be the best janitor in the world.

    Cheers!
     
    Last edited: Dec 15, 2016
Thread Status:
Not open for further replies.