I mostly play GBA and NDS games on my desktop, like Pokemon,Castlevania,legend of zelda, etc.
But the issue is that I am not able to save the game slots in emulator as well as rom folder, due to which I am unable to progress in the games.
GBA emulator(s) : VBAM-wx, mGBA
NDS emulator : DesMuMe
My first guess would be, that you have no rights to write into that folder or the rom, because your user lacks the permission. Maybe you specified a folder where to save, but that folder doesn’t exist or is outside of your writing permission? Or the rom is faulty and the emulator doesn’t save it properly. You should also ask on the respective emulator forums for help.
Wher are your ROMs stored? I always place them in my home folder and have not had any of these issues before.
I haven’t used desmume for a while now but I know you can also set the save and save state paths in mgba
I just tried vbam-wx and without changing any settings the save works shortcuts. I would suggest moving your roms into your home folder as the default for save states is to save it in the same directory as the rom
Do you get the same thing happening with other roms or just this one?
Have just tried this rom and the latest version works, I did notice however that the version you have is out of date by about a year, maybe try out the latest version as well and see if that works as expected
[deweshk@HomeDesktop ~]$ sudo \ls -la ~/.local/share/visualboyadvance-m/
ls: cannot access '/home/deweshk/.local/share/visualboyadvance-m/': No such file or directory
No, no, don’t use sudo! Did I tell you to use sudo? No, so why do you use sudo?
You should never use sudo when you don’t need to, you’ll just mess up your file permissions! Especially in your home directory, there is never need to use sudo there. Also, never run GUI programs with sudo.
The directory does not exist. So, create it (without sudo!):
My question is how will I know that when should I need to use mkdir ?
Also, I used sudo because I thought I need to provide it. The reason behind this is; when I press Ctrl + O to open ROM, it opens up the Filesystem root. That’s why I thought I need to provide admin rights.
I will remember your advice regarding sudo , hence will not use it for things which are in /home directory.
So, I need to provide admin rights only when I am performing tasks which are related to functionality of the system ?