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

Failed to open "capture.rdc" for replay. Network I/O operation failed. #2857

Closed
josefalanga opened this issue Feb 15, 2023 · 1 comment
Closed

Comments

@josefalanga
Copy link

Description

I'm having the following error while trying to open a capture made on an Adroid device:

renderdoc

It's the same if the capture is opened from the device, or saved locally and then opened.

It doesn't happen in other devices I own, only on this one (that happens to be needed to reproduce an issue with that GPU).

Steps to reproduce

Looks like it happens with the common workflow of capturing and opening the capture afterwards.

capture sample

Environment

  • RenderDoc version: 1.25
  • Operating System: Windows 10, Ubuntu 22.04
  • Graphics API: Vulkan
  • The problematic device is: Android 10 armeabi-v7a, Samsung SM-M105M, GPU Mali-T830 MP1, Vulkan. I Tried with another device and works well.
@baldurk
Copy link
Owner

baldurk commented Feb 17, 2023

This capture contains invalid use of Vulkan. There is a renderpass being created with one color attachment where the VkAttachmentReference contains a value of attachment = 3806161832 which is not a valid value. This causes an invalid index and then a crash while loading which leads to the disconnect.

I would recommend running your program with the validation layers (I'm not sure how/if that's possible on android but I assume so) to catch errors like this, as RenderDoc does not handle invalid API use.

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