EmuNewz Network

Full Version: about ProOnline support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
I've fixed an error in the ProOnline Server implementation. I've also tried to fix the error "Receive not supported on ServerSocket" in r3527....
(06-03-2014, 04:41 PM)gid15 Wrote: [ -> ]I've fixed an error in the ProOnline Server implementation. I've also tried to fix the error "Receive not supported on ServerSocket" in r3527....

Thinks a lot.
I use tried to enable JPCSP ProOnline Server, but PPSSPP or PSP still can join in
It seems like PPSSPP or PSP is waiting for a SSID (or groupname) but JPCSP ProOnline didn't give them.
To be celebrated, the error "Receive not supported on ServerSocket" is fixed
more game will work with ProOnline

To make jpcsp more friendly, I'd like add more code
To play PSP game, discID, adhocID and groupname will be something you want know. And I just tried edit mainGUI and chatCUI
[attachment=16572]
mainGUI
Code:
public void setMainTitle(String message) {
        String oldtitle = getTitle() +  " " + "[" + State.discId + "]" ;
chatGUI
[attachment=16573]
Small improvement
ChatGUI.java
[attachment=16580]
as long as restart no longer necessary, networkRemindLabel also no longer necessary
and
[attachment=16581]
[attachment=16582]
(06-06-2014, 04:08 AM)onelight Wrote: [ -> ]Small improvement
ChatGUI.java

as long as restart no longer necessary, networkRemindLabel also no longer necessary
and
Now available in r3539. Thank you for the update! Smile
http://forum.coldbird.net/viewtopic.php?...&start=490
The address for coldbird server has changed to http://pro.coldbird.net
so the default ProOnline MetaServer should change to coldbird.net
(07-16-2014, 12:38 AM)onelight Wrote: [ -> ]http://forum.coldbird.net/viewtopic.php?...&start=490
The address for coldbird server has changed to http://pro.coldbird.net
so the default ProOnline MetaServer should change to coldbird.net
Thank you for the hint!
Updated in r3564.
(07-16-2014, 03:39 PM)gid15 Wrote: [ -> ]
(07-16-2014, 12:38 AM)onelight Wrote: [ -> ]http://forum.coldbird.net/viewtopic.php?...&start=490
The address for coldbird server has changed to http://pro.coldbird.net
so the default ProOnline MetaServer should change to coldbird.net
Thank you for the hint!
Updated in r3564.

thinks for update it
coldbird is very busy with life and .hack, he may not have many to update proonline.
on the other hand, coldbird have posted his sourcecode to the forums of PPSSPP. Now AdamN is update proonline for PPSSPP. http://forums.ppsspp.org/showthread.php?...37&page=13

test Patapon3
test proonline PSP with JPCSP, it will work if PSP is host and jpcsp join
SCREENSHOT from PSP (PSP is the green one )
[attachment=17051] [attachment=17052] [attachment=17053] [attachment=17057]
LogSettings
Code:
<logger name='hle.sceNetAdhoc'> <level value='trace' /> </logger>
<logger name='hle.sceNetAdhocctl'> <level value='trace' /> </logger>
<logger name='hle.sceNetAdhocMatching'> <level value='trace' /> </logger>
<logger name='hle.sceNet'> <level value='debug' /> </logger>
[attachment=17054]
test jpcsp with jpcsp, jpcsp can host or join, but when play,2 jpcsp will use 2 same charather. Just as this video show,same result if you connect two Jpcsp on different 2 PC( enable proonline or not)
http://www.tudou.com/programs/view/BgvxgPqlbao/

log
[attachment=17055]
[attachment=17056]

BTW jpcsp need disable Atrac3+ decoding, or it will not bgm.
(07-16-2014, 03:39 PM)gid15 Wrote: [ -> ]
(07-16-2014, 12:38 AM)onelight Wrote: [ -> ]http://forum.coldbird.net/viewtopic.php?...&start=490
The address for coldbird server has changed to http://pro.coldbird.net
so the default ProOnline MetaServer should change to coldbird.net
Thank you for the hint!
Updated in r3564.

you forgot update DefaultSettings.properties,

test LORD of APOCALYPSE [NPJH50503]
this gmae JPCSP Ad-Hoc Multiplayer no work. However, PPSSPP AdamN build work
[attachment=17143]

I try connect jpcsp with ppsspp, but still no work
[attachment=17144]
[attachment=17145]
Code:
23:22:08 DEBUG hle.sceNetAdhoc - AppMainThread - sceNetAdhocGetPdpStat sizeAddr=0x09FFE9EC, buf=0x09FFE9D8
This function has been fixed in r3579. Does it help here?

(07-29-2014, 04:41 PM)onelight Wrote: [ -> ]you forgot update DefaultSettings.properties,
Thank you! updated in r3582 Smile
(07-30-2014, 03:39 PM)gid15 Wrote: [ -> ]
Code:
23:22:08 DEBUG hle.sceNetAdhoc - AppMainThread - sceNetAdhocGetPdpStat sizeAddr=0x09FFE9EC, buf=0x09FFE9D8
This function has been fixed in r3579. Does it help here?

(07-29-2014, 04:41 PM)onelight Wrote: [ -> ]you forgot update DefaultSettings.properties,
Thank you! updated in r3582 Smile

Thanks for update it
I am trying to build jpcsp r3582, but something wrong:
src/jpcsp/util/Utilities.java
[attachment=17155]
it should be "dump.append(System.getProperty("line.separator"));" I think.
Pages: 1 2 3 4 5 6