Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VGM protocol: Unknown VGM command 0x67 #264

Closed
hansfbaier opened this issue Jan 21, 2021 · 3 comments
Closed

VGM protocol: Unknown VGM command 0x67 #264

hansfbaier opened this issue Jan 21, 2021 · 3 comments
Labels
question Meta: question / support issue

Comments

@hansfbaier
Copy link

hansfbaier commented Jan 21, 2021

VGM file:
Magical Sound Shower
from
Out Run

$ python3 vgm2tsv.py MagicalSoundShower.vgz MagicalSoundShower.tsv
Traceback (most recent call last):
  File "vgm2tsv.py", line 18, in <module>
    asyncio.run(reader.parse_data(player))
  File "/usr/lib/python3.8/asyncio/runners.py", line 43, in run
    return loop.run_until_complete(main)
  File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
    return future.result()
  File "/home/jack/.local/lib/python3.8/site-packages/glasgow-0.1.dev1+gb1985b3-py3.8.egg/glasgow/protocol/vgm.py", line 188, in parse_data
    raise NotImplementedError("Unknown VGM command {:#04x} at stream offset {}"
NotImplementedError: Unknown VGM command 0x67 at stream offset 128

Other files from vgmrips.net for the YM2151 seem to have the same issue.

@hansfbaier hansfbaier changed the title VGM protocol: VGM protocol: Unknown VGM command 0x67 Jan 21, 2021
@whitequark whitequark added the question Meta: question / support issue label Jan 21, 2021
@whitequark
Copy link
Member

The gist you've been using is a tech demo. It is not supported.

@hansfbaier
Copy link
Author

To me, judging from the stacktrace it looks like the code in the gist is not the issue. But never mind, my life does not depend on it 🤗

@whitequark
Copy link
Member

Yes, and the code in this repo isn't going to change to support that gist. Like I said, it's a tech demo.

@GlasgowEmbedded GlasgowEmbedded locked and limited conversation to collaborators Jan 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Meta: question / support issue
Projects
None yet
Development

No branches or pull requests

2 participants