debugnet icon indicating copy to clipboard operation
debugnet copied to clipboard

Sometimes not connecting on app start!

Open devingDev opened this issue 8 years ago • 2 comments

Sometimes I have to restart my app to get any debug.

It happens when this output is missing when starting the app: debugnet initialized Copyright (C) 2010,2015 Antonio Jose Ramos Marquez aka bigboss @psxdev This Program is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ready to have a lot of fun...

Then I know I have to restart the app in order to get any messages to my pc.

I dont know why this happens.

devingDev avatar Jun 14 '17 14:06 devingDev

check value returned in debugnetInit, it should be 1 if not initialization was wrong. You can review initialization code in library dconfig->debugnet_initialized is set to 1 if all is fine and returned.

psxdev avatar Jun 17 '17 08:06 psxdev

I'm having a very similar problem. When I open the app I get a black screen for 1-2 seconds before the app crashes to the home screen. This is happening every time, I can't get anything to print. Could I be using the wrong ip address? (could someone explain where to find it). Also I am using ubuntu20 distro on Windows 10 through WSL. I'm trying to use socat as you described but not sure if I'm using it correctly socat udp-listen:3000 stdout.

I'm just starting out trying to code homebrew for the vita and this debug utility would be a life saver so any help to get it up and running would be much appreciated, thanks!

aloofbynature avatar Sep 07 '20 22:09 aloofbynature