Captured screenshot is missing

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
Laskow
Posts: 100
Joined: Tue Feb 16, 2021 7:35 am
Preferred Pronouns: He/Him

Captured screenshot is missing

Post by Laskow »

Hi. I noticed the captured screenshot is missing since GZDoom 4.9.0. The message displays only the file name when captured. It also displayed the full path before v4.9.0. Though it must be saved in the current directory if it's not set a specified path in the config file, I couldn't find it even in C:\ZDOOMDAT. The only solution is setting the absolute path. Maybe I'm overlooking something because I couldn't find a post like this, so it might be possibly a problem related to my computer.

BTW I've checked at least on GZDoom v4.11.3 and v4.12.0. Thanks in advance.


EDIT: Oh yes, I missed. I finally found the location. The screenshots are saved in C:\Users\myusername\Pictures\screenshots\GZDoom. Though it's obvious by checking the source code, it might be hard to find it because it's not described in the wiki.
https://github.com/ZDoom/gzdoom/blob/a8 ... s.cpp#L351

Code: Select all

path = GetKnownFolder(CSIDL_MYPICTURES, FOLDERID_Pictures, true);
User avatar
Rachael
Posts: 13881
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her

Re: Captured screenshot is missing

Post by Rachael »

Open the Options menu and click "Browse Screenshots"
Laskow
Posts: 100
Joined: Tue Feb 16, 2021 7:35 am
Preferred Pronouns: He/Him

Re: Captured screenshot is missing

Post by Laskow »

Rachael wrote: Tue Jul 02, 2024 4:51 am Open the Options menu and click "Browse Screenshots"
Thanks. I didn't notice it was added until now. I should have checked the release note.

Return to “General”