misson20000 / twili

Homebrew debug monitor for the Nintendo Switch.
GNU General Public License v3.0
184 stars 23 forks source link

twib run hangs on execute #110

Open Manlibear opened 3 years ago

Manlibear commented 3 years ago

Running twib run -a <file.nro> sits with no output most of the time. One one occasion I did receive an error of:

5][2021-03-21 21:21] common/ResultError.cpp:39: Caught 0x7d8ef (2239-1004, TWILI_ERR_PROTOCOL_UNRECOGNIZED_DEVICE): Unrecognized device
[5][2021-03-21 21:21] common/ResultError.cpp:41:   The bridge daemon did not recognize the requested device.

However I don't have any details on the specifics of what caused that.

The device is connected and showing in twib list-devices with expected values being shown by twib identify.

Output of twibd when running twib debug is as follows:


-- Journal begins at Sat 2021-03-20 15:52:51 GMT. --
Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/SocketFrontend.cpp:131: posted request
Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:147: Process: dequeued job: 1
Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:154: dispatching request
Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:155:   client id: 86eb5a78
Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:156:   device id: 26178a6e
Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:157:   object id: 00000000
Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:158:   command id: 00000015
Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:159:   tag: c05dae7a
Mar 21 21:27:28 Bear-PC twibd[13944]: daemon/Daemon.cpp:197: sending request via device
Mar 21 21:29:42 Bear-PC twibd[13944]: daemon/Daemon.cpp:127: removing client 86eb5a78
Mar 21 21:29:55 Bear-PC twibd[13944]: daemon/SocketFrontend.cpp:100: incoming connection detected
Mar 21 21:29:55 Bear-PC twibd[13944]: daemon/Daemon.cpp:107: adding client with newly assigned id 7d7441e8
Mar 21 21:29:55 Bear-PC twibd[13944]: daemon/SocketFrontend.cpp:122: posting request
Mar 21 21:29:55 Bear-PC twibd[13944]: daemon/SocketFrontend.cpp:131: posted request```