The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
|
about ProOnline support - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191) +--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51) +---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56) +---- Thread: about ProOnline support (/showthread.php?tid=161896) |
RE: about ProOnline support - gid15 - 06-03-2014 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.... RE: about ProOnline support - onelight - 06-04-2014 (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 mainGUI Code: public void setMainTitle(String message) { ChatGUI.zip (Size: 2.77 KB / Downloads: 186) RE: about ProOnline support - onelight - 06-06-2014 Small improvement ChatGUI.java as long as restart no longer necessary, networkRemindLabel also no longer necessary and code.zip (Size: 122.86 KB / Downloads: 196) RE: about ProOnline support - gid15 - 06-13-2014 (06-06-2014, 04:08 AM)onelight Wrote: Small improvementNow available in r3539. Thank you for the update! RE: about ProOnline support - onelight - 07-16-2014 http://forum.coldbird.net/viewtopic.php?f=2&t=23&start=490 The address for coldbird server has changed to http://pro.coldbird.net so the default ProOnline MetaServer should change to coldbird.net RE: about ProOnline support - gid15 - 07-16-2014 (07-16-2014, 12:38 AM)onelight Wrote: http://forum.coldbird.net/viewtopic.php?f=2&t=23&start=490Thank you for the hint! Updated in r3564. RE: about ProOnline support - onelight - 07-21-2014 (07-16-2014, 03:39 PM)gid15 Wrote:(07-16-2014, 12:38 AM)onelight Wrote: http://forum.coldbird.net/viewtopic.php?f=2&t=23&start=490Thank you for the hint! 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?tid=9037&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 ) LogSettings Code: <logger name='hle.sceNetAdhoc'> <level value='trace' /> </logger> PATAPON3 JPCSP2 log PSP HOST.zip (Size: 1.14 MB / Downloads: 183) 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 PATAPON3 jpcsp1 log.zip (Size: 402.47 KB / Downloads: 180) PATAPON3 jpcsp2 log.zip (Size: 586.9 KB / Downloads: 190) BTW jpcsp need disable Atrac3+ decoding, or it will not bgm. RE: about ProOnline support - onelight - 07-29-2014 (07-16-2014, 03:39 PM)gid15 Wrote:(07-16-2014, 12:38 AM)onelight Wrote: http://forum.coldbird.net/viewtopic.php?f=2&t=23&start=490Thank you for the hint! you forgot update DefaultSettings.properties, test LORD of APOCALYPSE [NPJH50503] this gmae JPCSP Ad-Hoc Multiplayer no work. However, PPSSPP AdamN build work ppsspplog.zip (Size: 296.34 KB / Downloads: 190) I try connect jpcsp with ppsspp, but still no work JPCSP HOST PPSSPP JOIN log.zip (Size: 42.56 KB / Downloads: 190) PPSSPP HOST JPCSP JOIN log.zip (Size: 36.18 KB / Downloads: 178) RE: about ProOnline support - gid15 - 07-30-2014 Code: 23:22:08 DEBUG hle.sceNetAdhoc - AppMainThread - sceNetAdhocGetPdpStat sizeAddr=0x09FFE9EC, buf=0x09FFE9D8 (07-29-2014, 04:41 PM)onelight Wrote: you forgot update DefaultSettings.properties,Thank you! updated in r3582 RE: about ProOnline support - onelight - 07-30-2014 (07-30-2014, 03:39 PM)gid15 Wrote: Thanks for update it I am trying to build jpcsp r3582, but something wrong: src/jpcsp/util/Utilities.java it should be "dump.append(System.getProperty("line.separator"));" I think. |