Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] renderdoc cannot run remote server on android
@ 2021-02-10 16:53 xyzz
  2021-02-10 17:23 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: xyzz @ 2021-02-10 16:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 959 bytes --]

New issue by xyzz on void-packages repository

https://github.com/void-linux/void-packages/issues/28630

Description:
### System

* xuname:  
Void 5.10.14_1 x86_64 AuthenticAMD uptodate rrrrmdFFFFFFFFF
* package:  
renderdoc-1.10_1

### Expected behavior

No error is displayed and remote server runs.

### Actual behavior

When trying to connect to a device, an error message is displayed
![image](https://user-images.githubusercontent.com/1065521/107542486-3ac22300-6b96-11eb-8cdb-6aaf04a2300e.png)


### Steps to reproduce the behavior
Start qrenderdoc with a debuggable android device attached. On bottom left select the android device:
![image](https://user-images.githubusercontent.com/1065521/107542695-7361fc80-6b96-11eb-9366-0d57ea814979.png)
it will try to connect for a while then display the above error message.
![image](https://user-images.githubusercontent.com/1065521/107542793-8d9bda80-6b96-11eb-8a7f-c7c8c9d17dde.png)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: renderdoc cannot run remote server on android
  2021-02-10 16:53 [ISSUE] renderdoc cannot run remote server on android xyzz
@ 2021-02-10 17:23 ` ericonr
  2021-02-24  9:13 ` faulesocke
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-02-10 17:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/28630#issuecomment-776877741

Comment:
@faulesocke since you were the last one to touch this package, could you take a look?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: renderdoc cannot run remote server on android
  2021-02-10 16:53 [ISSUE] renderdoc cannot run remote server on android xyzz
  2021-02-10 17:23 ` ericonr
@ 2021-02-24  9:13 ` faulesocke
  2021-02-25 17:01 ` xyzz
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: faulesocke @ 2021-02-24  9:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

New comment by faulesocke on void-packages repository

https://github.com/void-linux/void-packages/issues/28630#issuecomment-784928739

Comment:
Try go to Tools->Settings->Android and set your Android SDK and JDK paths correctly.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: renderdoc cannot run remote server on android
  2021-02-10 16:53 [ISSUE] renderdoc cannot run remote server on android xyzz
  2021-02-10 17:23 ` ericonr
  2021-02-24  9:13 ` faulesocke
@ 2021-02-25 17:01 ` xyzz
  2022-05-03  2:14 ` github-actions
  2022-05-17  2:14 ` [ISSUE] [CLOSED] " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: xyzz @ 2021-02-25 17:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2268 bytes --]

New comment by xyzz on void-packages repository

https://github.com/void-linux/void-packages/issues/28630#issuecomment-786053351

Comment:
I've done that, I'm pretty sure the issue is that the apk isn't packaged in void:

```
% xbps-query -f renderdoc      
/etc/vulkan/implicit_layer.d/renderdoc_capture.json
/usr/bin/qrenderdoc
/usr/bin/renderdoccmd
/usr/include/renderdoc.h
/usr/lib/librenderdoc.so
/usr/share/applications/renderdoc.desktop
/usr/share/doc/renderdoc/LICENSE.md
/usr/share/doc/renderdoc/README
/usr/share/doc/renderdoc/magic
/usr/share/icons/hicolor/scalable/mimetypes/application-x-renderdoc-capture.svg
/usr/share/licenses/renderdoc/LICENSE.md
/usr/share/menu/renderdoc
/usr/share/mime/packages/renderdoc-capture.xml
/usr/share/pixmaps/renderdoc-icon-16x16.xpm
/usr/share/pixmaps/renderdoc-icon-32x32.xpm
/usr/share/thumbnailers/renderdoc.thumbnailer
```

meanwhile with renderdoc downloaded from https://renderdoc.org/stable/1.12/renderdoc_1.12.tar.gz it has these files:
```
./share/renderdoc/plugins/android/org.renderdoc.renderdoccmd.arm64.apk
./share/renderdoc/plugins/android/org.renderdoc.renderdoccmd.arm32.apk
```

And this is the output from renderdoc log window:

```
Core 1463 11:59:24 android.cpp(380) Log Checking for server APK in /usr/lib/plugins/android/
Core 1463 11:59:24 android.cpp(380) Log Checking for server APK in /usr/lib/../share/renderdoc/plugins/android/
Core 1463 11:59:24 android.cpp(380) Log Checking for server APK in /usr/lib/../plugins/android/
Core 1463 11:59:24 android.cpp(380) Log Checking for server APK in /usr/lib/../../build-android/bin/
Core 1463 11:59:24 android.cpp(380) Log Checking for server APK in /usr/lib/../../build-android-arm32/bin/
Core 1463 11:59:24 android.cpp(380) Log Checking for server APK in /usr/lib/../../../../../build-android/bin/
Core 1463 11:59:24 android.cpp(380) Log Checking for server APK in /usr/lib/../../../../../build-android-arm32/bin/
Core 1463 11:59:24 android.cpp(394) Error APK folder missing! RenderDoc for Android will not work without it. Build your Android ABI in build-android in the root to have it automatically found and installed.
Core 1463 11:59:24 android.cpp(1020) Error Failed to install RenderDoc server app
```

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: renderdoc cannot run remote server on android
  2021-02-10 16:53 [ISSUE] renderdoc cannot run remote server on android xyzz
                   ` (2 preceding siblings ...)
  2021-02-25 17:01 ` xyzz
@ 2022-05-03  2:14 ` github-actions
  2022-05-17  2:14 ` [ISSUE] [CLOSED] " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-03  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/28630#issuecomment-1115549689

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] renderdoc cannot run remote server on android
  2021-02-10 16:53 [ISSUE] renderdoc cannot run remote server on android xyzz
                   ` (3 preceding siblings ...)
  2022-05-03  2:14 ` github-actions
@ 2022-05-17  2:14 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-05-17  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 962 bytes --]

Closed issue by xyzz on void-packages repository

https://github.com/void-linux/void-packages/issues/28630

Description:
### System

* xuname:  
Void 5.10.14_1 x86_64 AuthenticAMD uptodate rrrrmdFFFFFFFFF
* package:  
renderdoc-1.10_1

### Expected behavior

No error is displayed and remote server runs.

### Actual behavior

When trying to connect to a device, an error message is displayed
![image](https://user-images.githubusercontent.com/1065521/107542486-3ac22300-6b96-11eb-8cdb-6aaf04a2300e.png)


### Steps to reproduce the behavior
Start qrenderdoc with a debuggable android device attached. On bottom left select the android device:
![image](https://user-images.githubusercontent.com/1065521/107542695-7361fc80-6b96-11eb-9366-0d57ea814979.png)
it will try to connect for a while then display the above error message.
![image](https://user-images.githubusercontent.com/1065521/107542793-8d9bda80-6b96-11eb-8a7f-c7c8c9d17dde.png)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-17  2:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 16:53 [ISSUE] renderdoc cannot run remote server on android xyzz
2021-02-10 17:23 ` ericonr
2021-02-24  9:13 ` faulesocke
2021-02-25 17:01 ` xyzz
2022-05-03  2:14 ` github-actions
2022-05-17  2:14 ` [ISSUE] [CLOSED] " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).