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

error 255 on laucnh #3

Open
testc2n14 opened this issue Jun 6, 2024 · 12 comments
Open

error 255 on laucnh #3

testc2n14 opened this issue Jun 6, 2024 · 12 comments
Labels
bug Something isn't working question Further information is requested

Comments

@testc2n14
Copy link

this is the rror i get when running from terminal

Platform: Linux
Starting ADB Server...
Unhandled exception. SharpAdbClient.Exceptions.AdbException: The adb process returned error code 255 when running command start-server
   at SharpAdbClient.AdbCommandLineClient.RunAdbProcess(String command, List`1 errorOutput, List`1 standardOutput)
   at SharpAdbClient.AdbCommandLineClient.StartServer()
   at SharpAdbClient.AdbServer.StartServer(String adbPath, Boolean restartServerIfNewer)
   at ADBForwarder.Program.Main()
Aborted (core dumped)
c2n14@fedora:~$ 
@RealMoosey
Copy link

Currently getting this error when trying to start. Was there a fix to this somewhere?

@testc2n14
Copy link
Author

i don't rember what i did give me some time to check

@RealMoosey
Copy link

Found out it spits out the error when i plug in the headset with the usb, if that helps :)

@testc2n14
Copy link
Author

affter joigging my emmeory i think it;s a timing issue i rember having to have my q3 headset on the desk so i could put it on so i could accpect the prompt fast enough, that might have been becuase of soemthing else tho

@testc2n14
Copy link
Author

testc2n14 commented Jul 25, 2024

yeah affter checking i made this .sh file for the adb thingy prolly becuase i was sick of it not working

#!/usr/bin/env bash
cd /home/c2n14/drives/bulkstorage/Downloads/"New Folder"
adb start-server
adb forward tcp:9943 tcp:9943
adb forward tcp:9944 tcp:9944
printf "Press return to exit..." && read -r
adb kill-server

@Meister1593
Copy link
Collaborator

Not sure if i understand root cause, definitely need more info

@Meister1593 Meister1593 added bug Something isn't working question Further information is requested labels Aug 14, 2024
@Meister1593
Copy link
Collaborator

Can someone of you who had this issue try latest build again and see if it works?
https://github.com/alvr-org/ADBForwarder/actions/runs/10403243630/artifacts/1815453943

@RealMoosey
Copy link

Sadly im not on my linux os for now.
But i can tell you the error went away the moment i installed ADB via the synaptic package manager.

@Stonley890
Copy link

Can someone of you who had this issue try latest build again and see if it works? https://github.com/alvr-org/ADBForwarder/actions/runs/10403243630/artifacts/1815453943

This starts correctly on Linux Mint 22.

@wereretot
Copy link

It throws this error when running on Manjaro Linux

You must install .NET to run this application.

App: /home/rexommendation/Programs/ADBForwarder-linux-x64/ADBForwarder
Architecture: x64
App host version: 8.0.8
.NET location: Not found

Learn more:
https://aka.ms/dotnet/app-launch-failed

Download the .NET runtime:
https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=linux-x64&os=manjaro&apphost_version=8.0.8

@Meister1593
Copy link
Collaborator

It throws this error when running on Manjaro Linux

You must install .NET to run this application.

App: /home/rexommendation/Programs/ADBForwarder-linux-x64/ADBForwarder Architecture: x64 App host version: 8.0.8 .NET location: Not found

Learn more: https://aka.ms/dotnet/app-launch-failed

Download the .NET runtime: https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=linux-x64&os=manjaro&apphost_version=8.0.8

Is this full log?

@wereretot
Copy link

Yeah, it's what the application throws when I attempt to run
https://github.com/alvr-org/ADBForwarder/actions/runs/10403243630/artifacts/1815453943

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants