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

Missing framebuffer images #1446

Closed
bbilodeau opened this issue Dec 2, 2017 · 4 comments
Closed

Missing framebuffer images #1446

bbilodeau opened this issue Dec 2, 2017 · 4 comments

Comments

@bbilodeau
Copy link

After successfully capturing OpenGL ES on a Pixel device to a Mac, most frames are not displayed and the following error is shown: "Couldn't get framebuffer attachment Cause: Failed to connect to device Cause: dial tcp [::1]:50334: getsockopt: connection refused". All of the draw calls for the frames appear to be captured correctly.

@ben-clayton
Copy link
Contributor

I've reached out to @bbilodeau directly for more information.

@ben-clayton ben-clayton added this to the V1.0 milestone Dec 2, 2017
ben-clayton added a commit to ben-clayton/gapid that referenced this issue Dec 4, 2017
It is a no-op to delete objects that do not exist.
GAPID uses a shared context for replay - while its fine to delete IDs that do not exist in the current context, they might exist in another. Strip out any IDs that do not belong to the current context in the compat layer.

Fixes: google#1446
ben-clayton added a commit to ben-clayton/gapid that referenced this issue Dec 4, 2017
It is a no-op to delete objects that do not exist.
GAPID uses a shared context for replay - while its fine to delete IDs that do not exist in the current context, they might exist in another. Strip out any IDs that do not belong to the current context in the compat layer.

Fixes: google#1446
ben-clayton added a commit that referenced this issue Dec 4, 2017
It is a no-op to delete objects that do not exist.
GAPID uses a shared context for replay - while its fine to delete IDs that do not exist in the current context, they might exist in another. Strip out any IDs that do not belong to the current context in the compat layer.

Fixes: #1446
@ttgdz
Copy link

ttgdz commented Mar 8, 2018

I still found the issue ,I wonder that the issue is solved or not?

@ben-clayton
Copy link
Contributor

Hi @ttgdz,

The error described in this bug is extremely generic - it pretty much covers all cases where the replay service crashed unexpectedly. If you are encountering this, please can you file a new bug? If it is possible, please can you include a .gfxtrace file and / or test APK that can be used to reproduce the problem?

Many thanks,
Ben

@ttgdz
Copy link

ttgdz commented Mar 16, 2018

Hi @ben-clayton
yes,the attachment is the trace file.

gfxtrace.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants