Git Product home page Git Product logo

Comments (10)

prb28 avatar prb28 commented on July 17, 2024

In the settings you'll find the path to the downloaded binary dir.
Try to run fa-use in a shell from this directory.

from vscode-amiga-assembly.

cbmeeks avatar cbmeeks commented on July 17, 2024

Launching from the bin folder seems to work.

image

from vscode-amiga-assembly.

prb28 avatar prb28 commented on July 17, 2024

Ok, try to add the option emulatorStartDelay in the launch settings. Set it to 20000, it's in me so it will wait 20s.
https://github.com/prb28/vscode-amiga-assembly/wiki/Debugging-emulator#parameters

from vscode-amiga-assembly.

cbmeeks avatar cbmeeks commented on July 17, 2024

Seems to have no affect at all. In fact, the emulator starts up without any delay.
I even changed it to 200,000 and nothing was different.

UPDATE:

After I build the project, I can manually launch FS-UAE at the terminal and point to the program and it works. I believe it's the remote debugging from VSCode over to FS-UAE that is being blocked (localhost:6860). So maybe it's Fedora blocking that port?

I tried disabling the remote debugger but no dice.

"--use_remote_debugger=false",

from vscode-amiga-assembly.

prb28 avatar prb28 commented on July 17, 2024

Yes you may have to open the socket port on the firewall or change it because this port may be used or reserved.
Try to set a 55555 port for the debugger and fs-uae.

from vscode-amiga-assembly.

cbmeeks avatar cbmeeks commented on July 17, 2024

Same thing. Denied.

I looked at adding the 6860 port explicitly and was told it was already there:

image

Something I'm wondering...I never was able to get the "download binaries" to work. So what I did was take the FS-UAE binary folder I had already download previously and copy them into the "../bin" folder of the project.

Does FS-UAE have a separate bin for the debugger? Meaning, I may not even have the debugger version installed.

from vscode-amiga-assembly.

prb28 avatar prb28 commented on July 17, 2024

I'm far from a computer for a couple of weeks, I'll try on a vm as soon as possible. Which version of fedora do you use ?

from vscode-amiga-assembly.

cbmeeks avatar cbmeeks commented on July 17, 2024

Any help is appreciated.

image

from vscode-amiga-assembly.

prb28 avatar prb28 commented on July 17, 2024

It works on a fresh install of fedora 36 in virtual box:
image

I had to install openal to launch fs-uae (I don't think it's your issue):
sudo dnf install openal

There is definitely something blocking port 6860 in your install, maybe a firewall or a service.

from vscode-amiga-assembly.

cbmeeks avatar cbmeeks commented on July 17, 2024

FYI,

I don't know what changed but this is now working. On a whim I came back to this and created a new project and it worked first time.

from vscode-amiga-assembly.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.