-
Notifications
You must be signed in to change notification settings - Fork 13
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
Issue with command not finding the build #22
Comments
To tack on an additional piece of information - here is my config_windows file: { |
Additionally, I am on the latest build for Slippi, and 3.10 for Python |
This has been an issue for a while now - see #16. It's been fixed in #21, but the author seems inactive. I recommend using my fork, which should be fully functional. That being said, something about your setup does seem odd to me. It's weird that your |
@davisdude said:
They are hiding file extensions in Explorer, so it might work if they rename it to simply "Dolphin". Or show extensions and verify it doesn't say "Dolphin.exe.exe". @warjax: My config file as follows: {
"melee_iso": "D:\\GAMES\\roms\\gc\\Super Smash Bros. Melee (USA) (En,Ja) (v1.02).iso",
"dolphin_dir": "C:\\Users\\masterquest91\\AppData\\Roaming\\Slippi Launcher\\playback",
"ffmpeg": "C:\\Program Files\\ffmpeg\\ffmpeg.exe",
"resolution": "1080p",
"widescreen": true,
"bitrateKbps": 16000,
"parallel_games": "1",
"remove_short": true,
"combine": false
} You may notice that I had to escape the \ character in the file path. I don't know too much about python, but I would have thought that defining the path in "" would not make this necessary. |
But in the original screenshot, some of the files have extensions, which is why I'm confused. Maybe it's some Windows jank 🤷.
Well the config file is JSON, not Python. That format is correct if you're using |
I'm trying to run the command, "slp-to-mp4.py C:\Users\Jake\Documents\Slippi\FoxReview.slp Foxplay4Review.mp4' for instance, and keep getting this runtime error :
RuntimeError: C:/Users/Jake/AppData/Roaming/Slippi Launcher/playback\Dolphin.exe does not exist
Worth noting here that I do have it pointing to this folder, and that there is slippi dolphin renamed as dolphin.exe. Attaching the screenshot
Any Ideas why this might be struggling to find this?
The text was updated successfully, but these errors were encountered: