[ オリジナルレポート ]

BugID: #08738

カテゴリ 重要度 ステータス 解決状況 登録日時 最終更新
プラグイン解決済み修正済み2023-07-31 03:242023-08-18 03:56
 
テスターjohn_iv担当者hapソース
バージョン0.257発生バージョン修正バージョン0.258
修正コミット 367ce4dプルリク
フラグ
セット
セット詳細
 
概 要mame -ccで作成したplugin.iniファイルが空っぽになる。
詳 細The clean plugin.ini created by the command 'mame.exe -cc' is creating an error when launching a game with -verbose or -bench.

Removal of plugin.ini removes the error, as does typing regular text after the characters and saving the resulting file:

c:\O\Games\MAME>type plugin.ini


c:\O\Games\MAME>mame pacman -bench 90 -snapname bench
**Error loading plugin.ini**
Average speed: 16380.61% (89 seconds)
再現手順1. Remove plugin.ini if present.
2. Edit mame.ini and clear pluginpaths directory. [updated]
3. Run 'mame.exe -cc' to create a fresh one.
*4. From command line use 'type plugin.ini' to see the characters.
5. Run 'mame.exe pacman -bench 90'
6. Receive error loading plugin output to screen.

* optional

Expected:
Empty plugins.ini should not be created leading to this error if there is no plugins directory or one is not referenced in Mame.ini.

Actual:
Empty BOM headered plugin.ini is created with mame -cc which leads to the error when running games.
追加情報Happens in 0.257 release from mamedev.org and tip of master 0.257 (mame0257-75-g1fe2664723f).
[Edit: This occurs when the mame.ini pluginpaths line is blank; see discussion w/ Hap below]
 
添付ファイルini fileplugin.ini (2023-07-31 03:24)