-
Notifications
You must be signed in to change notification settings - Fork 143
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
EXI SLIPPI: Invalid command byte: 0x80 for all replays #315
Comments
We run our slippi builds in CI, you can check them out here if that's helpful: Build specification here: |
I don't have a computer with me to check the replays so I can't help too much but the 0x80 "error" has existed for quite a while and is never the reason for playback failure. I suspect your gecko codes might be out of date or something else is wrong in your build config. Please use the support channels for help. |
Yeah, can confirm that the replay runs fine on my Launcher. I also don't think the 0x80 error is relevant to this. |
Thanks for the quick response, I'll make sure to start with the Discord for support requests in the future. I misunderstood and thought this might be a bug. |
Issue tracker is ONLY used for reporting bugs. Please use our discord for support and/or feature requests.
Expected Behavior
When loading a replay file into
slippi-playback
, my replay file should play.Current Behavior
When using slippi-playback to watch replay files, I get errors processing the replay in logs:
Then Dolphin hangs on a black screen after briefly displaying the "Waiting for game..." message.
I was reading through the code to understand why this happens, it looks like it is unexpected:
I think my replay files are valid, but have not confirmed with others. I get this with replays I was previously able to watch.
test-replay.zip
Steps to Reproduce
I maintain my slippi builds here: https://github.com/djanatyn/ssbm-nix/
You can reproduce my binary using Nix:
nix run github:djanatyn/ssbm-nix/8ec53a5a1c02c48e3b5b52a1abd530d22e194fd7 -- -e ~/melee/netplay.iso -i /dev/stdin -u ~/slippi-playback-config -o turnip <<< '{"replay":"/home/djanatyn/good-slippis/simna-turnip.slp"}'
I've attached a failing replay to this ticket, in a zipfile
test-replay.zip
. I'm hoping this is something simple (maybe I forgot to update myslippi-playback
derivation), thanks for your time reading!Environment
The text was updated successfully, but these errors were encountered: