[ オリジナルレポート ]

BugID: #03437

カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
インターフェイス機能追加解決済み修正済み2009-09-13 02:042017-07-21 17:27
 
テスターTafoid担当者 ソース
バージョン0.134発生バージョン0.106u3, 0.125u6修正バージョン
修正コミットプルリク
フラグ
セット
セット詳細
 
概 要-mngwriteで絶対パスが指定できない。
詳 細This command does not allow use of absolute paths in the command line.

mame mappy -mngwrite c:\mappy.mng


This results currently in an Access Violation. The crash shows:
Program received signal SIGSEGV, Segmentation fault.
0x00b4b5aa in mame_core_file (file=0x0) at src/emu/fileio.c:753
753     src/emu/fileio.c: No such file or directory.
        in src/emu/fileio.c


This specific regression started in 0.125u6, when new snapshot functionality was added. The core problem lies even earlier, though, way back to 0.106u3. The above command works as expected in 0.106u2 or earlier. In 0.106u3, the complete -MNGWRITE command is ignored and is never written.

By contrast, this command has always worked throughout:
mame mappy -wavwrite c:\mappy.wav
再現手順 
追加情報 
 
添付ファイル