- --
Viewing Issue Advanced Details
| ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 09541 | Sound | Minor | Always | 2 days ago | 19 hours ago |
| Tester | Robbbert | View Status | Public | Platform | MAME (Self-compiled) |
| Assigned To | jkm900 | Resolution | Fixed | OS | Windows (x64) |
| Status [?] | Resolved | Driver | |||
| Version | 0.289 | Fixed in Version | 0.290GIT | Build | x64 |
| Fixed in Git Commit | 40196c9 | Github Pull Request # | #16036 | ||
| Summary |
|
||||
| Description | At the title screen, it should speak "The Knights of Valor", but now it just says "The Knights". | ||||
| Steps To Reproduce |
>mame kov (or mame kovplus) Let it run through, until the title screen appears and listen to what the voice says. |
||||
| Additional Information | Original report: https://forum.mamedev.org/viewtopic.php?t=1167 | ||||
| Github Commit | |||||
| Flags | Regression | ||||
| Regression Version | 0.289 | ||||
| Affected Sets / Systems | kov, kovplus | ||||
|
Attached Files
|
|||||
Relationships
| There are no relationship linked to this issue. |
Notes
3
|
No.24661
Mamesick Senior Tester
2 days ago
|
Regression is clearly this commit: https://github.com/mamedev/mame/commit/60672585a12e6dab7816f50cceecf319248bc25c In details, the portion of code from line 436 to line 450. Reverting only that group of lines seems to fix the issue. Obviously, the original committer have to find the correct fix, reverting is not the solution. |
|---|---|
|
No.24663
Robbbert Moderator
1 day ago
edited on: 1 day ago |
I noticed in hbmame, the game pgmfrog started out with sound then it just cut out and never came back. So I applied the suggested "fix" and the sound worked correctly. Not prepared to wait for who knows how long for the proper fix. If people actually tested stuff then this problem wouldn't have happened. |
|
No.24664
JimCarlTay Senior Tester
21 hours ago
|
As of commit 40196c9, the code that caused this bug has been commented out. I'm also not sure if an actual fix to this bug would be made, but I guess that would do for now. |