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

AGI doesn't start properly: "Failed to connect to the graphics debugger" #713

Closed
bcmet opened this issue Mar 12, 2021 · 2 comments
Closed

Comments

@bcmet
Copy link

bcmet commented Mar 12, 2021

Environment information:

  • AGI version: 1.0.0
  • Host OS: Windows 10 (19042.804)

Bug description
When starting the application an error occurs:
com.google.gapid.Server$GapisInitException: Failed to connect to the graphics debugger
at com.google.gapid.Server.connectToServer(Server.java:100)
at com.google.gapid.Server.connect(Server.java:72)
at com.google.gapid.Main$UI.startup(Main.java:150)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

Restarting the server produces the same issue

I encountered the same issue with the binaries installed by MSI and the ZIP versions.

Reproduction steps
Start the application.

Stacktrace
com.google.gapid.Server$GapisInitException: Failed to connect to the graphics debugger
at com.google.gapid.Server.connectToServer(Server.java:100)
at com.google.gapid.Server.connect(Server.java:72)
at com.google.gapid.Main$UI.startup(Main.java:150)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

Screenshots

Additional debugging information
Version.Major=1
Version.Minor=0
Version.Micro=0

Build.Number=332
Build.SHA=4ddd08c5546200a14141b75639a4b758fb2fadd2
Build.Host=win7-kokoro-agent
Build.Date=Mon Jan 19 04:24:31 PST 1970

Starting the server with gapis.exe give the following logs:
09:45:49.281 I: Adding new device
09:45:49.281 I: New scheduler for device: 8edf08f0211bc30c8b31104718b12c3c4fae94a2
09:45:49.281 I: New trace scheduler for device: 8edf08f0211bc30c8b31104718b12c3c4fae94a2 GR81M13
Bound on port '54980'
09:45:49.314 I: Starting grpc server
09:45:49.378 W: Could not scan for remote GGP devices. Error: Could not find ggp executable to list instances
Cause: ggp could not be found from GGP_SDK_PATH or PATH
GGP_SDK_PATH:

@bcmet
Copy link
Author

bcmet commented Mar 12, 2021

I have try v1.1.0-dev-20210310 which worked fine.

@hevrard
Copy link
Contributor

hevrard commented Mar 12, 2021

@bcmet thanks, since, the dev-release is working for you, I'm closing this issue.

@hevrard hevrard closed this as completed Mar 12, 2021
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

2 participants