#6765 closed defect (fixed)
Wrong error code if directory missing
Reported by: | SF/superzanac | Owned by: | digitall |
---|---|---|---|
Priority: | normal | Component: | --Other-- |
Version: | Keywords: | ||
Cc: | Game: |
Description
ScummVM 1.8.0git2615-g89f233f (Jan 15 2015 17:56:19) Features compiled in: TAINTED Vorbis FLAC MP3 RGB zLib MPEG2 FluidSynth Theora A AC FreeType2 JPEG PNG
How to reproduce: 1) add game data dir to launcher 2) rename game data dir 3) run game form launcher 4) get error: WARNING: some Engine failed to instantiate engine: Path not a directory (ta rget 'sometarget', path 'D:\My games\SCUMM\sometarget\')!
I expect to see: WARNING: some Engine failed to instantiate engine: Path does not exist (ta rget 'sometarget', path 'D:\My games\SCUMM\sometarget\')!
Platform: Windows, Symbian
Ticket imported from: bugs/6765.
Change History (6)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
I have solved the Bug, pending of merge
https://github.com/scummvm/scummvm/pull/708
comment:3 by , 6 years ago
Pull Request 708 was closed with a confusion over squashing, but PR 710 replaced it:
https://github.com/scummvm/scummvm/pull/710
comment:4 by , 6 years ago
This was merged to the tree as commit a406ce6d557a79a32b3d8b7f6c60971806cd06a5 and 97a2a9c622332ab6d5a8850b5b03a9cbf046f67a so this artifact can be closed out as fixed.
comment:5 by , 6 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:6 by , 6 years ago
Component: | → --Other-- |
---|
I'm tring to fix it