Debug with jtag console

Discussion in 'Xbox 360 Development' started by rhijaen, Jun 23, 2010.

  1. rhijaen

    rhijaen Member

    Joined:
    Jun 22, 2010
    Messages:
    6
    Likes Received:
    0
    I'd like to start getting into some 360 development but don't have a developer console. I do, however, have a jtagged xenon 360. Is there any way to debug on the console or do I have to build the xex and ftp it over every time I want to test?

    Thanks
     
  2. hl718

    hl718 Site Soldier

    Joined:
    Nov 19, 2004
    Messages:
    2,856
    Likes Received:
    7
    There's no easy way to do what you want.

    Your best bet is to build debug output into your program and do the build/ftp/test dance.

    A few folks have coded up their own debug utilities, but nothing really mature at this point.

    -hl718
     
  3. rhijaen

    rhijaen Member

    Joined:
    Jun 22, 2010
    Messages:
    6
    Likes Received:
    0
    Alright, thanks hl718 :)

    Gonna start with something simple
     
  4. rhijaen

    rhijaen Member

    Joined:
    Jun 22, 2010
    Messages:
    6
    Likes Received:
    0
    For my first project I was going to try an irc client.

    Ran into a bit of a snag though..I can't get it to connect to anything. I just get the 10060 error from winsock (timeout). Is there something special I have to do to use the network?

    EDIT: Is there anything I should check for or could it just be that my code is bad?
     
    Last edited: Jun 23, 2010
  5. WTVR

    WTVR Spirited Member

    Joined:
    Feb 20, 2010
    Messages:
    146
    Likes Received:
    0
    Can't really help with your issue, but FSD 2.0 will be released soon, and I know that they have RSS feeds in it - so as soon as that comes out, take a peek at their code to give you a bit of an idea.
     
  6. rhijaen

    rhijaen Member

    Joined:
    Jun 22, 2010
    Messages:
    6
    Likes Received:
    0
    Last edited: Jun 23, 2010
  7. rhijaen

    rhijaen Member

    Joined:
    Jun 22, 2010
    Messages:
    6
    Likes Received:
    0
    After some more investigation, I've found that trying to connect to a server outside of my LAN produces a 10065 error. It is possible to connect to a server on the lan without issues though.

    What could be causing this?
     
  8. rhijaen

    rhijaen Member

    Joined:
    Jun 22, 2010
    Messages:
    6
    Likes Received:
    0
    This is what I've been working on all night: http://i45.tinypic.com/15wnpr9.jpg

    :D hopefully will have something worth using in a couple weeks/months (novice c++ programmer)
     
  9. lllsondowlll

    lllsondowlll Fiery Member

    Joined:
    Jan 19, 2008
    Messages:
    867
    Likes Received:
    4
    Used to work for this team as IZeroI, this tutorial is not relevant to your interests, only allows ftp and is not helpful unless you have source to debug game your using.
     
  10. Patriot

    Patriot Rising Member

    Joined:
    Aug 1, 2008
    Messages:
    53
    Likes Received:
    1
    Sockets allow a lot more than just FTP.
     
  11. lllsondowlll

    lllsondowlll Fiery Member

    Joined:
    Jan 19, 2008
    Messages:
    867
    Likes Received:
    4
    This is true but for a JTAG console it is essentially no use without the source of the game as sockets do not remain constant when leaving a bootloader.
     
    Last edited: Jun 24, 2010
  12. hl718

    hl718 Site Soldier

    Joined:
    Nov 19, 2004
    Messages:
    2,856
    Likes Received:
    7
    You might want to re-read the OP's posts.

    1) He has the source to the program. He wrote it.
    2) He's not trying to "hack" a game.

    -hl718
     
  13. Patriot

    Patriot Rising Member

    Joined:
    Aug 1, 2008
    Messages:
    53
    Likes Received:
    1
    You can hook a retail game to load a DLL that uses sockets with xex patches.
     
    Last edited: Jun 24, 2010
    lllsondowlll likes this.
  14. lllsondowlll

    lllsondowlll Fiery Member

    Joined:
    Jan 19, 2008
    Messages:
    867
    Likes Received:
    4
    I got this thread confused with the other member trying to run a debug game on a jtag. My mistake.

    I wasn't aware this was possible on a jtag thanks for the info.
     
    Last edited: Jun 24, 2010
  15. splith

    splith Resolute Member

    Joined:
    May 2, 2010
    Messages:
    997
    Likes Received:
    4
    Nice IRC client. I need to learn C so I can do the same sorta thing for gamecube haha!
     
  16. dschu012

    dschu012 Newly Registered

    Joined:
    Apr 16, 2010
    Messages:
    1
    Likes Received:
    0
    Did you ever get around this issue? If so what did you have to do?
     
  17. lllsondowlll

    lllsondowlll Fiery Member

    Joined:
    Jan 19, 2008
    Messages:
    867
    Likes Received:
    4
    You can I have, Buy SD media launcher from datal and a network adapter off nintendo's website and download GCNrd and some other homebrew apps and your good to go.
     
  18. EazyB

    EazyB Rapidly Rising Member

    Joined:
    Apr 11, 2008
    Messages:
    86
    Likes Received:
    0
    I think he meant more along the lines of writing his own.
     
  19. splith

    splith Resolute Member

    Joined:
    May 2, 2010
    Messages:
    997
    Likes Received:
    4
    I've already got a broadband adapter in my modded GC, but I've actually got the AMC DDK and SDK which would be awesome to learn and code it in ;p.
    Not really ever done much C, but from what I've always been told, any kind of graphics in C is very hard.
     
  20. lllsondowlll

    lllsondowlll Fiery Member

    Joined:
    Jan 19, 2008
    Messages:
    867
    Likes Received:
    4
    That and I think DOL's have to be compiled with linux the last time I was into that. But that was back in the day so who knows.
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page