EmuNewz Network

Full Version: UNO - NPUH10027
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
No work controls is not possible "Push "x" button

Sounds is working with External sonicstage

Possible problem

Code:
stdout - libc:143742396: no reent structure
just tried it using r2544 and still the same problem
(05-25-2012, 11:07 AM)nash67 Wrote: [ -> ]just tried it using r2544 and still the same problem
Could you post an updated log file at DEBUG level?

Thanks!
ok just tried it with r 2558 and it passes the title screen now (it detects the inputs now
the problem now is when you choose your game then it show the players on the screen no cards are dealt to players
here is the info log
using r2718
no change
here is a new info log
seem need support " MAIN_THREAD WARN hle.sceNetInet sceNetInetSocket unsupported type=0xA(Unknown type 10), domain=0x2, protocol=0x0 "
I just google find c header source
http://www.smartpsp.net/doxygen-doc-en/h...ource.html
using r 3062
still the same problem (no cards are dealt)
here is a compiler log and profiler
using r 3365
still the same problem (no cards are dealt)
here is a jpcsp trace log and another log
Code:
10:42:36 MAIN_THREAD - sceNetInetSocket 0x2, 0xA, 0x0, 0x0, 0x6, 0x1, 0x0, 0x0 = 0x4
...
10:42:36 MAIN_THREAD - sceNetInetSelect 0x4, 0x9FBB958, 0x0, 0x0, 0x9FBB950, 0x84, 0xF4240000, 0xF4A2 = 0x1
Great information from JpcspTrace! Smile
It looks like the socket type 10 is some sort of SOCK_STREAM. I've added basic support in r3366. Could you try again and update the log?

Thank you!
using r 3366
the cards get dealt now
here is an info log

good job Gid15 Smile
Pages: 1 2