Emulator Issues #4681
closedDolphin 3.0 Aborts on Linux if you try to compress ISO to path without file system permission
0%
Description
What's the problem?
Dolphin version with the problem (as it appears in the title bar, Ex.: "R
4779" or "R 6403M"): Dolphin 3.0 x64
(optional) Dolphin version that does not have the problem:
Operating system and version:
32-bit or 64-bit: Mint Linux 11 x64 (Ubuntu 11.04 similar)
Game ID (as it appears in game properties, Ex.: "GZ2P01" or "RSBE01"):
ANY
Build command-line (not on Windows):
Was the ISO a plain dump from disc, compressed and/or scrubbed?
Please provide any additional information below.
When I choose to Compress and ISO, Dolphin just exits with Abort if the save path for the compressed ISO does not have proper file system permission. Ideally Dolphin should present an error dialog and not exit.
Updated by glennricster over 13 years ago
Yeah, there are several things that should be checked for that are not checked when writing a compressed or decompressed image. Write access, disk full, etc. For now, don't try to write to a location that the current user does not have write access to.
Updated by nakeee about 13 years ago
Huh? Isn't it enough to just check if the write failed?
We don't need to check every thing separately
Updated by Billiard26 almost 12 years ago
- Status changed from New to Fixed
This issue was closed by revision 6598462aba1e.