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

Current Version Unable to build TM Codeset #6

Open
meieri opened this issue Jun 13, 2019 · 3 comments
Open

Current Version Unable to build TM Codeset #6

meieri opened this issue Jun 13, 2019 · 3 comments

Comments

@meieri
Copy link

meieri commented Jun 13, 2019

Running "Build Training Mode Codeset.bat" from windows powershell (as administrator and as not) yields this error

"Build Training Mode Codeset.bat"

C:\Users\Isaak\Documents\Melee\Training-Mode-master (1)\Training-Mode-master\Build TM Codeset>gecko build
2019/06/12 21:50:39 Failed to write temporary asm file
open ..\ASM\Additional Codes\Better Camera [Achilles,UnclePunch]\Pause Camera Snaps To Off Screen Players\Pause Camera Snaps To Off Screen Players - Always Onscreen.asmtemp: The system cannot find the path specified.
2019/06/12 21:50:39 Failed to read file at ..\ASM\Onscreen Display\Additional Playerblock Variables\ASC Queue + Global AS Frame Count + Frames Intangible+PostHitstunFrames\Inc Frame Count+Frames Tangible+Hitstun.asm
open ..\ASM\Onscreen Display\Additional Playerblock Variables\ASC Queue + Global AS Frame Count + Frames Intangible+PostHitstunFrames\Inc Frame Count+Frames Tangible+Hitstun.asm: The system cannot find the path specified.

Will be using NTSC-ISO-Creator in the meantime. Thanks

@atom-sgt
Copy link

atom-sgt commented Jun 27, 2020

I have similar error messages when running "Build Training Mode Codeset.bat"

2020/06/27 15:15:31 Failed to read file at ..\ASM\Onscreen Display\Additional Playerblock Variables\ASC Queue + Global AS Frame Count + Frames Intangible+PostHitstunFrames\Store Previous AS + Reset AS Frame Count Timer.asm

open ..\ASM\Onscreen Display\Additional Playerblock Variables\ASC Queue + Global AS Frame Count + Frames Intangible+PostHitstunFrames\Store Previous AS + Reset AS Frame Count Timer.asm: The system cannot find the path specified.

@not-ebx
Copy link

not-ebx commented Jul 12, 2020

I was getting exactly the same error on the exact same file as @atom-sgt
What I did to fix it was to do a git clone and not downloading the repo as a zip file. Maybe the download of the zip file got broken for some strange reason, but that's how I fixed it.
Prefer cloning repos and not downloading them as is!

@gbirman
Copy link

gbirman commented Nov 20, 2020

I fixed this by removing the spaces on either end of the plus signs in Training-Mode\ASM\training-mode\Onscreen Display\Additional Playerblock Variables\ASC Queue + Global AS Frame Count + Frames Intangible + PostHitstunFrames and the inner file Store Previous AS + Reset AS Frame Count Timer.asm. So now the folder is named ASC Queue+Global AS Frame Count+Frames Intangible+PostHitstunFrames and the file is named Store Previous AS+Reset AS Frame Count Timer.asm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants