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

Unable to Download Binaries #211

Closed
timcal1968 opened this issue Apr 1, 2022 · 9 comments
Closed

Unable to Download Binaries #211

timcal1968 opened this issue Apr 1, 2022 · 9 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@timcal1968
Copy link

timcal1968 commented Apr 1, 2022

I've tried this extension on Windows 11 and also with Mac OS, and with both versions it will not download the binaries. It tries to start then pops up with an error message:

The "streams" argument must be specified.

Edit:
After a lot of playing around, the problem appears to be with the latest version of VSC 1.66 as I've just tried a few older versions of VSC which seem to be fine.

Kind regards, Tim

@prb28 prb28 self-assigned this Apr 2, 2022
@prb28 prb28 added the bug Something isn't working label Apr 2, 2022
@prb28
Copy link
Owner

prb28 commented Apr 2, 2022

You're right, there something wrong with the latest vscode.
I'm debugging...

@prb28
Copy link
Owner

prb28 commented Apr 2, 2022

@prb28
Copy link
Owner

prb28 commented Apr 2, 2022

As a workaround on windows, but should be similar on other platforms.

Download the binaries:

Unzip it (as an example in: "c:/mybinaries").
You should have the file c:/mybinaries/fs-uae.exe

Download the example project

Unzip it (as an example here: c:/myproject)

Add file 'c:/myproject/.vscode/settings.json' with:

{
    "amiga-assembly.binDir": "c:/mybinaries"
}

And it should be good to go.

@timcal1968
Copy link
Author

timcal1968 commented Apr 2, 2022 via email

@prb28
Copy link
Owner

prb28 commented Apr 2, 2022

If you download a new version of the extension the binaries will be updated, and the bug will still be there.
But I won't release anything unless I've a solution for this issue. That would bring too much trouble.

@timcal1968
Copy link
Author

timcal1968 commented Apr 2, 2022 via email

@prb28
Copy link
Owner

prb28 commented Apr 3, 2022

Fix for the download extension, please install this vsix extension to fix this bug.
file-downloader-1.0.12.zip
It's a workaround until the official release of this extension.

@timcal1968
Copy link
Author

Awesome, many thanks for looking into the problem and sorting so quickly!

@prb28 prb28 added this to the 1.4.0 milestone Apr 16, 2022
prb28 added a commit that referenced this issue Apr 16, 2022
prb28 added a commit that referenced this issue Apr 17, 2022
@prb28
Copy link
Owner

prb28 commented Apr 17, 2022

Fixed in pre-release 1.3.2 -> future release 1.4

@prb28 prb28 closed this as completed Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants