erkyrath / lectrote

The IF interpreter in an Electron shell
Other
248 stars 28 forks source link

Counterfeit Monkey does not let me see save files #137

Closed antmoth closed 2 years ago

antmoth commented 2 years ago

I am using Lectrote 1.4.0 on Ubuntu 18.04.6. I downloaded the linux zip and ran from terminal. I'm playing CounterfeitMonkey-10.gblorb. When I save, it creates a save file. When I try to restore, the file picker won't let me see the save file.

Save file in context in the Lectrote-linux-x64 directory: save-file-in-context

Save file properties: save-file-properties

File picker for restore only allowing me to see filetype "Glk Save File," of which there are none (the dropdown has zero other options but idk if I can screenshot that): save-file-not-there

erkyrath commented 2 years ago

I don't have a way to test GUI apps on Linux, I'm afraid.

The file extension for save files should be .glksave. It looks like it's not adding that? I'm not sure why; there's no difference between the Windows and Linux save dialogue that I know of.

antmoth commented 2 years ago

Alright, thanks! Honestly part of the reason I made the issue was I couldn't figure out what the right save file extension was, and indeed, putting the correct one has solved the issue.