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

WinUae slow startup #255

Open
stephbb75 opened this issue Mar 11, 2024 · 0 comments
Open

WinUae slow startup #255

stephbb75 opened this issue Mar 11, 2024 · 0 comments

Comments

@stephbb75
Copy link

stephbb75 commented Mar 11, 2024

Hi,
I have a problem on my Win 10 PC (my PC is a bit slow!), when I press F5 the first time, WinUae works fine.
But then it no longer works (well I think it takes too long to start) and I get this error:

Failed to lunch GDB: localhost:2345: (undocumented errno 10060. (from interpreter-exec console "target remote localhost:2345")
And WinUae does not run.

Is there a time limit to put somewhere to avoid this problem?
(Hi,
I have a problem on my Win 10 PC (my PC is a bit slow!), when I press F5 the first time, WinUae works fine.
But then it no longer works (well I think it takes too long to start) and I get this error:

Failed to launch GDB: localhost:2345: (undocumented errno 10060. (from interpreter-exec console "target remote localhost:2345")
And WinUae does not run.

Is there a time limit to put somewhere to avoid this problem?

For this to work again I need to restart my computer!)

additional info:
This happens at this line of the “extension.js” file:

await this.miDebugger.connect(".", this.args.program + ".elf", v).catch((t => {
                            this.sendErrorResponse(e, 103, `Failed to launch GDB: ${t.toString()}`)
                        })),
                    E.off("exit", T)
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

1 participant