Jump to content

LLDB: failed to attach to process named: ""


Go to solution Solved by Archangel04,

4 posts in this topic

Recommended Posts

Posted

Hey,

 

So I'm trying to attach a game using LLDB.

 

Watched this tutorial: https://www.youtube.com/watch?v=sVaKHs3GGEM

 

But I'm getting this when I try to attach to a game:

 

iPhone-van-Joey:~ root# debugserver 192.168.178.103:1234 --attach=sniper3d
debugserver-@(#)PROGRAM:debugserver  PROJECT:debugserver-320.2.89
 for arm64.
Attaching to process sniper3d...
error: failed to attach to process named: "" unable to start the exception thread
Exiting.
iPhone-van-Joey:~ root# 

 

Also, my real IP is (let's say) 192.168.178.120 --> why do I've to put 103:1234 instead of 120:1234

What does the 103:1234 actually mean?

 

Hope someone can help :/

  • Solution
Posted

in your PC/mac side (aka lldb window), you will use your device ip. And in device side (debugserver command) you will use PC/mac IP.

the 1234 is your port to which both are connecting.

 

I dont know why it says exception thread.mTry checking process id with iGG/GP and using it instead of binary name

Posted
On ‎26‎.‎4‎.‎2017 at 6:24 PM, Ted2 said:

Hey,

 

So I'm trying to attach a game using LLDB.

 

Watched this tutorial: https://www.youtube.com/watch?v=sVaKHs3GGEM

 

But I'm getting this when I try to attach to a game:

 


iPhone-van-Joey:~ root# debugserver 192.168.178.103:1234 --attach=sniper3d
debugserver-@(#)PROGRAM:debugserver  PROJECT:debugserver-320.2.89
 for arm64.
Attaching to process sniper3d...
error: failed to attach to process named: "" unable to start the exception thread
Exiting.
iPhone-van-Joey:~ root# 

 

Also, my real IP is (let's say) 192.168.178.120 --> why do I've to put 103:1234 instead of 120:1234

What does the 103:1234 actually mean?

 

Hope someone can help :/

There is your begginigs ;) haha Always have that in mind :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines