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

vba failes to execute, causing the run to fail before completion #13

Closed
LukeUsher opened this issue Oct 8, 2022 · 2 comments
Closed

Comments

@LukeUsher
Copy link
Contributor

LukeUsher commented Oct 8, 2022

Spotted in the build log here: https://github.com/daid/GBEmulatorShootout/actions/runs/3210664275/jobs/5248281448

Downloading https://sourceforge.net/projects/vba/files/latest/download
Downloading https://gbdev.gg8.se/files/roms/bootroms/sgb_boot.bin
Downloading https://gbdev.gg8.se/files/roms/bootroms/cgb_boot.bin
Downloading https://gbdev.gg8.se/files/roms/bootroms/dmg_boot.bin
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\hostedtoolcache\windows\Python\3.10.7\x64\lib\subprocess.py", line 1438, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
Error: Process completed with exit code 1.
@daid daid closed this as completed Oct 24, 2022
@calc84maniac
Copy link

Something still seems broken in the automation for VBA. On the webpage generated based on this fix, it appears that VBA only ran one of the tests.

@daid
Copy link
Owner

daid commented Dec 1, 2022

Yeah, not sure what is up, sourceforge changed something in how they prioritize downloads and now it's grabbing the SDL version instead of the other version it was using. And that's causing some issues.

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

3 participants