Page 1 of 1

screenshot location on linux/pi5...

Posted: Sat Apr 06, 2024 11:04 pm
by gomisensei
can't figure out how to set, or where the default would be, but i get [Error] Unable to open 'Screenshot 2024-04-06 (23-31-57).bmp' for writing.

Re: screenshot location on linux/pi5...

Posted: Sun Apr 07, 2024 2:04 am
by Bart
It's supposed to go in a Screenshots subdirectory either in ~/.supermodel/ or wherever Supermodel is. And if this does not exist, it should create it. But I don't know how your directory structure is set up or permissioned. See here for the code. Logic seems a bit convoluted but someone submitted this and said this was the UNIX Way(TM). If save states work, it should be creating a Screenshots directory next to the Saves directory.

Re: screenshot location on linux/pi5...

Posted: Sun Apr 07, 2024 7:43 am
by gomisensei
fixed some permissions and it seems to drop them in the root directory, not Screenshots. using pushd to simulate directories, tho so may just be a setup issue. More convolution...

Re: screenshot location on linux/pi5...

Posted: Sun Apr 07, 2024 8:13 am
by Bart
What’s pushd? Can Supermodel live in a subdirectory of your home directory?